OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handles
(Results
151 - 175
of
5314
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/net/disk_cache/
mem_rankings.h
16
// This class
handles
the ranking information for the memory-only cache.
/external/chromium_org/net/quic/
quic_spdy_compressor.h
16
//
Handles
the compression of request/response headers blocks. The
/external/chromium_org/ppapi/proxy/
browser_font_singleton_resource.h
15
// This
handles
the singleton calls (that don't take a PP_Resource parameter)
/external/chromium_org/remoting/protocol/
clipboard_stub.h
6
// This interface
handles
some event messages defined in event.proto.
input_stub.h
6
// This interface
handles
input event messages defined in event.proto.
/external/chromium_org/sandbox/win/src/
handle_dispatcher.h
14
// This class
handles
handle-related IPC calls.
handle_policy.h
23
// policy rule for
handles
, in particular duplicate action.
named_pipe_dispatcher.h
14
// This class
handles
named pipe related IPC calls.
registry_dispatcher.h
14
// This class
handles
registry-related IPC calls.
sync_dispatcher.h
14
// This class
handles
sync-related IPC calls.
/external/chromium_org/skia/
skia_common.gypi
5
# This gypi file
handles
the removal of platform-specific files from the
/external/chromium_org/sync/syncable/
syncable_delete_journal.h
58
// Purge entries of specified type in |delete_journals_| if their
handles
are
60
// |to_purge| should contain
handles
of the entries whose deletions are
66
// |passive_delete_journal_types_| to |journal_entries|. Move
handles
in
90
// Contains meta
handles
of deleted entries that have been persisted or
/external/chromium_org/third_party/icu/source/tools/toolutil/
swapimpl.h
29
* This function
handles
single data pieces (but not .dat data packages)
/external/chromium_org/ui/aura/client/
dispatcher_client.h
16
// An interface implemented by an object which
handles
nested dispatchers.
visibility_client.cc
15
// A property key to store a client that
handles
window visibility changes.
/external/chromium_org/ui/base/ime/
input_method_delegate.h
16
// An interface implemented by the object that
handles
events sent back from an
/external/chromium_org/ui/views/
repeat_controller.h
17
// An object that
handles
auto-repeating UI actions. There is a longer initial
/external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h
18
// displaying selection
handles
and menu elements relevant in a touch interface.
56
//
handles
appropriately.
88
// selection
handles
are being updated. It appears only when the
handles
are
/external/chromium_org/win8/metro_driver/
settings_handler.h
13
// This class
handles
the settings charm.
/external/icu4c/tools/toolutil/
swapimpl.h
29
* This function
handles
single data pieces (but not .dat data packages)
/external/linux-tools-perf/Documentation/
manpage-suppress-sp.xsl
3
handles
erroneous, inline .sp in manpage output of some
/external/llvm/test/MC/COFF/
symbol-mangling.ll
1
; The purpose of this test is to see if the MC layer properly
handles
symbol
/external/valgrind/main/docs/internals/
m_syswrap.txt
2
This module
handles
the complex business of handing system calls off
/external/wpa_supplicant_8/src/utils/
eloop_win.c
68
HANDLE *
handles
;
member in struct:eloop_data
80
eloop.
handles
= os_malloc(eloop.num_handles *
81
sizeof(eloop.
handles
[0]));
82
if (eloop.
handles
== NULL)
89
os_free(eloop.
handles
);
103
n = os_realloc_array(eloop.
handles
, eloop.num_handles * 2,
104
sizeof(eloop.
handles
[0]));
107
eloop.
handles
= n;
490
eloop.
handles
[count++] = eloop.events[i].event;
493
eloop.
handles
[count++] = eloop.readers[i].event
[
all
...]
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockHandler.java
23
* Mock implementation of {@link Handler} that
handles
all messages synchronously.
Completed in 450 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>