/external/v8/src/ |
messages.js | 242 "strict_poison_pill", ["'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them"], 243 "strict_caller", ["Illegal access to a strict mode caller function."], [all...] |
v8natives.js | [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageShow.java | 336 public void resetImageCaches(ImageShow caller) { [all...] |
/packages/apps/Settings/src/com/android/settings/ |
Settings.java | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvoiceengine_unittest.cc | 150 void TestInsertDtmf(uint32 ssrc, bool caller) { 154 if (caller) { 155 // if this is a caller, local description will be applied and add the 173 if (!caller) { [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texstore.c | [all...] |
/external/mesa3d/src/mesa/main/ |
texstore.c | [all...] |
/prebuilts/tools/common/asm-tools/ |
asm-debug-all-4.0.jar | |
/art/runtime/ |
jni_internal.cc | 480 // caller can continue. [all...] |
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te-vfp.S | 165 * is non-zero, the caller is compiled by the JIT thus return to the [all...] |
CompilerTemplateAsm-mips.S | 470 * is non-zero, the caller is compiled by the JIT thus return to the [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
file_manager.js | 293 // out to this method. Add this caller to the list of observers and [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
HeapSnapshotView.js | 742 var args = Array.prototype.slice.call(arguments.callee.caller.arguments); [all...] |
/external/chromium_org/third_party/jinja2/ |
compiler.py | 691 undeclared = find_undeclared(children, ('caller', 'kwargs', 'varargs')) 693 if 'caller' in undeclared: 695 func_frame.identifiers.add_special('caller') [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
pa-risc2.s | 32 ; "Caller save" means the calling function must save the register 39 ; "caller save" registers: fr4-fr11, fr22-fr31 45 ; "caller save" registers: r1,r19-r26 50 ; millicode return ptr ; r31 (also a caller save register) 754 .CALLINFO CALLER,FRAME=144,ENTRY_GR=%r9,SAVE_RP,ARGS_SAVED,ORDERING_AWARE 928 ; are all caller save registers 971 ; Temporary floating point variables, these are all caller save [all...] |
pa-risc2W.s | 26 ; "Caller save" means the calling function must save the register 33 ; "caller save" registers: fr4-fr11, fr22-fr31 39 ; "caller save" registers: r1,r19-r26 46 ; millicode return ptr ; r31 (also a caller save register) 738 .callinfo CALLER,FRAME=272,ENTRY_GR=%r10,SAVE_RP,ARGS_SAVED,ORDERING_AWARE 915 ; are all caller save registers 958 ; Temporary floating point variables, these are all caller save [all...] |
/external/openssl/crypto/bn/asm/ |
pa-risc2.s | 32 ; "Caller save" means the calling function must save the register 39 ; "caller save" registers: fr4-fr11, fr22-fr31 45 ; "caller save" registers: r1,r19-r26 50 ; millicode return ptr ; r31 (also a caller save register) 754 .CALLINFO CALLER,FRAME=144,ENTRY_GR=%r9,SAVE_RP,ARGS_SAVED,ORDERING_AWARE 928 ; are all caller save registers 971 ; Temporary floating point variables, these are all caller save [all...] |
pa-risc2W.s | 26 ; "Caller save" means the calling function must save the register 33 ; "caller save" registers: fr4-fr11, fr22-fr31 39 ; "caller save" registers: r1,r19-r26 46 ; millicode return ptr ; r31 (also a caller save register) 738 .callinfo CALLER,FRAME=272,ENTRY_GR=%r10,SAVE_RP,ARGS_SAVED,ORDERING_AWARE 915 ; are all caller save registers 958 ; Temporary floating point variables, these are all caller save [all...] |
/libcore/crypto/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | 684 * NULL, a caller of this function should simply return and allow JNI [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pprof | [all...] |
/external/chromium_org/v8/tools/ |
tickprocessor.js | 522 print(' Note: percentage shows a share of a particular caller in the ' +
|
/external/valgrind/main/helgrind/ |
hg_main.c | 519 static void pp_everything ( Int flags, Char* caller ) 523 VG_(printf)("All_Data_Structures (caller = \"%s\") {\n", caller); [all...] |
/external/chromium/third_party/libevent/ |
http.c | 272 * The returned string needs to be freed by the caller. [all...] |
/external/chromium_org/third_party/libevent/ |
http.c | 272 * The returned string needs to be freed by the caller. [all...] |
/external/chromium_org/third_party/opus/src/tests/ |
test_opus_api.c | 75 __attribute__((unused)) const void *caller) [all...] |