HomeSort by relevance Sort by last modified time
    Searched refs:handles (Results 101 - 125 of 344) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 376 int[] handles = device.getObjectHandles(storageId, 0, objectHandle); local
377 if (handles == null) {
381 int length = handles.length;
384 MtpObjectInfo info = device.getObjectInfo(handles[i]);
  /packages/apps/Nfc/nci/jni/
NfcJniUtil.h 129 int handles[16]; member in struct:nfc_jni_native_data
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
RouterTest.java 41 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
42 mHandle = handles.first;
43 mRouter = new RouterImpl(handles.second);
  /external/chromium_org/ppapi/host/
ppapi_host.cc 112 const std::vector<SerializedHandle>& handles) {
118 for (std::vector<SerializedHandle>::const_iterator it = handles.begin();
119 it != handles.end(); ++it) {
ppapi_host.h 66 // Similar to |SendUnsolicitedReply()|, but also sends handles.
70 const std::vector<proxy::SerializedHandle>& handles);
  /external/chromium_org/third_party/icu/source/common/
brkeng.cpp 72 UnhandledEngine::handles(UChar32 c, int32_t breakType) const { function in class:UnhandledEngine
157 if (lbe != NULL && lbe->handles(c, breakType)) {
203 if (lbe != NULL && lbe->handles(c, breakType)) {
dictbe.h 69 * <p>Indicate whether this engine handles a particular character for
74 * @return TRUE if this engine handles the particular character and break
77 virtual UBool handles( UChar32 c, int32_t breakType ) const;
  /external/chromium_org/v8/test/cctest/
test-macro-assembler-mips64.cc 64 HandleScope handles(isolate);
139 HandleScope handles(isolate);
181 HandleScope handles(isolate);
  /external/icu/icu4c/source/common/
brkeng.cpp 72 UnhandledEngine::handles(UChar32 c, int32_t breakType) const { function in class:UnhandledEngine
157 if (lbe != NULL && lbe->handles(c, breakType)) {
203 if (lbe != NULL && lbe->handles(c, breakType)) {
dictbe.h 69 * <p>Indicate whether this engine handles a particular character for
74 * @return TRUE if this engine handles the particular character and break
77 virtual UBool handles( UChar32 c, int32_t breakType ) const;
  /external/chromium_org/mojo/public/python/mojo/bindings/
messaging.py 117 """A message for a message pipe. This contains data and handles."""
119 def __init__(self, data=None, handles=None):
121 self.handles = handles
134 self._payload = Message(self.data[self.header.size:], self.handles)
233 result = self._handle.WriteMessage(message.data, message.handles)
  /external/chromium_org/mojo/public/cpp/bindings/tests/
array_unittest.cc 98 // Tests that Array<ScopedMessagePipeHandle> supports transferring handles.
101 Array<ScopedMessagePipeHandle> handles(2);
102 handles[0] = pipe.handle0.Pass();
103 handles[1].reset(pipe.handle1.release());
108 Array<ScopedMessagePipeHandle> handles2 = handles.Pass();
117 // Tests that Array<ScopedMessagePipeHandle> supports closing handles.
124 Array<ScopedMessagePipeHandle> handles(2);
125 handles[0] = pipe.handle0.Pass();
126 handles[1].reset(pipe.handle0.release());
connector_unittest.cc 290 // The message should have been transferred, releasing the handles.
291 EXPECT_TRUE(message1.handles()->empty());
306 ASSERT_EQ(1U, message_received.handles()->size());
312 smph.reset(MessagePipeHandle(message_received.handles()->front().value()));
  /external/chromium_org/mojo/public/python/mojo/
c_core.pxd 66 MojoResult MojoWaitMany(const MojoHandle* handles,
95 const MojoHandle* handles,
103 MojoHandle* handles,
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.cc 227 HANDLE handles[] = { stop_event_.handle(), chrome_handle.Get() }; local
231 wait_result = ::WaitForMultipleObjects(arraysize(handles), handles,
  /external/chromium_org/v8/test/cctest/compiler/
test-codegen-deopt.cc 182 InitializedHandleScope handles; local
203 InitializedHandleScope handles; local
292 InitializedHandleScope handles; local
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_listener.cc 142 CHECK(params.handles.empty());
  /external/chromium_org/ipc/mojo/
ipc_channel_mojo.h 109 std::vector<MojoHandle>* handles);
ipc_channel_mojo.cc 232 DLOG(WARNING) << "Pipe failed to covert handles. Closing: "
248 std::vector<MojoHandle>* handles) {
249 // We dup() the handles in IPC::Message to transmit.
270 DLOG(WARNING) << "Pipe failed to wrap handles. Closing: "
276 handles->push_back(wrapped_handle);
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/
HandleMock.java 154 public void writeMessage(ByteBuffer bytes, List<? extends Handle> handles,
  /external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
InvalidHandle.java 206 public void writeMessage(ByteBuffer bytes, List<? extends Handle> handles, WriteFlags flags) {
  /external/chromium_org/sync/syncable/
directory_backing_store.h 117 // Removes each entry whose metahandle is in |handles| from the table
119 bool DeleteEntries(EntryTable from, const MetahandleSet& handles);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.h 44 // Handles all IndexedDB related messages from a particular renderer process.
169 std::vector<storage::BlobDataHandle*> handles);
261 std::vector<storage::BlobDataHandle*> handles);
  /external/chromium_org/ppapi/proxy/
resource_message_params.cc 78 // Note: we must not invalidate the handles. This is used for converting
79 // handles from the host OS to NaCl, and that conversion will not work if we
80 // invalidate the handles (see HandleConverter).
130 std::vector<base::SharedMemoryHandle>* handles) const {
134 handles->push_back(handle);
184 // non-handle data first, then the handles. When transferring to NaCl on
185 // Windows, we need to be able to translate Windows-style handles to POSIX-
186 // style handles, and it's easier to put all the regular stuff at the front.
  /external/chromium_org/ui/file_manager/video_player/js/
error_util.js 42 // The message will show twice if the caller handles exception correctly.

Completed in 1955 milliseconds

1 2 3 45 6 7 8 91011>>