Home
last modified time | relevance | path

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

123456

/external/llvm-project/libcxxabi/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
350 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_end_cleanup_impl() local
425 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_catch() local
494 …__cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_c… in __cxa_end_catch() local
560 __cxa_eh_globals *globals = __cxa_get_globals_fast(); in __cxa_current_exception_type() local
584 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_rethrow() local
671 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_current_primary_exception() local
747 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_uncaught_exceptions() local
/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
/external/llvm-project/mlir/lib/Dialect/StandardOps/Transforms/
DTensorConstantBufferize.cpp35 DenseMap<Attribute, GlobalMemrefOp> globals; member in __anon29e213dc0111::GlobalCreator
79 BufferizeTensorConstantOp(GlobalCreator &globals, in BufferizeTensorConstantOp()
96 GlobalCreator &globals; member in __anon29e213dc0311::BufferizeTensorConstantOp
105 GlobalCreator globals(module); in runOnOperation() local
/external/python/cpython3/Lib/
Ddataclasses.py377 def _create_fn(name, args, body, *, globals=None, locals=None, argument
416 def _field_init(f, frozen, globals, self_name): argument
489 def _init_fn(fields, frozen, has_post_init, self_name, globals): argument
539 def _repr_fn(fields, globals): argument
550 def _frozen_get_del_attr(cls, fields, globals): argument
575 def _cmp_fn(name, op, self_tuple, other_tuple, globals): argument
589 def _hash_fn(fields, globals): argument
767 def _hash_set_none(cls, fields, globals): argument
770 def _hash_add(cls, fields, globals): argument
774 def _hash_exception(cls, fields, globals): argument
Dtimeit.py102 globals=None): argument
231 number=default_number, globals=None): argument
236 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
/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/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/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/python/cpython2/Lib/
DcProfile.py39 def runctx(statement, globals, locals, filename=None, sort=-1): argument
137 def runctx(self, cmd, globals, locals): argument
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbIndex.h137 llvm::pdb::GlobalsStream &globals() { return *m_globals; } in globals() function
138 const llvm::pdb::GlobalsStream &globals() const { return *m_globals; } in globals() function
/external/llvm-project/lldb/examples/python/
Dglobals.py67 def globals(command_args): function
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/tests/
D.eslintrc.json5 "globals": { object
/external/chromium-trace/catapult/third_party/polymer/components/paper-checkbox/test/
D.eslintrc.json5 "globals": { object
/external/deqp-deps/SPIRV-Tools/test/opt/
Dinst_debug_printf_test.cpp84 const std::string globals = in TEST_F() local
/external/chromium-trace/catapult/third_party/polymer/components/paper-checkbox/
D.eslintrc.json12 "globals": { object
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dinst_debug_printf_test.cpp84 const std::string globals = in TEST_F() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinst_debug_printf_test.cpp84 const std::string globals = in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc272 absl::flat_hash_map<int64, se::DeviceMemoryBase> globals; in ResolveConstantGlobals() local
304 const GpuExecutable::BufferAllocToDeviceMemoryMap* globals, in BufferForAllocation()
376 const GpuExecutable::BufferAllocToDeviceMemoryMap* globals, in GenerateBufferAllocations()
426 const GpuExecutable::BufferAllocToDeviceMemoryMap* globals; in ExecuteAsyncOnStreamImpl() local

123456