Searched refs:ops (Results 1 - 25 of 203) sorted by relevance

123456789

/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 Dregexp_generator.h31 const vector<string>& ops);
48 void GeneratePostfix(vector<string>* post, int nstk, int ops, int lits);
49 bool GenerateRandomPostfix(vector<string>* post, int nstk, int ops, int lits);
52 int maxops_; // Maximum number of ops allowed in expr.
54 vector<string> ops_; // Possible ops.
H A Dsearch_test.cc315 vector<string> atom, alpha, ops; local
318 ExhaustiveTest(1, 0, atom, ops, 1, alpha, "", "");
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
/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 Dregexp_generator.h31 const vector<string>& ops);
48 void GeneratePostfix(vector<string>* post, int nstk, int ops, int lits);
49 bool GenerateRandomPostfix(vector<string>* post, int nstk, int ops, int lits);
52 int maxops_; // Maximum number of ops allowed in expr.
54 vector<string> ops_; // Possible ops.
H A Dsearch_test.cc315 vector<string> atom, alpha, ops; local
318 ExhaustiveTest(1, 0, atom, ops, 1, alpha, "", "");
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.h73 void (*destroy)( struct pb_fence_ops *ops );
76 void (*fence_reference)( struct pb_fence_ops *ops,
85 int (*fence_signalled)( struct pb_fence_ops *ops,
94 int (*fence_finish)( struct pb_fence_ops *ops,
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.h73 void (*destroy)( struct pb_fence_ops *ops );
76 void (*fence_reference)( struct pb_fence_ops *ops,
85 int (*fence_signalled)( struct pb_fence_ops *ops,
94 int (*fence_finish)( struct pb_fence_ops *ops,
/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)));
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/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...]
H A Dweb_drag_utils_win.h19 DWORD WebDragOpMaskToWinDragOpMask(WebKit::WebDragOperationsMask ops);
/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...]
H A Dweb_drag_utils_win.h18 DWORD WebDragOpMaskToWinDragOpMask(blink::WebDragOperationsMask ops);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dtemplite.py50 # ops list is pushed onto ops_stack, and the parsing continues in a new
51 # ops list that is part of the arguments to the if or for op.
52 ops = []
57 ops.append(('exp', tok[2:-2].strip()))
68 ops.append(('if', (words[1], if_ops)))
69 ops_stack.append(ops)
70 ops = if_ops
75 ops.append(('for', (words[1], words[3], for_ops)))
76 ops_stack.append(ops)
77 ops
[all...]
/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/chromium-trace/trace-viewer/src/cc/
H A Dpicture_test.js32 var ops = snapshot.getOps();
33 if (!ops)
35 assertEquals(627, ops.length);
37 var op0 = ops[0];
H A Dpicture_ops_list_view.css6 picture-ops-list-view {
11 picture-ops-list-view > .x-list-view {
16 picture-ops-list-view > .x-list-view .list-item {
24 picture-ops-list-view > .x-list-view .list-item:hover {
29 picture-ops-list-view > .x-list-view .list-item > * {
37 picture-ops-list-view > .x-list-view .list-item > .elementInfo {
H A Dpicture_ops_list_view.js27 var PictureOpsListView = ui.define('picture-ops-list-view');
59 var ops = this.picture_.getOps();
60 if (!ops)
63 ops = this.opsTaggedWithAnnotations_(ops);
65 for (var i = 0; i < ops.length; i++) {
66 var op = ops[i];
86 // Display each of the Skia ops.
109 // Set selection on all previous ops.
110 var ops
[all...]
/external/yaffs2/yaffs2/
H A Dyaffs_mtdif.c79 struct mtd_oob_ops ops; local
94 ops.mode = MTD_OOB_AUTO;
95 ops.ooblen = 8; /* temp hack */
97 ops.mode = MTD_OOB_RAW;
98 ops.ooblen = YAFFS_BYTES_PER_SPARE;
100 ops.len = data ? dev->nDataBytesPerChunk : ops.ooblen;
101 ops.datbuf = (u8 *)data;
102 ops.ooboffs = 0;
103 ops
143 struct mtd_oob_ops ops; local
[all...]
/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/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

Completed in 1717 milliseconds

123456789