HomeSort by relevance Sort by last modified time
    Searched refs:global (Results 101 - 125 of 432) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/test/mjsunit/
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...]
global-load-from-eval.js 28 // Tests global loads from eval.
63 // code that loads the global variable accounts for the fact that the
64 // global variable becomes shadowed by an eval-introduced variable.
  /external/v8/test/mjsunit/regress/
regress-267.js 30 var global = (function(){ return this; })();
35 assertEquals(global, obj, "Should be the global object.");
regress-737588.js 29 goog.global = this;
31 return goog.global.eval(script);
regress-186.js 60 // Assign to the global __proto__ property.
62 // Check that the prototype of the global object changed.
64 assertTrue(setterCalled, "prototype of global object did not change");
  /bionic/libc/arch-arm/bionic/
memset.S 30 .global memset
33 .global bzero
clone.S 32 .global __pthread_clone
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S 124 .global dvmCompilerTemplateStart
132 .global dvmCompiler_TEMPLATE_CMP_LONG
172 .global dvmCompiler_TEMPLATE_RETURN
228 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_NO_OPT
288 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_CHAIN
341 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN
389 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_NATIVE
468 .global dvmCompiler_TEMPLATE_MUL_LONG
502 .global dvmCompiler_TEMPLATE_SHL_LONG
523 .global dvmCompiler_TEMPLATE_SHR_LON
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 124 .global dvmCompilerTemplateStart
132 .global dvmCompiler_TEMPLATE_CMP_LONG
172 .global dvmCompiler_TEMPLATE_RETURN
228 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_NO_OPT
288 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_CHAIN
341 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN
389 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_NATIVE
468 .global dvmCompiler_TEMPLATE_MUL_LONG
502 .global dvmCompiler_TEMPLATE_SHL_LONG
523 .global dvmCompiler_TEMPLATE_SHR_LON
    [all...]
CompilerTemplateAsm-armv7-a.S 124 .global dvmCompilerTemplateStart
132 .global dvmCompiler_TEMPLATE_CMP_LONG
172 .global dvmCompiler_TEMPLATE_RETURN
228 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_NO_OPT
288 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_CHAIN
341 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN
389 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_NATIVE
468 .global dvmCompiler_TEMPLATE_MUL_LONG
502 .global dvmCompiler_TEMPLATE_SHL_LONG
523 .global dvmCompiler_TEMPLATE_SHR_LON
    [all...]
CompilerTemplateAsm-armv5te.S 124 .global dvmCompilerTemplateStart
132 .global dvmCompiler_TEMPLATE_CMP_LONG
172 .global dvmCompiler_TEMPLATE_RETURN
228 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_NO_OPT
288 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_CHAIN
341 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN
389 .global dvmCompiler_TEMPLATE_INVOKE_METHOD_NATIVE
468 .global dvmCompiler_TEMPLATE_CMPG_DOUBLE
512 .global dvmCompiler_TEMPLATE_CMPL_DOUBLE
554 .global dvmCompiler_TEMPLATE_CMPG_FLOA
    [all...]
  /external/clearsilver/python/examples/base/
who_calls.py 130 global REFCOUNTS
137 global REFCOUNTS
  /external/qemu/
offset_layout.py 31 global DX, DY, PX, PY, KX, KY
53 global DX, DY, PX, PY, KX, KY
  /external/v8/test/mjsunit/compiler/
assignment.js 71 // Test compound assignments in an anonymous function with global variables.
117 // Test compound assignments in a named function with global variables.
190 // Test compound assignments in an anonymous function with global variables.
240 // Test compound assignments in a named function with global variables.
  /external/v8/src/
bootstrapper.cc 36 #include "global-handles.h"
205 // Creates the global objects using the global and the template passed in
215 // Hooks the given global proxy into the context. If the context was created
216 // by deserialization then this will unhook the global proxy that was
220 // Similarly, we want to use the inner global that has been created by the
221 // templates passed through the API. The inner global from the snapshot is
227 // Installs the contents of the native .js files on the global objects.
313 env->set_global_proxy(env->global());
314 env->global()->set_global_receiver(env->global())
321 Handle<JSGlobalProxy> global = Handle<JSGlobalProxy>::cast(global_object); local
642 Handle<JSObject> global = Handle<JSObject>(global_context()->global()); local
1527 Handle<JSObject> global = Handle<JSObject>(global_context()->global()); local
    [all...]
contexts.h 138 // [ global ] A pointer to the global object. Provided for quick
139 // access to the global object from inside the code (since
145 // Finally, the global context contains additional slots for fast access to
146 // global properties.
159 // except for the global context. This could simplify Context::Lookup.
179 // These slots are only in global contexts.
242 GlobalObject* global() { function in class:v8::internal::Context
247 void set_global(GlobalObject* global) { set(GLOBAL_INDEX, global); }
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
SQLiteTest.java 46 Logger.global.severe("DB file could not be created. Tests can not be executed.");
  /external/freetype/include/freetype/internal/
autohint.h 38 /* - global hints: Usually some metrics that describe global properties */
41 /* very slow to compute (even if the size of global */
46 /* generally much faster to compute than global hints. */
49 /* performing fast computations for both global and glyph hints. */
57 /* global hints every time the same face is re-opened. */
59 /* We thus provide the ability to cache global hints outside of the face */
89 /* Retrieves the global hints computed for a given face object the */
100 /* global_hints :: A typeless pointer to the global hints. */
102 /* global_len :: The size in bytes of the global hints. *
    [all...]
  /external/iproute2/ip/
ifcfg 135 ip route add 224.0.0.0/4 dev $dev scope global >& /dev/null
140 ip ro append default dev $dev metric 30000 scope global
  /external/webkit/JavaScriptCore/runtime/
RegExp.h 47 bool global() const { return m_flagBits & Global; } function in class:JSC::RegExp
65 enum FlagBits { Global = 1, IgnoreCase = 2, Multiline = 4 };
  /frameworks/base/core/tests/coretests/src/android/app/
SearchablesTest.java 113 ArrayList<SearchableInfo> global = searchables.getSearchablesInGlobalSearchList(); local
114 checkSearchables(global);
130 ArrayList<SearchableInfo> global = searchables.getSearchablesInGlobalSearchList(); local
131 MoreAsserts.assertEmpty(global);
  /system/core/libpixelflinger/
rotate90CW_4x4_16v6.S 22 .global rotate90CW_4x4_16v6
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 104 Logger.global.severe("This has logging Level.SEVERE, should become ERROR");
105 Logger.global.warning("This has logging Level.WARNING, should become WARN");
106 Logger.global.info("This has logging Level.INFO, should become INFO");
107 Logger.global.config("This has logging Level.CONFIG, should become DEBUG");
108 Logger.global.fine("This has logging Level.FINE, should become VERBOSE");
109 Logger.global.finer("This has logging Level.FINER, should become VERBOSE");
110 Logger.global.finest("This has logging Level.FINEST, should become VERBOSE");
  /bionic/libc/tools/
bionic_utils.py 16 global verbose
21 global verbose
26 global verbose
31 global verbose
36 global verbose
  /dalvik/vm/mterp/
gen-mterp.py 54 global handler_size_bits, handler_size_bytes
93 global asm_stub_text
109 global in_op_start
110 global default_op_dir
123 #global opcode_locations
142 global in_op_start
183 asm_fp.write("\n .global dvmAsmInstructionStart\n")
213 asm_fp.write(" .global dvmAsmInstructionEnd\n")
217 asm_fp.write(" .global dvmAsmSisterStart\n")
225 asm_fp.write(" .global dvmAsmSisterEnd\n"
    [all...]

Completed in 2406 milliseconds

1 2 3 45 6 7 8 91011>>