/frameworks/libs/native_bridge_support/overriding/libc/ |
D | malloc_init.cpp | 43 static void malloc_init_impl(libc_globals* globals) { in malloc_init_impl() argument 74 globals->malloc_dispatch_table = malloc_default_dispatch; in malloc_init_impl() 75 globals->current_dispatch_table = &globals->malloc_dispatch_table; in malloc_init_impl() 80 __LIBC_HIDDEN__ void __libc_init_malloc(libc_globals* globals) { in __libc_init_malloc() argument 81 malloc_init_impl(globals); in __libc_init_malloc()
|
/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/native/cmds/installd/ |
D | Android.bp | 20 "globals.cpp", 208 "globals.cpp",
|
/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/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | rsdebug_24.rscript | 27 // http://b/27526302 - globals of half type cannot be exported and fail compilation
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | rsdebug_24.rscript | 25 // http://b/27526302 - globals of half type cannot be exported and fail compilation
|
/frameworks/compile/libbcc/lib/ |
D | RSGlobalInfoPass.cpp | 135 for (auto &GV : M.globals()) { in runOnModule()
|
/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_2_9_func/ |
D | BitcodeWriter.cpp | 401 for (const GlobalValue &GV : M->globals()) { in WriteModuleInfo() 465 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()
|