Searched defs:process (Results 226 - 250 of 336) sorted by relevance

1234567891011>>

/external/skia/bench/
H A DMathBench.cpp349 virtual void process(float) {} function in class:FloorBench
362 this->process(accum);
369 this->process(accum);
411 virtual void process(int) {} function in class:CLZBench
422 this->process(accum);
429 this->process(accum);
467 virtual void process(int) {} function in class:NormalizeBench
477 this->process(accum);
/external/syslinux/gpxe/src/include/gpxe/
H A Dtls.h15 #include <gpxe/process.h>
169 /** TX process */
170 struct process process; member in struct:tls_session
/external/webrtc/webrtc/base/
H A Dwin32.cc436 HANDLE process = ::GetCurrentProcess(), token; local
437 if (OpenProcessToken(process, TOKEN_QUERY | TOKEN_QUERY_SOURCE, &token)) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
H A DTool.java67 /** Don't process grammar file if generated files are newer than grammar */
93 antlr.process();
408 public void process() { method in class:Tool
1055 * process or has processed.
1242 /** Provide the List of all grammar file names that the ANTLR tool should process.
1244 * @param grammarFileNames The list of grammar files to process
1345 * @param depend true to get depends set rather than process the grammar
/external/autotest/scheduler/
H A Ddrone_manager.py106 process = None variable in class:PidfileContents
115 return self.process and not self.exit_status
119 process = None variable in class:InvalidPidfile
165 # about a drone hitting process limit is sent.
348 def _get_drone_for_process(self, process):
349 return self._drones[process.hostname]
354 assert pidfile_contents.process is not None
355 return self._get_drone_for_process(pidfile_contents.process)
392 contents.process = Process(drone.hostname, pid)
413 process
[all...]
H A Dmonitor_db_unittest.py523 process = drone_manager.Process('myhost', pid) variable in class:PidfileRunMonitorTest
557 contents.process = drone_manager.Process('myhost', pid)
585 self.assertEquals(self.monitor._state.process, None)
587 self.assertEquals(self.monitor._state.process.pid, expected_pid)
636 self.process).and_return(is_running)
668 pidfile shows process running, but no proc exists
/external/blktrace/btreplay/
H A Dbtrecord.c759 * process - Process one input file to an output file
762 static void process(struct ifile_info *iip) function
786 process(list_entry(p, struct ifile_info, head));
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DErrorMessages.java256 protected String process(String s) { return s; } method in class:ErrorMessages.ComponentBuilderMessages
260 return process("@Component has more than one @Component.Builder: %s");
264 return process("@Component.Builder classes must have exactly one constructor,"
269 return process("@Component.Builder types must not have any generic types");
273 return process("@Component.Builder types must be nested within a @Component");
277 return process("@Component.Builder types must be abstract classes or interfaces");
281 return process("@Component.Builder types must not be private");
285 return process("@Component.Builder types must be static");
289 return process("@Component.Builder types must be abstract");
293 return process("
366 @Override protected String process(String s) { method in class:ErrorMessages.SubcomponentBuilderMessages
384 @Override protected String process(String s) { method in class:ErrorMessages.ProductionComponentBuilderMessages
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java81 public void process (final IMetaData mdata, final ICoverageData cdata, method in class:ReportGenerator
120 m_log.trace1 ("process", "[" + getType () + "] report generated in " + (end - start) + " ms");
/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc179 // Attempt to use out-of-process if user has specified a pipe or a
193 // If successful in registering with the monitoring process,
194 // there is no need to setup in-process crash generation.
201 // Either client did not ask for out-of-process crash generation
202 // or registration with the server process failed. In either case,
203 // setup to do in-process crash generation.
344 // Some of the objects were only initialized if out of process
498 // In case of out-of-process dump generation, directly call
587 // In case of out-of-process dump generation, directly call
667 // In case of out-of-process dum
905 WriteMinidumpWithExceptionForProcess( DWORD requesting_thread_id, EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion, HANDLE process, bool write_requester_stream) argument
[all...]
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUJDKCompare.java92 return p.process();
280 public int process() { method in class:ICUJDKCompare
/external/libmojo/mojo/edk/system/
H A Dnode_channel.cc70 // This message may include a process handle on plaforms that require it.
160 LOG(FATAL) << "Multi-process not yet supported on NaCl-SFI";
244 // Privileged nodes use this to pass their childrens' process handles to the
396 // sending process won't likely be around much longer.
468 // If we receive handles from a known process, rewrite them to our own
469 // process. This can occur when a privileged node receives handles directly
475 // process before rewriting them, in order to accommodate RewriteHandles'
485 // Handles received by an unknown process must already be owned by us.
753 void NodeChannel::OnProcessReady(base::ProcessHandle process) { argument
780 LOG(ERROR) << "Error on sending mach ports. Remote process i
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp366 void process() { Processed = true; } function in class:__anon13465::EarlyCSE::StackNode
599 // If this is a simple instruction that we can value number, process it.
619 // If this is a non-volatile load, process it.
675 // If this is a read-only call, process it.
814 // the node from the stack, and process it.
825 NodeToProcess->process();
834 // It has been processed, and there are no more children to process,
/external/python/cpython2/Modules/
H A D_hashopenssl.c155 unsigned int process; local
160 process = MUNCH_SIZE;
162 process = Py_SAFE_DOWNCAST(len, Py_ssize_t, unsigned int);
163 EVP_DigestUpdate(self->ctx, (const void*)cp, process);
164 len -= process;
165 cp += process;
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
H A DOutliner.java322 protected void process() { method in class:Outliner.OutlineSpotter
740 new OutlineIdentifier(method, block).process();
770 new OutlineRewriter(method, code, blocksIterator, block, toRemove).process();
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
H A DTerminalBridge.java171 public TerminalBridge(final TerminalManager manager, InterpreterProcess process, AbsTransport t) argument
175 mProcess = process;
277 * Spawn thread to open connection and start login process.
/external/syslinux/gpxe/src/net/udp/
H A Dtftp.c672 int ( * process ) ( struct tftp_request *tftp, const char *value ); member in struct:tftp_option
697 return option->process ( tftp, value );
/external/v8/samples/
H A Dprocess.cc290 // Invoke the process function, giving the global object as 'this'
294 v8::Local<v8::Function> process = local
297 if (!process->Call(context, context->Global(), argc, argv).ToLocal(&result)) {
649 StringHttpRequest("/process.cc", "localhost", "google.com", "firefox"),
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c885 static int process(int s) function
910 printf("Failed to process request\n");
1085 process(serv_sock);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_i.h28 * struct eap_method_ret - EAP return values from struct eap_method::process()
32 * the return value of struct eap_method::process() so it is not included in
102 * process - Process an EAP request
109 * This function is a combination of m.check(), m.process(), and
112 * and build a response packet. m.check() and m.process() return values
116 struct wpabuf * (*process)(struct eap_sm *sm, void *priv, member in struct:eap_method
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_i.h28 * struct eap_method_ret - EAP return values from struct eap_method::process()
32 * the return value of struct eap_method::process() so it is not included in
102 * process - Process an EAP request
109 * This function is a combination of m.check(), m.process(), and
112 * and build a response packet. m.check() and m.process() return values
116 struct wpabuf * (*process)(struct eap_sm *sm, void *priv, member in struct:eap_method
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_i.h28 * struct eap_method_ret - EAP return values from struct eap_method::process()
32 * the return value of struct eap_method::process() so it is not included in
102 * process - Process an EAP request
109 * This function is a combination of m.check(), m.process(), and
112 * and build a response packet. m.check() and m.process() return values
116 struct wpabuf * (*process)(struct eap_sm *sm, void *priv, member in struct:eap_method
/external/autotest/client/profilers/powertop/src/
H A Dpowertop.c939 char *count, *pid, *process, *func; local
964 process = c;
973 if (strcmp(process, "insmod") == 0)
974 process = _("<kernel module>");
975 if (strcmp(process, "modprobe") == 0)
976 process = _("<kernel module>");
977 if (strcmp(process, "swapper") == 0)
978 process = _("<kernel core>");
984 if (strcmp(process, "powertop") == 0)
995 sprintf(line2, "%15s : %s", process, fun
[all...]
/external/autotest/server/hosts/
H A Dadb_host.py357 kill the running process. The run() function
359 to complete if it has to kill the process.
490 kill the running process. The run() function
492 to complete if it has to kill the process.
740 # the fastboot process has been nuked, it still stays around and
1101 def process(rel_path, default_perm): function in function:ADBHost.get_file
1112 process(rel_root, _DEFAULT_DIR_PERMS)
1114 process(os.path.join(rel_root, f), _DEFAULT_FILE_PERMS)
1213 Forwards a port securely through a tunnel process from the server
1221 @return: the tunnel process
[all...]
/external/dagger2/lib/
H A Dauto-service-1.0-rc2.jar ... javax.lang.model.SourceVersion getSupportedSourceVersion () public boolean process (java.util.Set, javax.annotation.processing ...

Completed in 1060 milliseconds

1234567891011>>