Home
last modified time | relevance | path

Searched defs:globals (Results 26 - 50 of 52) sorted by relevance

123

/third_party/musl/src/hook/linux/
H A Dmusl_preinit.c442 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 Daftypes.h419 AF_FaceGlobals globals; /* to access properties */ member
H A Daflatin.c1043 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 DModule.h588 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 DWasm.h141 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; } in globals() function in llvm::object::WasmObjectFile
/third_party/python/Python/clinic/
H A Dbltinmodule.c.h42 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 Dfuncobject.c49 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 Dframeobject.c72 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 Ddictobject.c1841 _PyDict_LoadGlobal(PyDictObject *globals, PyDictObject *builtins, PyObject *key) in _PyDict_LoadGlobal() argument
H A Dtypeobject.c2820 PyObject *globals = PyEval_GetGlobals(); in type_new_set_module() local
/third_party/gn/src/gn/
H A Dvisual_studio_writer.cc488 std::unique_ptr<XmlElementWriter> globals = in WriteProjectFileContents() local
/third_party/jerryscript/jerry-core/api/
H A Djerry-snapshot.c750 snapshot_globals_t globals; in jerry_generate_snapshot_with_args() local
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc646 auto globals = GetOrCreateInstanceProxy<GlobalsProxy>(isolate, instance); in Create() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshalgo.c437 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 Dpshalgo.h195 PSH_Globals globals; member
/third_party/python/Python/
H A D_warnings.c820 PyObject *globals; in setup_context() local
[all...]
H A Dtraceback.c266 PyObject *globals; in _PyTraceback_Add() local
H A Dbltinmodule.c273 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 Dimport.c1538 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 Dpythonrun.c1589 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 Dspecialize.c1050 _Py_Specialize_LoadGlobal( PyObject *globals, PyObject *builtins, _Py_CODEUNIT *instr, PyObject *name) _Py_Specialize_LoadGlobal() argument
H A Dceval.c1130 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 DlinkValidate.cpp355 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.c1975 static struct globals { struct
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dpsaux.h659 FT_Byte** globals; member
1196 FT_Byte** globals; member

Completed in 68 milliseconds

123