HomeSort by relevance Sort by last modified time
    Searched full:globals (Results 1 - 25 of 1886) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/android/crazy_linker/src/
crazy_linker_globals.cpp 15 Globals* g_globals = NULL;
18 void CreateGlobalsInstance() { g_globals = new Globals(); }
22 Globals::Globals() : search_paths_(), rdebug_() {
27 Globals::~Globals() { pthread_mutex_destroy(&lock_); }
29 Globals* Globals::Get() {
crazy_linker_globals_unittest.cpp 13 TEST(Globals, Get) {
15 ASSERT_TRUE(Globals::Get());
16 ASSERT_TRUE(Globals::GetLibraries());
17 ASSERT_TRUE(Globals::GetSearchPaths());
18 ASSERT_TRUE(Globals::GetRDebug());
crazy_linker_globals.h 15 // All crazy linker globals are declared in this header.
19 class Globals {
21 Globals();
22 ~Globals();
28 static Globals* Get();
43 // Helper class to access the globals with scoped locking.
46 ScopedGlobalLock() { Globals::Get()->Lock(); }
48 ~ScopedGlobalLock() { Globals::Get()->Unlock(); }
  /external/freetype/src/autofit/
afglobal.c 133 af_face_globals_compute_style_coverage( AF_FaceGlobals globals )
136 FT_Face face = globals->face;
138 FT_Byte* gstyles = globals->glyph_styles;
145 FT_MEM_SET( globals->glyph_styles,
147 globals->glyph_count );
180 globals->module->default_script )
194 gindex < (FT_ULong)globals->glyph_count &&
205 if ( gindex < (FT_ULong)globals->glyph_count &&
214 af_get_coverage( globals, style_class, gstyles );
219 af_get_coverage( globals, AF_STYLE_CLASSES_GET[dflt], gstyles )
312 AF_FaceGlobals globals = NULL; local
    [all...]
afmodule.c 71 AF_FaceGlobals globals; local
77 globals = (AF_FaceGlobals)face->autohint.data;
78 if ( !globals )
82 error = af_face_globals_new( face, &globals, module );
86 (FT_Pointer)globals;
93 *aglobals = globals;
152 AF_FaceGlobals globals; local
155 error = af_property_get_face_globals( prop->face, &globals, module );
157 globals->increase_x_height = prop->limit;
196 AF_FaceGlobals globals; local
228 AF_FaceGlobals globals; local
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-global.cpp 4 // the globals list.
14 // CHECK-SAME: globals: [[GLOBALS:![0-9]*]]
16 // CHECK: [[GLOBALS]] = !{[[CNST:![0-9]*]]}
arm64.cpp 2 // RUN: %clang_cc1 %s -triple=arm64-apple-ios -emit-llvm -o - | FileCheck -check-prefix=CHECK-GLOBALS %s
48 // CHECK-GLOBALS-DAG: @_ZTSN5test21AE = constant [11 x i8]
49 // CHECK-GLOBALS-DAG: @_ZTIN5test21AE = constant { {{.*}}, i8* getelementptr inbounds ([11 x i8], [11 x i8]* @_ZTSN5test21AE, i32 0, i32 0) }
53 // CHECK-GLOBALS-DAG: @_ZTSN5test21BE = linkonce_odr hidden constant
54 // CHECK-GLOBALS-DAG: @_ZTIN5test21BE = linkonce_odr hidden constant { {{.*}}, i8* getelementptr inbounds ([11 x i8], [11 x i8]* @_ZTSN5test21BE, i32 0, i32 0) }
57 // CHECK-GLOBALS-DAG: @_ZTSPN5test21BE = linkonce_odr hidden constant
58 // CHECK-GLOBALS-DAG: @_ZTIPN5test21BE = linkonce_odr hidden constant { {{.*}}, i8* getelementptr inbounds ([12 x i8], [12 x i8]* @_ZTSPN5test21BE, i32 0, i32 0), i32 0, i8* bitcast
62 // CHECK-GLOBALS-DAG: @_ZTSN5test21CE = linkonce_odr hidden constant
63 // CHECK-GLOBALS-DAG: @_ZTIN5test21CE = linkonce_odr hidden constant { {{.*}}, i8* inttoptr (i64 add (i64 ptrtoint ([11 x i8]* @_ZTSN5test21CE to i64), i64 -9223372036854775808) to i8*) }
66 // CHECK-GLOBALS-DAG: @_ZTSPN5test21CE = linkonce_odr hidden constan
    [all...]
2006-11-20-GlobalSymbols.cpp 2 // Check to make sure debug symbols use the correct name for globals and
  /external/llvm/test/Linker/
2003-10-27-LinkOncePromote.ll 1 ; The linker should merge link-once globals into strong external globals,
redefinition.ll 1 ; Test linking two functions with different prototypes and two globals
5 ; CHECK: ERROR: Linking globals named 'foo': symbol multiply defined!
  /external/skia/src/views/
SkEvent.cpp 305 SkEvent_Globals& globals = getGlobals(); local
307 globals.fEventMutex.acquire();
309 globals.fEventMutex.release();
323 SkEvent_Globals& globals = getGlobals(); local
325 globals.fEventMutex.acquire();
327 globals.fEventMutex.release();
336 SkEvent_Globals& globals = getGlobals(); local
341 bool wasEmpty = globals.fEventQHead == NULL;
343 if (globals.fEventQTail)
344 globals.fEventQTail->fNextEvent = evt
356 SkEvent_Globals& globals = getGlobals(); local
374 SkEvent_Globals& globals = getGlobals(); local
385 SkEvent_Globals& globals = getGlobals(); local
434 SkEvent_Globals& globals = getGlobals(); local
474 SkEvent_Globals& globals = getGlobals(); local
493 SkEvent_Globals& globals = getGlobals(); local
    [all...]
SkEventSink.cpp 36 SkEventSink_Globals& globals = getGlobals(); local
38 globals.fSinkMutex.acquire();
40 fID = ++globals.fNextSinkID;
41 fNextSink = globals.fSinkHead;
42 globals.fSinkHead = this;
44 globals.fSinkMutex.release();
48 SkEventSink_Globals& globals = getGlobals(); local
53 globals.fSinkMutex.acquire();
55 SkEventSink* sink = globals.fSinkHead;
64 globals.fSinkHead = next
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTable.g 3 /* Scope of symbol names. Both globals and block rules need to push a new
5 * define a global scope and say that globals and block use this by saying
27 : globals (method)*
30 globals
38 NSLog( @"globals: \%@", [$Symbols::names toString] );
  /external/compiler-rt/test/asan/TestCases/Linux/
globals-gc-sections.cc 1 // RUN: %clangxx_asan %s -o %t -Wl,--gc-sections -ffunction-sections -mllvm -asan-globals=0
2 // RUN: %clangxx_asan %s -o %t -Wl,--gc-sections -ffunction-sections -mllvm -asan-globals=1
  /external/clang/test/CodeGen/
2003-06-26-CFECrash.c 8 typedef struct Globals {
  /external/llvm/test/Bindings/llvm-c/
globals.ll 1 ; RUN: llvm-as < %s | llvm-c-test --module-list-globals | FileCheck %s
  /external/llvm/test/DebugInfo/
bug_null_debuginfo.ll 6 !0 = !MDCompileUnit(language: DW_LANG_C99, isOptimized: false, emissionKind: 0, file: !1, globals: null)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
eval.h 13 PyObject *globals,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
eval.h 13 PyObject *globals,
  /external/llvm/test/DebugInfo/PDB/
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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 19 power< 'execfile' trailer< '(' arglist< filename=any [',' globals=any [',' locals=any ] ] > ')' > >
27 globals = results.get("globals")
48 if globals is not None:
49 args.extend([Comma(), globals.clone()])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 19 power< 'execfile' trailer< '(' arglist< filename=any [',' globals=any [',' locals=any ] ] > ')' > >
27 globals = results.get("globals")
48 if globals is not None:
49 args.extend([Comma(), globals.clone()])
  /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/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...]

Completed in 1421 milliseconds

1 2 3 4 5 6 7 8 91011>>