HomeSort by relevance Sort by last modified time
    Searched full:globals (Results 26 - 50 of 2456) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/
contextual-calls.js 29 globals = [Realm.global(0), Realm.global(1)];
57 assertSame(globals[0], Realm.shared.results[0]);
59 assertSame(globals[i], Realm.shared.results[2]);
60 assertSame(globals[i], Realm.shared.results[3]);
66 assertSame(globals[0], Realm.eval(realms[i],'return_this.apply()')) ;
68 assertSame(globals[0], Realm.eval(realms[i],'return_this.apply(null)')) ;
71 assertSame(globals[0], Realm.eval(realms[i],'return_this.call()')) ;
73 assertSame(globals[0], Realm.eval(realms[i],'return_this.call(null)')) ;
79 assertSame(globals[0], return_this());
  /external/skia/src/views/
SkEventSink.cpp 34 SkEventSink_Globals& globals = getGlobals(); local
36 globals.fSinkMutex.acquire();
38 fID = ++globals.fNextSinkID;
39 fNextSink = globals.fSinkHead;
40 globals.fSinkHead = this;
42 globals.fSinkMutex.release();
46 SkEventSink_Globals& globals = getGlobals(); local
51 globals.fSinkMutex.acquire();
53 SkEventSink* sink = globals.fSinkHead;
62 globals.fSinkHead = next
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 41 psh_globals_scale_widths( PSH_Globals globals,
44 PSH_Dimension dim = &globals->dimension[direction];
619 psh_globals_destroy( PSH_Globals globals )
621 if ( globals )
626 memory = globals->memory;
627 globals->dimension[0].stdw.count = 0;
628 globals->dimension[1].stdw.count = 0;
630 globals->blues.normal_top.count = 0;
631 globals->blues.normal_bottom.count = 0;
632 globals->blues.family_top.count = 0
649 PSH_Globals globals = NULL; local
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshglob.c 41 psh_globals_scale_widths( PSH_Globals globals,
44 PSH_Dimension dim = &globals->dimension[direction];
619 psh_globals_destroy( PSH_Globals globals )
621 if ( globals )
626 memory = globals->memory;
627 globals->dimension[0].stdw.count = 0;
628 globals->dimension[1].stdw.count = 0;
630 globals->blues.normal_top.count = 0;
631 globals->blues.normal_bottom.count = 0;
632 globals->blues.family_top.count = 0
649 PSH_Globals globals = NULL; local
    [all...]
  /external/clang/test/CodeGen/
captured-statements.c 2 // RUN: FileCheck %s -input-file=%t -check-prefix=CHECK-GLOBALS
92 // CHECK-GLOBALS: %[[Capture:struct\.anon[\.0-9]*]] = type {}
93 // CHECK-GLOBALS: call void @__captured_stmt[[HelperName:[\.0-9]+]](%[[Capture]]
96 // CHECK-GLOBALS: define internal {{.*}}void @__captured_stmt[[HelperName]]
97 // CHECK-GLOBALS-NOT: ret
98 // CHECK-GLOBALS: load i32, i32* @global
99 // CHECK-GLOBALS: load i32, i32* @
100 // CHECK-GLOBALS: load i32, i32* @e
  /external/llvm/test/Instrumentation/AddressSanitizer/
do-not-touch-comdat-global.ll 1 ; This test checks that we instrument regular globals, but do not touch
6 ; no action should be taken for these globals
global_metadata.ll 6 ; Globals:
14 ; Check that globals were instrumented:
20 ; CHECK: [[FILENAME:@__asan_gen_.[0-9]+]] = private unnamed_addr constant [22 x i8] c"/tmp/asan-globals.cpp\00", align 1
53 !llvm.asan.globals = !{!0, !1, !2, !3, !4}
64 !6 = !{!"/tmp/asan-globals.cpp", i32 5, i32 5}
65 !7 = !{!"/tmp/asan-globals.cpp", i32 7, i32 5}
66 !8 = !{!"/tmp/asan-globals.cpp", i32 12, i32 14}
67 !9 = !{!"/tmp/asan-globals.cpp", i32 14, i32 25}
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
Globals.java 18 public final class Globals {
19 private Globals() {}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
__init__.py 22 __import__("",globals(),locals(),[t],level=1)
23 mod = globals()[t]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
__init__.py 22 __import__("",globals(),locals(),[t],level=1)
23 mod = globals()[t]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
output 0 globals: [[@2,4:4='i',<4>,1:4], [@7,11:11='j',<4>,2:4]]
  /external/llvm/test/Assembler/
2002-03-08-NameCollision2.ll 6 ; to be detected between locals and globals.
  /external/llvm/test/Transforms/GlobalOpt/
2010-10-19-WeakOdr.ll 3 ; PR8389: Globals with weak_odr linkage type must not be modified
  /frameworks/base/docs/html/ndk/reference/
globals_enum.jd 1 page.title=Globals
globals_vars.jd 1 page.title=Globals
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7995.go 7 // Issue 7995: globals not flushed quickly enough.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7995.go 7 // Issue 7995: globals not flushed quickly enough.
  /external/freetype/src/autofit/
afpic.h 80 ( GET_PIC( FT_FACE_LIBRARY( globals->face ) )->af_writing_system_classes )
82 ( GET_PIC( FT_FACE_LIBRARY( globals->face ) )->af_script_classes )
84 ( GET_PIC( FT_FACE_LIBRARY( globals->face ) )->af_style_classes )
afglobal.h 63 * Default values and flags for both autofitter globals (found in
64 * AF_ModuleRec) and face globals (in AF_FaceGlobalsRec).
130 af_face_globals_get_metrics( AF_FaceGlobals globals,
136 af_face_globals_free( AF_FaceGlobals globals ); variable
139 af_face_globals_is_digit( AF_FaceGlobals globals,
  /external/pdfium/testing/resources/javascript/
globals_expected.txt 2 Alert: Enumerable Globals:
4 Alert: Expected Globals:
14 Alert: Enumerable Globals:
24 Alert: Expected Globals:
37 Alert: Enumerable Globals:
39 Alert: Expected Globals:
50 Alert: Enumerable Globals:
60 Alert: Expected Globals:
81 Alert: Enumerable Globals:
83 Alert: Expected Globals
    [all...]
  /external/compiler-rt/lib/asan/
asan_globals.cc 12 // Handle globals.
51 // We want to remember where a certain range of globals was registered.
106 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites,
116 globals[res] = g;
140 // so we store the globals in a map.
151 // where two globals with the same name are defined in different modules.
215 // Register an array of globals.
216 void __asan_register_globals(__asan_global *globals, uptr n) {
224 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]}
    [all...]
  /external/llvm/test/DebugInfo/PDB/DIA/
pdbdump-symbol-format.test 3 ; RUN: llvm-pdbdump -globals %p/../Inputs/symbolformat.pdb | FileCheck --check-prefix=GLOBALS %s
50 ; GLOBALS: ---GLOBALS---
51 ; GLOBALS-DAG: func [{{.*}}] (FPO) unsigned __cdecl fpo_func(unsigned n)
52 ; GLOBALS-DAG: data [{{.*}}] static void* g_global_pointer
53 ; GLOBALS-DAG: data [{{.*}}] static int g_global_int
  /external/libcxxabi/src/
cxa_exception.cpp 225 __cxa_eh_globals *globals = __cxa_get_globals(); local
234 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local
277 __cxa_eh_globals* globals = __cxa_get_globals(); local
285 exception_header->nextPropagatingException = globals->propagatingExceptions;
286 globals->propagatingExceptions = exception_header;
294 if (NULL != globals->propagatingExceptions)
296 globals->propagatingExceptions = exception_header;
315 __cxa_eh_globals* globals = __cxa_get_globals(); local
316 __cxa_exception* exception_header = globals->propagatingExceptions
390 __cxa_eh_globals* globals = __cxa_get_globals(); local
459 __cxa_eh_globals* globals = __cxa_get_globals_fast(); \/\/ __cxa_get_globals called in __cxa_begin_catch local
525 __cxa_eh_globals *globals = __cxa_get_globals_fast(); local
552 __cxa_eh_globals* globals = __cxa_get_globals(); local
643 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
719 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 225 __cxa_eh_globals *globals = __cxa_get_globals(); local
234 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local
277 __cxa_eh_globals* globals = __cxa_get_globals(); local
285 exception_header->nextPropagatingException = globals->propagatingExceptions;
286 globals->propagatingExceptions = exception_header;
294 if (NULL != globals->propagatingExceptions)
296 globals->propagatingExceptions = exception_header;
315 __cxa_eh_globals* globals = __cxa_get_globals(); local
316 __cxa_exception* exception_header = globals->propagatingExceptions
390 __cxa_eh_globals* globals = __cxa_get_globals(); local
459 __cxa_eh_globals* globals = __cxa_get_globals_fast(); \/\/ __cxa_get_globals called in __cxa_begin_catch local
525 __cxa_eh_globals *globals = __cxa_get_globals_fast(); local
552 __cxa_eh_globals* globals = __cxa_get_globals(); local
643 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
716 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-return-thunks.cpp 2 // RUN: FileCheck --check-prefix=GLOBALS %s < %t
29 // GLOBALS-LABEL: @"\01??_7J@test1@@6B@" = linkonce_odr unnamed_addr constant [3 x i8*]
30 // GLOBALS: @"\01?foo@J@test1@@QAEPAUB@2@XZ"
31 // GLOBALS: @"\01?foo@J@test1@@QAEPAUC@2@XZ"
32 // GLOBALS: @"\01?foo@J@test1@@UAEPAUD@2@XZ"
47 // GLOBALS-LABEL: @"\01??_7K@test1@@6B@" = linkonce_odr unnamed_addr constant [4 x i8*]
48 // GLOBALS: @"\01?foo@K@test1@@QAEPAUB@2@XZ"
49 // GLOBALS: @"\01?foo@K@test1@@QAEPAUC@2@XZ"
50 // GLOBALS: @"\01?foo@K@test1@@QAEPAUD@2@XZ"
51 // GLOBALS: @"\01?foo@K@test1@@UAEPAUE@2@XZ
    [all...]

Completed in 1567 milliseconds

12 3 4 5 6 7 8 91011>>