HomeSort by relevance Sort by last modified time
    Searched full:calls (Results 451 - 475 of 6241) sorted by null

<<11121314151617181920>>

  /external/bluetooth/glib/docs/reference/glib/tmpl/
memory_chunks.sgml 222 It calls g_mem_chunk_new(), using the given type to create the #GMemChunk
243 It calls g_mem_chunk_alloc() and casts the returned atom to a pointer to
256 It calls g_mem_chunk_alloc0() and casts the returned atom to a pointer to
269 It simply switches the arguments and calls g_mem_chunk_free()
302 Calls g_mem_chunk_clean() on all #GMemChunk objects.
313 and calls g_mem_chunk_print() to output information on each one.
timers.sgml 45 Marks a start time, so that future calls to g_timer_elapsed() will report the
56 Marks an end time, so calls to g_timer_elapsed() will return the difference
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 5 // Delegate calls from WebCore::MediaPlayerPrivate to Chrome's video player.
21 // Proxies methods calls from the media pipeline to WebKit.
86 // A proxy class that dispatches method calls from the media pipeline to
89 // initialization events, etc, we have this class to bridge all method calls
90 // from the media pipeline on different threads and serialize these calls
295 // for DCHECKs so methods calls won't execute in the wrong thread.
  /external/elfutils/libelf/
libelf.h 180 /* Similar but this time the binary calls is ELFCLASS64. */
185 /* Similar but this time the binary calls is ELFCLASS64. */
190 /* Similar but this time the binary calls is ELFCLASS64. */
195 /* Similar but this time the binary calls is ELFCLASS64. */
289 /* Similar but this time the binary calls is ELFCLASS64. */
336 /* Similar but this time the binary calls is ELFCLASS64. */
  /external/mesa3d/docs/OLD/
MESA_trace.spec 33 of GL calls including parameters as readable text. The verbosity
36 linked for standalone test programs. The set of calls and the
68 This would require hooking into glXSwapBuffers calls as well.
74 (2a) Should GLX calls be traced?
223 returned to the application on its GetError calls. If the user does not
224 wish the additional GetError calls to be performed, this bit should not
  /frameworks/support/v4/java/android/support/v4/content/
Loader.java 138 * has been called and no calls to {@link #stopLoading()} or
174 * values, and then calls the implementation's {@link #onStartLoading()}.
195 * loaded data set and load a new one. This simply calls through to the
222 * value, and then calls the implementation's {@link #onStopLoading()}.
270 * values, and then calls the implementation's {@link #onReset()}.
305 * if so, it simply calls {@link #forceLoad()}; otherwise, it sets a flag
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallManager.java 42 * and control calls. It implements Phone interface.
88 // list of supported ringing calls
91 // list of supported background calls
94 // list of supported foreground calls
552 * 3. both active and held calls from same phone, aka, swap
553 * 4. active and held calls from different phones, aka, phone swap
817 * Disconnects the subscriber from both calls
    [all...]
  /dalvik/vm/compiler/template/armv5te/
header.S 26 r0-r3 hold first 4 args to a method; they are not preserved across method calls
31 r12 (ip) is scratch -- not preserved across method calls
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.c 58 /* Imports function pointers to selected function calls in OpenGL ES Common
61 * "funcPtr_". Standard gl/egl calls are redirected to the function pointers
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java 94 // any direct api calls that change state must be made from the UI thread.
95 // This is in contrast to instrumentation calls that send events that are
  /external/antlr/src/org/antlr/runtime/tree/
BufferedTreeNodeStream.java 119 /** Stack of indexes used for push/pop calls */
120 protected IntArray calls; field in class:BufferedTreeNodeStream
344 if ( calls==null ) {
345 calls = new IntArray();
347 calls.push(p); // save current index
355 int ret = calls.pop();
363 if (calls != null) {
364 calls.clear();
  /external/astl/include/
iomanip 52 // Sent to a stream, calls 'precision(size_type)' on the instance.
65 // Sent to a stream, calls 'precision(size_type)' on the instance.
  /external/bison/lib/
argmatch.h 49 /* xargmatch calls this function when it fails. This function should not
50 return. By default, this is a function that calls ARGMATCH_DIE which
  /external/chromium/chrome/browser/chromeos/
external_metrics.h 32 // by the chrome metrics service. Calls to RecordAction originate in the
72 // Calls CollectEvents and reschedules a future collection.
plugin_selection_policy.h 46 // complete before any calls to FindFirstAllowed happen or it will
54 // complete before any calls to IsAllowed happen or it will assert.
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.h 30 // DeviceManagementBackend, and CloudPolicyCache: calls their methods and
117 // Called back from the delayed work task. Calls |DoWork()|.
  /external/chromium/chrome/browser/resources/gpu_internals/
fast_rect_renderer.js 64 * calls. x and width are specifieid on the fillRect calls.
  /external/chromium/chrome/browser/resources/shared/js/cr/
event_target.js 63 * Dispatches an event and calls all the listeners that are listening to
67 * calls preventDefault on the event object then this returns false.
  /external/chromium/chrome/browser/ui/cocoa/applescript/
bookmark_node_applescript.mm 55 // (eg user deleting a folder) the applescript runtime calls
70 // (eg user deleting a folder) the applescript runtime calls
  /external/chromium/chrome/browser/ui/cocoa/download/
download_shelf_controller.h 28 // download_shelf_mac bridges calls from chromium's c++ world to the objc
33 // download_item_mac bridges calls from chromium's c++ world to the objc
  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.h 67 // to the BubbleLostFocus() calls it gets from the BrowserBubble.
118 // If false, ignore BrowserBubble::Delegate::BubbleLostFocus() calls.
  /external/chromium/chrome/browser/ui/views/infobars/
infobar.h 80 // processing of the given calls.
89 // current ones, calls PlatformSpecificOnHeightRecalculated(). Informs our
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate_unittest.cc 57 // None of the following calls should do anything.
98 // Now, none of the following calls should do anything.
html_dialog_ui.cc 40 // Hook up the javascript function calls, also known as chrome.send("foo")
41 // calls in the HTML, to the actual C++ functions.
sync_internals_ui_unittest.cc 46 // calls into our mocks.
72 // Set up boilerplate expectations for calls done during

Completed in 1854 milliseconds

<<11121314151617181920>>