/art/test/063-process-manager/ |
D | expected.txt | 1 process manager: nonexistent 5 process manager: RUNNABLE 7 process manager: TIMED_WAITING 11 process manager: RUNNABLE 13 process manager: TIMED_WAITING
|
D | info.txt | 1 Test that spawning a child process and then reaping it (a) works and (b)
|
/art/tools/dexfuzz/src/dexfuzz/executors/ |
D | Device.java | 110 Process process = pb.start(); in setup() local 111 int exitValue = process.waitFor(); in setup() 202 Process process = processBuilder.start(); in executeCommand() local 206 outputConsumer.giveStreamAndStartConsuming(process.getInputStream()); in executeCommand() 207 errorConsumer.giveStreamAndStartConsuming(process.getErrorStream()); in executeCommand() 213 result.returnValue = process.waitFor(); in executeCommand()
|
/art/test/909-attach-agent/ |
D | expected.txt | 26 Can't attach agent, process is not debuggable. 27 Can't attach agent, process is not debuggable.
|
/art/tools/dexfuzz/src/dexfuzz/listeners/ |
D | UniqueProgramTrackerListener.java | 142 Process process = in saveUniqueProgsData() local 145 process.waitFor(); in saveUniqueProgsData() 172 Process process = in saveUniqueProgsData() local 175 process.waitFor(); in saveUniqueProgsData()
|
/art/test/151-OpenFileLimit/ |
D | info.txt | 1 This test verifies that running out of file descriptors in the process doesn't
|
/art/test/130-hprof/src/ |
D | Main.java | 70 Process process = pb.start(); in createDumpAndConv() local 71 int ret = process.waitFor(); in createDumpAndConv()
|
/art/tools/cpp-define-generator/ |
D | offsets_all.def | 28 // to process each offset however one wants.
|
/art/profman/ |
D | profman.cc | 703 const char* input_filename, std::function<std::string(const char*)>* process) { in ReadCommentedInputFromFile() argument 710 ReadCommentedInputStream<T>(*input_file, process)); in ReadCommentedInputFromFile() 720 std::function<std::string(const char*)>* process) { in ReadCommentedInputStream() argument 728 if (process != nullptr) { in ReadCommentedInputStream() 729 std::string descriptor((*process)(dot.c_str())); in ReadCommentedInputStream()
|
/art/dex2oat/ |
D | dex2oat.cc | 2736 std::function<std::string(const char*)> process = DotToDescriptor; in ReadImageClassesFromFile() local 2738 &process); in ReadImageClassesFromFile() 2746 std::function<std::string(const char*)> process = DotToDescriptor; in ReadImageClassesFromZip() local 2749 &process, in ReadImageClassesFromZip() 2757 const char* input_filename, std::function<std::string(const char*)>* process) { in ReadCommentedInputFromFile() argument 2764 ReadCommentedInputStream<T>(*input_file, process)); in ReadCommentedInputFromFile() 2775 std::function<std::string(const char*)>* process, in ReadCommentedInputFromZip() argument 2798 return ReadCommentedInputStream<T>(input_stream, process); in ReadCommentedInputFromZip() 2806 std::function<std::string(const char*)>* process) { in ReadCommentedInputStream() argument 2814 if (process != nullptr) { in ReadCommentedInputStream() [all …]
|
/art/tools/bisection_search/ |
D | README.md | 30 will fail if pid of the process started by raw-cmd is different than pid of runtime.
|
/art/test/913-heaps/src/art/ |
D | Test913.java | 402 v.process(lines, additionalEnabled, heapFilter != 0 || klass != null); in doFollowReferencesTestImpl() 584 public void process(String[] lines, String additionalEnabledReferrer, boolean filtered) { in process() method in Test913.Verifier
|
/art/tools/dexfuzz/ |
D | README | 94 MutateFail - because mutation is a random process, and has attempt thresholds to
|
/art/tools/ |
D | libcore_failures.txt | 206 Unclear if this relates to the tests running sh as a child process.",
|
/art/cmdline/ |
D | README.md | 16 generate a type-safe value parser that process a user-provided list of strings (`argv`). Currently,
|