| /third_party/musl/src/hook/linux/ |
| H A D | musl_preinit.c | 442 bool finish_install_ohos_malloc_hooks(struct musl_libc_globals* globals, const char* options, const char* prefix, void* shared_library_handle) in finish_install_ohos_malloc_hooks() argument 486 static void install_ohos_malloc_hook(struct musl_libc_globals* globals, const char* shared_lib, const char* prefix) in install_ohos_malloc_hook() argument
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | aftypes.h | 419 AF_FaceGlobals globals; /* to access properties */ member
|
| H A D | aflatin.c | 1043 AF_FaceGlobals globals = metrics->root.globals; in af_latin_metrics_init_blues() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | Module.h | 588 iterator_range<global_iterator> globals() { in globals() function in llvm::Module 591 iterator_range<const_global_iterator> globals() const { in globals() function in llvm::Module
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 141 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; } in globals() function in llvm::object::WasmObjectFile
|
| /third_party/python/Python/clinic/ |
| H A D | bltinmodule.c.h | 42 PyObject *globals = NULL; in builtin___import__() local 388 PyObject *globals = Py_None; builtin_eval() local 440 PyObject *globals = Py_None; builtin_exec() local [all...] |
| /third_party/python/Objects/ |
| H A D | funcobject.c | 49 PyFunction_NewWithQualName(PyObject *code, PyObject *globals, PyObject *qualname) in PyFunction_NewWithQualName() argument 148 PyFunction_New(PyObject *code, PyObject *globals) in PyFunction_New() argument 611 func_new_impl(PyTypeObject *type, PyCodeObject *code, PyObject *globals, PyObject *name, PyObject *defaults, PyObject *closure) func_new_impl() argument [all...] |
| H A D | frameobject.c | 72 PyObject *globals = f->f_frame->f_globals; in frame_getglobals() local 1382 _PyEval_BuiltinsFromGlobals(PyThreadState *tstate, PyObject *globals) in _PyEval_BuiltinsFromGlobals() argument 1039 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, PyObject *globals, PyObject *locals) PyFrame_New() argument [all...] |
| H A D | dictobject.c | 1841 _PyDict_LoadGlobal(PyDictObject *globals, PyDictObject *builtins, PyObject *key) in _PyDict_LoadGlobal() argument
|
| H A D | typeobject.c | 2820 PyObject *globals = PyEval_GetGlobals(); in type_new_set_module() local
|
| /third_party/gn/src/gn/ |
| H A D | visual_studio_writer.cc | 488 std::unique_ptr<XmlElementWriter> globals = in WriteProjectFileContents() local
|
| /third_party/jerryscript/jerry-core/api/ |
| H A D | jerry-snapshot.c | 750 snapshot_globals_t globals; in jerry_generate_snapshot_with_args() local [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-wasm-objects.cc | 646 auto globals = GetOrCreateInstanceProxy<GlobalsProxy>(isolate, instance); in Create() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/pshinter/ |
| H A D | pshalgo.c | 437 psh_hint_align( PSH_Hint hint, PSH_Globals globals, FT_Int dimension, PSH_Glyph glyph ) psh_hint_align() argument 846 psh_hint_table_align_hints( PSH_Hint_Table table, PSH_Globals globals, FT_Int dimension, PSH_Glyph glyph ) psh_hint_table_align_hints() argument 2061 ps_hints_apply( PS_Hints ps_hints, FT_Outline* outline, PSH_Globals globals, FT_Render_Mode hint_mode ) ps_hints_apply() argument [all...] |
| H A D | pshalgo.h | 195 PSH_Globals globals; member
|
| /third_party/python/Python/ |
| H A D | _warnings.c | 820 PyObject *globals; in setup_context() local [all...] |
| H A D | traceback.c | 266 PyObject *globals; in _PyTraceback_Add() local
|
| H A D | bltinmodule.c | 273 builtin___import___impl(PyObject *module, PyObject *name, PyObject *globals, in builtin___import___impl() argument 904 builtin_eval_impl(PyObject *module, PyObject *source, PyObject *globals, in builtin_eval_impl() argument 997 builtin_exec_impl(PyObject *module, PyObject *source, PyObject *globals, PyObject *locals, PyObject *closure) builtin_exec_impl() argument [all...] |
| H A D | import.c | 1538 resolve_name(PyThreadState *tstate, PyObject *name, PyObject *globals, int level) in resolve_name() argument 1776 PyImport_ImportModuleLevelObject(PyObject *name, PyObject *globals, PyObject *locals, PyObject *fromlist, int level) PyImport_ImportModuleLevelObject() argument 1927 PyImport_ImportModuleLevel(const char *name, PyObject *globals, PyObject *locals, PyObject *fromlist, int level) PyImport_ImportModuleLevel() argument 1979 PyObject *globals = NULL; PyImport_Import() local [all...] |
| H A D | pythonrun.c | 1589 PyRun_StringFlags(const char *str, int start, PyObject *globals, in PyRun_StringFlags() argument 1612 pyrun_file(FILE *fp, PyObject *filename, int start, PyObject *globals, in pyrun_file() argument 1642 PyRun_FileExFlags(FILE *fp, const char *filename, int start, PyObject *globals, in PyRun_FileExFlags() argument 1689 run_eval_code_obj(PyThreadState *tstate, PyCodeObject *co, PyObject *globals, PyObject *locals) in run_eval_code_obj() argument 1722 run_mod(mod_ty mod, PyObject *filename, PyObject *globals, PyObject *locals, PyCompilerFlags *flags, PyArena *arena) run_mod() argument 1741 run_pyc_file(FILE *fp, PyObject *globals, PyObject *locals, PyCompilerFlags *flags) run_pyc_file() argument [all...] |
| H A D | specialize.c | 1050 _Py_Specialize_LoadGlobal( PyObject *globals, PyObject *builtins, _Py_CODEUNIT *instr, PyObject *name) _Py_Specialize_LoadGlobal() argument
|
| H A D | ceval.c | 1130 PyEval_EvalCode(PyObject *co, PyObject *globals, PyObject *locals) in PyEval_EvalCode() argument 6450 PyEval_EvalCodeEx(PyObject *_co, PyObject *globals, PyObject *locals, argument [all...] |
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | linkValidate.cpp | 355 TIntermSequence& globals = treeRoot->getAsAggregate()->getSequence(); in mergeTrees() local 494 void TIntermediate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequence& unitGlobals) in mergeBodies() argument 1580 TIntermSequence& globals = treeRoot->getAsAggregate()->getSequence(); findLinkerObjects() local [all...] |
| /third_party/python/Modules/ |
| H A D | _xxsubinterpretersmodule.c | 1975 static struct globals { struct
|
| /third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
| H A D | psaux.h | 659 FT_Byte** globals; member 1196 FT_Byte** globals; member
|