Home
last modified time | relevance | path

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

1234

/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/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()
488 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/cpython3/Lib/
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
Dprofile.py59 def runctx(self, statement, globals, locals, filename, sort): argument
93 def runctx(statement, globals, locals, filename=None, sort=-1): argument
418 def runctx(self, cmd, globals, locals): argument
/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.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/cpython3/Objects/clinic/
Dfuncobject.c.h33 PyObject *globals; in func_new() local
/external/perfetto/ui/src/controller/
Dglobals.ts142 export const globals = new Globals(); constant
/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/frontend/
Dtrack_group_panel.ts135 const note = globals.state.notes[globals.state.currentSelection.id]; constant
Dglobals.ts184 export const globals = new Globals(); constant
Dtrack_panel.ts247 const note = globals.state.notes[globals.state.currentSelection.id]; 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/deqp-deps/glslang/glslang/MachineIndependent/
DLiveTraverser.h73 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushFunction() local
/external/python/cpython2/Lib/hotshot/
D__init__.py60 def runctx(self, cmd, globals, locals): argument

1234