Home
last modified time | relevance | path

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

123456

/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
355 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_end_cleanup_impl() local
440 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_catch() local
509 …__cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_c… in __cxa_end_catch() local
575 __cxa_eh_globals *globals = __cxa_get_globals_fast(); in __cxa_current_exception_type() local
599 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_rethrow() local
686 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_current_primary_exception() local
762 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_uncaught_exceptions() local
/external/cronet/buildtools/third_party/libc++abi/trunk/src/
Dcxa_exception.cpp258 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_throw() local
312 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_cleanup() local
353 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_end_cleanup_impl() local
438 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_catch() local
515 …__cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_c… in __cxa_end_catch() local
581 __cxa_eh_globals *globals = __cxa_get_globals_fast(); in __cxa_current_exception_type() local
605 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_rethrow() local
692 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_current_primary_exception() local
768 __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
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dinst_buff_addr_check_test.cpp212 const std::string globals = R"( in TEST_F() local
349 const std::string globals = R"( in TEST_F() local
483 const std::string globals = R"( in TEST_F() local
610 const std::string globals = R"( in TEST_F() local
/external/deqp-deps/SPIRV-Tools/test/opt/
Dinst_buff_addr_check_test.cpp235 const std::string globals = R"( in TEST_F() local
383 const std::string globals = R"( in TEST_F() local
508 const std::string globals = R"( in TEST_F() local
/external/freetype/src/autofit/
Dafglobal.c126 af_face_globals_compute_style_coverage( AF_FaceGlobals globals ) in af_face_globals_compute_style_coverage()
332 AF_FaceGlobals globals = NULL; in af_face_globals_new() local
379 af_face_globals_free( AF_FaceGlobals globals ) in af_face_globals_free()
417 af_face_globals_get_metrics( AF_FaceGlobals globals, in af_face_globals_get_metrics()
500 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
299 AF_FaceGlobals globals; in af_property_get() local
331 AF_FaceGlobals globals; in af_property_get() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinst_buff_addr_check_test.cpp251 const std::string globals = R"( in TEST_F() local
386 const std::string globals = R"( in TEST_F() local
511 const std::string globals = R"( in TEST_F() local
Dinst_debug_printf_test.cpp96 const std::string globals = in TEST_F() local
/external/python/cpython3/Lib/
Ddataclasses.py412 def _create_fn(name, args, body, *, globals=None, locals=None, argument
450 def _field_init(f, frozen, globals, self_name, slots): argument
530 self_name, globals, slots): argument
588 def _repr_fn(fields, globals): argument
599 def _frozen_get_del_attr(cls, fields, globals): argument
624 def _cmp_fn(name, op, self_tuple, other_tuple, globals): argument
638 def _hash_fn(fields, globals): argument
840 def _hash_set_none(cls, fields, globals): argument
843 def _hash_add(cls, fields, globals): argument
847 def _hash_exception(cls, fields, globals): argument
Dtimeit.py103 globals=None): argument
232 number=default_number, globals=None): argument
237 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/python/jinja/src/jinja2/
Dloaders.py100 def load(self, environment, name, globals=None): argument
442 def load(self, environment, name, globals=None): argument
485 def load(self, environment, name, globals=None): argument
550 def load(self, environment, name, globals=None): argument
Denvironment.py802 def _load_template(self, name, globals): argument
818 def get_template(self, name, parent=None, globals=None): argument
841 def select_template(self, names, parent=None, globals=None): argument
877 def get_or_select_template(self, template_name_or_list, parent=None, globals=None): argument
890 def from_string(self, source, globals=None, template_class=None): argument
989 def from_code(cls, environment, code, globals, uptodate=None): argument
1000 def from_module_dict(cls, environment, module_dict, globals): argument
1009 def _from_namespace(cls, environment, namespace, globals): 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.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/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DLiveTraverser.h73 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushFunction() local
85 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushGlobalReference() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DLiveTraverser.h73 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushFunction() local
85 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushGlobalReference() local
/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/chromium-trace/catapult/third_party/polymer/components/shadycss/tests/
D.eslintrc.json5 "globals": { object
/external/perfetto/ui/src/frontend/
Ddebug.ts28 globals: typeof globals; property
/external/chromium-trace/catapult/third_party/polymer/components/paper-checkbox/test/
D.eslintrc.json5 "globals": { object
/external/chromium-trace/catapult/third_party/polymer/components/paper-checkbox/
D.eslintrc.json12 "globals": { object
/external/python/cpython2/Demo/pysvr/
Dpysvr.c280 PyObject *mainmod, *globals; in run_interpreter() local
344 run_command(char *buffer, PyObject *globals) in run_command()

123456