HomeSort by relevance Sort by last modified time
    Searched refs:process (Results 701 - 725 of 2601) sorted by null

<<21222324252627282930>>

  /external/webrtc/webrtc/tools/rtcbot/
main.js 86 + process.argv[0] + ' ' + process.argv[1]
95 var testList = process.argv.slice(2);
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
ViewInfoStoreTest.java 161 mStore.process(mCallback);
173 mStore.process(mCallback);
186 mStore.process(mCallback);
201 mStore.process(mCallback);
217 mStore.process(mCallback);
230 mStore.process(mCallback);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 24 DeviceView_Debug_Process=Debug Process
25 DeviceView_Debug_Process_Title=Process Debug
26 DeviceView_Debug_Process_Tooltip=Debug the selected process, provided its source project is present and opened in the workspace.
33 DeviceView_Process_Already_Being_Debugged=The process is already being debugged\!
34 DeviceView_Process_Debug_Already_In_Use=The process debug port is already in use\!
46 DeviceView_Stop_Process=Stop Process
47 DeviceView_Stop_Process_Tooltip=Stop Process
  /external/ltrace/
output.c 53 static struct process *current_proc = NULL;
58 output_indent(struct process *proc)
65 begin_of_line(struct process *proc, int is_func, int indent)
227 find_proto_cb(struct process *proc, struct library *lib, void *d)
235 lookup_symbol_prototype(struct process *proc, struct library_symbol *libsym)
255 output_line(struct process *proc, const char *fmt, ...)
295 fetch_simple_param(enum tof type, struct process *proc,
338 fetch_param_pack(enum tof type, struct process *proc,
392 fetch_one_param(enum tof type, struct process *proc,
423 struct process *proc
    [all...]
type.c 135 layout_struct(struct process *proc, struct arg_type_info *info,
355 size_t arch_type_sizeof(struct process *proc, struct arg_type_info *arg);
358 arch_type_sizeof(struct process *proc, struct arg_type_info *arg)
366 size_t arch_type_alignof(struct process *proc, struct arg_type_info *arg);
369 arch_type_alignof(struct process *proc, struct arg_type_info *arg)
390 type_sizeof(struct process *proc, struct arg_type_info *type)
460 type_alignof(struct process *proc, struct arg_type_info *type)
513 type_offsetof(struct process *proc, struct arg_type_info *type, size_t emt)
  /art/test/130-hprof/src/
Main.java 70 Process process = pb.start(); local
71 int ret = process.waitFor();
  /bootable/recovery/
wear_touch.cpp 60 void WearSwipeDetector::process(struct input_event *event) {
114 process(&event);
  /build/tools/acp/
acp.c 37 * Process the command-line file arguments.
41 int process(int argc, char* const argv[], unsigned int options) function
248 retVal = process(argc-optind, argv+optind, options);
  /build/tools/zipalign/
ZipAlign.cpp 125 * Process a file. We open the input and output files, failing if the
128 static int process(const char* inFileName, const char* outFileName, function
133 //printf("PROCESS: align=%d in='%s' out='%s' force=%d\n",
293 result = process(argv[1], argv[2], alignment, force, zopfli, pageAlignSharedLibs);
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestExecutor.java 165 processor.process(request, context);
324 processor.process(response, context);
  /external/autotest/client/cros/
sys_power.py 139 process = multiprocessing.Process(target=os.system, args=(command,))
140 process.start()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
android_app_backend.py 93 # Match process names of the form: 'process_name[:subprocess]'.
117 for process in self.GetProcesses():
118 webviews.update(process.GetWebViews())
  /external/dagger2/lib/
auto-service-1.0-rc2.jar 
  /external/eigen/lapack/
dsecnd_NONE.f 19 *> DSECND returns nothing instead of returning the user time for a process in seconds.
second_NONE.f 19 *> SECOND returns nothing instead of returning the user time for a process in seconds.
  /external/guice/lib/build/
munge.jar 
  /external/libchrome/sandbox/linux/services/
yama_unittests.cc 50 // Wait for the process to be stopped so that it can be detached.
58 // _exit(0) if pid can be ptraced by the current process.
69 ScopedProcess process(base::Bind(&ExitZeroIfCanPtrace, pid));
71 int exit_code = process.WaitForExit(&signaled);
141 // A sibling process cannot ptrace process1.
165 // been created from a process that disabled Yama.
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java 272 DependentSubstreamMask dependentSubstreamMask = new DependentSubstreamMask(dWChannelMaskFirstByte, dWChannelMaskSecondByte, entry).process();
282 DependentSubstreamMask dependentSubstreamMask = new DependentSubstreamMask(dWChannelMaskFirstByte, dWChannelMaskSecondByte, entry).process();
292 DependentSubstreamMask dependentSubstreamMask = new DependentSubstreamMask(dWChannelMaskFirstByte, dWChannelMaskSecondByte, entry).process();
302 DependentSubstreamMask dependentSubstreamMask = new DependentSubstreamMask(dWChannelMaskFirstByte, dWChannelMaskSecondByte, entry).process();
313 DependentSubstreamMask dependentSubstreamMask = new DependentSubstreamMask(dWChannelMaskFirstByte, dWChannelMaskSecondByte, entry).process();
324 DependentSubstreamMask dependentSubstreamMask = new DependentSubstreamMask(dWChannelMaskFirstByte, dWChannelMaskSecondByte, entry).process();
334 DependentSubstreamMask dependentSubstreamMask = new DependentSubstreamMask(dWChannelMaskFirstByte, dWChannelMaskSecondByte, entry).process();
619 public DependentSubstreamMask process() { method in class:FlatManifestWriterImpl.DependentSubstreamMask
  /external/v8/tools/
nacl-run.py 48 process = subprocess.Popen(
54 exit_code = process.wait()
  /external/wpa_supplicant_8/hs20/server/
hs20_spp_server.c 64 static int process(struct hs20_svc *ctx) function
178 ret = process(&ctx);
179 debug_print(&ctx, 1, "process() --> %d", ret);
  /frameworks/base/cmds/hid/src/com/android/commands/hid/
Hid.java 83 process(e);
95 private void process(Event e) { method in class:Hid
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
RedEyeFilter.java 111 public void process(FilterContext context) { method in class:RedEyeFilter
131 // Process
133 mProgram.process(inputs, output);
RotateFilter.java 85 public void process(FilterContext context) { method in class:RotateFilter
111 // Process
112 mProgram.process(input, output);
StraightenFilter.java 86 public void process(FilterContext context) { method in class:StraightenFilter
105 // Process
106 mProgram.process(input, output);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
SurfaceTargetFilter.java 143 public void process(FilterContext context) { method in class:SurfaceTargetFilter
172 // Process
173 mProgram.process(gpuFrame, mScreen);

Completed in 449 milliseconds

<<21222324252627282930>>