HomeSort by relevance Sort by last modified time
    Searched refs:global (Results 301 - 325 of 1737) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/perlasm/
x86gas.pl 74 # prepend global references with optional underscore
102 my $global=($func !~ /^_/);
105 &::LABEL($func,$global?"$begin":"$nmdecor$func");
108 push(@out,".globl\t$func\n") if ($global);
110 { push(@out,".def\t$func;\t.scl\t".(3-$global).";\t.type\t32;\t.endef\n"); }
117 push(@out,"$begin:\n") if ($global);
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc32-linux.S 405 .global VG_(disp_cp_chain_me_to_slowEP)
421 .global VG_(disp_cp_chain_me_to_fastEP)
437 .global VG_(disp_cp_xindir)
481 .global VG_(disp_cp_xassisted)
489 .global VG_(disp_cp_evcheck_fail)
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 71 global farFile;
72 global nearFile;
73 global eventFile;
74 global delayFile;
75 global driftFile;
173 global farFile;
174 global nearFile;
175 global eventFile;
176 global delayFile;
177 global driftFile
    [all...]
  /ndk/
ndk-gdb.py 101 global VERBOSE
110 global VERBOSE, DEBUG_PORT, DELAY, DEVICE_SERIAL
111 global GNUMAKE_CMD, GNUMAKE_FLAGS
112 global ADB_CMD, ADB_FLAGS
113 global JDB_CMD
114 global PROJECT, NDK
115 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST
116 global OPTION_FORCE, OPTION_EXEC, OPTION_TUI, OPTION_WAIT
117 global OPTION_STDCXXPYPR
118 global PYPRPR_GNUSTDCXX_BAS
    [all...]
  /development/testrunner/
run_command.py 34 global _abort_on_error
84 global _abort_on_error, error_occurred
88 global error_occurred
  /external/chromium/chrome/browser/resources/shared/js/
util.js 6 * The global object.
9 const global = this;
31 var old = global[callbackName]; function
32 global[callbackName] = function() {
34 global[callbackName] = old;
37 return callback.apply(global, args);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
util.js 6 * The global object.
9 const global = this;
28 var old = global[callbackName]; function
29 global[callbackName] = function() {
31 global[callbackName] = old;
34 return callback.apply(global, args);
  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_context.cc 90 v8::Handle<v8::Object> global = v8_context()->Global(); local
92 return handle_scope.Escape(function->Call(global, argc, argv));
95 function, global, argc, argv)));
  /external/chromium_org/third_party/android_testrunner/
run_command.py 35 global _abort_on_error
84 global _abort_on_error, error_occurred
106 global error_occurred
  /external/chromium_org/v8/test/mjsunit/
get-own-property-descriptor.js 107 // Test elements on global proxy object.
108 var global = (function() { return this; })();
110 global[42] = 42;
114 Object.defineProperty(global, '239', {get: el_getter, set: el_setter});
116 var descRegularElement = Object.getOwnPropertyDescriptor(global, '42');
119 var descAccessorElement = Object.getOwnPropertyDescriptor(global, '239');
string-match.js 42 if (regexp.global) {
89 // Non-capturing, non-global regexp.
105 // Capturing non-global regexp.
113 // Global regexp (also check that capture from before are cleared)
116 testMatch("Global", stringSample2, re,
121 testMatch("Global-ignore-lastIndex", stringSample2, re,
125 // Capturing global regexp
129 testMatch("Capture-Global", stringSample, re_cap,
134 // Atom, non-global
143 // Atom, global
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2346.js 109 // Test elements on global proxy object.
110 var global = (function() { return this; })();
112 global[42] = 42;
116 Object.defineProperty(global, '239', {get: el_getter, set: el_setter});
118 var descRegularElement = Object.getOwnPropertyDescriptor(global, '42');
121 var descAccessorElement = Object.getOwnPropertyDescriptor(global, '239');
regress-267.js 30 var global = (function(){ return this; })();
35 assertEquals(global, obj, "Should be the global object.");
  /external/clang/test/Analysis/
NewDelete-checker-test.cpp 7 int *global; variable
73 if (global != p) // condition is always true as 'p' wraps a heap region that
74 // is different from a region wrapped by 'global'
75 global = p; // pointer escapes
  /external/v8/test/mjsunit/
get-own-property-descriptor.js 107 // Test elements on global proxy object.
108 var global = (function() { return this; })();
110 global[42] = 42;
114 Object.defineProperty(global, '239', {get: el_getter, set: el_setter});
116 var descRegularElement = Object.getOwnPropertyDescriptor(global, '42');
119 var descAccessorElement = Object.getOwnPropertyDescriptor(global, '239');
string-match.js 42 if (regexp.global) {
89 // Non-capturing, non-global regexp.
105 // Capturing non-global regexp.
113 // Global regexp (also check that capture from before are cleared)
116 testMatch("Global", stringSample2, re,
121 testMatch("Global-ignore-lastIndex", stringSample2, re,
125 // Capturing global regexp
129 testMatch("Capture-Global", stringSample, re_cap,
134 // Atom, non-global
143 // Atom, global
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new.py 98 global bus
137 global if_obj
139 global iface
  /ndk/docs/tools/
ndk-markdown-substitutions.py 23 global all_filters
28 global all_filter_tests
32 global all_filter_tests
  /external/icu4c/stubdata/
icu_dat_generator.py 334 global ANDROID_BUILD_TOP # $ANDROID_BUILD_TOP
335 global ICU4C_DIR # $ANDROID_BUILD_TOP/external/icu4c
336 global ICU_PREBUILT_DIR # Directory containing pre-built ICU tools.
337 global ICU_DATA # e.g. "icudt50l"
338 global TMP_DAT_PATH # Temporary directory to store all resource files and
340 global VERBOSE, VERY_VERBOSE
  /external/v8/test/mjsunit/regress/
regress-267.js 30 var global = (function(){ return this; })();
35 assertEquals(global, obj, "Should be the global object.");
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.h 164 void wpas_dbus_signal_debug_level_changed(struct wpa_global *global);
165 void wpas_dbus_signal_debug_timestamp_changed(struct wpa_global *global);
166 void wpas_dbus_signal_debug_show_keys_changed(struct wpa_global *global);
331 struct wpa_global *global)
336 struct wpa_global *global)
341 struct wpa_global *global)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetypes.py 349 global suffix_map, types_map, encodings_map, common_types
350 global inited, _db
364 # Make the DB a global variable now that it is fully initialized
379 global suffix_map
380 global encodings_map
381 global types_map
382 global common_types
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetypes.py 349 global suffix_map, types_map, encodings_map, common_types
350 global inited, _db
364 # Make the DB a global variable now that it is fully initialized
379 global suffix_map
380 global encodings_map
381 global types_map
382 global common_types
  /dalvik/vm/mterp/
gen-mterp.py 60 global style
74 global handler_size_bits, handler_size_bytes
115 global asm_stub_text
133 global default_alt_stub, generate_alt_table
146 global in_op_start
147 global default_op_dir
160 global generate_alt_table
180 #global opcode_locations
198 asm_fp.write("\n .global %s\n" % start_label)
213 global in_op_star
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.h 48 // An enum specifying whether the command is global in scope or not. Global
49 // commands -- unlike regular commands -- have a global keyboard hook
53 GLOBAL, // Global command (works when Chrome doesn't have focus)
123 // |accelerator| will be overwritten. If |global| is true, the command will
124 // be registered as a global command (be active even when Chrome does not have
130 bool global);
145 // Set the scope of the keybinding. If |global| is true, the keybinding works
150 bool global);
    [all...]

Completed in 2546 milliseconds

<<11121314151617181920>>