/external/v8/test/mjsunit/compiler/ |
regress-funcaller.js | 30 // Test function.caller. 34 if (x == 0) return fun.caller; 35 if (x == 1) return gee.caller;
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
LocalReceiver.java | 67 IBinder caller = intent.getIBinderExtra("caller"); local 71 caller.transact(LaunchpadActivity.GOT_RECEIVE_TRANSACTION, data, null, 0);
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogListItemHelper.java | 118 * {Voicemail Prefix}. {Number of Calls}. {Caller information}. 121 * If more than one call for the caller, {Number of Calls} is: 124 * The {Caller Information} references the most recent call associated with the caller. 135 * Where {Last} is dropped if the number of calls for the caller is 1. 138 * {Name/Number} is the name or number of the caller (as shown in call log). 152 // Get the name or number of the caller. 155 // Get the call type or location of the caller; null if not applicable 201 // Number isn't callable; this is an incoming call from an unknown caller. 212 // Known caller, so callable [all...] |
/bootable/recovery/ |
install.h | 28 // returned and *wipe_cache is true on exit, caller should wipe the
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_MONITOR_ENTER.S | 9 * r1 - the object (which has already been null-checked by the caller
|
TEMPLATE_MONITOR_ENTER_DEBUG.S | 8 * r1 - the object (which has already been null-checked by the caller
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_MONITOR_ENTER.S | 9 * a1 - the object (which has already been null-checked by the caller
|
TEMPLATE_MONITOR_ENTER_DEBUG.S | 8 * a1 - the object (which has already been null-checked by the caller
|
/dalvik/vm/mterp/x86/ |
alt_stub.S | 5 * because rIBASE is caller save and we need to reload it.
|
/dalvik/vm/native/ |
java_lang_reflect_Array.cpp | 36 assert(elementClass != NULL); // tested by caller 80 assert(elementClass != NULL); // verified by caller 85 * The caller is responsible for verifying that "dimArray" is non-null 88 assert(dimArray != NULL); // verified by caller
|
/external/bluetooth/bluedroid/hci/include/ |
bt_hci_lib.h | 131 /* notifies caller result of preload request */ 134 /* notifies caller result of postload request */ 137 /* notifies caller result of lpm enable/disable */ 152 /* notifies caller when a buffer is transmitted (or failed) */
|
/external/chromium/base/i18n/ |
icu_encoding_detection.h | 22 // the caller is responsible for handling that.
|
/external/chromium/chrome/browser/chromeos/ |
cros_settings_provider.h | 23 // Note that |out_value| is owned by the caller, not this class.
|
/external/chromium/chrome/browser/sync/engine/ |
http_post_provider_factory.h | 21 // Obtain a new HttpPostProviderInterface instance, owned by caller.
|
/external/chromium/chrome/browser/sync/notifier/ |
sync_notifier_factory.h | 30 // Creates the appropriate sync notifier. The caller should take ownership
|
/external/chromium/chrome/browser/tabs/ |
tab_handler.h | 30 // to the caller.
|
/external/chromium/chrome/browser/ui/webui/ |
web_ui_util.h | 22 // caller's responsibility to make sure the resource is indeed an
|
/external/chromium/net/http/ |
proxy_client_socket.h | 25 // Transfers ownership of a newly created HttpStream to the caller
|
/external/chromium/third_party/libjingle/source/talk/base/ |
sslidentity.h | 52 // Caller is responsible for freeing the returned object. 59 // Caller is responsible for freeing the returned object. 75 // Caller is responsible for freeing the returned object. 82 // Caller is responsible for freeing the returned object.
|
/external/chromium_org/ash/wm/ |
window_state_delegate.h | 23 // fullscreen instead of the default fullscreen type. The caller
|
/external/chromium_org/base/allocator/ |
type_profiler.h | 21 // For now, ContentMainRunnerImpl::Initialize is the only supposed caller
|
/external/chromium_org/base/mac/ |
launchd.h | 20 // launch_msg to send that message. On failure, returns NULL. The caller
|
/external/chromium_org/cc/layers/ |
layer_client.h | 26 // If not, returns NULL. If the returned pointer is non-NULL, the caller takes
|
/external/chromium_org/chrome/browser/extensions/api/bookmarks/ |
bookmark_api_helpers.h | 21 // The returned value is owned by the caller.
|
/external/chromium_org/chrome/browser/extensions/ |
webstore_inline_installer_factory.h | 28 // Create a new WebstoreInlineInstallerInstance to be owned by the caller.
|