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

1 2 3 4 5 6 7

  /external/icu/android_icu4j/src/main/java/android/icu/text/
LanguageBreakEngine.java 25 boolean handles(int c, int breakType); method in interface:LanguageBreakEngine
UnhandledBreakEngine.java 28 // findBreaks() or handles() is referencing it, the referencing functions must see
47 public boolean handles(int c, int breakType) { method in class:UnhandledBreakEngine
69 * May be called concurrently with handles() or findBreaks().
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
LanguageBreakEngine.java 24 boolean handles(int c, int breakType); method in interface:LanguageBreakEngine
UnhandledBreakEngine.java 27 // findBreaks() or handles() is referencing it, the referencing functions must see
46 public boolean handles(int c, int breakType) { method in class:UnhandledBreakEngine
68 * May be called concurrently with handles() or findBreaks().
  /external/tensorflow/tensorflow/core/common_runtime/
pending_counts_test.cc 80 PendingCounts::Handle handles[2]; local
81 handles[0] = layout.CreateHandle(5, 4);
82 handles[1] = layout.CreateHandle(15, 4);
84 PendingCounts::Handle h = handles[id];
115 std::vector<PendingCounts::Handle> handles(C);
117 handles[id] = layout.CreateHandle(id, id);
121 c.set_initial_count(handles[id], id);
125 PendingCounts::Handle h = handles[id];
140 PendingCounts::Handle handles[2]; local
141 handles[0] = layout.CreateHandle(5, 4)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_shlib.c 65 } handles[128]; variable in typeref:struct:__anon4886
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/curl/tests/libtest/
lib536.c 34 int handles; local
45 res_multi_perform(multi, &handles);
53 if(!handles)
  /external/libdrm/tests/kms/
libkms-test-framebuffer.c 44 uint32_t handles[4], pitches[4], offsets[4]; local
84 handles[0] = fb->handle;
88 err = drmModeAddFB2(device->fd, width, height, format, handles,
  /external/libmojo/mojo/public/cpp/bindings/lib/
serialization_context.h 23 // A container for handles during serialization/deserialization.
44 // Swaps all owned handles out with another Handle vector.
48 // Handles are owned by this object.
63 // Stashes handles encoded in a message by index.
64 SerializedHandleVector handles; member in struct:mojo::internal::SerializationContext
  /external/python/cpython2/Python/
dynload_shlib.c 65 } handles[128]; variable in typeref:struct:__anon32949
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/android/javatests/src/org/chromium/mojo/bindings/
ValidationTest.java 114 List<Handle> handles = new ArrayList<Handle>(); local
116 handles.add(new HandleMock());
118 Message message = new Message(test.inputData.getData(), handles);
BindingsTestUtils.java 101 Pair<MessagePipeHandle, MessagePipeHandle> handles = local
103 P proxy = manager.attachProxy(handles.first, 0);
105 manager.bind(impl, handles.second);
  /art/runtime/
handle_scope_test.cc 32 // Handles are value objects and should be trivially copyable.
100 // Add a bunch of handles and make sure callbacks work.
102 std::vector<Handle<mirror::Object>> handles; local
106 handles.push_back(hs.NewHandle(o));
107 EXPECT_OBJ_PTR_EQ(o, handles.back().Get());
108 EXPECT_TRUE(hs.Contains(handles.back().GetReference()));
109 EXPECT_TRUE(base->Contains(handles.back().GetReference()));
  /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/edk/system/
broker_host.cc 45 bool BrokerHost::PrepareHandlesForClient(PlatformHandleVector* handles) {
48 base::GetCurrentProcessHandle(), client_process_, handles)) {
51 // invalid handles appropriately.
52 DLOG(ERROR) << "Failed to rewrite one or more handles to broker client.";
72 ScopedPlatformHandleVectorPtr handles; local
73 handles.reset(new PlatformHandleVector(1));
74 handles->at(0) = handle.release();
78 if (!PrepareHandlesForClient(handles.get()))
81 message->SetHandles(std::move(handles));
113 ScopedPlatformHandleVectorPtr handles; local
    [all...]
  /external/python/cpython3/Python/
dynload_shlib.c 50 } handles[128]; variable in typeref:struct:__anon33599
80 if (status.st_dev == handles[i].dev &&
81 status.st_ino == handles[i].ino) {
82 p = (dl_funcptr) dlsym(handles[i].handle,
88 handles[nhandles].dev = status.st_dev;
89 handles[nhandles].ino = status.st_ino;
125 handles[nhandles++].handle = handle;
  /external/tensorflow/tensorflow/compiler/xla/tests/
deconstruct_tuple_test.cc 67 auto handles = result_status.ConsumeValueOrDie(); local
69 TF_ASSERT_OK_AND_ASSIGN(literal, client_->Transfer(*handles[0]));
71 TF_ASSERT_OK_AND_ASSIGN(literal, client_->Transfer(*handles[1]));
116 // tuple does. That is, in the returned vector of handles, handle[0] should be
118 auto handles = result_status.ConsumeValueOrDie(); local
121 TF_ASSERT_OK_AND_ASSIGN(literal, client_->Transfer(*handles[0]));
123 TF_ASSERT_OK_AND_ASSIGN(literal, client_->Transfer(*handles[1]));
125 TF_ASSERT_OK_AND_ASSIGN(literal, client_->Transfer(*handles[2]));
127 TF_ASSERT_OK_AND_ASSIGN(literal, client_->Transfer(*handles[3]));
140 auto handles = result_status.ConsumeValueOrDie() local
184 auto handles = result_status.ConsumeValueOrDie(); local
    [all...]
  /external/tpm2/
ExecCommand.c 24 // c) Validates that each of the handles references a loaded entity.
56 UINT32 handleNum = 0; // number of handles unmarshaled into
57 // the handles array
58 TPM_HANDLE handles[MAX_HANDLE_NUM];// array to hold handles in the local
59 // command. Only handles in the handle
60 // area are stored here, not handles
189 result = ParseHandleBuffer(commandCode, &buffer, &size, handles, &handleNum);
192 // Number of handles retrieved from handle area should be less than
195 // All handles in the handle area are required to reference TPM-residen
    [all...]
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
CoreImplTest.java 74 private void addHandlePairToClose(Pair<? extends Handle, ? extends Handle> handles) {
75 mHandlesToClose.add(handles.first);
76 mHandlesToClose.add(handles.second);
192 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
193 addHandlePairToClose(handles);
195 // Test waiting on handles of a newly created message pipe - each should be writable, but
200 new Pair<Handle, Core.HandleSignals>(handles.second, Core.HandleSignals.READABLE));
202 new Pair<Handle, Core.HandleSignals>(handles.first, Core.HandleSignals.WRITABLE));
211 // Same test, but swap the handles around.
214 new Pair<Handle, Core.HandleSignals>(handles.first, Core.HandleSignals.WRITABLE))
233 Pair<? extends Handle, ? extends Handle> handles = core.createMessagePipe(null); local
253 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(options); local
275 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
332 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
346 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
370 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
391 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = local
420 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe(null); local
433 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe(null); local
462 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe(null); local
556 List<Pair<Handle, Core.HandleSignals>> handles = local
570 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
590 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
610 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe(null); local
655 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
    [all...]
  /external/libdrm/tests/planetest/
bo.c 94 uint32_t handles[4], pitches[4], offsets[4]; local
96 handles[0] = bo->handle;
100 handles[1] = bo->handle;
106 format, handles, pitches, offsets,
  /external/syslinux/efi/
pxe.c 53 EFI_HANDLE *handles; local
58 NULL, &nr_handles, &handles);
96 EFI_HANDLE *handles = NULL; local
103 NULL, &nr_handles, &handles);
108 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[0],
  /frameworks/av/camera/
ICameraRecordingProxy.cpp 87 void releaseRecordingFrameHandleBatch(const std::vector<native_handle_t*>& handles) {
91 uint32_t n = handles.size();
93 for (auto& handle : handles) {
99 for (auto& handle : handles) {
152 std::vector<native_handle_t*> handles; local
153 handles.reserve(n);
157 ALOGE("%s: Received a null native handle at handles[%d]",
161 handles.push_back(handle);
165 releaseRecordingFrameHandleBatch(handles);
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);
161 ALOGE("%s: Received a null native handle at handles[%d]",
165 handles.push_back(handle)
    [all...]
  /system/extras/libfec/
fec_process.cpp 79 std::vector<pthread_t> handles; local
106 handles.push_back(thread);
119 for (auto thread : handles) {
  /system/tpm/trunks/
resource_manager.h 40 // reply. It maintains all actual TPM handles and provides its own handles to
74 std::vector<TPM_HANDLE> handles; member in struct:trunks::ResourceManager::MessageInfo
121 // Returns a list of handles parsed from a given |buffer|. No more than
202 // Replaces all handles in a given |message| with |new_handles| and returns
216 // A mapping of known virtual handles to corresponding HandleInfo.
218 // A mapping of loaded tpm object handles to the corresponding virtual handle.
220 // A mapping of known session handles to corresponding HandleInfo.

Completed in 1019 milliseconds

1 2 3 4 5 6 7