Home
last modified time | relevance | path

Searched refs:globals (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/cmds/installd/
DAndroid.bp19 "globals.cpp",
213 "globals.cpp",
/frameworks/base/rs/java/android/renderscript/
DScriptGroup.java116 Object[] args, Map<Script.FieldID, Object> globals) { in Closure() argument
121 mBindings = globals; in Closure()
124 int numValues = args.length + globals.size(); in Closure()
138 for (Map.Entry<Script.FieldID, Object> entry : globals.entrySet()) { in Closure()
156 Object[] args, Map<Script.FieldID, Object> globals) { in Closure() argument
161 mBindings = globals; in Closure()
164 int numValues = globals.size(); in Closure()
173 for (Map.Entry<Script.FieldID, Object> entry : globals.entrySet()) { in Closure()
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptGroup.java125 Object[] args, Map<Script.FieldID, Object> globals) { in Closure() argument
134 mBindings = globals; in Closure()
137 int numValues = args.length + globals.size(); in Closure()
151 for (Map.Entry<Script.FieldID, Object> entry : globals.entrySet()) { in Closure()
167 Object[] args, Map<Script.FieldID, Object> globals) { in Closure() argument
177 mBindings = globals; in Closure()
180 int numValues = globals.size(); in Closure()
189 for (Map.Entry<Script.FieldID, Object> entry : globals.entrySet()) { in Closure()
/frameworks/rs/rsov/compiler/
DGlobalAllocPass.cpp36 for (auto &GV : M.globals()) { in collectGlobalAllocs()
DWrapper.cpp251 const auto GlobalsB = LM.globals().begin(); in DecorateGlobalBuffer()
252 const auto GlobalsE = LM.globals().end(); in DecorateGlobalBuffer()
DRSAllocationUtils.cpp55 for (auto &GV : M.globals()) { in getRSAllocationInfo()
DGlobalMergePass.cpp210 for (GlobalVariable &GV : M.globals()) { in collectGlobals()
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
Dglobal.rsh25 /* Test taking addresses of globals */ \
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dsetup.py45 exec(version_file.read(), globals())
/frameworks/compile/libbcc/lib/
DRSGlobalInfoPass.cpp135 for (auto &GV : M.globals()) { in runOnModule()
/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp617 std::vector<Instruction *> *globals) { in findOrCreate() argument
619 for (auto inst : *globals) { in findOrCreate()
628 globals->push_back(derived); in findOrCreate()
/frameworks/rs/script_api/
Drs_atomic.spec30 threads. Updating globals should be done with atomic functions. If possible,
/frameworks/compile/libbcc/tests/libbcc/
Dtest_slang_version_info.ll81 …8.256229)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, globals: !2)
/frameworks/compile/slang/
DREADME.rst253 on globals initialized from Java as it will be called before these
316 rs_types.rsh may also be used. These globals generate bind points in
/frameworks/rs/script_api/include/
Drs_atomic.rsh32 * threads. Updating globals should be done with atomic functions. If possible,
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp403 for (const GlobalValue &GV : M->globals()) { in WriteModuleInfo()
467 for (const GlobalVariable &GV : M->globals()) { in WriteModuleInfo()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp414 for (const GlobalValue &GV : M->globals()) { in WriteModuleInfo()
478 for (const GlobalVariable &GV : M->globals()) { in WriteModuleInfo()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp401 for (const GlobalValue &GV : M->globals()) { in WriteModuleInfo()
465 for (const GlobalVariable &GV : M->globals()) { in WriteModuleInfo()