Home
last modified time | relevance | path

Searched refs:process (Results 1 – 22 of 22) sorted by relevance

/art/test/063-process-manager/
Dexpected-stdout.txt1 process manager: nonexistent
5 process manager: RUNNABLE
7 process manager: TIMED_WAITING
11 process manager: RUNNABLE
13 process manager: TIMED_WAITING
DAndroid.bp3 // Build rules for ART run-test `063-process-manager`.
16 name: "art-run-test-063-process-manager",
21 ":art-run-test-063-process-manager-expected-stdout",
22 ":art-run-test-063-process-manager-expected-stderr",
28 name: "art-run-test-063-process-manager-expected-stdout",
29 out: ["art-run-test-063-process-manager-expected-stdout.txt"],
36 name: "art-run-test-063-process-manager-expected-stderr",
37 out: ["art-run-test-063-process-manager-expected-stderr.txt"],
Dinfo.txt1 Test that spawning a child process and then reaping it (a) works and (b)
/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java110 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/
Dexpected-stdout.txt26 Can't attach agent, process is not debuggable.
27 Can't attach agent, process is not debuggable.
/art/tools/dexfuzz/src/dexfuzz/listeners/
DUniqueProgramTrackerListener.java142 Process process = in saveUniqueProgsData() local
145 process.waitFor(); in saveUniqueProgsData()
172 Process process = in saveUniqueProgsData() local
175 process.waitFor(); in saveUniqueProgsData()
/art/tools/jvmti-agents/simple-force-redefine/
DREADME.md4 allows one to force classes to be redefined by writing to a fifo or give a process a list of
26 Since the agent has no static state it can be attached multiple times to the same process.
32 One can also use fifos to send classes interactively to the process. (TODO: Have the agent
/art/test/151-OpenFileLimit/
Dinfo.txt1 This test verifies that running out of file descriptors in the process doesn't
/art/test/130-hprof/src/
DMain.java70 Process process = pb.start(); in createDumpAndConv() local
71 int ret = process.waitFor(); in createDumpAndConv()
/art/tools/jvmti-agents/enable-vlog/
DREADME.md4 running process. Currently it only allows one to turn vlog options 'on'.
/art/libnativebridge/tests/
DAndroid.bp110 // unloading, so each test needs to be its own process.
/art/tools/bisection_search/
DREADME.md30 will fail if pid of the process started by raw-cmd is different than pid of runtime.
/art/test/913-heaps/src/art/
DTest913.java402 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/profman/
Dprofman.cc1003 const char* input_filename, std::function<std::string(const char*)>* process) { in ReadCommentedInputFromFile() argument
1010 ReadCommentedInputStream<T>(*input_file, process)); in ReadCommentedInputFromFile()
1020 std::function<std::string(const char*)>* process) { in ReadCommentedInputStream() argument
1028 if (process != nullptr) { in ReadCommentedInputStream()
1029 std::string descriptor((*process)(dot.c_str())); in ReadCommentedInputStream()
/art/libnativeloader/
DREADME.md19 The linker namespace is created when an APK is loaded into the process, and is
/art/dex2oat/
Ddex2oat.cc2784 const char* input_filename, std::function<std::string(const char*)>* process) { in ReadCommentedInputFromFile() argument
2790 std::unique_ptr<T> result = ReadCommentedInputStream<T>(input_file, process); in ReadCommentedInputFromFile()
2801 std::function<std::string(const char*)>* process, in ReadCommentedInputFromZip() argument
2821 return ReadCommentedInputStream<T>(input_stream, process); in ReadCommentedInputFromZip()
2829 std::function<std::string(const char*)>* process) { in ReadCommentedInputStream() argument
2837 if (process != nullptr) { in ReadCommentedInputStream()
2838 std::string descriptor((*process)(dot.c_str())); in ReadCommentedInputStream()
/art/tools/dexfuzz/
DREADME92 MutateFail - because mutation is a random process, and has attempt thresholds to
/art/tools/
Dlibcore_failures.txt170 Unclear if this relates to the tests running sh as a child process.",
/art/test/
DREADME.md194 Add "--no_isolate" to run the tests one by one in single process (disable forking).
/art/cmdline/
DREADME.md16 generate a type-safe value parser that process a user-provided list of strings (`argv`). Currently,
/art/
DTEST_MAPPING146 "name": "art-run-test-063-process-manager[com.google.android.art.apex]"
1333 "name": "art-run-test-063-process-manager"
/art/build/boot/
Dboot-image-profile.txt9310 HSPLsun/security/util/SignatureFileVerifier;->process(Ljava/util/Hashtable;Ljava/util/List;)V