/external/lldb/examples/python/ |
globals.py | 5 # ( setenv PYTHONPATH /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python ; ./globals.py <path> [<path> ...]) 8 # PYTHONPATH=/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python ./globals.py <path> [<path> ...] 53 def globals(command_args): function 54 '''Extract all globals from any arguments which must be paths to object files.''' 56 description='''This command will find all globals in the specified object file and return an list() of lldb.SBValue objects (which might be empty).''' 57 parser = optparse.OptionParser(description=description, prog='globals',usage=usage) 71 globals (sys.argv[1:])
|
/external/chromium_org/third_party/freetype/src/autofit/ |
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,
|
afloader.h | 42 AF_FaceGlobals globals; member in struct:AF_LoaderRec_
|
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.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...] |
/external/freetype/src/autofit/ |
afloader.h | 42 AF_FaceGlobals globals; member in struct:AF_LoaderRec_
|
afglobal.h | 63 * Default values and flags for both autofitter globals (found in 64 * AF_ModuleRec) and face globals (in AF_FaceGlobalsRec). 130 af_face_globals_get_metrics( AF_FaceGlobals globals, 136 af_face_globals_free( AF_FaceGlobals globals ); variable 139 af_face_globals_is_digit( AF_FaceGlobals globals,
|
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 | 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; 135 AF_FaceGlobals globals; local 138 error = af_property_get_face_globals( prop->face, &globals, module ); 140 globals->increase_x_height = prop->limit; 165 AF_FaceGlobals globals; local 197 AF_FaceGlobals globals; local [all...] |
afloader.c | 46 /* Reset glyph loader and compute globals if necessary. */ 57 loader->globals = (AF_FaceGlobals)face->autohint.data; 61 if ( loader->globals == NULL ) 63 error = af_face_globals_new( face, &loader->globals, module ); 67 (FT_Pointer)loader->globals; 88 loader->globals = NULL; 186 AF_FaceGlobals globals = loader->globals; local 450 ( af_face_globals_is_digit( loader->globals, glyph_index ) && 537 error = af_face_globals_get_metrics( loader->globals, gindex 542 AF_FaceGlobals globals = loader->globals; local [all...] |
/external/chromium_org/ppapi/proxy/ |
ppp_instance_proxy.cc | 192 PpapiGlobals* globals = PpapiGlobals::Get(); local 193 globals->GetResourceTracker()->DidDeleteInstance(instance); 194 globals->GetVarTracker()->DidDeleteInstance(instance);
|
ppb_message_loop_proxy.cc | 71 PluginGlobals* globals = PluginGlobals::Get(); 73 base::ThreadLocalStorage::Slot* slot = globals->msg_loop_slot(); 76 globals->set_msg_loop_slot(slot); 150 PluginGlobals* globals = PluginGlobals::Get(); local 151 if (!globals->msg_loop_slot()) 154 globals->msg_loop_slot()->Get()); 169 PluginGlobals* globals = PluginGlobals::Get(); local 170 if (!globals->msg_loop_slot()) 172 return static_cast<const void*>(globals->msg_loop_slot()->Get()) ==
|
/external/chromium_org/ppapi/shared_impl/ |
proxy_lock_unittest.cc | 69 TestGlobals globals; local 147 TestGlobals globals; local
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/ |
cidobjs.c | 140 PSH_Globals globals; local 146 error = funcs->create( cidsize->face->memory, priv, &globals ); 148 cidsize->internal = (FT_Size_Internal)(void*)globals;
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/ |
t1objs.c | 104 PSH_Globals globals; local 109 &face->type1.private_dict, &globals ); 111 size->root.internal = (FT_Size_Internal)(void*)globals;
|
/ndk/sources/cxx-stl/gabi++/src/ |
call_unexpected.cc | 135 __cxa_eh_globals *globals = __cxa_get_globals(); local 142 header->nextCleanup = globals->cleanupExceptions; 143 globals->cleanupExceptions = header; 146 globals->cleanupExceptions = header; 153 __cxa_eh_globals *globals = __cxa_get_globals(); local 154 __cxa_exception* header = globals->cleanupExceptions; 163 globals->cleanupExceptions = header->nextCleanup; 167 globals->cleanupExceptions = NULL; 292 __cxa_eh_globals* globals = __cxa_get_globals_fast(); 293 __cxa_exception* new_exception_header = globals->caughtExceptions [all...] |
/art/runtime/ |
jni_internal.h | 118 IndirectReferenceTable globals; member in class:art::JavaVMExt
|
/packages/services/Telephony/src/com/android/phone/ |
OtaStartupReceiver.java | 114 PhoneGlobals globals = PhoneGlobals.getInstanceIfPrimary(); local 115 if (globals == null) {
|
/external/chromium_org/content/child/npapi/ |
np_channel_base.cc | 33 // for use on one thread per process. Using TLS to store the globals removes the 41 ChannelGlobals* globals = g_channels_tls_ptr.Get().Get(); local 42 if (!globals) { 43 globals = new ChannelGlobals; 44 g_channels_tls_ptr.Get().Set(globals); 46 return globals;
|
/external/chromium_org/content/ppapi_plugin/ |
ppapi_thread.cc | 109 ppapi::proxy::PluginGlobals* globals = ppapi::proxy::PluginGlobals::Get(); local 110 globals->set_plugin_proxy_delegate(this); 111 globals->set_command_line( 120 NULL, globals->resource_reply_thread_registrar()));
|
/external/chromium_org/third_party/freetype/src/cff/ |
cffgload.h | 185 FT_Byte** globals; member in struct:CFF_Decoder_
|
/external/chromium_org/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...] |
/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 | 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/freetype/src/cff/ |
cffgload.h | 185 FT_Byte** globals; member in struct:CFF_Decoder_
|