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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/component_updater/test/
DEPS 2 # For access to the ppapi test globals.
  /external/freetype/src/autofit/
afglobal.c 56 af_face_globals_compute_script_coverage( AF_FaceGlobals globals )
59 FT_Face face = globals->face;
61 FT_Byte* gscripts = globals->glyph_scripts;
67 FT_MEM_SET( globals->glyph_scripts,
69 globals->glyph_count );
105 gindex < (FT_ULong)globals->glyph_count &&
116 if ( gindex < (FT_ULong)globals->glyph_count &&
129 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count )
138 if ( globals->module->fallback_script != AF_SCRIPT_NONE )
143 for ( nn = 0; nn < globals->glyph_count; nn++
165 AF_FaceGlobals globals = NULL; local
    [all...]
afmodule.c 54 AF_FaceGlobals globals; local
60 globals = (AF_FaceGlobals)face->autohint.data;
61 if ( !globals )
65 error = af_face_globals_new( face, &globals, module );
69 (FT_Pointer)globals;
76 *aglobals = globals;
103 AF_FaceGlobals globals; local
106 error = af_property_get_face_globals( prop->face, &globals, module );
108 globals->increase_x_height = prop->limit;
132 AF_FaceGlobals globals; local
153 AF_FaceGlobals globals; local
    [all...]
afglobal.h 32 * Default values and flags for both autofitter globals (found in
33 * AF_ModuleRec) and face globals (in AF_FaceGlobalsRec).
89 af_face_globals_get_metrics( AF_FaceGlobals globals,
95 af_face_globals_free( AF_FaceGlobals globals ); variable
98 af_face_globals_is_digit( AF_FaceGlobals globals,
  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.c 79 af_face_globals_compute_script_coverage( AF_FaceGlobals globals )
82 FT_Face face = globals->face;
84 FT_Byte* gscripts = globals->glyph_scripts;
89 FT_MEM_SET( globals->glyph_scripts,
91 globals->glyph_count );
127 gindex < (FT_ULong)globals->glyph_count &&
138 if ( gindex < (FT_ULong)globals->glyph_count &&
151 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count )
164 for ( nn = 0; nn < globals->glyph_count; nn++ )
185 AF_FaceGlobals globals = NULL local
    [all...]
afglobal.h 51 af_face_globals_get_metrics( AF_FaceGlobals globals,
57 af_face_globals_free( AF_FaceGlobals globals ); variable
60 af_face_globals_is_digit( AF_FaceGlobals globals,
  /external/chromium_org/tools/site_compare/drivers/
__init__.py 11 keyboard = __import__(platform_dir+".keyboard", globals(), locals(), [''])
12 mouse = __import__(platform_dir+".mouse", globals(), locals(), [''])
13 windowing = __import__(platform_dir+".windowing", globals(), locals(), [''])
  /external/llvm/test/Linker/
2003-10-27-LinkOncePromote.ll 1 ; The linker should merge link-once globals into strong external globals,
  /external/chromium_org/third_party/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 38 SkEventSink_Globals& globals = getGlobals(); local
40 globals.fSinkMutex.acquire();
42 fID = ++globals.fNextSinkID;
43 fNextSink = globals.fSinkHead;
44 globals.fSinkHead = this;
46 globals.fSinkMutex.release();
50 SkEventSink_Globals& globals = getGlobals(); local
55 globals.fSinkMutex.acquire();
57 SkEventSink* sink = globals.fSinkHead;
66 globals.fSinkHead = next
    [all...]
  /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...]
  /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/chromium_org/win8/metro_driver/
chrome_app_view.cc 54 struct Globals globals; variable in typeref:struct:Globals
152 if (send_alt_f4_mnemonic && globals.view &&
153 globals.view->core_window_hwnd() == ::GetForegroundWindow()) {
158 globals.view->core_window_hwnd(), &core_window_process_id);
160 globals.appview_msg_loop->PostDelayedTask(
166 globals.app_exit->Exit();
172 ::GetWindowRect(globals.view->core_window_hwnd() , &rect);
234 !globals.host_windows.empty() ? globals.host_windows.front().first : NULL
    [all...]
chrome_url_launch_handler.cc 23 globals.is_initial_activation = true;
24 globals.initial_activation_kind = winapp::Activation::ActivationKind_Launch;
76 globals.search_string = search_text;
80 if (!globals.is_initial_activation)
81 InitiateNavigationOrSearchRequest(NULL, globals.search_string.c_str());
92 globals.navigation_url = actual_url;
96 if (!globals.is_initial_activation)
97 InitiateNavigationOrSearchRequest(globals.navigation_url.c_str(), 0);
124 globals.navigation_url = GetUrlFromLaunchArgs(actual_launch_args);
126 << ", url=" << globals.navigation_ur
    [all...]
metro_driver_win7.cc 9 struct Globals {
16 } globals; variable in typeref:struct:Globals
92 return globals.host_main(globals.host_context);
111 globals.core_window = window;
112 globals.host_main = thread_proc;
113 globals.host_context = context;
127 ODS("GetRootWindow", ULONG_PTR(globals.core_window));
128 return globals.core_window;
133 globals.host_window = window
    [all...]
  /external/clang/test/CodeGen/
captured-statements.c 2 // RUN: FileCheck %s -input-file=%t -check-prefix=CHECK-GLOBALS
72 // CHECK-GLOBALS: %[[Capture:struct\.anon[\.0-9]*]] = type {}
73 // CHECK-GLOBALS: call void @__captured_stmt[[HelperName:[0-9]+]](%[[Capture]]
76 // CHECK-GLOBALS: define internal void @__captured_stmt[[HelperName]]
77 // CHECK-GLOBALS-NOT: ret
78 // CHECK-GLOBALS: load i32* @global
79 // CHECK-GLOBALS: load i32* @
80 // CHECK-GLOBALS: load i32* @e
2003-06-26-CFECrash.c 8 typedef struct Globals {
  /external/clang/test/CodeGenCXX/
2006-11-20-GlobalSymbols.cpp 2 // Check to make sure debug symbols use the correct name for globals and
  /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/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/chromium_org/content/browser/
browser_thread_impl.cc 84 BrowserThreadGlobals& globals = g_globals.Get(); local
85 globals.blocking_pool->Shutdown(kMaxNewShutdownBlockingTasks);
97 BrowserThreadGlobals& globals = g_globals.Get(); local
101 reinterpret_cast<AtomicWord*>(&globals.thread_delegates[identifier_]);
197 BrowserThreadGlobals& globals = g_globals.Get(); local
201 reinterpret_cast<AtomicWord*>(&globals.thread_delegates[identifier_]);
211 BrowserThreadGlobals& globals = g_globals.Get(); local
213 base::AutoLock lock(globals.lock);
215 DCHECK(globals.threads[identifier_] == NULL);
216 globals.threads[identifier_] = this
225 BrowserThreadGlobals& globals = g_globals.Get(); local
256 BrowserThreadGlobals& globals = g_globals.Get(); local
359 BrowserThreadGlobals& globals = g_globals.Get(); local
437 BrowserThreadGlobals& globals = g_globals.Get(); local
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 114 __cxa_eh_globals* globals = __cxa_get_globals(); local
117 globals->uncaughtExceptions += 1;
188 __cxa_eh_globals *globals = __cxa_get_globals(); local
189 __cxa_exception* header = globals->caughtExceptions;
199 globals->caughtExceptions = 0;
209 __cxa_eh_globals* globals = __cxa_get_globals(); local
212 if (globals->caughtExceptions) {
221 if (header != globals->caughtExceptions) {
222 header->nextException = globals->caughtExceptions;
223 globals->caughtExceptions = header
231 __cxa_eh_globals *globals = __cxa_get_globals_fast(); local
269 __cxa_eh_globals* globals = __cxa_get_globals(); variable
    [all...]
  /external/llvm/lib/Transforms/Scalar/
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.
78 STATISTIC(NumMerged , "Number of globals merged");
83 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals,
115 return "Merge internal globals";
143 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals,
154 std::stable_sort(Globals.begin(), Globals.end(), GlobalCmp(TD))
    [all...]

Completed in 1484 milliseconds

1 2 3 4 5 6 7 8 91011>>