OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global
(Results
451 - 475
of
1737
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/v8/src/
contexts.h
196
// [
global
] A pointer to the
global
object. Provided for quick
197
// access to the
global
object from inside the code (since
203
// Finally, the
global
context contains additional slots for fast access to
204
//
global
properties.
219
// The extension slot is used for either the
global
object (in
global
230
// These slots are only in
global
contexts.
323
GlobalObject*
global
() {
function in class:v8::internal::Context
328
void set_global(GlobalObject*
global
) { set(GLOBAL_INDEX, global);
[
all
...]
/external/v8/test/mjsunit/
accessors-on-global-object.js
28
// Test that installing a getter on the
global
object instead of a
41
// Test that installing a setter on the
global
object instead of a
delete-global-properties.js
28
//
Global
properties declared with 'var' or 'function' should not be
37
// Check that deleting and reintroducing
global
variables works.
38
// Get into the IC case for storing to a deletable
global
property.
global-deleted-property-ic.js
34
// Introduce a
global
variable and make sure we load that from LoadX.
38
// Delete the
global
variable and make sure we get back to loading from
global-load-from-nested-eval.js
28
// Tests
global
loads from nested eval.
32
// Load the
global
.
this.js
30
assertFalse(this == null); // the
global
object shouldn't be null or undefined
31
assertEquals('[object
global
]', String(this));
/external/v8/test/mjsunit/compiler/
globals.js
28
// Test references and assignments to
global
variables.
31
// Test compilation of a
global
variable store.
regress-3136962.js
28
// Reduced regression test for a
global
value numbering bug. Original
29
// value of
global
variable height was reused even after reassignment.
/external/v8/test/mjsunit/regress/
regress-1106.js
31
// a property lying on a prototype of the
global
object, and that prototype
48
// Test calls on functions defined in the prototype of the
global
object.
regress-1360.js
31
var
global
= this;
33
function non_strict() { assertEquals(
global
, this); }
regress-88591.js
28
// Regression test for a crash. A data property in the
global
object's
29
// prototype shadowed by a setter in the
global
object's prototype's
/external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-wps.py
38
global
bus
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Dot_p_opt.s
30
.
global
Dot_product12_asm
scale_sig_opt.s
28
.
global
Scale_sig_opt
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_TransformResidual4x4_s.S
13
.
global
armVCM4P10_TransformResidual4x4
omxVCM4P10_DeblockLuma_I.S
13
.
global
omxVCM4P10_DeblockLuma_I
omxVCM4P10_TransformDequantChromaDCFromPair_s.S
13
.
global
omxVCM4P10_TransformDequantChromaDCFromPair
/frameworks/native/opengl/libagl/
iterators.S
23
.
global
iterators0032
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp
75
std::locale::
global
(std::locale(LOCALE_en_US_UTF_8));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp
80
std::locale::
global
(std::locale(LOCALE_en_US_UTF_8));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
lookup_collatename.pass.cpp
106
std::locale::
global
(std::locale("cs_CZ.ISO8859-2"));
108
std::locale::
global
(std::locale("C"));
182
std::locale::
global
(std::locale("cs_CZ.ISO8859-2"));
184
std::locale::
global
(std::locale("C"));
/ndk/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/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
__init__.py
111
global
PYTHONDIR
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
__init__.py
111
global
PYTHONDIR
/prebuilts/ndk/5/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);
Completed in 587 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>