OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calling
(Results
1001 - 1025
of
10091
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/chromium/net/disk_cache/
disk_cache.h
114
// Enumerates the cache. Initialize |iter| to NULL before
calling
this method
131
// enumeration by
calling
OpenNextEntry() again, the enumeration must be
132
// ended by
calling
this method with iter returned by OpenNextEntry().
146
// Releases this entry.
Calling
this method does not cancel pending IO
205
// aware API that follows.
Calling
a non-sparse aware method with an index
281
// (by
calling
CancelSparseIO), but the cache is still busy with it. If there
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface.h
41
// and add it to PeerConnection by
calling
AddStream.
50
// the peerconnection by
calling
AddIceCandidate.
58
// 3. Provide the remote offer to the new PeerConnection object by
calling
60
// 4. Generate an answer to the remote offer by
calling
CreateAnswer and send it
62
// 5. Provide the local answer to the new PeerConnection by
calling
64
// 6. Provide the remote ice candidates by
calling
AddIceCandidate.
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h
149
// Iterate over the allocation profile data
calling
"callback"
158
// Iterate over the allocation context profile data
calling
"callback"
176
// the snapshot is discarded by
calling
ReleaseSnapshot().
192
// memory regions as at
calling
RefreshMMapData.
197
//
calling
ClearMMapData.
358
// This table is filled with the information from MemoryRegionMap by
calling
/external/chromium_org/v8/src/arm/
debug-arm.cc
142
__ RecordComment("//
Calling
from debug break to runtime - come in - over");
181
//
Calling
convention for IC load (from ic-arm.cc).
195
//
Calling
convention for IC store (from ic-arm.cc).
237
//
Calling
convention for IC call (from ic-arm.cc)
273
//
Calling
convention for CallConstructStub (from code-stubs-arm.cc)
283
//
Calling
convention for CallConstructStub (from code-stubs-arm.cc)
/external/chromium_org/v8/src/mips/
debug-mips.cc
154
__ RecordComment("//
Calling
from debug break to runtime - come in - over");
192
//
Calling
convention for IC load (from ic-mips.cc).
206
//
Calling
convention for IC store (from ic-mips.cc).
248
//
Calling
convention for IC call (from ic-mips.cc).
284
//
Calling
convention for CallConstructStub (from code-stubs-mips.cc).
294
//
Calling
convention for CallConstructStub (from code-stubs-mips.cc).
/external/svox/pico/lib/
picoapi.h
95
description of the status can be retrieved by
calling
function
103
warnings. Details about warnings can be retrieved by
calling
324
When
calling
'pico_newEngine' with 'voiceName', the corresponding
382
text parts from each other. Repeatedly
calling
'pico_getData' will
399
the
calling
application. Ie. after
calling
'pico_putTextUtf8'
/external/v8/src/arm/
debug-arm.cc
160
__ RecordComment("//
Calling
from debug break to runtime - come in - over");
199
//
Calling
convention for IC load (from ic-arm.cc).
213
//
Calling
convention for IC store (from ic-arm.cc).
246
//
Calling
convention for IC call (from ic-arm.cc)
282
//
Calling
convention for CallConstructStub (from code-stubs-arm.cc)
292
//
Calling
convention for CallConstructStub (from code-stubs-arm.cc)
/external/v8/src/mips/
debug-mips.cc
153
__ RecordComment("//
Calling
from debug break to runtime - come in - over");
191
//
Calling
convention for IC load (from ic-mips.cc).
205
//
Calling
convention for IC store (from ic-mips.cc).
238
//
Calling
convention for IC call (from ic-mips.cc).
274
//
Calling
convention for CallConstructStub (from code-stubs-mips.cc).
284
//
Calling
convention for CallConstructStub (from code-stubs-mips.cc).
/frameworks/base/core/java/android/os/
Binder.java
95
* be useful if, while handling an incoming call, you will be
calling
102
* original
calling
identity by passing it to
157
* Add the
calling
thread to the IPC thread pool. This function does
188
* After
calling
, queryLocalInterface() will be implemented for you
215
* Note that if you're
calling
on a local binder, this always returns true
216
* because your process is alive if you're
calling
it.
/frameworks/base/core/java/android/printservice/
PrinterDiscoverySession.java
325
* added via
calling
{@link #addPrinters(List)}. Added printers that disappeared
326
* should be removed via
calling
{@link #removePrinters(List)}. Added printers
327
* whose properties or capabilities changed should be updated via
calling
{@link
336
*
calling
{@link #getPrinters()}.
366
* exist and for the ones that do exist notify the system via
calling
383
* of this printer and notify the system if that state changes via
calling
/frameworks/base/core/java/com/android/internal/view/
IInputConnectionWrapper.java
179
// If we are
calling
this from the main thread, then we can call
205
Log.w(TAG, "Got RemoteException
calling
setTextAfterCursor", e);
221
Log.w(TAG, "Got RemoteException
calling
setTextBeforeCursor", e);
237
Log.w(TAG, "Got RemoteException
calling
setSelectedText", e);
253
Log.w(TAG, "Got RemoteException
calling
setCursorCapsMode", e);
269
Log.w(TAG, "Got RemoteException
calling
setExtractedText", e);
/frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java
165
* called while the OpenGL ES context that owns the texture is current on the
calling
thread.
183
* This call must be made with the OpenGL ES context current on the
calling
thread. The OpenGL
184
* ES texture object will be deleted as a result of this call. After
calling
this method all
200
* Attach the SurfaceTexture to the OpenGL ES context that is current on the
calling
thread. A
210
* must be unusued in the OpenGL ES context that is current on the
calling
thread.
266
* Note that while
calling
this method causes all the buffers to be freed
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py
90
prototype(integer index, method name[, paramflags]) -> foreign function
calling
a COM method
115
# 'ce' doesn't have the stdcall
calling
convention
334
library, exporting functions using the standard C
calling
343
Calling
the functions releases the Python GIL during the call and
399
Windows stdcall
calling
convention.
421
Windows stdcall
calling
convention, and returning HRESULT.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py
90
prototype(integer index, method name[, paramflags]) -> foreign function
calling
a COM method
115
# 'ce' doesn't have the stdcall
calling
convention
334
library, exporting functions using the standard C
calling
343
Calling
the functions releases the Python GIL during the call and
399
Windows stdcall
calling
convention.
421
Windows stdcall
calling
convention, and returning HRESULT.
/art/compiler/jni/quick/
calling_convention.h
27
// Top-level abstraction for different
calling
conventions
156
// Abstraction for managed code's
calling
conventions
195
// Abstraction for JNI
calling
conventions
/dalvik/vm/arch/arm/
CallOldABI.S
20
* local
calling
conventions.
35
The method we are
calling
has the form:
43
us to convert these into local
calling
conventions.
/external/chromium/base/allocator/
allocator_shim.cc
29
// Can be set by
calling
_set_new_mode().
70
// Returns true on successfully
calling
the handler, false otherwise.
75
// itself, not with other libraries
calling
set_new_handler.
/external/chromium_org/base/threading/
thread.h
55
// vtable, and the thread's ThreadMain
calling
the virtual method Run(). It
61
// Causes the thread to initialize COM. This must be called before
calling
104
// risk.
Calling
this function will cause message_loop() to become invalid in
/external/chromium_org/chrome/browser/net/
net_log_temp_file_unittest.cc
178
//
Calling
EnsureInit() second time should be a no-op.
206
//
Calling
DO_START second time should be a no-op.
213
//
Calling
DO_STOP second time should be a no-op.
/external/chromium_org/crypto/
nss_util.h
53
// Call this before
calling
EnsureNSSInit() will force NSS to initialize
65
//
Calling
this method only has effect on Linux.
113
//
calling
EnableTPMForNSS, and Chaps has been successfully
/external/chromium_org/ppapi/cpp/
graphics_3d.h
155
/// always undefined after
calling
SwapBuffers(). The contents of the color
162
/// executed on the
calling
thread after the color buffer has been composited
180
/// Note that the same error code may also be obtained by
calling
GetError().
/external/chromium_org/ppapi/shared_impl/
tracked_callback.h
47
// |Abort()| is different and not correct;
calling
|PostAbort()| additionally
95
// Sets a task that is run just before
calling
back into the plugin. This
170
// Task to run just before
calling
back into the plugin.
/external/chromium_org/third_party/icu/source/common/unicode/
putil.h
86
* This function is not thread-safe. Use it before
calling
ICU APIs from
101
* platform documentation on setlocale() before
calling
this function.
113
* platform documentation on setlocale() before
calling
this function.
/external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapter.h
90
// The mode of operation is selected by
calling
either
92
// Use of the stream prior to
calling
either of these functions will
94
//
Calling
one of these functions causes SSL negotiation to begin as
thread.h
125
// Sleeps the
calling
thread for the specified number of milliseconds, during
208
// started by
calling
Start(). This will set started flag to true and
216
// Blocks the
calling
thread until this thread has terminated.
Completed in 855 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>