HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 1026 - 1050 of 10314) sorted by null

<<41424344454647484950>>

  /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/chrome/common/extensions/api/
sockets_udp.idl 12 // value is not specified, a default value is used when calling
13 // <code>create</code>, or the existing value if preserved when calling
198 // must be bound to a local port before calling this method.
230 // The socket must be bound to a local port before calling this method.
256 // Calling this method does not require multicast permissions.
278 // Calling this method does not require multicast permissions.
  /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 144 __ RecordComment("// Calling from debug break to runtime - come in - over");
183 // Calling convention for IC load (from ic-arm.cc).
197 // Calling convention for IC store (from ic-arm.cc).
239 // Calling convention for IC call (from ic-arm.cc)
275 // Calling convention for CallConstructStub (from code-stubs-arm.cc)
285 // 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 68 // vtable, and the thread's ThreadMain calling the virtual method Run(). It
74 // Causes the thread to initialize COM. This must be called before calling
117 // risk. Calling this function will cause message_loop() to become invalid in
  /external/chromium_org/chrome/browser/net/
net_log_temp_file_unittest.cc 177 // Calling EnsureInit() second time should be a no-op.
205 // Calling DO_START second time should be a no-op.
212 // Calling DO_STOP second time should be a no-op.
  /external/chromium_org/chrome/browser/resources/plugin_metadata/
plugins_mac.json 277 "facebook-video-calling": {
285 "comment": "We do not track version information for the Facebook Video Calling Plugin."
289 "name": "Facebook Video Calling",
  /external/chromium_org/chrome/installer/gcapi/
gcapi.h 66 // you called CoInitialize, call CoUninitialize before calling this function).
72 // CoInitialize, call CoUninitialize before calling this function).
81 // call CoUninitialize before calling this function). This call is synchronous,
  /external/chromium_org/content/renderer/media/
webrtc_audio_capturer.h 32 // It allows clients to inject their own capture data source by calling
65 // does not support multi-thread calling.
77 // provide their own captured audio data. Client is responsible for calling
  /external/chromium_org/courgette/
description.html 9 generation by calling ensemble_create.cc:GenerateEnsemblePatch</p></li>
95 by calling ensemble_apply.cc:ApplyEnsemblePatch</p></li>
112 This is done by calling PatcherX86<em>32.Reform, which in turn calls
  /external/chromium_org/crypto/
nss_util.h 55 // Call this before calling EnsureNSSInit() will force NSS to initialize
67 // Calling this method only has effect on Linux.
112 // calling EnableTPMForNSS, and Chaps has been successfully

Completed in 1346 milliseconds

<<41424344454647484950>>