Home
last modified time | relevance | path

Searched defs:globals (Results 1 – 25 of 66) sorted by relevance

123

/external/libcxxabi/src/
Dcxa_exception.cpp207 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_throw() local
257 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_cleanup() local
295 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_end_cleanup_impl() local
370 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_catch() local
439 …__cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_c… in __cxa_end_catch() local
505 __cxa_eh_globals *globals = __cxa_get_globals_fast(); in __cxa_current_exception_type() local
529 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_rethrow() local
616 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_current_primary_exception() local
692 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_uncaught_exceptions() local
Dcxa_handlers.cpp87 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in terminate() local
Dcxa_default_handlers.cpp30 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in demangling_terminate_handler() local
/external/skia/src/views/
DSkEvent.cpp305 SkEvent_Globals& globals = getGlobals(); in postDelay() local
323 SkEvent_Globals& globals = getGlobals(); in postTime() local
336 SkEvent_Globals& globals = getGlobals(); in Enqueue() local
356 SkEvent_Globals& globals = getGlobals(); in Dequeue() local
374 SkEvent_Globals& globals = getGlobals(); in QHasEvents() local
385 SkEvent_Globals& globals = getGlobals(); in EnqueueTime() local
433 SkEvent_Globals& globals = getGlobals(); in ServiceQueueTimer() local
473 SkEvent_Globals& globals = getGlobals(); in CountEventsOnQueue() local
497 SkEvent_Globals& globals = getGlobals(); in Term() local
DSkEventSink.cpp33 SkEventSink_Globals& globals = getGlobals(); in SkEventSink() local
45 SkEventSink_Globals& globals = getGlobals(); in ~SkEventSink() local
238 SkEventSink_Globals& globals = getGlobals(); in FindSink() local
/external/freetype/src/autofit/
Dafglobal.c135 af_face_globals_compute_style_coverage( AF_FaceGlobals globals ) in af_face_globals_compute_style_coverage()
342 AF_FaceGlobals globals = NULL; in af_face_globals_new() local
387 af_face_globals_free( AF_FaceGlobals globals ) in af_face_globals_free()
425 af_face_globals_get_metrics( AF_FaceGlobals globals, in af_face_globals_get_metrics()
493 af_face_globals_is_digit( AF_FaceGlobals globals, in af_face_globals_is_digit()
Dafmodule.c79 AF_FaceGlobals globals; in af_property_get_face_globals() local
191 AF_FaceGlobals globals; in af_property_set() local
349 AF_FaceGlobals globals; in af_property_get() local
381 AF_FaceGlobals globals; in af_property_get() local
Dafloader.h41 AF_FaceGlobals globals; member
Dafloader.c97 AF_FaceGlobals globals = loader->globals; in af_loader_embolden_glyph_in_slot() local
233 AF_FaceGlobals globals = loader->globals; in af_loader_load_glyph() local
Dafshaper.c99 af_shaper_get_coverage( AF_FaceGlobals globals, in af_shaper_get_coverage()
577 af_shaper_get_coverage( AF_FaceGlobals globals, in af_shaper_get_coverage()
/external/python/cpython2/Lib/
DcProfile.py39 def runctx(statement, globals, locals, filename=None, sort=-1): argument
137 def runctx(self, cmd, globals, locals): argument
Dbdb.py389 def run(self, cmd, globals=None, locals=None): argument
407 def runeval(self, expr, globals=None, locals=None): argument
425 def runctx(self, cmd, globals, locals): argument
Dprofile.py69 def runctx(statement, globals, locals, filename=None, sort=-1): argument
440 def runctx(self, cmd, globals, locals): argument
Dimputil.py86 def _import_hook(self, fqname, globals=None, locals=None, fromlist=None): argument
149 def _determine_import_context(self, globals): argument
/external/pdfium/third_party/freetype/src/pshinter/
Dpshglob.c41 psh_globals_scale_widths( PSH_Globals globals, in psh_globals_scale_widths()
619 psh_globals_destroy( PSH_Globals globals ) in psh_globals_destroy()
649 PSH_Globals globals = NULL; in psh_globals_new() local
754 psh_globals_set_scale( PSH_Globals globals, in psh_globals_set_scale()
/external/libmojo/third_party/jinja2/
Dloaders.py100 def load(self, environment, name, globals=None): argument
349 def load(self, environment, name, globals=None): argument
392 def load(self, environment, name, globals=None): argument
456 def load(self, environment, name, globals=None): argument
Denvironment.py757 def _load_template(self, name, globals): argument
771 def get_template(self, name, parent=None, globals=None): argument
794 def select_template(self, names, parent=None, globals=None): argument
822 parent=None, globals=None): argument
835 def from_string(self, source, globals=None, template_class=None): argument
909 def from_code(cls, environment, code, globals, uptodate=None): argument
923 def from_module_dict(cls, environment, module_dict, globals): argument
932 def _from_namespace(cls, environment, namespace, globals): argument
/external/freetype/src/pshinter/
Dpshglob.c41 psh_globals_scale_widths( PSH_Globals globals, in psh_globals_scale_widths()
619 psh_globals_destroy( PSH_Globals globals ) in psh_globals_destroy()
649 PSH_Globals globals = NULL; in psh_globals_new() local
754 psh_globals_set_scale( PSH_Globals globals, in psh_globals_set_scale()
/external/python/cpython2/Demo/pysvr/
Dpysvr.py105 def run_command(code, stdin, stdout, globals): argument
Dpysvr.c280 PyObject *mainmod, *globals; in run_interpreter() local
344 run_command(char *buffer, PyObject *globals) in run_command()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
DSymbolTableParser.m288 {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTableParser.m265 {
/external/libxml2/
Dbuild_glob.py30 globals={} variable
/external/compiler-rt/lib/asan/
Dasan_globals.cc106 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites, in GetGlobalsForAddress()
307 void __asan_register_globals(__asan_global *globals, uptr n) { in __asan_register_globals()
328 void __asan_unregister_globals(__asan_global *globals, uptr n) { in __asan_unregister_globals()
/external/python/cpython2/Lib/hotshot/
D__init__.py60 def runctx(self, cmd, globals, locals): argument

123