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

1 2

  /external/freetype/src/autofit/
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,
afloader.h 31 AF_FaceGlobals globals; /* current face globals */ member in struct:AF_LoaderRec_
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...]
  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 134 __cxa_eh_globals *globals = __cxa_get_globals(); local
141 header->nextCleanup = globals->cleanupExceptions;
142 globals->cleanupExceptions = header;
145 globals->cleanupExceptions = header;
152 __cxa_eh_globals *globals = __cxa_get_globals(); local
153 __cxa_exception* header = globals->cleanupExceptions;
162 globals->cleanupExceptions = header->nextCleanup;
166 globals->cleanupExceptions = NULL;
291 __cxa_eh_globals* globals = __cxa_get_globals_fast();
292 __cxa_exception* new_exception_header = globals->caughtExceptions
    [all...]
cxxabi.cc 121 info->globals.uncaughtExceptions += 1;
142 return &info->globals;
147 return &info->globals;
194 __cxa_eh_globals *globals = __cxa_get_globals(); local
195 __cxa_exception* header = globals->caughtExceptions;
204 globals->caughtExceptions = 0;
214 __cxa_eh_globals* globals = __cxa_get_globals(); local
217 if (globals->caughtExceptions) {
226 if (header != globals->caughtExceptions) {
227 header->nextException = globals->caughtExceptions
236 __cxa_eh_globals *globals = __cxa_get_globals_fast(); local
274 __cxa_eh_globals* globals = __cxa_get_globals(); local
    [all...]
  /development/scripts/app_engine_server/gae_shell/
shell.py 79 """A shell session. Stores the session's globals.
81 Each session globals is stored in one of two places:
83 If the global is picklable, it's stored in the parallel globals and
92 unpicklable globals.
94 The unpicklable_names property stores all of the names of globals that were
95 added by unpicklable statements. When we pickle and store the globals after
102 globals = db.ListProperty(db.Blob) variable in class:Session
119 self.globals[index] = blob
122 self.globals.append(blob)
135 del self.globals[index
    [all...]
  /packages/apps/Phone/src/com/android/phone/
OtaStartupReceiver.java 108 PhoneGlobals globals = PhoneGlobals.getInstanceIfPrimary(); local
109 if (globals == null) {
  /external/freetype/src/cff/
cffgload.h 150 FT_Byte** globals; member in struct:CFF_Decoder_
  /external/freetype/src/pshinter/
pshglob.c 41 psh_globals_scale_widths( PSH_Globals globals,
44 PSH_Dimension dim = &globals->dimension[direction];
597 psh_globals_destroy( PSH_Globals globals )
599 if ( globals )
604 memory = globals->memory;
605 globals->dimension[0].stdw.count = 0;
606 globals->dimension[1].stdw.count = 0;
608 globals->blues.normal_top.count = 0;
609 globals->blues.normal_bottom.count = 0;
610 globals->blues.family_top.count = 0
627 PSH_Globals globals = NULL; local
    [all...]
pshalgo.h 213 PSH_Globals globals; member in struct:PSH_GlyphRec_
245 PSH_Globals globals,
  /external/skia/legacy/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/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/chromium/chrome/browser/
io_thread.cc 200 ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
205 context->set_host_resolver(globals->host_resolver.get());
206 context->set_cert_verifier(globals->cert_verifier.get());
207 context->set_dnsrr_resolver(globals->dnsrr_resolver.get());
209 globals->http_auth_handler_factory.get());
210 context->set_proxy_service(globals->proxy_script_fetcher_proxy_service.get());
212 globals->proxy_script_fetcher_http_transaction_factory.get());
214 globals->proxy_script_fetcher_ftp_transaction_factory.get());
217 context->set_network_delegate(globals->system_network_delegate.get())
328 IOThread::Globals* IOThread::globals() { function in class:IOThread
    [all...]
  /external/skia/legacy/src/core/
SkGlyphCache.cpp 443 SkGlyphCache_Globals& globals = getGlobals(); local
444 SkAutoMutexAcquire ac(globals.fMutex);
447 globals.validate();
449 for (cache = globals.fHead; cache != NULL; cache = cache->fNext) {
455 globals.validate();
469 SkGlyphCache_Globals& globals = getGlobals(); local
470 SkAutoMutexAcquire ac(globals.fMutex);
474 globals.validate();
477 SkGlyphCache** hash = globals.fHash;
481 cache->detach(&globals.fHead)
531 SkGlyphCache_Globals& globals = getGlobals(); local
559 SkGlyphCache_Globals& globals = getGlobals(); local
569 SkGlyphCache_Globals& globals = getGlobals(); local
    [all...]
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 322 __cxa_eh_globals globals; member in struct:__cxxabiv1::__cxa_thread_info
  /external/skia/src/core/
SkGlyphCache.cpp 489 // Returns the shared globals
497 // Returns the TLS globals (if set), or the shared globals
505 SkGlyphCache_Globals& globals = getGlobals(); local
506 SkAutoMutexAcquire ac(globals.fMutex);
509 globals.validate();
511 for (cache = globals.fHead; cache != NULL; cache = cache->fNext) {
517 globals.validate();
531 SkGlyphCache_Globals& globals = getGlobals(); local
532 SkAutoMutexAcquire ac(globals.fMutex)
593 SkGlyphCache_Globals& globals = getGlobals(); local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfdlink.h 242 similar to relocatable but also with globals converted to
766 struct bfd_elf_version_expr_head globals;
763 struct bfd_elf_version_expr_head globals; member in struct:bfd_elf_version_tree
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfdlink.h 378 similar to relocatable but also with globals converted to
799 struct bfd_elf_version_expr_head globals;
796 struct bfd_elf_version_expr_head globals; member in struct:bfd_elf_version_tree
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 242 similar to relocatable but also with globals converted to
766 struct bfd_elf_version_expr_head globals;
763 struct bfd_elf_version_expr_head globals; member in struct:bfd_elf_version_tree
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfdlink.h 378 similar to relocatable but also with globals converted to
799 struct bfd_elf_version_expr_head globals;
796 struct bfd_elf_version_expr_head globals; member in struct:bfd_elf_version_tree
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 242 similar to relocatable but also with globals converted to
766 struct bfd_elf_version_expr_head globals;
763 struct bfd_elf_version_expr_head globals; member in struct:bfd_elf_version_tree
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
bfdlink.h 378 similar to relocatable but also with globals converted to
799 struct bfd_elf_version_expr_head globals;
796 struct bfd_elf_version_expr_head globals; member in struct:bfd_elf_version_tree
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 242 similar to relocatable but also with globals converted to
766 struct bfd_elf_version_expr_head globals;
763 struct bfd_elf_version_expr_head globals; member in struct:bfd_elf_version_tree

Completed in 1394 milliseconds

1 2