Searched defs:globals (Results 51 - 56 of 56) sorted by relevance
123
| /third_party/python/Python/ |
| 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/python/Objects/ |
| 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/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cEnhancedLayoutsTests.cpp | 4876 const std::string& globals = si.GetDefinitionsGlobals(); in GetInterfaceForStage() local 8541 std::string globals = "uniform uint goku [GL_ARB_enhanced_layouts / 1];\n" in test() local 8680 std::string globals = "const int basic_size = BASIC_SIZE;\\n" test() local 10652 std::string globals = "const int basic_size = BASIC_SIZE;\\n" test() local 12501 std::string globals = "const uint first_input_location = 0u;\\n" test() local 15023 std::string globals = VaryingLocationsTest::prepareGlobals(last_in_location, last_out_location); test() local [all...] |
| /third_party/python/Modules/ |
| H A D | _testcapimodule.c | 6046 PyObject *code, *globals, *locals; in frame_new() local 6076 PyObject *globals; in eval_eval_code_ex() local 6392 PyObject *globals = PyFunction_GetGlobals(func); in function_get_globals() local [all...] |
Completed in 59 milliseconds
123