Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/overriding/libc/
Dmalloc_init.cpp43 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/
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/native/cmds/installd/
DAndroid.bp20 "globals.cpp",
208 "globals.cpp",
/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/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Drsdebug_24.rscript27 // http://b/27526302 - globals of half type cannot be exported and fail compilation
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Drsdebug_24.rscript25 // http://b/27526302 - globals of half type cannot be exported and fail compilation
/frameworks/compile/libbcc/lib/
DRSGlobalInfoPass.cpp135 for (auto &GV : M.globals()) { in runOnModule()
/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_2_9_func/
DBitcodeWriter.cpp401 for (const GlobalValue &GV : M->globals()) { in WriteModuleInfo()
465 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()