/frameworks/rs/cpp/ |
D | rsCppUtils.cpp | 57 bool rsuExecuteCommand(const char *exe, int nArgs, const char * const *args) { in rsuExecuteCommand() argument 59 ALOGV("Invoking %s with args '%s'", exe, joined.get()); in rsuExecuteCommand() 65 ALOGE("Fork of \"%s\" failed with error %s", exe, strerror(errno)); in rsuExecuteCommand() 78 execv(exe, (char * const *)args); in rsuExecuteCommand() 89 ALOGE("Waitpid of \"%s\" failed with error %s", exe, in rsuExecuteCommand() 98 ALOGE("Child process \"%s\" terminated with status %d", exe, status); in rsuExecuteCommand()
|
/frameworks/rs/ |
D | rsCppUtils.cpp | 57 bool rsuExecuteCommand(const char *exe, int nArgs, const char * const *args) { in rsuExecuteCommand() argument 59 ALOGV("Invoking %s with args '%s'", exe, joined.get()); in rsuExecuteCommand() 65 ALOGE("Fork of \"%s\" failed with error %s", exe, strerror(errno)); in rsuExecuteCommand() 78 execv(exe, (char * const *)args); in rsuExecuteCommand() 89 ALOGE("Waitpid of \"%s\" failed with error %s", exe, in rsuExecuteCommand() 98 ALOGE("Child process \"%s\" terminated with status %d", exe, status); in rsuExecuteCommand()
|
D | rsCppUtils.h | 198 bool rsuExecuteCommand(const char *exe, int nArgs, const char * const *args);
|
/frameworks/native/cmds/lshal/libprocpartition/ |
D | procpartition.cpp | 36 std::string exe; in getExe() local 38 if (!android::base::Readlink("/proc/" + std::to_string(pid) + "/exe", &exe)) { in getExe() 41 if (!android::base::Realpath(exe, &real)) { in getExe()
|
/frameworks/base/tests/TouchLatency/ |
D | gradlew.bat | 19 @rem Find java.exe 22 set JAVA_EXE=java.exe 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 83 rem the _cmd.exe /c_ return code!
|
/frameworks/base/startop/apps/ColorChanging/ |
D | gradlew.bat | 19 @rem Find java.exe 22 set JAVA_EXE=java.exe 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 77 rem the _cmd.exe /c_ return code!
|
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew.bat | 19 @rem Find java.exe 22 set JAVA_EXE=java.exe 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 83 rem the _cmd.exe /c_ return code!
|
/frameworks/base/packages/SystemUI/scripts/ |
D | new_merge.py | 22 exe = os.path.join(path, program) 23 if executable(exe): 24 return exe
|
/frameworks/base/cmds/incidentd/src/ |
D | Section.cpp | 665 std::string exe; in BlockingCall() local 666 if (!android::base::Readlink(link_name, &exe)) { in BlockingCall() 673 if (exe == "/system/bin/app_process32" || exe == "/system/bin/app_process64") { in BlockingCall() 682 } else if (should_dump_native_traces(exe.c_str())) { in BlockingCall()
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Linkers.def.in | 12 // macro with a single parameter (the name of the target whose exe/dso can be
|
D | Linkers.def.cmake | 12 // macro with a single parameter (the name of the target whose exe/dso can be
|
D | Linkers.def | 12 // macro with a single parameter (the name of the target whose exe/dso can be
|
/frameworks/rs/tests/lldb/ |
D | README.txt | 188 -- LLDB Found PythonExecutable: E:/Python27/python.exe and 189 E:/Python27/python_d.exe 198 … $<$<CONFIG:Debug>:E:/Python27/python_d.exe>$<$<NOT:$<CONFIG:Debug>>:E:/Python27/python.exe> 207 suite towards "llvm_build\RelWithDebInfo\bin\lldb.exe".
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 53 Prebuilt Win32 PC executable: SanOGLES-Gerbera.exe 55 Prebuilt Win32 PC executable: SanOGLES-PVRSDK.exe
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | FileSystem.inc | 39 Path::StringType executable_extension = ".exe";
|
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.cpp | 1806 std::string exe; in DumpTraces() local 1807 if (!android::base::Readlink(link_name, &exe)) { in DumpTraces() 1812 if (exe == "/system/bin/app_process32" || exe == "/system/bin/app_process64") { in DumpTraces() 1820 } else if (should_dump_native_traces(exe.c_str()) || hal_pids.find(pid) != hal_pids.end()) { in DumpTraces()
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 910 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
|
/frameworks/native/docs/ |
D | Doxyfile | 1082 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1221 # including file name) of the HTML help compiler ( hhc.exe). If non-empty
|
D | Doxyfile.orig | 1212 # including file name) of the HTML help compiler ( hhc.exe). If non-empty
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1287 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 1337 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
|
D | Doxyfile | 1337 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
|