/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/ |
D | native-lib.cpp | 13 JNIEnv *env, in Java_com_example_simpleperf_simpleperfexamplewithnative_MainActivity_stringFromJNI() 19 static void ThrowErrnoException(JNIEnv* env, const char* function_name, int err) { in ThrowErrnoException() 54 JNIEnv *env, in Java_com_example_simpleperf_simpleperfexamplewithnative_MainActivity_createBusyThreadFromJNI() 102 JNIEnv *env, in Java_com_example_simpleperf_simpleperfexamplewithnative_SleepActivity_createSleepThreadFromJNI() 115 JNIEnv *env, in Java_com_example_simpleperf_simpleperfexamplewithnative_MixActivity_callFunction()
|
/system/core/libnativeloader/ |
D | native_loader_lazy.cpp | 52 jstring CreateClassLoaderNamespace(JNIEnv* env, int32_t target_sdk_version, jobject class_loader, in CreateClassLoaderNamespace() 60 void* OpenNativeLibrary(JNIEnv* env, int32_t target_sdk_version, const char* path, in OpenNativeLibrary() 78 struct android_namespace_t* FindNamespaceByClassLoader(JNIEnv* env, jobject class_loader) { in FindNamespaceByClassLoader() 83 struct NativeLoaderNamespace* FindNativeLoaderNamespaceByClassLoader(JNIEnv* env, in FindNativeLoaderNamespaceByClassLoader()
|
D | native_loader.cpp | 196 NativeLoaderNamespace* Create(JNIEnv* env, uint32_t target_sdk_version, jobject class_loader, in Create() 429 NativeLoaderNamespace* FindNamespaceByClassLoader(JNIEnv* env, jobject class_loader) { in FindNamespaceByClassLoader() 678 jobject GetParentClassLoader(JNIEnv* env, jobject class_loader) { in GetParentClassLoader() 687 NativeLoaderNamespace* FindParentNamespaceByClassLoader(JNIEnv* env, jobject class_loader) { in FindParentNamespaceByClassLoader() 702 ApkOrigin GetApkOriginFromDexPath(JNIEnv* env, jstring dex_path) { in GetApkOriginFromDexPath() 754 jstring CreateClassLoaderNamespace(JNIEnv* env, int32_t target_sdk_version, jobject class_loader, in CreateClassLoaderNamespace() 796 void* OpenNativeLibrary(JNIEnv* env, int32_t target_sdk_version, const char* path, in OpenNativeLibrary() 937 android_namespace_t* FindNamespaceByClassLoader(JNIEnv* env, jobject class_loader) { in FindNamespaceByClassLoader() 946 NativeLoaderNamespace* FindNativeLoaderNamespaceByClassLoader(JNIEnv* env, jobject class_loader) { in FindNativeLoaderNamespaceByClassLoader()
|
/system/extras/simpleperf/demo/CppApi/app/src/main/cpp/ |
D | native-lib.cpp | 80 JNIEnv *env, in Java_simpleperf_demo_cpp_1api_MainActivity_runNativeCode() 95 JNIEnv *env, in Java_simpleperf_demo_cpp_1api_MainActivity_getBusyThreadCount()
|
/system/extras/ext4_utils/ |
D | mkuserimg_mke2fs.py | 24 def RunCommand(cmd, env): argument
|
/system/update_engine/ |
D | omaha_request_action_fuzzer.cc | 30 static Environment env; in LLVMFuzzerTestOneInput() local
|
/system/update_engine/common/ |
D | subprocess.cc | 48 bool SetupChild(const std::map<string, string>& env, uint32_t flags) { in SetupChild() argument 84 std::map<string, string> env; in LaunchProcess() local
|
/system/core/libnativebridge/ |
D | native_bridge.cc | 332 static void SetCpuAbi(JNIEnv* env, jclass build_class, const char* field, const char* value) { in SetCpuAbi() 353 static void SetupEnvironment(const NativeBridgeCallbacks* callbacks, JNIEnv* env, const char* isa) { in SetupEnvironment() 412 bool InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
|
D | native_bridge_lazy.cc | 63 bool InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
|
/system/apex/apexer/ |
D | apexer.py | 92 def RunCommand(cmd, verbose=False, env=None): argument
|
/system/libhidl/transport/ |
D | ServiceManagement.cpp | 367 const char* env = std::getenv("TREBLE_TESTING_OVERRIDE"); in openLibs() local 760 const char* env = std::getenv("TREBLE_TESTING_OVERRIDE"); in getRawServiceInternal() local 769 const char* env = std::getenv("TREBLE_TESTING_OVERRIDE"); in getRawServiceInternal() local
|
/system/testing/gtest_extras/ |
D | Options.cpp | 242 char* env = getenv(variable.c_str()); in Process() local
|
/system/core/adb/daemon/ |
D | shell_service.cpp | 244 std::unordered_map<std::string, std::string> env; in ForkAndExec() local
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.h | 327 int env; member
|
/system/extras/simpleperf/ |
D | environment.cpp | 345 char* env = getenv("PERFPROFD_DISABLE_PERF_EVENT_PARANOID_CHANGE"); in CheckPerfEventLimit() local
|
/system/core/fs_mgr/liblp/ |
D | builder_test.cpp | 34 std::unique_ptr<Environment> env(new Environment); in main() local
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 2648 for (wchar_t** env = _wenviron; *env != nullptr; ++env) { in _init_env() local
|