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

1 2 3 4 5 6 7 8 91011>>

  /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, "", "");
exhaustive3_test.cc 72 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,
random_test.cc 23 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, "");
regexp_generator.cc 34 static const char *ops[] = { local
42 static vector<string> v(ops, ops + arraysize(ops));
48 const vector<string>& ops)
49 : maxatoms_(maxatoms), maxops_(maxops), atoms_(atoms), ops_(ops) {
94 // ops: the number of operators used in the sequence
97 // then nstk = 2, ops = 1, atoms = 3.
102 int ops, int atoms) {
109 if (ops + nstk - 1 > maxops_
    [all...]
  /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...]
web_drag_utils_win.h 19 DWORD WebDragOpMaskToWinDragOpMask(WebKit::WebDragOperationsMask ops);
  /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...]
yaffs_mtdif2.c 125 struct mtd_oob_ops ops; local
148 ops.mode = MTD_OOB_AUTO;
149 ops.ooblen = mtd->oobsize;
150 ops.len = dev->nDataBytesPerChunk;
151 ops.ooboffs = 0;
152 ops.datbuf = (__u8 *)data;
153 ops.oobbuf = dev->spareBuffer;
154 retval = mtd->write_oob(mtd, addr, &ops);
185 struct mtd_oob_ops ops; local
204 ops.mode = MTD_OOB_AUTO
    [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...]
  /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);
  /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/
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...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StatusUpdatesTest.java 47 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); local
49 ops.add(ContentProviderOperation.newInsert(RawContacts.CONTENT_URI)
54 ops.add(ContentProviderOperation.newInsert(Data.CONTENT_URI)
61 ContentProviderResult[] results = mResolver.applyBatch(ContactsContract.AUTHORITY, ops);
103 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); local
104 ops.add(ContentProviderOperation.newInsert(StatusUpdates.CONTENT_URI)
113 ContentProviderResult[] results = mResolver.applyBatch(ContactsContract.AUTHORITY, ops);
119 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); local
120 ops.add(ContentProviderOperation.newAssertQuery(uri)
124 mResolver.applyBatch(ContactsContract.AUTHORITY, ops);
128 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); local
138 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); local
    [all...]
  /external/kernel-headers/original/linux/
cdev.h 8 const struct file_operations *ops; member in struct:cdev
textsearch.h 56 * @ops: operations of chosen algorithm
62 struct ts_ops *ops; member in struct:ts_config
108 unsigned int ret = conf->ops->find(conf, state);
137 return conf->ops->get_pattern(conf);
146 return conf->ops->get_pattern_len(conf);
  /frameworks/base/core/java/com/android/internal/app/
IAppOpsService.aidl 33 List<AppOpsManager.PackageOps> getPackagesForOps(in int[] ops);
34 List<AppOpsManager.PackageOps> getOpsForPackage(int uid, String packageName, in int[] ops);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
LevenshteinDistanceTest.java 46 EditOperation[] ops = distance.getTargetOperations(); local
47 assertEquals(expectedOps.length, ops.length);
48 for (int i = 0; i < ops.length; ++i) {
50 expectedOps[i], ops[i].getType());
52 assertEquals(source[ops[i].getPosition()], target[i]);
54 assertFalse(source[ops[i].getPosition()].equals(target[i]));
  /bionic/libc/kernel/arch-mips/asm/
smp.h 27 #include <asm/smp-ops.h>
  /development/ndk/platforms/android-9/arch-mips/include/asm/
smp.h 27 #include <asm/smp-ops.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tea575x-tuner.h 45 struct snd_tea575x_ops *ops; member in struct:snd_tea575x
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tea575x-tuner.h 45 struct snd_tea575x_ops *ops; member in struct:snd_tea575x

Completed in 577 milliseconds

1 2 3 4 5 6 7 8 91011>>