HomeSort by relevance Sort by last modified time
    Searched refs:ops (Results 1 - 25 of 714) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/re2/re2/testing/
exhaustive1_test.cc 16 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,
regexp_generator.h 31 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.
search_test.cc 315 vector<string> atom, alpha, ops; local
318 ExhaustiveTest(1, 0, atom, ops, 1, alpha, "", "");
  /external/regex-re2/re2/testing/
exhaustive1_test.cc 16 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,
regexp_generator.h 31 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.
search_test.cc 315 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/
pb_buffer_fenced.h 73 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/
pb_buffer_fenced.h 73 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/
FilterOperationsTest.cpp 38 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/
web_drag_utils_win.cc 28 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) {
51 if (ops & WebDragOperationCopy
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_drag_utils_win.cc 28 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) {
51 if (ops & WebDragOperationCopy
    [all...]
  /external/chromium_org/media/tools/bug_hunter/
bug_hunter_test.py 43 ops = Values()
44 ops.query = query
46 ops.interval_value = 10
47 ops.interval_unit = 'days'
49 ops.interval_value = None
50 ops.email_entries = ['comments']
51 ops.project_name = 'chromium'
52 ops.query_title = 'query title'
53 ops.max_comments = None
54 return ops
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_fence.c 100 * @ops: Pointer to a struct pb_fence_ops.
104 vmw_fence_ops(struct pb_fence_ops *ops)
106 assert(ops);
107 return (struct vmw_fence_ops *)ops;
239 vmw_fence_ops_fence_reference(struct pb_fence_ops *ops,
243 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
254 vmw_fence_ops_fence_signalled(struct pb_fence_ops *ops,
258 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
270 vmw_fence_ops_fence_finish(struct pb_fence_ops *ops,
274 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws
307 struct vmw_fence_ops *ops; local
    [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_fence.c 100 * @ops: Pointer to a struct pb_fence_ops.
104 vmw_fence_ops(struct pb_fence_ops *ops)
106 assert(ops);
107 return (struct vmw_fence_ops *)ops;
239 vmw_fence_ops_fence_reference(struct pb_fence_ops *ops,
243 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
254 vmw_fence_ops_fence_signalled(struct pb_fence_ops *ops,
258 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
270 vmw_fence_ops_fence_finish(struct pb_fence_ops *ops,
274 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws
307 struct vmw_fence_ops *ops; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
templite.py 50 # 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 = for_op
    [all...]
  /external/yaffs2/yaffs2/
yaffs_mtdif.c 79 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.oobbuf = spareAsBytes
143 struct mtd_oob_ops ops; local
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2TransactionTest.java 178 private static void addInsertContactOperations(ArrayList<ContentProviderOperation> ops) {
183 ops.add(b.build());
186 b.withValueBackReference(Data.RAW_CONTACT_ID, ops.size() - 1);
191 ops.add(b.build());
207 private static void addInsertProfileOperations(ArrayList<ContentProviderOperation> ops) {
212 ops.add(b.build());
215 b.withValueBackReference(Data.RAW_CONTACT_ID, ops.size() - 1);
220 ops.add(b.build());
235 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); local
237 addInsertContactOperations(ops);
252 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); local
269 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); local
290 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); local
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
ConversationCursorTests.java 95 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); local
98 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
100 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
102 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
104 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
106 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
108 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
110 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
112 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
114 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build())
    [all...]
  /external/chromium-trace/trace-viewer/src/cc/
picture_ops_list_view.css 6 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 {
  /external/wpa_supplicant_8/wpa_supplicant/
autoscan.c 52 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);
bgscan.c 40 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);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathOpsActivity.java 57 Path.Op[] ops = Path.Op.values(); local
58 mPaths = new Path[ops.length];
60 mSize = w / (ops.length * 2.0f);
68 for (int i = 0; i < ops.length; i++) {
70 if (!mPaths[i].op(p1, p2, ops[i])) {
71 Log.d("PathOps", ops[i].name() + " failed!");
  /device/generic/goldfish/camera/fake-pipeline2/
Base.h 47 const camera2_stream_ops_t *ops; member in struct:android::Stream
54 const camera2_stream_in_ops_t *ops; member in struct:android::ReprocessStream
  /external/kernel-headers/original/asm-mips/
smp-ops.h 29 extern void register_smp_ops(struct plat_smp_ops *ops);
47 static inline void register_smp_ops(struct plat_smp_ops *ops)
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 110 if (mDevice->ops->set_preview_window) {
115 return mDevice->ops->set_preview_window(mDevice,
134 if (mDevice->ops->set_callbacks) {
135 mDevice->ops->set_callbacks(mDevice,
156 if (mDevice->ops->enable_msg_type)
157 mDevice->ops->enable_msg_type(mDevice, msgType);
173 if (mDevice->ops->disable_msg_type)
174 mDevice->ops->disable_msg_type(mDevice, msgType);
185 if (mDevice->ops->msg_type_enabled)
186 return mDevice->ops->msg_type_enabled(mDevice, msgType)
    [all...]

Completed in 1170 milliseconds

1 2 3 4 5 6 7 8 91011>>