HomeSort by relevance Sort by last modified time
    Searched full:caller (Results 76 - 100 of 8017) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/libdvm/src/main/java/dalvik/system/
VMStack.java 27 * Returns the defining class loader of the caller's caller.
35 * Returns the class of the caller's caller's caller.
47 * caller) are excluded from the array. Frames with java.lang.reflect
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailPermissions.java 46 * Checks that the caller has permissions to access its own voicemails.
48 * @throws SecurityException if the caller does not have the voicemail source permission.
52 throw new SecurityException("The caller must have permission: " +
58 * Checks that the caller has permissions to access ALL voicemails.
60 * @throws SecurityException if the caller does not have the voicemail source permission.
64 throw new SecurityException(String.format("The caller must have permissions %s AND %s",
  /external/chromium_org/chrome/browser/sync/
open_tabs_ui_delegate.h 28 // Builds a list of all foreign sessions. Caller does NOT own SyncedSession
35 // session |tag|. Caller does NOT own the SessionTab object.
44 // Loads all windows for foreign session with session tag |tag|. Caller does
  /external/chromium_org/content/browser/renderer_host/input/
touchpad_tap_suppression_controller.h 41 // Should be called on arrival of MouseDown events. Returns true if the caller
42 // should stop normal handling of the MouseDown. In this case, the caller is
46 // Should be called on arrival of MouseUp events. Returns true if the caller
touchscreen_tap_suppression_controller.h 33 // caller should stop normal handling of the GestureTapDown.
37 // caller should stop normal handling of the GestureShowPress.
41 // the caller should stop normal handling of the GestureTap.
  /external/chromium_org/media/filters/
gpu_video_accelerator_factories.h 27 // Caller owns returned pointer.
32 // Caller owns returned pointer.
51 // Allocate & return a shared memory segment. Caller is responsible for
  /external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
inspector-wrappers-test-utils.js 3 // Walk up the caller chain and try to find a reference to the Inspector's window
5 var obj = doAttack.caller;
9 obj = obj.caller;
  /external/chromium_org/v8/test/mjsunit/
function-caller.js 33 assertEquals(f, g.caller);
34 assertEquals(match, f.caller);
54 assertEquals(String.prototype.replace, h.caller);
  /external/llvm/test/Transforms/Inline/
recursive.ll 17 ; CHECK-LABEL: define i32 @caller(
21 define i32 @caller(i32 %param) {
28 %r = call i32 @caller(i32 %t)
  /external/v8/test/mjsunit/
function-caller.js 33 assertEquals(f, g.caller);
34 assertEquals(match, f.caller);
54 assertEquals(String.prototype.replace, h.caller);
  /frameworks/av/libvideoeditor/vss/common/inc/
M4READER_Amr.h 38 * @param pMediaType : Pointer on a M4READER_MediaType (allocated by the caller)
42 * by the function and must be un-allocated by the caller.
45 * by the function and must be un-allocated by the caller.
M4READER_Pcm.h 37 * @param pMediaType : Pointer on a M4READER_MediaType (allocated by the caller)
41 * by the function and must be un-allocated by the caller.
44 * by the function and must be un-allocated by the caller.
  /external/chromium/base/
value_conversions.h 19 // The caller takes ownership of the returned value.
  /external/chromium/chrome/browser/cocoa/
install_from_dmg.h 12 // true. In that case, the caller must exit expeditiously.
  /external/chromium/net/udp/
datagram_server_socket.h 29 // |address| is a buffer provided by the caller for receiving the sender
31 // alive by the caller until the callback is placed.
37 // If ERR_IO_PENDING is returned, the caller must keep |buf|, |address|,
51 // If ERR_IO_PENDING is returned, the caller must keep |buf| and |address|
  /external/chromium_org/ash/host/
root_window_host_factory.h 23 // Creates a new aura::RootWindowHost. The caller owns the returned value.
  /external/chromium_org/base/android/
content_uri_utils.h 18 // Opens a content uri for read and returns the file descriptor to the caller.
  /external/chromium_org/base/
value_conversions.h 20 // The caller takes ownership of the returned value.
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_task_helper.h 58 // on the IO thread to notify the caller about the file details.
61 // notify the caller about the file error.
72 // |success_callback| is invoked on the IO thread to notify the caller about
76 // notify the caller about the file error.
109 // |success_callback| is invoked on the IO thread to notify the caller.
113 // caller.
123 // to notify the caller.
126 // and |error_callback| is invoked on the IO thread to notify the caller.
135 // Runs |error_callback| on the IO thread to notify the caller about the
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.h 18 // Safe to call on any thread. Caller takes ownership of the returned Value.
  /external/chromium_org/ppapi/shared_impl/
var_value_conversions.h 20 // Converts a PP_Var to a base::Value object. The caller takes ownership of the
38 // The returned var has had 1 ref added on behalf of the caller.
43 // base::ListValue. The caller takes ownership of the returned object.
51 // |vars|. The returned vars have had 1 ref added on behalf of the caller.
  /external/chromium_org/remoting/host/setup/
test_util.h 13 // success, the caller is responsible for closing both ends using
  /external/chromium_org/skia/ext/
refptr_unittest.cc 17 // Adopt the reference from the caller on creation.
64 // Adopt the reference from the caller on creation.
80 // Adopt the reference from the caller on creation.
96 // Adopt the reference from the caller on creation.
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementCallbackQueue.cpp 49 void CustomElementCallbackQueue::processInElementQueue(ElementQueue caller)
53 while (m_index < m_queue.size() && owner() == caller) {
57 // queue and reenters processInQueue. owner() == caller
63 if (owner() == caller && m_index == m_queue.size()) {
  /external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
memenv.h 13 // all non-file-storage tasks to base_env. The caller must delete the result

Completed in 520 milliseconds

1 2 34 5 6 7 8 91011>>