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

1 2 3 4 5 6 7 8 91011>>

  /art/test/952-invoke-custom/
build 25 ./default-build "$@" --experimental method-handles
  /art/test/953-invoke-polymorphic-compiler/
build 25 ./default-build "$@" --experimental method-handles
  /art/test/954-invoke-polymorphic-verifier/
build 25 ./default-build "$@" --experimental method-handles
  /art/test/955-methodhandles-smali/
build 25 ./default-build "$@" --experimental method-handles
  /art/test/956-methodhandles/
build 25 ./default-build "$@" --experimental method-handles
  /art/test/957-methodhandle-transforms/
build 25 ./default-build "$@" --experimental method-handles
  /art/test/958-methodhandle-stackframe/
build 25 ./default-build "$@" --experimental method-handles
  /art/test/959-invoke-polymorphic-accessors/
build 25 ./default-build "$@" --experimental method-handles
  /art/compiler/optimizing/
builder.h 49 VariableSizedHandleScope* handles)
60 handles),
74 handles) {}
79 VariableSizedHandleScope* handles,
89 handles->NewHandle<mirror::ClassLoader>(nullptr),
90 handles->NewHandle<mirror::DexCache>(nullptr),
91 handles),
104 handles->NewHandle<mirror::DexCache>(nullptr),
105 handles) {}
reference_type_propagation_test.cc 38 void SetupPropagation(VariableSizedHandleScope* handles) {
39 graph_->InitializeInexactObjectRTI(handles);
43 handles,
83 VariableSizedHandleScope handles(soa.Self());
84 SetupPropagation(&handles);
92 VariableSizedHandleScope handles(soa.Self());
93 SetupPropagation(&handles);
124 VariableSizedHandleScope handles(soa.Self());
125 SetupPropagation(&handles);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
LanguageBreakEngine.java 25 boolean handles(int c, int breakType); method in interface:LanguageBreakEngine
  /external/libdrm/tests/modetest/
buffers.h 36 unsigned int handles[4], unsigned int pitches[4],
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
CoreImplTest.java 77 private void addHandlePairToClose(Pair<? extends Handle, ? extends Handle> handles) {
78 mHandlesToClose.add(handles.first);
79 mHandlesToClose.add(handles.second);
195 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
196 addHandlePairToClose(handles);
198 // Test waiting on handles of a newly created message pipe - each should be writable, but
203 new Pair<Handle, Core.HandleSignals>(handles.second, Core.HandleSignals.READABLE));
205 new Pair<Handle, Core.HandleSignals>(handles.first, Core.HandleSignals.WRITABLE));
214 // Same test, but swap the handles around.
217 new Pair<Handle, Core.HandleSignals>(handles.first, Core.HandleSignals.WRITABLE))
236 Pair<? extends Handle, ? extends Handle> handles = core.createMessagePipe(null); local
256 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(options); local
278 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
335 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
349 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
373 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
394 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = local
423 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe(null); local
436 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe(null); local
465 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe(null); local
559 List<Pair<Handle, Core.HandleSignals>> handles = local
573 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
630 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
656 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
686 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
717 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
767 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
792 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
828 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
853 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
873 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe(null); local
918 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_shlib.c 65 } handles[128]; variable in typeref:struct:__anon5904
92 if (statb.st_dev == handles[i].dev &&
93 statb.st_ino == handles[i].ino) {
94 p = (dl_funcptr) dlsym(handles[i].handle,
100 handles[nhandles].dev = statb.st_dev;
102 handles[nhandles].ino[0] = statb.st_ino[0];
103 handles[nhandles].ino[1] = statb.st_ino[1];
104 handles[nhandles].ino[2] = statb.st_ino[2];
106 handles[nhandles].ino = statb.st_ino;
140 handles[nhandles++].handle = handle;
    [all...]
  /external/libmojo/mojo/edk/system/
broker_host_posix.cc 55 ScopedPlatformHandleVectorPtr handles; local
56 handles.reset(new PlatformHandleVector(1));
57 handles->at(0) = handle.release();
58 message->SetHandles(std::move(handles));
79 ScopedPlatformHandleVectorPtr handles; local
80 handles.reset(new PlatformHandleVector(2));
81 handles->at(0) = buffer->PassPlatformHandle().release();
82 handles->at(1) = read_only_buffer->PassPlatformHandle().release();
83 message->SetHandles(std::move(handles));
91 ScopedPlatformHandleVectorPtr handles) {
    [all...]
node_channel.cc 244 // Privileged nodes use this to pass their childrens' process handles to the
288 ScopedPlatformHandleVectorPtr handles(new PlatformHandleVector());
290 handles->push_back(PlatformHandle(process_handle));
294 handles->size(), &data);
295 message->SetHandles(std::move(handles));
307 ScopedPlatformHandleVectorPtr handles(new PlatformHandleVector());
309 handles->push_back(broker_channel.release());
312 handles->size(), &data);
313 message->SetHandles(std::move(handles));
321 ScopedPlatformHandleVectorPtr handles(new PlatformHandleVector())
397 ScopedPlatformHandleVectorPtr handles = message->TakeHandles(); local
824 ScopedPlatformHandleVectorPtr handles = message->TakeHandles(); local
    [all...]
  /frameworks/av/media/libaaudio/tests/
test_handle_tracker.cpp 69 aaudio_handle_t handles[MAX_HANDLES]; local
77 handles[i] = tracker.put(type, &data[i]);
78 ASSERT_TRUE(handles[i] > 0);
79 found = tracker.get(type, handles[i]);
89 found = tracker.get(type, handles[i]);
94 found = tracker.remove(type, handles[2]);
97 found = tracker.get(type, handles[2]);
106 found = tracker.get(type, handles[2]);
110 handles[2] = handle;
113 found = tracker.remove(type, handles[i])
    [all...]
  /external/libmojo/mojo/message_pump/
message_pump_mojo_unittest.cc 90 MessagePipe handles; local
92 handles.handle0.get(),
96 handles.handle1.get(), NULL, 0, NULL, 0, MOJO_WRITE_MESSAGE_FLAG_NONE);
98 handles.handle1.get(), NULL, 0, NULL, 0, MOJO_WRITE_MESSAGE_FLAG_NONE);
101 MojoWait(handles.handle0.get().value(), MOJO_HANDLE_SIGNAL_READABLE,
116 MessagePipe handles; local
118 handles.handle0.get(),
122 handles.handle1.get(), NULL, 0, NULL, 0, MOJO_WRITE_MESSAGE_FLAG_NONE);
126 MojoWait(handles.handle0.get().value(), MOJO_HANDLE_SIGNAL_READABLE,
137 handles.handle1.get(), NULL, 0, NULL, 0, MOJO_WRITE_MESSAGE_FLAG_NONE)
152 MessagePipe handles; local
165 MessagePipe handles; local
180 MessagePipe handles; local
    [all...]
  /external/curl/docs/examples/
multi-app.c 48 CURL *handles[HANDLECOUNT]; local
51 int still_running; /* keep number of running handles */
59 handles[i] = curl_easy_init();
62 curl_easy_setopt(handles[HTTP_HANDLE], CURLOPT_URL, "http://example.com");
64 curl_easy_setopt(handles[FTP_HANDLE], CURLOPT_URL, "ftp://example.com");
65 curl_easy_setopt(handles[FTP_HANDLE], CURLOPT_UPLOAD, 1L);
72 curl_multi_add_handle(multi_handle, handles[i]);
154 found = (msg->easy_handle == handles[idx]);
172 /* Free the CURL handles */
174 curl_easy_cleanup(handles[i])
    [all...]
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Message.java 25 * The handles of the message.
38 * @param handles The list of handles to send.
40 public Message(ByteBuffer buffer, List<? extends Handle> handles) {
43 mHandle = handles;
54 * The handles of the message.
  /external/tpm2/
SessionProcess_fp.h 19 UINT32 handleNum, // IN: number of handles in command
20 TPM_HANDLE handles[], // IN: array of handle
29 TPM_HANDLE handles[], // IN: array of handle
GetCapability.c 40 // Get list of handles of loaded transient objects
43 &out->capabilityData.data.handles);
46 // Get list of handles of persistent objects
49 &out->capabilityData.data.handles);
55 &out->capabilityData.data.handles);
58 // Get list of handles of loaded sessions
61 &out->capabilityData.data.handles);
64 // Get list of handles of
67 &out->capabilityData.data.handles);
70 // Get list of handles of PC
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
LanguageBreakEngine.java 24 boolean handles(int c, int breakType); method in interface:LanguageBreakEngine
  /cts/hostsidetests/security/securityPatch/CVE-2016-8460/
poc.c 53 __u32 *handles; /* array of handles to pin/unpin */ member in struct:nvmap_pin_handle
55 __u32 count; /* number of entries in handles */
66 __u32 handles; /* array of handles to pin/unpin */ member in struct:nvmap_pin_handle_32
68 __u32 count; /* number of entries in handles */
124 int* handles = mmap((void*)0x20000000, 0x1000, PROT_READ | PROT_WRITE , MAP_FIXED | MAP_SHARED | MAP_ANONYMOUS, -1, 0); local
125 memset(handles, 0x42, 0x1000);
130 handles[i] = op.handle;
146 pin.handles = (unsigned int) handles
    [all...]
  /frameworks/av/camera/
ICameraRecordingProxyListener.cpp 69 const std::vector<native_handle_t*>& handles) {
75 if (n != handles.size()) {
76 ALOGE("%s: size of timestamps(%zu) and handles(%zu) mismatch!",
77 __FUNCTION__, timestamps.size(), handles.size());
84 for (auto& handle : handles) {
91 for (auto& handle : handles) {
145 std::vector<native_handle_t*> handles; local
147 handles.reserve(n);
159 ALOGE("%s: Received a null native handle at handles[%d]",
163 handles.push_back(handle)
    [all...]

Completed in 1173 milliseconds

1 2 3 4 5 6 7 8 91011>>