HomeSort by relevance Sort by last modified time
    Searched refs:process (Results 151 - 175 of 3790) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/jarjar/src/main/com/tonicsystems/jarjar/
ResourceProcessor.java 31 public boolean process(EntryStruct struct) throws IOException { method in class:ResourceProcessor
  /external/libchrome/base/process/
memory_stubs.cc 5 #include "base/process/memory.h"
18 bool AdjustOOMScore(ProcessId process, int score) {
  /external/libmojo/mojo/edk/embedder/
pending_process_connection.h 12 #include "base/process/process_handle.h"
23 // Represents a potential connection to an external process. Use this object
32 // // New pipes to the process are fully functional and can be used right
33 // // away, even if the process doesn't exist yet.
38 // // Give the pipe token to the child process via command-line.
41 // // Magic child process launcher which gives one end of the pipe to the
42 // // new process.
48 // If at any point during the above process, |connection| is destroyed before
52 // Otherwise, if the remote process in this example eventually calls:
59 // it will be connected to this process, and its |pipe| will be connected t
    [all...]
  /external/mockito/src/main/java/org/mockito/
MockitoAnnotations.java 69 annotationEngine.process(testClass.getClass(), testClass);
  /external/parameter-framework/upstream/parameter/
CommandHandlerWrapper.cpp 39 bool CommandHandlerWrapper::process(const std::string &command, function in class:CommandHandlerWrapper
  /external/skia/tools/sk_app/android/
main_android.cpp 51 // Process this event.
53 source->process(state, source);
  /external/skqp/tools/sk_app/android/
main_android.cpp 51 // Process this event.
53 source->process(state, source);
  /external/valgrind/gdbserver_tests/
mcbreak.stderrB.exp 1 relaying data between gdb and process ....
10 monitor command request to kill this process
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticInfos.h 47 bool process(DiagnosticEngine& pEngine) const;
  /frameworks/native/services/sensorservice/
CorrectedGyroSensor.h 39 virtual bool process(sensors_event_t* outEvent, const sensors_event_t& event) override;
GravitySensor.h 39 virtual bool process(sensors_event_t* outEvent, const sensors_event_t& event) override;
LinearAccelerationSensor.h 38 virtual bool process(sensors_event_t* outEvent,
  /frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DeletionMethodProcessorTest.kt 34 override fun process(baseContext: Context, containing: DeclaredType,
36 return DeletionMethodProcessor(baseContext, containing, executableElement).process()
  /hardware/libhardware/modules/input/evdev/
SwitchInputMapper.h 36 virtual void process(const InputEvent& event) override;
  /system/core/init/
compare-bootcharts.py 30 are listed. The termination time of the boot animation process is also listed
31 as a coarse indication about when the boot process is complete as perceived by
59 print "process: baseline experiment (delta)"
71 # Print the last tick for the bootanimation process
118 # 1: process name
125 process = process_map[proc_name]
127 process = {'start_time': int(segs[21])}
128 process_map[proc_name] = process
130 process['last_tick'] = timestamp
  /external/autotest/client/cros/cellular/
forward_8960_screen 90 self.process = subprocess.Popen(*self.args, **self.kwargs)
91 return self.process
94 self.process.kill()
  /external/clang/test/Analysis/
unions.cpp 61 extern void process(IntOrString);
66 process(uu);
105 process(uu);
  /external/guice/core/src/com/google/inject/internal/
AbstractProcessor.java 43 public void process(Iterable<InjectorShell> isolatedInjectorBuilders) { method in class:AbstractProcessor
45 process(injectorShell.getInjector(), injectorShell.getElements());
49 public void process(InjectorImpl injector, List<Element> elements) { method in class:AbstractProcessor
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
ModifyQualifiedNames.java 18 import com.google.currysrc.api.process.Context;
19 import com.google.currysrc.api.process.Processor;
43 public void process(Context context, CompilationUnit cu) { method in class:ModifyQualifiedNames
ModifyStringLiterals.java 18 import com.google.currysrc.api.process.Context;
19 import com.google.currysrc.api.process.Processor;
42 public void process(Context context, CompilationUnit cu) { method in class:ModifyStringLiterals
RenamePackage.java 18 import com.google.currysrc.api.process.Context;
19 import com.google.currysrc.api.process.Processor;
41 public void process(Context context, CompilationUnit cu) { method in class:RenamePackage
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/checker/
CheckForBrokenJciteTag.java 18 import com.google.currysrc.api.process.JavadocUtils;
19 import com.google.currysrc.api.process.Reporter;
20 import com.google.currysrc.api.process.ast.BodyDeclarationLocators;
  /external/libgsm/tst/
cod2lin.c 29 void process P2((f, filename), FILE * f, char * filename) function
94 if (!ac) process(stdin, "*stdin*");
98 process(f, *av);
cod2txt.c 27 void process P2((f, filename), FILE * f, char * filename) function
84 if (!ac) process(stdin, "*stdin*");
88 process(f, *av);
gsm2cod.c 27 void process P2((f, filename), FILE * f, char * filename) function
83 if (!ac) process(stdin, "*stdin*");
87 process(f, *av);

Completed in 656 milliseconds

1 2 3 4 5 67 8 91011>>