/frameworks/native/cmds/installd/ |
D | Android.bp | 19 "globals.cpp", 213 "globals.cpp",
|
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptGroup.java | 116 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/ |
D | ScriptGroup.java | 125 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/ |
D | GlobalAllocPass.cpp | 36 for (auto &GV : M.globals()) { in collectGlobalAllocs()
|
D | Wrapper.cpp | 251 const auto GlobalsB = LM.globals().begin(); in DecorateGlobalBuffer() 252 const auto GlobalsE = LM.globals().end(); in DecorateGlobalBuffer()
|
D | RSAllocationUtils.cpp | 55 for (auto &GV : M.globals()) { in getRSAllocationInfo()
|
D | GlobalMergePass.cpp | 210 for (GlobalVariable &GV : M.globals()) { in collectGlobals()
|
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/ |
D | global.rsh | 25 /* Test taking addresses of globals */ \
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/ |
D | setup.py | 45 exec(version_file.read(), globals())
|
/frameworks/compile/libbcc/lib/ |
D | RSGlobalInfoPass.cpp | 135 for (auto &GV : M.globals()) { in runOnModule()
|
/frameworks/rs/rsov/compiler/spirit/ |
D | module.cpp | 617 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/ |
D | rs_atomic.spec | 30 threads. Updating globals should be done with atomic functions. If possible,
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | test_slang_version_info.ll | 81 …8.256229)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, globals: !2)
|
/frameworks/compile/slang/ |
D | README.rst | 253 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/ |
D | rs_atomic.rsh | 32 * threads. Updating globals should be done with atomic functions. If possible,
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 403 for (const GlobalValue &GV : M->globals()) { in WriteModuleInfo() 467 for (const GlobalVariable &GV : M->globals()) { in WriteModuleInfo()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 414 for (const GlobalValue &GV : M->globals()) { in WriteModuleInfo() 478 for (const GlobalVariable &GV : M->globals()) { in WriteModuleInfo()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 401 for (const GlobalValue &GV : M->globals()) { in WriteModuleInfo() 465 for (const GlobalVariable &GV : M->globals()) { in WriteModuleInfo()
|