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

1 2 3 4 5 6 7 891011>>

  /dalvik/tools/
gclog.py 35 DEBUG = False # DEBUG is a global variable
46 """Parse event0 (global info)"""
49 # Global information:
203 global DEBUG
  /external/bison/doc/
refcard.tex 214 \if \maxcolumn\abc \multicolumnformat \global\def\abc{a}
216 \global\setbox\columna\columnbox \global\def\abc{b}
218 \global\setbox\columnb\hbox to -\intercolumnskip{}
220 \global\setbox\columnb\columnbox \global\def\abc{c}\fi\fi}
270 {\obeyspaces\global\let =\ }
279 {\obeyspaces\global\let =\ }
  /external/openssl/crypto/rc4/asm/
rc4-ia64.S 72 .global RC4#
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 46 .global SynthMasterGain @ allow other files to use this function
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 46 .global SynthMasterGain @ allow other files to use this function
  /external/tremolo/Tremolo/
floor1LARM.s 37 .global render_lineARM
  /external/v8/test/mjsunit/
debug-backtrace-text.js 58 // Get the Debug object exposed from the debug context global object.
91 // 1: Call on global function createPoint
call-non-function.js 54 // Make sure that calling a non-function global doesn't crash the
debug-constructed-by.js 29 // Get the Debug object exposed from the debug context global object.
debug-evaluate-with.js 29 // Get the Debug object exposed from the debug context global object.
debug-stepnext-do-while.js 29 // Get the Debug object exposed from the debug context global object.
function-source.js 29 // Get the Debug object exposed from the debug context global object.
global-deleted-property-keyed.js 30 // Test keyed access to deleted property in a global object without access checks.
  /external/webkit/JavaScriptCore/runtime/
RegExpPrototype.cpp 112 if (asRegExpObject(thisValue)->get(exec, exec->propertyNames().global).toBoolean(exec))
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
image_diff.py 106 global _compare_msg_printed
  /external/webkit/WebKitTools/wx/packaging/
build-mac-installer.py 79 global wx_root
  /external/v8/src/
runtime.cc 222 // to use the map cache in the global context.
250 // Get the global context from the literals array. This is the
253 // not use the object function from the current global context
727 Handle<GlobalObject> global = Handle<GlobalObject>(Top::context()->global()); local
746 // We have to declare a global const property. To capture we only
752 // Lookup the property in the global object, and don't set the
755 global->Lookup(*name, &lookup);
758 // against the global object. The information will be used to
761 bool is_local = (*global == lookup.holder())
928 GlobalObject* global = Top::context()->global(); local
1021 GlobalObject* global = Top::context()->global(); local
1145 Handle<JSObject> global = Handle<JSObject>(Top::context()->global()); local
    [all...]
top.h 269 // Returns if the top context may access the given global object. If
323 // Returns the global object of the current context. It could be
324 // a builtin object, or a js global object.
325 static Handle<GlobalObject> global() { function in class:v8::internal::Top
326 return Handle<GlobalObject>(context()->global());
329 // Returns the global proxy object of the current context.
334 // Returns the current global context.
337 // Returns the global context of the calling JavaScript code. That
338 // is, the global context of the top-most JavaScript frame.
  /dalvik/libcore/logging/src/main/java/java/util/logging/
LogManager.java 48 * There is only one global {@code LogManager} instance in the
89 * The global logging properties may include:
108 * Besides global properties, the properties for loggers and Handlers can be
215 // if global logger has been initialized, set root as its parent
218 Logger.global.setParent(root);
221 manager.addLogger(Logger.global);
372 * Get the global {@code LogManager} instance.
374 * @return the global {@code LogManager} instance
  /dalvik/libcore/sql/src/test/java/tests/sql/
StatementTest.java     [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 15 .global dvmJitToInterpPunt
23 .global dvmJitToInterpSingleStep
30 .global dvmJitToInterpTraceSelectNoChain
39 .global dvmJitToInterpTraceSelect
48 .global dvmJitToInterpBackwardBranch
57 .global dvmJitToInterpNormal
66 .global dvmJitToInterpNoChain
82 .global dvmJitToInterpPunt
105 .global dvmJitToInterpSingleStep
125 .global dvmJitToInterpTraceSelectNoChai
    [all...]
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 26 serve the names of local machines which are not in the global DNS. The DHCP
  /external/gtest/test/
gtest_filter_unittest.py 213 global param_tests_present
269 global param_tests_present
  /external/v8/test/mjsunit/compiler/
simple-global-access.js 30 // Test global variable loads with the fast compiler.
  /external/v8/test/mjsunit/regress/
regress-1493017.js 42 // Force a global GC. This will collect the maps starting from C and

Completed in 530 milliseconds

1 2 3 4 5 6 7 891011>>