Home
last modified time | relevance | path

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

12345

/external/libcxxabi/src/
Dcxa_exception.cpp260 __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
Dcxa_handlers.cpp79 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in terminate() local
Dcxa_default_handlers.cpp31 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in demangling_terminate_handler() local
/external/python/cpython3/Lib/
Ddataclasses.py375 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
Dtimeit.py101 globals=None): argument
230 number=default_number, globals=None): argument
235 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
/external/freetype/src/autofit/
Dafglobal.c130 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()
Dafmodule.c78 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
Dafloader.h41 AF_FaceGlobals globals; member
/external/python/cpython2/Lib/
DcProfile.py39 def runctx(statement, globals, locals, filename=None, sort=-1): argument
137 def runctx(self, cmd, globals, locals): argument
/external/libchrome/third_party/jinja2/
Dloaders.py100 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
Denvironment.py795 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/
Dpshglob.c42 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/
Dinst_debug_printf_test.cpp84 const std::string globals = in TEST_F() local
/external/angle/third_party/spirv-tools/src/test/opt/
Dinst_debug_printf_test.cpp84 const std::string globals = in TEST_F() local
/external/tensorflow/tensorflow/python/util/
Dtf_stack.cc39 py::object globals; member
109 const auto& globals = py::reinterpret_borrow<py::object>(f->f_globals); in ExtractStack() local
/external/python/cpython3/Objects/clinic/
Dfuncobject.c.h37 PyObject *globals; in func_new() local
/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/perfetto/ui/src/controller/
Dglobals.ts133 export const globals = new Globals(); constant
/external/antlr/runtime/ObjC/Framework/examples/scopes/
DSymbolTableParser.m261 {
/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/angle/third_party/glslang/src/glslang/MachineIndependent/
DLiveTraverser.h73 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushFunction() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DLiveTraverser.h73 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushFunction() local

12345