/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/python/cpython3/Lib/ |
D | dataclasses.py | 375 def _create_fn(name, args, body, *, globals=None, locals=None, argument 414 def _field_init(f, frozen, globals, self_name): argument 487 def _init_fn(fields, frozen, has_post_init, self_name, globals): argument 537 def _repr_fn(fields, globals): argument 548 def _frozen_get_del_attr(cls, fields, globals): argument 573 def _cmp_fn(name, op, self_tuple, other_tuple, globals): argument 587 def _hash_fn(fields, globals): argument 765 def _hash_set_none(cls, fields, globals): argument 768 def _hash_add(cls, fields, globals): argument 772 def _hash_exception(cls, fields, globals): argument
|
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
|
/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() 499 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/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 | 42 psh_globals_scale_widths( PSH_Globals globals, in psh_globals_scale_widths() 620 psh_globals_destroy( PSH_Globals globals ) in psh_globals_destroy() 650 PSH_Globals globals = NULL; in psh_globals_new() local 755 psh_globals_set_scale( PSH_Globals globals, in psh_globals_set_scale()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | inst_debug_printf_test.cpp | 84 const std::string globals = in TEST_F() local
|
/external/angle/third_party/spirv-tools/src/test/opt/ |
D | inst_debug_printf_test.cpp | 84 const std::string globals = in TEST_F() local
|
/external/tensorflow/tensorflow/python/util/ |
D | tf_stack.cc | 39 py::object globals; member 109 const auto& globals = py::reinterpret_borrow<py::object>(f->f_globals); in ExtractStack() local
|
/external/python/cpython3/Objects/clinic/ |
D | funcobject.c.h | 37 PyObject *globals; in func_new() local
|
/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/controller/ |
D | globals.ts | 133 export const globals = new Globals(); 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/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | LiveTraverser.h | 73 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushFunction() local
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | LiveTraverser.h | 73 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushFunction() local
|