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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/system/impl/
CoreImplTest.java 71 private void addHandlePairToClose(Pair<? extends Handle, ? extends Handle> handles) {
72 mHandlesToClose.add(handles.first);
73 mHandlesToClose.add(handles.second);
177 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
178 addHandlePairToClose(handles);
183 new Pair<Handle, Core.HandleSignals>(handles.second, Core.HandleSignals.READABLE));
185 new Pair<Handle, Core.HandleSignals>(handles.first, Core.HandleSignals.WRITABLE));
192 new Pair<Handle, Core.HandleSignals>(handles.first, Core.HandleSignals.WRITABLE));
194 new Pair<Handle, Core.HandleSignals>(handles.second, Core.HandleSignals.READABLE));
207 Pair<? extends Handle, ? extends Handle> handles = core.createMessagePipe(null) local
227 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(options); local
249 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
290 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
304 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
328 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
350 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe( local
382 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe(null); local
395 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe(null); local
425 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe(null); local
516 List<Pair<Handle, Core.HandleSignals>> handles = new ArrayList< local
530 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
588 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
614 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
644 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
675 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
700 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
736 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
761 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
781 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe(null); local
826 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); local
    [all...]
  /art/test/080-oom-throw/
info.txt 2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
  /art/test/081-hot-exceptions/
info.txt 1 Make a hot exception-throwing path to stress test how the trace builder handles
  /external/chromium_org/mojo/public/interfaces/bindings/tests/data/validation/
conformance_mthd9_good_null_array.data 0 [handles]4
conformance_mthd5_good.data 0 [handles]10 // Larger than the number of handles that we know about is okay.
conformance_mthd5_multiple_handles_with_same_value_2.data 0 [handles]10
33 [u4]1 // The two message pipe handles have the same value.
conformance_mthd5_wrong_handle_order.data 0 [handles]10
20 [u4]1 // data_pipe_consumer: It is smaller than those handles
conformance_mthd9_unexpected_null_array.data 0 [handles]4
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sample_doctest_no_docstrings.py 3 # This module is for testing how doctest handles a module with no
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sample_doctest_no_docstrings.py 3 # This module is for testing how doctest handles a module with no
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
messagelistener.h 36 // Handles a message containing the peer's configuration.
40 // Handles an acknowledgment that the peer received the local configuration.
44 // Handles a message containing the peer's supported pairing options.
47 // Handles a message from the peer requesting a pairing session.
51 // Handles a message from the peer acknowledging a pairing request.
55 // Handles a challenge message from the peer.
58 // Handles an challenge response from the peer.
61 // Handles a Polo error.
  /external/chromium_org/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/chromium_org/mojo/public/c/system/
message_pipe.h 80 // handles.
85 // handles for the two endpoints (ports) for the message pipe.
102 // handles specified by |handles| of count |num_handles|, and options specified
104 // |num_bytes| must be zero. If there are no attached handles, |handles| may be
107 // If handles are attached, on success the handles will no longer be valid (the
108 // receiver will receive equivalent, but logically different, handles). Handles
    [all...]
  /external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
MessagePipeHandle.java 12 * can contain plain data and/or Mojo handles.
144 * If a message was read, the number of handles contained in the message, otherwise the
145 * number of handles contained in the next message.
149 * If a message was read, the handles contained in the message, undefined otherwise.
196 * @return the handles
203 * @param handles the handles to set
205 public void setHandles(List<UntypedHandle> handles) {
206 mHandles = handles;
218 * attached handles specified by |handles|, and options specified by |flags|. If there is n
    [all...]
  /external/chromium_org/ash/
media_delegate.h 26 // Handles the Next Track Media shortcut key.
29 // Handles the Play/Pause Toggle Media shortcut key.
32 // Handles the Previous Track Media shortcut key.
  /external/chromium_org/mojo/public/cpp/bindings/lib/
message_queue.h 26 // This method transfers ownership of |message->data| and |message->handles|
31 // data and handles to the given |message|.
34 // Removes the next message from the queue, discarding its data and handles.
bindings_serialization.h 48 // Handles are encoded as indices into a vector of handles. These functions
50 void EncodeHandle(Handle* handle, std::vector<Handle>* handles);
52 void DecodeHandle(Handle* handle, std::vector<Handle>* handles);
58 inline void Encode(T* obj, std::vector<Handle>* handles) {
60 obj->ptr->EncodePointersAndHandles(handles);
66 inline void Decode(T* obj, std::vector<Handle>* handles) {
69 obj->ptr->DecodePointersAndHandles(handles);
  /external/chromium_org/chrome/browser/task_manager/
os_resource_win.h 12 // Get the current number of GDI handles in use (and peak on >= Win7+).
17 // Get the current number of USER handles in use (and peak on >= Win7).
  /external/chromium_org/mojo/embedder/
platform_channel_utils_posix.h 22 // The maximum number of handles that can be sent "at once" using
39 // |PlatformChannelPair()|). All the handles must be valid, and there must be at
40 // least one and at most |kPlatformChannelMaxNumHandles| handles. The return
43 // specified by |iov|). (The handles are not closed, regardless of success or
57 // the file descriptors.) All of the handles must be valid, and there must be at
59 // on success, in which case it closes all the handles.
61 PlatformHandle* handles,
66 // |platform_handles|). (This also handles |EINTR|.)
  /external/chromium_org/mojo/public/tools/bindings/generators/cpp_templates/
struct_declaration.tmpl 14 void EncodePointersAndHandles(std::vector<mojo::Handle>* handles);
15 void DecodePointersAndHandles(std::vector<mojo::Handle>* handles);
  /dalvik/dx/tests/122-switch-with-high-register/
info.txt 1 This test ensures that dx correctly handles switches on data in a high
  /external/chromium_org/chrome/app/
close_handle_hook_win.h 8 // Installs the hooks required to debug use of improper handles.
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager_unittest.cc 147 std::vector<base::ProcessHandle> handles; local
149 // Empty stats list gives empty handles list.
151 handles = OomPriorityManager::GetProcessHandles(empty_list);
152 EXPECT_EQ(0u, handles.size());
154 // Two tabs in two different processes generates two handles out.
160 handles = OomPriorityManager::GetProcessHandles(two_list);
161 EXPECT_EQ(2u, handles.size());
162 EXPECT_EQ(100, handles[0]);
163 EXPECT_EQ(101, handles[1]);
165 // Zero handles are removed
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
fullscreen_exit_bubble_view.h 10 // A view that handles painting the background for the Fullscreen Exit Bubble.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown_handler.h 43 // Handles choosing of the network menu item.
45 // Handles network drop-down showing.
48 // Handles network drop-down hiding.
50 // Handles network drop-down refresh.

Completed in 1962 milliseconds

1 2 3 4 5 6 7 8 91011>>