Home
last modified time | relevance | path

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

1234

/external/libcxxabi/src/
Dcxa_exception.cpp244 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_throw() local
298 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_cleanup() local
336 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_end_cleanup_impl() local
411 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_catch() local
480 …__cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_c… in __cxa_end_catch() local
546 __cxa_eh_globals *globals = __cxa_get_globals_fast(); in __cxa_current_exception_type() local
570 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_rethrow() local
657 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_current_primary_exception() local
733 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_uncaught_exceptions() local
Dcxa_handlers.cpp84 __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/skqp/src/views/
DSkEventSink.cpp32 SkEventSink_Globals& globals = getGlobals(); in SkEventSink() local
44 SkEventSink_Globals& globals = getGlobals(); in ~SkEventSink() local
91 SkEventSink_Globals& globals = getGlobals(); in FindSink() local
/external/skia/src/views/
DSkEventSink.cpp32 SkEventSink_Globals& globals = getGlobals(); in SkEventSink() local
44 SkEventSink_Globals& globals = getGlobals(); in ~SkEventSink() local
91 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
347 AF_FaceGlobals globals; in af_property_get() local
379 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
236 AF_FaceGlobals globals = loader->globals; in af_loader_load_glyph() local
/external/python/cpython3/Lib/
Dtimeit.py103 globals=None): argument
231 number=default_number, globals=None): argument
236 repeat=default_repeat, number=default_number, globals=None): argument
DcProfile.py18 def runctx(statement, globals, locals, filename=None, sort=-1): argument
97 def runctx(self, cmd, globals, locals): argument
Dprofile.py61 def runctx(self, statement, globals, locals, filename, sort): argument
95 def runctx(statement, globals, locals, filename=None, sort=-1): argument
420 def runctx(self, cmd, globals, locals): argument
/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
/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
/external/python/cpython3/Objects/
Dfuncobject.c9 PyFunction_NewWithQualName(PyObject *code, PyObject *globals, PyObject *qualname) in PyFunction_NewWithQualName()
69 PyFunction_New(PyObject *code, PyObject *globals) in PyFunction_New()
443 PyObject *globals; in func_new() local

1234