OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handles
(Results
251 - 275
of
5516
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Gesture.java
90
*
Handles
initialization of this gesture. Called when the gesture is
104
*
Handles
updating of the gesture state for a new mouse position.
113
*
Handles
termination of the gesture. This method is called when the
125
*
Handles
a key press during the gesture. May be called repeatedly when the
136
*
Handles
a key release during the gesture.
/development/samples/JetBoy/src/com/example/android/jetboy/
JetBoy.java
62
// get
handles
to the JetView from XML and the JET thread.
73
// set up
handles
for instruction text and game timer text
86
*
Handles
component interaction
/external/chromium/chrome/browser/debugger/
extension_ports_remote_service.h
77
//
Handles
a message from the ExtensionMessageService.
82
//
Handles
a message sent from an extension through the
85
//
Handles
a disconnect event sent from the ExtensionMessageService.
/external/chromium/chrome/browser/download/
download_history.cc
15
// database
handles
in incognito mode starting at -1 and progressively getting
51
// We have to make sure that these
handles
don't collide with normal db
52
//
handles
, so we use a negative value. Eventually, they could overlap, but
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
menu.js
50
*
Handles
mouseover events and selects the hovered item.
60
*
Handles
mouseout events and deselects any selected item.
81
* This is the function that
handles
keyboard navigation. This is usually
/external/chromium_org/ash/system/monitor/
tray_monitor.cc
62
void TrayMonitor::OnGotHandles(const std::list<base::ProcessHandle>&
handles
) {
78
for (std::list<base::ProcessHandle>::const_iterator i =
handles
.begin();
79
i !=
handles
.end(); ++i) {
/external/chromium_org/ash/wm/
frame_border_hit_test_controller.cc
60
// to be used for resize
handles
.
63
// Don't allow overlapping resize
handles
when the window is maximized or
85
// Maximized and fullscreen windows don't want resize
handles
overlapping the
/external/chromium_org/base/memory/
shared_memory_nacl.cc
70
// Untrusted code can't create descriptors or
handles
.
75
// Untrusted code can't create descriptors or
handles
.
146
// Untrusted code can't create descriptors or
handles
, which is needed to
/external/chromium_org/chrome/browser/resources/apps_debugger/js/
pack_item_overlay.js
42
*
Handles
a click on the pack button.
54
*
Handles
a commit on the pack request.
68
*
Handles
the showing of the item private key file.
/external/chromium_org/chrome/browser/resources/extensions/chromeos/
kiosk_apps.js
70
*
Handles
keypressed event in the app id input element.
79
*
Handles
click event on the add button.
92
*
Handles
the overlay being dismissed.
/external/chromium_org/chromeos/dbus/
image_burner_client.cc
85
//
Handles
burn_finished signal and calls |handler|.
101
//
Handles
burn_progress_udpate signal and calls |handler|.
118
//
Handles
the result of signal connection setup.
/external/chromium_org/content/public/common/
sandbox_init.h
40
// that works inside the sandbox and can send
handles
but not retrieve
52
// BrokerDuplicateHandle() to send
handles
to a process managed by
54
//
handles
to 64-bit NaCl processes. This returns true on success,
/external/chromium_org/ipc/
ipc_channel_reader.h
38
//
Handles
asynchronously read data.
75
// This will read from the input_fds_ and read more
handles
from the FD
83
//
Handles
internal messages, like the hello message sent on channel startup.
/external/chromium_org/net/socket/
stream_listen_socket.h
5
// Stream-based listen socket implementation that
handles
reading and writing
10
// StreamListenSocket
handles
IO asynchronously in the specified MessageLoop.
11
// This class is NOT thread safe. It uses WSAEVENT
handles
to monitor activity
/external/chromium_org/ppapi/proxy/
serialized_handle.h
24
// memory handle, socket descriptor, etc). This is useful for passing
handles
in
25
// resource messages and also makes it easier to translate
handles
in
124
// in NaClIPCAdapter to share
handles
with NaCl from Windows.
/external/chromium_org/sandbox/win/src/
shared_handles.h
20
// SharedHandles is a simple class to stash and find windows object
handles
62
// how many
handles
can it store. If initialization fails the return value
98
// Uses linear search because we expect the number of
handles
to be
/external/chromium_org/third_party/sqlite/src/test/
incrblob2.test
12
# Test that it is possible to have two open blob
handles
on a single
131
# The following tests - incrblob2-4.* - test that blob
handles
are
146
global
handles
154
set rc [catch {sqlite3_blob_read $
handles
($ii) $iOffset $nByte} msg]
168
set
handles
($ii) [db incrblob t1 data $ii]
183
set rc [catch {sqlite3_blob_write $::
handles
(3) 10 HELLO} msg]
209
#
handles
35 and 65.
216
# Insert a couple of new rows. This should not invalidate any
handles
.
223
# Delete all rows from 1 to 25. This should abort all
handles
up to 25.
230
# Delete the whole table (this will use sqlite3BtreeClearTable()). All
handles
[
all
...]
/external/chromium_org/ui/base/touch/
touch_editing_controller.h
47
// Returns true if the editable draws its own
handles
(hence, the
48
// TouchSelectionController need not draw
handles
).
71
// Returns true if the user is currently dragging one of the
handles
.
/external/chromium_org/v8/src/
assert-scope.h
142
// Scope to document where we do not expect
handles
to be created.
166
// Scope to document where we do not expect deferred
handles
to be dereferenced.
174
// Scope to document where we do not expect deferred
handles
to be dereferenced.
/external/svox/pico/tts/
svox_ssml_parser.h
101
Handles
start of element, called by starttagHandler.
107
Handles
end of element, called by endtagHandler.
113
Handles
text element, called by textHandler.
/external/chromium_org/chrome/browser/resources/options/
browser_options_startup_page_list.js
170
*
Handles
the dragstart event.
196
*
Handles
the dragenter event.
205
*
Handles
the dragover event.
230
*
Handles
the drop event.
265
*
Handles
the dragleave event.
274
*
Handles
the dragend event.
/packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeLlcpSocket.cpp
121
/* Retrieve
handles
*/
176
/* Retrieve
handles
*/
258
/* Retrieve
handles
*/
319
/* Retrieve
handles
*/
382
/* Retrieve
handles
*/
411
/* Retrieve
handles
*/
/development/samples/TicTacToeLib/
_index.html
9
handles
all events and UI interactions.</p>
17
handles
most of the application lifecycle and manages general game play.</li>
/external/bison/m4/
stat.m4
15
AC_CACHE_CHECK([whether stat
handles
trailing slashes on directories],
29
AC_CACHE_CHECK([whether stat
handles
trailing slashes on files],
/external/chromium/chrome/browser/
browser_about_handler.h
25
//
handles
all "about:" URLs as "about:blank.
35
// dialogs. This function
handles
those cases, and returns true if so. In this
Completed in 746 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>