/external/libcxxabi/src/ |
D | cxa_exception.cpp | 260 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_throw() local 314 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_cleanup() local 352 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_end_cleanup_impl() local 427 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_catch() local 496 …__cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_c… in __cxa_end_catch() local 562 __cxa_eh_globals *globals = __cxa_get_globals_fast(); in __cxa_current_exception_type() local 586 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_rethrow() local 673 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_current_primary_exception() local 749 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_uncaught_exceptions() local
|
D | cxa_handlers.cpp | 79 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in terminate() local
|
D | cxa_default_handlers.cpp | 31 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in demangling_terminate_handler() local
|
/external/freetype/src/autofit/ |
D | afglobal.c | 130 af_face_globals_compute_style_coverage( AF_FaceGlobals globals ) in af_face_globals_compute_style_coverage() 337 AF_FaceGlobals globals = NULL; in af_face_globals_new() local 382 af_face_globals_free( AF_FaceGlobals globals ) in af_face_globals_free() 420 af_face_globals_get_metrics( AF_FaceGlobals globals, in af_face_globals_get_metrics() 488 af_face_globals_is_digit( AF_FaceGlobals globals, in af_face_globals_is_digit()
|
D | afmodule.c | 78 AF_FaceGlobals globals; in af_property_get_face_globals() local 177 AF_FaceGlobals globals; in af_property_set() local 333 AF_FaceGlobals globals; in af_property_get() local 365 AF_FaceGlobals globals; in af_property_get() local
|
D | afloader.h | 41 AF_FaceGlobals globals; member
|
/external/python/cpython3/Lib/ |
D | timeit.py | 101 globals=None): argument 230 number=default_number, globals=None): argument 235 repeat=default_repeat, number=default_number, globals=None): argument
|
D | cProfile.py | 18 def runctx(statement, globals, locals, filename=None, sort=-1): argument 97 def runctx(self, cmd, globals, locals): argument
|
D | profile.py | 59 def runctx(self, statement, globals, locals, filename, sort): argument 93 def runctx(statement, globals, locals, filename=None, sort=-1): argument 418 def runctx(self, cmd, globals, locals): argument
|
/external/python/cpython2/Lib/ |
D | cProfile.py | 39 def runctx(statement, globals, locals, filename=None, sort=-1): argument 137 def runctx(self, cmd, globals, locals): argument
|
/external/libchrome/third_party/jinja2/ |
D | loaders.py | 100 def load(self, environment, name, globals=None): argument 359 def load(self, environment, name, globals=None): argument 402 def load(self, environment, name, globals=None): argument 466 def load(self, environment, name, globals=None): argument
|
D | environment.py | 795 def _load_template(self, name, globals): argument 810 def get_template(self, name, parent=None, globals=None): argument 833 def select_template(self, names, parent=None, globals=None): argument 861 parent=None, globals=None): argument 874 def from_string(self, source, globals=None, template_class=None): argument 948 def from_code(cls, environment, code, globals, uptodate=None): argument 962 def from_module_dict(cls, environment, module_dict, globals): argument 971 def _from_namespace(cls, environment, namespace, globals): argument
|
/external/freetype/src/pshinter/ |
D | pshglob.c | 41 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/cpython3/Objects/clinic/ |
D | funcobject.c.h | 33 PyObject *globals; in func_new() local
|
/external/perfetto/ui/src/controller/ |
D | globals.ts | 142 export const globals = new Globals(); constant
|
/external/python/cpython2/Demo/pysvr/ |
D | pysvr.py | 105 def run_command(code, stdin, stdout, globals): argument
|
D | pysvr.c | 280 PyObject *mainmod, *globals; in run_interpreter() local 344 run_command(char *buffer, PyObject *globals) in run_command()
|
/external/perfetto/ui/src/frontend/ |
D | track_group_panel.ts | 135 const note = globals.state.notes[globals.state.currentSelection.id]; constant
|
D | globals.ts | 184 export const globals = new Globals(); constant
|
D | track_panel.ts | 247 const note = globals.state.notes[globals.state.currentSelection.id]; constant
|
/external/antlr/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTableParser.m | 261 {
|
/external/libxml2/ |
D | build_glob.py | 30 globals={} variable
|
/external/compiler-rt/lib/asan/ |
D | asan_globals.cc | 106 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/deqp-deps/glslang/glslang/MachineIndependent/ |
D | LiveTraverser.h | 73 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushFunction() local
|
/external/python/cpython2/Lib/hotshot/ |
D | __init__.py | 60 def runctx(self, cmd, globals, locals): argument
|