Home
last modified time | relevance | path

Searched defs:globals (Results 1 – 25 of 150) 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/third_party/libc++abi/src/src/
Dcxa_exception.cpp263 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_throw() local
317 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_throw() local
358 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_throw() local
443 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_throw() local
520 …__cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_c… in __cxa_throw() local
586 __cxa_eh_globals *globals = __cxa_get_globals_fast(); in __cxa_throw() local
610 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_throw() local
697 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_throw() local
773 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_throw() local
Dcxa_handlers.cpp79 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in terminate() local
/external/deqp-deps/SPIRV-Tools/test/opt/
Dinst_buff_addr_check_test.cpp100 const std::string globals = R"( in TEST_F() local
222 const std::string globals = R"( in TEST_F() local
345 const std::string globals = R"( in TEST_F() local
460 const std::string globals = R"( in TEST_F() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinst_buff_addr_check_test.cpp100 const std::string globals = R"( in TEST_F() local
222 const std::string globals = R"( in TEST_F() local
345 const std::string globals = R"( in TEST_F() local
460 const std::string globals = R"( in TEST_F() local
/external/mesa3d/src/intel/vulkan/grl/gpu/
Dmorton_radix_sort.h31 GRL_INLINE void sort_morton_codes_bin_items_taskID_func(global struct Globals* globals, in sort_morton_codes_bin_items_taskID_func()
81 GRL_INLINE void sort_morton_codes_bin_items_func(global struct Globals* globals, in sort_morton_codes_bin_items_func()
124 global struct Globals* globals, in sort_morton_codes_bin_items()
142 GRL_INLINE void sort_morton_codes_reduce_bins_func(global struct Globals* globals, in sort_morton_codes_reduce_bins_func()
186 sort_morton_codes_reduce_bins(global struct Globals* globals, in sort_morton_codes_reduce_bins()
202 global struct Globals* globals, in sort_morton_codes_scatter_items_func()
349 global struct Globals* globals, in sort_morton_codes_scatter_items()
417 global struct Globals *globals, in sort_morton_codes_scatter_items()
442 global struct Globals *globals, in sort_morton_codes_scatter_items()
510 global struct Globals* globals, in sort_morton_codes_merged()
[all …]
/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
381 AF_FaceGlobals globals = (AF_FaceGlobals)globals_; in af_face_globals_free() local
420 af_face_globals_get_metrics( AF_FaceGlobals globals, in af_face_globals_get_metrics()
503 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
175 AF_FaceGlobals globals; in af_property_set() local
297 AF_FaceGlobals globals; in af_property_get() local
329 AF_FaceGlobals globals; in af_property_get() local
/external/python/cpython3/Lib/
Ddataclasses.py413 def _create_fn(name, args, body, *, globals=None, locals=None, argument
449 def _field_init(f, frozen, globals, self_name, slots): argument
529 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
842 def _hash_set_none(cls, fields, globals): argument
845 def _hash_add(cls, fields, globals): argument
849 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.py19 def runctx(statement, globals, locals, filename=None, sort=-1): argument
98 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/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/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/angle/third_party/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/cronet/third_party/libc++abi/src/test/
Dtest_exception_storage.pass.cpp16 void* globals = __cxxabiv1::__cxa_get_globals(); in main() local
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/tests/
D.eslintrc.json5 "globals": { object
/external/perfetto/ui/src/frontend/
Ddebug.ts29 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