Searched defs:ops (Results 1 - 25 of 147) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterOperationsTest.cpp38 FilterOperations ops; local
39 ops.operations().append(BlurFilterOperation::create(Length(20.0, WebCore::Fixed)));
40 EXPECT_TRUE(ops.hasOutsets());
41 FilterOutsets outsets = ops.outsets();
50 FilterOperations ops; local
51 ops.operations().append(DropShadowFilterOperation::create(IntPoint(3, 8), 20, Color(1, 2, 3)));
52 EXPECT_TRUE(ops.hasOutsets());
53 FilterOutsets outsets = ops.outsets();
/external/chromium_org/third_party/re2/re2/testing/
H A Dexhaustive1_test.cc16 vector<string> ops = Split(" ", local
20 ExhaustiveTest(3, 2, Explode("abc."), ops,
22 ExhaustiveTest(3, 2, Explode("abc."), ops,
28 vector<string> ops = Split(" ", local
32 ExhaustiveTest(3, 2, Split(" ", "a (a) b"), ops,
37 ExhaustiveTest(4, 3, Split(" ", "a (a)"), ops,
H A Dexhaustive3_test.cc72 vector<string> ops; // no ops local
73 ExhaustiveTest(1, 0, atoms, ops,
85 vector<string> ops; // no ops local
89 ExhaustiveTest(1, 0, atoms, ops,
H A Drandom_test.cc23 const vector<string>& ops,
34 ExhaustiveTester t(maxatoms, maxops, alphabet, ops,
78 vector<string> ops = Split(" ", local
91 RandomTest(10, 10, atoms, ops, 20, alphabet, "");
21 RandomTest(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper) argument
H A Dsearch_test.cc315 vector<string> atom, alpha, ops; local
318 ExhaustiveTest(1, 0, atom, ops, 1, alpha, "", "");
/external/regex-re2/re2/testing/
H A Dexhaustive1_test.cc16 vector<string> ops = Split(" ", local
20 ExhaustiveTest(3, 2, Explode("abc."), ops,
22 ExhaustiveTest(3, 2, Explode("abc."), ops,
28 vector<string> ops = Split(" ", local
32 ExhaustiveTest(3, 2, Split(" ", "a (a) b"), ops,
37 ExhaustiveTest(4, 3, Split(" ", "a (a)"), ops,
H A Dexhaustive3_test.cc72 vector<string> ops; // no ops local
73 ExhaustiveTest(1, 0, atoms, ops,
85 vector<string> ops; // no ops local
89 ExhaustiveTest(1, 0, atoms, ops,
H A Drandom_test.cc23 const vector<string>& ops,
34 ExhaustiveTester t(maxatoms, maxops, alphabet, ops,
78 vector<string> ops = Split(" ", local
91 RandomTest(10, 10, atoms, ops, 20, alphabet, "");
21 RandomTest(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper) argument
H A Dsearch_test.cc315 vector<string> atom, alpha, ops; local
318 ExhaustiveTest(1, 0, atom, ops, 1, alpha, "", "");
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationTranslationUtilTest.cpp84 TransformOperations ops; local
91 ops.operations().append(TranslateTransformOperation::create(Length(2, WebCore::Fixed), Length(0, WebCore::Fixed), TransformOperation::TranslateX));
92 ops.operations().append(RotateTransformOperation::create(0.1, 0.2, 0.3, 200000.4, TransformOperation::Rotate3D));
93 ops.operations().append(ScaleTransformOperation::create(50.2, 100, -4, TransformOperation::Scale3D));
94 toWebTransformOperations(ops, &outOps);
99 FilterOperations ops; local
107 ops.operations().append(BasicColorMatrixFilterOperation::create(0.5, FilterOperation::SATURATE));
108 ops.operations().append(BasicColorMatrixFilterOperation::create(0.2, FilterOperation::GRAYSCALE));
109 ops.operations().append(BasicColorMatrixFilterOperation::create(0.8, FilterOperation::SEPIA));
110 ops
[all...]
H A DAnimatableValueTestHelper.cpp103 TransformOperations ops = animTransform.transformOperations(); local
109 for (unsigned i = 0; i < ops.size(); i++) {
110 const TransformOperation* op = ops.at(i);
145 if (i < ops.size() - 1)
/external/chromium_org/content/browser/web_contents/
H A Dweb_drag_utils_win.cc28 WebDragOperationsMask ops = WebDragOperationNone; local
30 ops = static_cast<WebDragOperationsMask>(ops | WebDragOperationCopy);
32 ops = static_cast<WebDragOperationsMask>(ops | WebDragOperationLink);
34 ops = static_cast<WebDragOperationsMask>(ops | WebDragOperationMove |
36 return ops;
49 DWORD WebDragOpMaskToWinDragOpMask(WebDragOperationsMask ops) { argument
51 if (ops
[all...]
/external/libnl/lib/route/link/
H A Dapi.c52 struct rtnl_link_info_ops *ops; local
54 for (ops = info_ops; ops; ops = ops->io_next)
55 if (!strcmp(ops->io_name, name))
56 return ops;
61 int rtnl_link_register_info(struct rtnl_link_info_ops *ops) argument
63 if (ops->io_name == NULL)
66 if (rtnl_link_info_ops_lookup(ops
77 rtnl_link_unregister_info(struct rtnl_link_info_ops *ops) argument
[all...]
/external/libnl/src/cls/
H A Dutils.h21 struct rtnl_cls_ops * ops; member in struct:cls_module
33 struct rtnl_ematch_ops *ops; member in struct:ematch_module
H A Dutils.c75 struct cls_module *lookup_cls_mod(struct rtnl_cls_ops *ops) argument
80 if (mod->ops == ops)
89 struct rtnl_cls_ops *ops; local
91 if (!(ops = __rtnl_cls_lookup_ops(mod->name)))
95 if (lookup_cls_mod(ops) != NULL)
98 mod->ops = ops;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.h64 const struct pipe_loader_ops *ops; member in struct:pipe_loader_device
/external/chromium_org/third_party/skia/gm/
H A Dcircularclips.cpp32 SkRegion::Op ops[] = { local
59 for (size_t op = 0; op < SK_ARRAY_COUNT(ops); op++) {
63 canvas->clipPath(circle2, ops[op]);
/external/fio/
H A Dprofile.c11 struct profile_ops *ops = NULL; local
15 ops = flist_entry(n, struct profile_ops, list);
16 if (!strcmp(profile, ops->name))
19 ops = NULL;
22 return ops;
27 struct profile_ops *ops; local
31 ops = find_profile(profile);
32 if (ops) {
33 if (ops->prep_cmd()) {
37 add_job_opts(ops
45 add_profile_options(struct profile_ops *ops) argument
64 register_profile(struct profile_ops *ops) argument
81 unregister_profile(struct profile_ops *ops) argument
91 struct profile_ops *ops; local
108 struct prof_io_ops *ops = &td->prof_io_ops; local
118 struct prof_io_ops *ops = &td->prof_io_ops; local
[all...]
/external/libnl/src/
H A Dnl-list-caches.c21 static char *id_attr_list(struct nl_object_ops *ops, char *buf, size_t len) argument
23 if (ops->oo_attrs2str != NULL)
24 return ops->oo_attrs2str(ops->oo_id_attrs, buf, len);
31 static void print(struct nl_cache_ops *ops, void *arg) argument
40 ops->co_name, ops->co_hdrsize,
41 nl_nlfamily2str(ops->co_protocol, buf, sizeof(buf)),
42 ops->co_request_update ? "yes" : "no",
43 ops
[all...]
H A Dnl-cls-add.c40 struct rtnl_cls_ops *ops; local
99 ops = rtnl_cls_get_ops(cls);
100 if (!(mod = lookup_cls_mod(ops)))
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.h64 const struct pipe_loader_ops *ops; member in struct:pipe_loader_device
/external/skia/gm/
H A Dcircularclips.cpp41 SkRegion::Op ops[] = { local
61 for (size_t op = 0; op < SK_ARRAY_COUNT(ops); op++) {
65 canvas->clipPath(fCircle2, ops[op]);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dautoscan.c52 const struct autoscan_ops *ops = NULL; local
71 ops = autoscan_modules[i];
76 if (ops == NULL) {
84 wpa_s->autoscan_priv = ops->init(wpa_s, params);
87 wpa_s->autoscan = ops;
90 "parameters '%s'", ops->name, params);
H A Dbgscan.c40 const struct bgscan_ops *ops = NULL; local
57 ops = bgscan_modules[i];
62 if (ops == NULL) {
68 wpa_s->bgscan_priv = ops->init(wpa_s, params, ssid);
71 wpa_s->bgscan = ops;
73 "parameters '%s'", ops->name, params);
/external/chromium_org/cc/output/
H A Dfilter_operations_unittest.cc15 FilterOperations ops; local
16 ops.Append(FilterOperation::CreateBlurFilter(20));
19 ops.GetOutsets(&top, &right, &bottom, &left);
27 FilterOperations ops; local
28 ops.Append(FilterOperation::CreateDropShadowFilter(gfx::Point(3, 8), 20, 0));
31 ops.GetOutsets(&top, &right, &bottom, &left);

Completed in 475 milliseconds

123456