/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...] |
armv7k.cpp | 2 // RUN: %clang_cc1 %s -triple=thumbv7k-apple-watchos -emit-llvm -o - -target-abi aapcs16 | FileCheck -check-prefix=CHECK-GLOBALS %s 48 // Tested below because these globals get kindof oddly rearranged. 52 // CHECK-GLOBALS: @_ZTSN5test21BE = linkonce_odr hidden constant 53 // CHECK-GLOBALS: @_ZTIN5test21BE = linkonce_odr hidden constant { {{.*}}, i8* getelementptr inbounds ([11 x i8], [11 x i8]* @_ZTSN5test21BE, i32 0, i32 0) } 56 // CHECK-GLOBALS: @_ZTSPN5test21BE = linkonce_odr hidden constant 57 // CHECK-GLOBALS: @_ZTIPN5test21BE = linkonce_odr hidden constant { {{.*}}, i8* getelementptr inbounds ([12 x i8], [12 x i8]* @_ZTSPN5test21BE, i32 0, i32 0), i32 0, i8* bitcast 61 // CHECK-GLOBALS: @_ZTSN5test21CE = linkonce_odr constant [11 x i8] c"N5test21CE\00" 62 // CHECK-GLOBALS: @_ZTIN5test21CE = linkonce_odr constant { {{.*}}, i8* getelementptr inbounds ([11 x i8], [11 x i8]* @_ZTSN5test21CE, i32 0, i32 0) }
|
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 == nullptr; 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...] |
/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/llvm/lib/CodeGen/ |
GlobalMerge.cpp | 1 //===-- GlobalMerge.cpp - Internal globals merging -----------------------===// 9 // This pass merges globals with internal linkage into one. This way all the 10 // globals which were merged into a biggest one can be addressed using offsets 13 // when many globals are involved. 53 // However, merging globals can have tradeoffs: 101 cl::desc("Improve global merge pass to ignore globals only used alone"), 115 STATISTIC(NumMerged, "Number of globals merged"); 126 /// Currently, this applies a dead simple heuristic: only consider globals 134 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals, 136 /// \brief Merge everything in \p Globals for which the corresponding bi [all...] |
/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/Generic/ |
bug_null_debuginfo.ll | 6 !0 = distinct !DICompileUnit(language: DW_LANG_C99, isOptimized: false, emissionKind: 0, file: !1, globals: null)
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
eval.h | 13 PyObject *globals,
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
eval.h | 13 PyObject *globals,
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue7995b.go | 7 // Issue 7995: globals not flushed quickly enough.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue7995b.go | 7 // Issue 7995: globals not flushed quickly enough.
|
/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,
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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()])
|