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

123

/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/kernel-headers/original/linux/
H A Dcdev.h8 const struct file_operations *ops; member in struct:cdev
H A Dtextsearch.h56 * @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);
H A Delevator.h68 struct elevator_ops ops; member in struct:elevator_type
80 struct elevator_ops *ops; member in struct:elevator_queue
H A Dinotify.h167 static inline struct inotify_handle *inotify_init(const struct inotify_operations *ops) argument
H A Dsync.h30 * struct sync_timeline_ops - sync object implementation ops
84 * @ops: ops that define the implementaiton of the sync_timeline
95 const struct sync_timeline_ops *ops; member in struct:sync_timeline
197 * @ops: specifies the implemention ops for the object
202 * @ops. @size bytes will be allocated allowing for implemntation specific
205 struct sync_timeline *sync_timeline_create(const struct sync_timeline_ops *ops,
H A Dwatchdog.h93 * @ops: Pointer to the list of watchdog operations.
109 const struct watchdog_ops *ops; member in struct:watchdog_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/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/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DSelectableChannelTest.java73 public SelectionKey register(Selector sel, int ops, Object att) argument
H A DSelectionKeyTest.java63 MockSelectionKey(int ops) { argument
64 interestOps = ops;
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp127 std::vector<Value *> ops; local
128 ops.push_back(Z);
129 GetElementPtrInst *GEP = GetElementPtrInst::Create(V, ops);
/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...]
H A Dyaffs_mtdif2.c125 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
[all...]
/external/qemu/audio/
H A Dwavcapture.c96 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;
H A Daudio.h73 struct capture_ops ops; member in struct:CaptureState
102 struct audio_capture_ops *ops,
/external/skia/gm/
H A Dcomplexclip2.cpp56 SkRegion::Op ops[] = { local
69 fOps[j*kRows+i][k] = ops[r.nextU() % SK_ARRAY_COUNT(ops)];
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DRTree.h39 RecordingData(GraphicsOperation::Operation* ops, size_t orderBy) argument
41 , m_operation(ops)
/external/chromium/chrome/browser/net/
H A Dsqlite_persistent_cookie_store.cc436 PendingOperationsList ops; local
439 pending_.swap(ops);
444 if (!db_.get() || ops.empty())
478 for (PendingOperationsList::iterator it = ops.begin();
479 it != ops.end(); ++it) {
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dnative_tab_contents_view_win.cc113 WebKit::WebDragOperationsMask ops,
117 drag_handler_->StartDragging(drop_data, ops, image, image_offset);
112 StartDragging(const WebDropData& drop_data, WebKit::WebDragOperationsMask ops, const SkBitmap& image, const gfx::Point& image_offset) argument
H A Dtab_contents_drag_win.cc113 WebDragOperationsMask ops,
126 DoDragging(drop_data, ops, page_url, page_encoding, image, image_offset);
146 ops,
170 WebDragOperationsMask ops,
177 DoDragging(drop_data, ops, page_url, page_encoding, image, image_offset);
270 WebDragOperationsMask ops,
310 web_drag_utils_win::WebDragOpMaskToWinDragOpMask(ops), &effect);
112 StartDragging(const WebDropData& drop_data, WebDragOperationsMask ops, const SkBitmap& image, const gfx::Point& image_offset) argument
168 StartBackgroundDragging( const WebDropData& drop_data, WebDragOperationsMask ops, const GURL& page_url, const std::string& page_encoding, const SkBitmap& image, const gfx::Point& image_offset) argument
269 DoDragging(const WebDropData& drop_data, WebDragOperationsMask ops, const GURL& page_url, const std::string& page_encoding, const SkBitmap& image, const gfx::Point& image_offset) argument
H A Dtab_contents_view_touch.cc123 WebDragOperationsMask ops,
122 StartDragging(const WebDropData& drop_data, WebDragOperationsMask ops, const SkBitmap& image, const gfx::Point& image_offset) argument
H A Dtab_contents_view_views.cc108 WebDragOperationsMask ops,
111 native_tab_contents_view_->StartDragging(drop_data, ops, image, image_offset);
107 StartDragging(const WebDropData& drop_data, WebDragOperationsMask ops, const SkBitmap& image, const gfx::Point& image_offset) argument
/external/clang/test/SemaCXX/
H A Dnested-name-spec.cpp128 Operators ops; local
129 return ops;
133 Operators ops; local
134 return ops;

Completed in 498 milliseconds

123