/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 179 // global locale objects: 181 static locale _STLP_CALL global(const locale&); 183 static _Locale_impl* _STLP_CALL global(const locale&); 267 // global locale objects: 268 static locale _STLP_CALL global(const locale& __loc) { function in class:locale 269 return _Locale::global(__loc);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 181 // global locale objects: 183 static locale _STLP_CALL global(const locale&); 185 static _Locale_impl* _STLP_CALL global(const locale&); 269 // global locale objects: 270 static locale _STLP_CALL global(const locale& __loc) { function in class:locale 271 return _Locale::global(__loc);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 181 // global locale objects: 183 static locale _STLP_CALL global(const locale&); 185 static _Locale_impl* _STLP_CALL global(const locale&); 269 // global locale objects: 270 static locale _STLP_CALL global(const locale& __loc) { function in class:locale 271 return _Locale::global(__loc);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_locale.h | 181 // global locale objects: 183 static locale _STLP_CALL global(const locale&); 185 static _Locale_impl* _STLP_CALL global(const locale&); 269 // global locale objects: 270 static locale _STLP_CALL global(const locale& __loc) { function in class:locale 271 return _Locale::global(__loc);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threadsignals.py | 72 global signal_blackboard
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threadsignals.py | 72 global signal_blackboard
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
command_handler.cc | 110 bool global; local 113 !args->GetBoolean(2, &global)) { 120 if (command_service->SetScope(extension_id, command_name, global))
|
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/ |
x86masm.pl | 45 # prepend global references with optional underscore 98 my $global=($func !~ /^_/); 101 &::LABEL($func,$global?"$begin":"$nmdecor$func"); 104 if ($global) { $func.=" PUBLIC\n${begin}::\n"; }
|
/external/chromium_org/tools/valgrind/ |
tsan_analyze.py | 24 # Global symbol table (ugh) 33 global TheAddressTable 73 global TheAddressTable 201 global TheAddressTable
|
/external/libvpx/libvpx/vp8/common/x86/ |
sad_sse2.asm | 19 global sym(vp8_sad16x16_wmt) PRIVATE label 93 global sym(vp8_sad8x16_wmt) PRIVATE label 156 global sym(vp8_sad8x8_wmt) PRIVATE label 209 global sym(vp8_sad4x4_wmt) PRIVATE label 264 global sym(vp8_sad16x8_wmt) PRIVATE label 338 global sym(vp8_copy32xn_sse2) PRIVATE label
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
encodeopt.asm | 15 global sym(vp8_block_error_xmm) PRIVATE label 63 global sym(vp8_block_error_mmx) PRIVATE label 129 global sym(vp8_mbblock_error_mmx_impl) PRIVATE label 206 global sym(vp8_mbblock_error_xmm_impl) PRIVATE label 276 global sym(vp8_mbuverror_mmx_impl) PRIVATE label 333 global sym(vp8_mbuverror_xmm_impl) PRIVATE label
|
/external/openssl/crypto/perlasm/ |
x86masm.pl | 45 # prepend global references with optional underscore 98 my $global=($func !~ /^_/); 101 &::LABEL($func,$global?"$begin":"$nmdecor$func"); 104 if ($global) { $func.=" PUBLIC\n${begin}::\n"; }
|
/external/v8/src/ |
contexts.cc | 48 GlobalObject* object = global(); 59 // Fast case: the global object for this context has been set. In 60 // that case, the global object has a direct pointer to the global 62 if (global()->IsGlobalObject()) { 63 return global()->global_context(); 66 // During bootstrapping, the global object might not be set and we 67 // have to search the context chain to find the global context. 109 if (context->IsGlobalContext()) PrintF(" (global context)"); 113 // 1. Check global objects, subjects of with, and extension objects [all...] |
execution.cc | 93 // Convert calls on global objects to be calls on the global 95 // directly to a global object. 97 Handle<GlobalObject> global = Handle<GlobalObject>::cast(receiver); local 98 receiver = Handle<JSObject>(global->global_receiver()); 101 // Make sure that the global object of the context we're about to 102 // make the current one is indeed a global object. 103 ASSERT(function->context()->global()->IsGlobalObject()); 162 Object* global = func->context()->global()->global_receiver() local 843 GlobalObject* global = JSFunction::cast(fun)->context()->global(); local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
armVCM4P10_Average_4x_Align_unsafe_s.S | 13 .global armVCM4P10_Average_4x4_Align0_unsafe 45 .global armVCM4P10_Average_4x4_Align2_unsafe 89 .global armVCM4P10_Average_4x4_Align3_unsafe
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/ |
pretty_printers.py | 90 Objects are "global", the program space's file, and the objfiles within 155 self.invoke1("global pretty-printers:", gdb.pretty_printers, 156 "global", object_re, name_re, subname_re) 284 if object_re.match("global"): 322 Objects are "global", the program space's file, and the objfiles within 345 Objects are "global", the program space's file, and the objfiles within
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/ |
pretty_printers.py | 90 Objects are "global", the program space's file, and the objfiles within 155 self.invoke1("global pretty-printers:", gdb.pretty_printers, 156 "global", object_re, name_re, subname_re) 284 if object_re.match("global"): 322 Objects are "global", the program space's file, and the objfiles within 345 Objects are "global", the program space's file, and the objfiles within
|
/external/e2fsprogs/lib/et/ |
texinfo.tex | 549 \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} 553 \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} 557 \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}} 558 \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} 562 \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} 566 \global\oddfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} 570 \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}} 571 \global\oddfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} 582 \global\evenheadline={\hfil} \global\evenfootline={\hfil [all...] |
/external/grub/docs/ |
texinfo.tex | 636 \global\let\tiepenalty = \@M 706 \global\dimen1 = \prevdepth [all...] |
/external/chromium_org/chrome/test/base/ |
v8_unit_test.cc | 99 context->Global()->Get(v8::String::NewFromUtf8(isolate_, "runTest")); 127 v8::Handle<v8::Value> result = function->Call(context->Global(), 3, args); 167 v8::Handle<v8::ObjectTemplate> global = v8::ObjectTemplate::New(isolate_); local 171 global->Set(logString, logFunction); 175 global->Set(v8::String::NewFromUtf8(isolate_, "chrome"), chrome); 181 global->Set(v8::String::NewFromUtf8(isolate_, "console"), console); 188 context_.Reset(isolate_, v8::Context::New(isolate_, NULL, global)); 196 context->Global()->Set( 259 v8::Handle<v8::Value> functionProperty = context->Global()->Get( 267 v8::Handle<v8::Value> result = function->Call(context->Global(), 0, NULL) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
sysconfig.py | 179 global _config_vars 369 # save the results in the global dictionary 405 global _config_vars 430 global _config_vars 447 global _config_vars 461 global _config_vars
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
sysconfig.py | 179 global _config_vars 369 # save the results in the global dictionary 405 global _config_vars 430 global _config_vars 447 global _config_vars 461 global _config_vars
|
/external/linux-tools-perf/scripts/python/ |
netdev-times.py | 151 global show_tx 152 global show_rx 153 global dev 154 global debug 381 global of_count_rx_skb_list 396 global of_count_tx_queue_list 407 global of_count_tx_xmit_list
|
/external/v8/test/cctest/ |
test-mark-compact.cc | 40 #include "global-handles.h" 197 Isolate::Current()->context()->global()->SetProperty( 206 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(func_name)); 207 Object* func_value = Isolate::Current()->context()->global()-> 215 Isolate::Current()->context()->global()->SetProperty( 228 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(obj_name)); 229 CHECK(Isolate::Current()->context()->global()-> 231 obj = JSObject::cast(Isolate::Current()->context()->global()-> 399 // All objects should be gone. 5 global handles in total.
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te.S | 112 .global dvmCompilerTemplateStart 120 .global dvmCompiler_TEMPLATE_CMP_LONG 159 .global dvmCompiler_TEMPLATE_RETURN 222 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_NO_OPT 288 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_CHAIN 342 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN 407 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_NATIVE 496 .global dvmCompiler_TEMPLATE_CMPG_DOUBLE 541 .global dvmCompiler_TEMPLATE_CMPL_DOUBLE 584 .global dvmCompiler_TEMPLATE_CMPG_FLOA [all...] |