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

1 2 3 4 5 6 7 8 91011>>

  /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/mesa3d/src/glsl/
ir_to_llvm.cpp 502 llvm::Value* ops[2]; local
504 ops[i] = llvm_value(ir->operands[i]);
526 vec = llvm::UndefValue::get(ops[vecidx]->getType());
528 vec = bld.CreateInsertElement(vec, ops[scaidx], llvm_int(i), "sca2vec");
529 ops[scaidx] = vec;
535 return bld.CreateNot(ops[0]);
541 return bld.CreateNeg(ops[0]);
543 return bld.CreateFNeg(ops[0]);
551 return ops[0];
554 bld.CreateICmpSGE(ops[0], llvm_imm(ops[0]->getType(), 0), "sabs.ge")
    [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...]
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...]
  /external/wpa_supplicant_8/wpa_supplicant/
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);
  /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 115 if (mDevice->ops->set_preview_window) {
120 return mDevice->ops->set_preview_window(mDevice,
139 if (mDevice->ops->set_callbacks) {
140 mDevice->ops->set_callbacks(mDevice,
161 if (mDevice->ops->enable_msg_type)
162 mDevice->ops->enable_msg_type(mDevice, msgType);
178 if (mDevice->ops->disable_msg_type)
179 mDevice->ops->disable_msg_type(mDevice, msgType);
190 if (mDevice->ops->msg_type_enabled)
191 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);
  /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/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/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
vx_core.h 172 struct snd_vx_ops *ops; member in struct:vx_core
220 struct snd_vx_ops *ops, int extra_size);
238 snd_assert(chip->ops->test_and_ack, return -ENXIO);
239 return chip->ops->test_and_ack(chip);
244 snd_assert(chip->ops->validate_irq, return);
245 chip->ops->validate_irq(chip, enable);
250 snd_assert(chip->ops->in8, return 0);
251 return chip->ops->in8(chip, reg);
256 snd_assert(chip->ops->in32, return 0);
257 return chip->ops->in32(chip, reg)
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
smp.h 27 #include <asm/smp-ops.h>
  /system/extras/libublock/include/ublock/
ublock.h 43 int ublock_init(struct ublock_ctx **ub, struct ublock_ops *ops, uint64_t size);
54 * Runs a loop waiting for ublock requests and calling the ops callbacks.
62 * Stops ublock_run, if it is running. Should be called from one of the ops
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.h 36 WebKit::WebDragOperationsMask ops,
57 WebKit::WebDragOperationsMask ops,
65 WebKit::WebDragOperationsMask ops,
native_tab_contents_view.h 46 WebKit::WebDragOperationsMask ops,
  /system/extras/ext4_utils/
output_file.c 61 struct output_file_ops *ops; member in struct:output_file
176 ret = out->ops->write(out, (u8 *)&chunk_header, sizeof(chunk_header));
232 ret = out->ops->write(out, (u8 *)&chunk_header, sizeof(chunk_header));
236 ret = out->ops->write(out, (u8 *)&fill_val, sizeof(fill_val));
304 ret = out->ops->write(out, (u8 *)&chunk_header, sizeof(chunk_header));
308 ret = out->ops->write(out, data, len);
312 ret = out->ops->write(out, zero_buf, zero_len);
341 out->ops->write(out, (u8 *)&chunk_header, sizeof(chunk_header));
342 out->ops->write(out, (u8 *)&out->crc32, 4);
351 out->ops->close(out)
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 217 ArrayList<ContentProviderOperation> ops)
221 if (!ops.isEmpty()) {
222 ContentProviderResult[] result = mContentResolver.applyBatch(authority, ops);
252 private ContentProviderResult[] applyBatch(String authority, ArrayList<Operation> ops,
255 if (ops.isEmpty()) {
259 for (Operation op: ops) {
277 // Not possible since we're building the ops ourselves
293 protected ContentProviderResult[] safeExecute(String authority, ArrayList<Operation> ops)
295 mService.userLog("Try to execute ", ops.size(), " CPO's for " + authority);
299 return applyBatch(authority, ops, 0)
    [all...]
  /external/qemu/audio/
wavcapture.c 96 struct audio_capture_ops ops; local
119 ops.notify = wav_notify;
120 ops.capture = wav_capture;
121 ops.destroy = wav_destroy;
148 cap = AUD_add_capture (&as, &ops, wav);
159 s->ops = wav_capture_ops;
  /external/linux-tools-perf/util/
session.c 138 struct perf_event_ops *ops)
179 if (ops && ops->ordering_requires_timestamps &&
180 ops->ordered_samples && !self->sample_id_all) {
182 ops->ordered_samples = false;
319 struct perf_event_ops *ops __used)
327 struct perf_event_ops *ops);
493 struct perf_event_ops *ops,
497 struct perf_event_ops *ops)
507 if (!ops->ordered_samples || !limit
    [all...]

Completed in 2386 milliseconds

1 2 3 4 5 6 7 8 91011>>