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

  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 105 } Work[] =
117 for (uint32_t I = 0; I < sizeof(Work)/sizeof(*Work); ++I) {
119 checkError((Section.*Work[I].MemF)(B), Work[I].ErrorStr);
121 result += Work[I].FlagStr;
  /external/clang/test/SemaCXX/
qualified-id-lookup.cpp 143 void Work() {}
147 Z(foo::X()).Work();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 4 * this work for additional information regarding copyright ownership.
    [all...]
  /external/stressapptest/src/
worker.cc 56 // This file must work with autoconf on its public version,
96 // Work around the sad fact that there are two (gnu, xsi) incompatible
381 Work();
387 // Thread work loop. Execute until marked finished.
388 bool WorkerThread::Work() {
535 // Memory fill work loop. Execute until alloted pages filled.
536 bool FillThread::Work() {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 4 * this work for additional information regarding copyright ownership.
    [all...]

Completed in 251 milliseconds