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

12345

/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, "", "");
H A Dexhaustive_tester.h29 const vector<string>& ops,
34 : RegexpGenerator(maxatoms, maxops, alphabet, ops),
72 const vector<string>& ops,
26 ExhaustiveTester(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper, const string& topwrapper) argument
H A Dpossible_match_test.cc170 const vector<string>& ops,
173 : RegexpGenerator(maxatoms, maxops, alphabet, ops),
167 PossibleMatchTester(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet) argument
/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, "", "");
H A Dexhaustive_tester.h29 const vector<string>& ops,
34 : RegexpGenerator(maxatoms, maxops, alphabet, ops),
72 const vector<string>& ops,
26 ExhaustiveTester(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper, const string& topwrapper) argument
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFilterOperationsTest.cpp38 FilterOperations ops; local
39 ops.operations().append(BlurFilterOperation::create(Length(20.0, WebCore::Fixed), FilterOperation::BLUR));
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), FilterOperation::DROP_SHADOW));
52 EXPECT_TRUE(ops.hasOutsets());
53 FilterOutsets outsets = ops.outsets();
/external/chromium/chrome/browser/tab_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/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/kernel-headers/original/linux/
H A Dcdev.h8 const struct file_operations *ops; member in struct:cdev
/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/kernel-headers/original/asm-mips/
H A Dsmp-ops.h29 extern void register_smp_ops(struct plat_smp_ops *ops);
47 static inline void register_smp_ops(struct plat_smp_ops *ops) argument
/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.cpp28 SkRegion::Op ops[] = { local
55 for (size_t op = 0; op < SK_ARRAY_COUNT(ops); op++) {
59 canvas->clipPath(circle2, 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.cc13 FilterOperations ops; local
14 ops.Append(FilterOperation::CreateBlurFilter(20));
17 ops.GetOutsets(&top, &right, &bottom, &left);
25 FilterOperations ops; local
26 ops.Append(FilterOperation::CreateDropShadowFilter(gfx::Point(3, 8), 20, 0));
29 ops.GetOutsets(&top, &right, &bottom, &left);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_fence.c100 * @ops: Pointer to a struct pb_fence_ops.
104 vmw_fence_ops(struct pb_fence_ops *ops) argument
106 assert(ops);
107 return (struct vmw_fence_ops *)ops;
239 vmw_fence_ops_fence_reference(struct pb_fence_ops *ops, argument
243 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
254 vmw_fence_ops_fence_signalled(struct pb_fence_ops *ops, argument
258 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
270 vmw_fence_ops_fence_finish(struct pb_fence_ops *ops, argument
274 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)
288 vmw_fence_ops_destroy(struct pb_fence_ops *ops) argument
307 struct vmw_fence_ops *ops; local
[all...]
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_fence.c100 * @ops: Pointer to a struct pb_fence_ops.
104 vmw_fence_ops(struct pb_fence_ops *ops) argument
106 assert(ops);
107 return (struct vmw_fence_ops *)ops;
239 vmw_fence_ops_fence_reference(struct pb_fence_ops *ops, argument
243 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
254 vmw_fence_ops_fence_signalled(struct pb_fence_ops *ops, argument
258 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
270 vmw_fence_ops_fence_finish(struct pb_fence_ops *ops, argument
274 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)
288 vmw_fence_ops_destroy(struct pb_fence_ops *ops) argument
307 struct vmw_fence_ops *ops; local
[all...]
/external/pixman/test/
H A Drotate-test.c19 static const pixman_op_t ops[] = variable
49 (ops[prng_rand_n (ARRAY_LENGTH (ops))])

Completed in 682 milliseconds

12345