HomeSort by relevance Sort by last modified time
    Searched defs:PROCESS (Results 1 - 7 of 7) sorted by null

  /cts/tests/app/src/android/app/cts/
ActivityManager_RunningServiceInfoTest.java 27 private static final String PROCESS = "process";
37 mRunningServiceInfo.process = PROCESS;
64 assertEquals(PROCESS, values.process);
84 assertEquals(PROCESS, values.process);
  /external/brotli/java/org/brotli/wrapper/enc/
EncoderJNI.java 22 PROCESS,
  /external/grpc-grpc/examples/cpp/helloworld/
greeter_async_server.cc 83 // Make this instance progress to the PROCESS state.
84 status_ = PROCESS;
93 } else if (status_ == PROCESS) {
94 // Spawn a new CallData instance to serve new clients while we process
135 enum CallStatus { CREATE, PROCESS, FINISH };
  /external/ltp/testcases/network/nfsv4/locks/
locktests.h 6 * RUN : ./locktests -n <number of concurent process> -f <test file> [-P]
9 * master process sets a lock on a file region (this is called "byte
23 * process. This option may not be usefull to stress.
73 #define PROCESS 0
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
ActivityData.java 25 private static final String PROCESS = "process";
131 return attrs.get(withXMLNS(PROCESS));
  /external/cldr/tools/java/org/unicode/cldr/icu/
ICUResourceWriter.java 39 private static final String PROCESS = "process";
320 // process the siblings of the children...
    [all...]
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 2306 milliseconds