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

12 3

  /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...]
pshalgo.h 204 PSH_Globals globals; member in struct:PSH_GlyphRec_
236 PSH_Globals globals,
  /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
279 __cxa_eh_globals* globals = __cxa_get_globals(); local
287 exception_header->nextPropagatingException = globals->propagatingExceptions;
288 globals->propagatingExceptions = exception_header;
296 if (NULL != globals->propagatingExceptions)
298 globals->propagatingExceptions = exception_header;
317 __cxa_eh_globals* globals = __cxa_get_globals(); local
318 __cxa_exception* exception_header = globals->propagatingExceptions
392 __cxa_eh_globals* globals = __cxa_get_globals(); local
461 __cxa_eh_globals* globals = __cxa_get_globals_fast(); \/\/ __cxa_get_globals called in __cxa_begin_catch local
527 __cxa_eh_globals *globals = __cxa_get_globals_fast(); local
554 __cxa_eh_globals* globals = __cxa_get_globals(); local
645 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
718 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffgload.h 185 FT_Byte** globals; member in struct:CFF_Decoder_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshglob.c 41 psh_globals_scale_widths( PSH_Globals globals,
44 PSH_Dimension dim = &globals->dimension[direction];
627 psh_globals_destroy( PSH_Globals globals )
629 if ( globals )
634 memory = globals->memory;
635 globals->dimension[0].stdw.count = 0;
636 globals->dimension[1].stdw.count = 0;
638 globals->blues.normal_top.count = 0;
639 globals->blues.normal_bottom.count = 0;
640 globals->blues.family_top.count = 0
657 PSH_Globals globals = NULL; local
    [all...]
pshalgo.h 204 PSH_Globals globals; member in struct:PSH_GlyphRec_
236 PSH_Globals globals,
  /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...]
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 263 __cxa_eh_globals* globals = __cxa_get_globals(); local
266 globals->uncaughtExceptions += 1;
339 __cxa_eh_globals *globals = __cxa_get_globals(); local
340 __cxa_exception* header = globals->caughtExceptions;
350 globals->caughtExceptions = 0;
359 __cxa_eh_globals* globals = __cxa_get_globals(); variable
362 if (globals->caughtExceptions) {
371 if (header != globals->caughtExceptions) {
372 header->nextException = globals->caughtExceptions;
373 globals->caughtExceptions = header
381 __cxa_eh_globals *globals = __cxa_get_globals_fast(); variable
419 __cxa_eh_globals* globals = __cxa_get_globals(); variable
    [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
279 __cxa_eh_globals* globals = __cxa_get_globals(); local
287 exception_header->nextPropagatingException = globals->propagatingExceptions;
288 globals->propagatingExceptions = exception_header;
296 if (NULL != globals->propagatingExceptions)
298 globals->propagatingExceptions = exception_header;
317 __cxa_eh_globals* globals = __cxa_get_globals(); local
318 __cxa_exception* exception_header = globals->propagatingExceptions
392 __cxa_eh_globals* globals = __cxa_get_globals(); local
456 __cxa_eh_globals* globals = __cxa_get_globals_fast(); \/\/ __cxa_get_globals called in __cxa_begin_catch local
522 __cxa_eh_globals *globals = __cxa_get_globals_fast(); local
549 __cxa_eh_globals* globals = __cxa_get_globals(); local
640 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
713 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
    [all...]
  /external/chromium_org/content/browser/
browser_thread_impl.cc 74 // to initialize the globals to create a proxy.
139 BrowserThreadGlobals& globals = g_globals.Get(); local
140 globals.blocking_pool->Shutdown(kMaxNewShutdownBlockingTasks);
152 BrowserThreadGlobals& globals = g_globals.Get(); local
156 reinterpret_cast<AtomicWord*>(&globals.thread_delegates[identifier_]);
261 BrowserThreadGlobals& globals = g_globals.Get(); local
265 reinterpret_cast<AtomicWord*>(&globals.thread_delegates[identifier_]);
275 BrowserThreadGlobals& globals = g_globals.Get(); local
277 base::AutoLock lock(globals.lock);
279 DCHECK(globals.threads[identifier_] == NULL)
289 BrowserThreadGlobals& globals = g_globals.Get(); local
320 BrowserThreadGlobals& globals = g_globals.Get(); local
389 BrowserThreadGlobals& globals = g_globals.Get(); local
494 BrowserThreadGlobals& globals = g_globals.Get(); local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
aftypes.h 257 AF_FaceGlobals globals; /* to access properties */ member in struct:AF_ScriptMetricsRec_
  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.cpp 32 // Returns the shared globals
34 SK_DECLARE_STATIC_LAZY_PTR(SkGlyphCache_Globals, globals, create_globals);
35 return *globals.get();
38 // Returns the TLS globals (if set), or the shared globals
492 SkGlyphCache_Globals& globals = getGlobals(); local
493 SkAutoMutexAcquire ac(globals.fMutex);
496 globals.validate();
498 for (cache = globals.internalGetHead(); cache != NULL; cache = cache->fNext) {
504 globals.validate()
522 SkGlyphCache_Globals& globals = getGlobals(); local
    [all...]
  /external/skia/src/core/
SkGlyphCache.cpp 32 // Returns the shared globals
34 SK_DECLARE_STATIC_LAZY_PTR(SkGlyphCache_Globals, globals, create_globals);
35 return *globals.get();
38 // Returns the TLS globals (if set), or the shared globals
492 SkGlyphCache_Globals& globals = getGlobals(); local
493 SkAutoMutexAcquire ac(globals.fMutex);
496 globals.validate();
498 for (cache = globals.internalGetHead(); cache != NULL; cache = cache->fNext) {
504 globals.validate()
522 SkGlyphCache_Globals& globals = getGlobals(); local
    [all...]
  /art/compiler/sea_ir/ir/
sea.cc 293 // The set @globals records registers whose use
295 std::set<int> globals; local
306 globals.insert(used_reg);
321 for (std::set<int>::const_iterator globals_it = globals.begin();
322 globals_it != globals.end(); globals_it++) {
  /external/chromium_org/chrome/browser/net/
dns_probe_browsertest.cc 353 IOThread::Globals* globals = io_thread_->globals(); local
354 original_dns_probe_service_ = globals->dns_probe_service.release();
355 globals->dns_probe_service.reset(delaying_dns_probe_service_);
370 IOThread::Globals* globals = io_thread_->globals(); local
372 globals->dns_probe_service.release());
373 globals->dns_probe_service.reset(original_dns_probe_service_)
    [all...]
  /external/freetype/src/autofit/
aftypes.h 471 AF_FaceGlobals globals; /* to access properties */ member in struct:AF_StyleMetricsRec_
afcjk.c 97 AF_FaceGlobals globals = metrics->root.globals; local
    [all...]
aflatin.c 84 AF_FaceGlobals globals = metrics->root.globals; local
945 limit = metrics->root.globals->increase_x_height;
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 107 /// list of globals variables, a list of functions, a list of libraries (or
484 /// @name Direct access to the globals list, functions list, and symbol table
534 iterator_range<global_iterator> globals() { function in class:llvm::Module
537 iterator_range<const_global_iterator> globals() const { function in class:llvm::Module
  /external/chromium_org/chrome/browser/
io_thread.cc 221 // See IOThread::Globals for details.
223 ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
227 context->set_host_resolver(globals->host_resolver.get());
228 context->set_cert_verifier(globals->cert_verifier.get());
230 globals->transport_security_state.get());
232 globals->cert_transparency_verifier.get());
234 globals->http_auth_handler_factory.get());
235 context->set_proxy_service(globals->proxy_script_fetcher_proxy_service.get());
237 globals->proxy_script_fetcher_http_transaction_factory.get())
480 IOThread::Globals* IOThread::globals() { function in class:IOThread
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 204 PSH_Globals globals; member in struct:PSH_GlyphRec_
236 PSH_Globals globals,
  /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_app_view_ash.cc 73 struct Globals {
77 } globals; variable in typeref:struct:Globals
535 globals.previous_state =
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 2441 SubtreeGlobals<Layer> globals; local
2467 SubtreeGlobals<LayerImpl> globals; local
    [all...]

Completed in 898 milliseconds

12 3