Searched refs:process (Results 376 - 400 of 714) sorted by relevance

<<11121314151617181920>>

/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_tls.c304 eap->process = eap_tls_process;
334 eap->process = eap_tls_process;
/external/chromium-trace/trace-viewer/src/
H A Dlinux_perf_importer.js14 * tracing uses. Whereas tracing uses pid to identify a specific process, a pid
15 * in a linux trace refers to a specific thread within a process. Within this
409 var process = thread.parent;
410 delete process.threads[thread.tid];
411 delete this.model_.processes[process.pid];
/external/dexmaker/lib/
H A Djarjar.jar ... .util.Set closure java.util.Collection process public boolean process (com.tonicsystems.jarjar.ext_util ...
/external/chromium/chrome/browser/
H A Dbrowser_main.cc660 void CreateChildThreads(BrowserProcessImpl* process) { argument
661 process->db_thread();
662 process->file_thread();
663 process->process_launcher_thread();
664 process->cache_thread();
665 process->io_thread();
668 process->watchdog_thread();
774 // Initializes the metrics service with the configuration for this process,
1128 // Main routine for running as the Browser process.
1151 // I (viettrungluu) am in the process o
[all...]
H A Dbrowser_about_handler.cc179 // "about:memory" on the new tab page or any other page where a process
185 // redirect solves the problem by eliminating the process transition during the
623 // Populate the collector with stats from the local browser process
807 // Get about_stats.html and process a pretty page.
1135 // Aggregate per-process data into browser summary data.
1183 // Set the browser & renderer detailed process data.
1189 ProcessData process = browser_processes[0]; // Chrome is the first browser. local
1190 root.SetString("current_browser_name", process.name);
1192 for (size_t index = 0; index < process.processes.size(); index++) {
1193 if (process
[all...]
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager_resource_providers.cc79 base::ProcessHandle process, RenderViewHost* render_view_host)
80 : process_(process),
86 // We cache the process and pid as when a Tab/BackgroundContents is closed the
87 // process reference becomes NULL and the TaskManager still needs it.
402 render_view_host->process()->GetHandle(),
404 process_route_id_pair_(std::make_pair(render_view_host->process()->id(),
608 background_contents->render_view_host()->process()->GetHandle(),
673 // render view host process
759 // Don't add contents whose process is dead.
760 if (!contents->render_view_host()->process()
78 TaskManagerRendererResource( base::ProcessHandle process, RenderViewHost* render_view_host) argument
[all...]
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKView.mm198 // needs to be updated with the pid of the remote process. If the process is going
201 if (registerProcess && _data->_page->process())
202 pid = _data->_page->process()->processIdentifier();
612 // If the process exits before the command can be validated, we'll be called back with an error.
706 // If we are not already awaiting validation for this command, start the asynchronous validation process.
712 // Treat as enabled until we get the result back from the web process and _setUserInterfaceItemState is called.
774 _data->_page->process()->updateTextCheckerState();
788 _data->_page->process()->updateTextCheckerState();
796 _data->_page->process()
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DBaseTest.java169 antlr.process();
371 Process process =
373 StreamVacuum stdoutVacuum = new StreamVacuum(process.getInputStream(), inputFile);
374 StreamVacuum stderrVacuum = new StreamVacuum(process.getErrorStream(), inputFile);
377 process.waitFor();
523 System.err.println("can't read output from process");
/external/chromium/base/
H A Dprocess_util_unittest.cc62 // The longest we'll wait for a process, in milliseconds.
107 // Spawn a child process that counts how many file descriptors are open.
164 // TODO(gspencer): turn this test process into a very small program
175 // Make this process have a segmentation fault.
221 // Send a SIGKILL to this process, just like the OOM killer would.
255 // Ensure that the priority of a process is restored correctly after
258 // a process. The calls to SetProcessBackground should be noops then.
261 base::Process process(handle);
262 int old_priority = process.GetPriority();
263 process
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextensions_ui.cc280 empty_pages, // Terminated process has no active pages.
633 // that don't have a process at startup. Similarly, NAV_ENTRY_COMMITTED &
753 // Get the extension process's active views.
760 // Repeat for the incognito process, if applicable.
775 RenderProcessHost* process,
778 if (!process)
781 RenderProcessHost::listeners_iterator iter = process->ListenersIterator();
801 result->push_back(ExtensionPage(url, process->id(), host->routing_id(),
802 process->profile()->IsOffTheRecord()));
774 GetActivePagesForExtensionProcess( RenderProcessHost* process, const Extension* extension, std::vector<ExtensionPage> *result) argument
H A Dextension_crash_recovery_browsertest.cc75 extension_host->render_view_host()->process();
92 ASSERT_EQ(extension_host->render_view_host()->process(),
/external/chromium/chrome/browser/ui/webui/options/
H A Dextension_settings_handler.cc378 empty_pages, // Terminated process has no active pages.
726 // that don't have a process at startup. Similarly, NAV_ENTRY_COMMITTED &
832 // Get the extension process's active views.
839 // Repeat for the incognito process, if applicable.
854 RenderProcessHost* process,
857 if (!process)
860 RenderProcessHost::listeners_iterator iter = process->ListenersIterator();
880 result->push_back(ExtensionPage(url, process->id(), host->routing_id(),
881 process->profile()->IsOffTheRecord()));
853 GetActivePagesForExtensionProcess( RenderProcessHost* process, const Extension* extension, std::vector<ExtensionPage> *result) argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp166 /// \brief Pre-process a function which propagates taint according to the
168 ProgramStateRef process(const CallExpr *CE, CheckerContext &C) const;
313 State = Rule.process(CE, C);
451 GenericTaintChecker::TaintPropagationRule::process(const CallExpr *CE, function in class:GenericTaintChecker::TaintPropagationRule
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc84 // process a grace period to stop referencing it.
129 // A plugin process has started but we don't have its handle yet. Since
138 // The plugin process might have died in the time to execute the task, don't
143 HWND window_; // Plugin HWND, created and destroyed in the plugin process.
148 // How many times we try to find a PluginProcessHost whose process matches
188 // The plugin wrapper window which lives in the browser process has this proc
370 // Note this only works with out of process plugins since we depend on
377 // a race condition, so we ignore it and not kill the plugin process.
382 // process synchronous Windows messages.
465 // it immediately. The GPU process ha
[all...]
/external/icu4c/common/
H A Duts46.cpp150 process(const UnicodeString &src,
221 return process(label, TRUE, TRUE, dest, info, errorCode);
227 return process(label, TRUE, FALSE, dest, info, errorCode);
233 process(name, FALSE, TRUE, dest, info, errorCode);
246 return process(name, FALSE, FALSE, dest, info, errorCode);
296 UTS46::process(const UnicodeString &src, function in class:UTS46
498 // Output the previous ASCII labels and process the rest of src in UTF-16.
/external/chromium/third_party/libevent/
H A Devrpc.c122 hook->process = cb;
173 if (hook->process(req, evbuf, hook->process_arg) == -1)
/external/llvm/lib/Support/Windows/
H A DSignals.inc292 /// SIGSEGV) is delivered to the process, print a stack trace and then exit.
307 /// to the process. The handler can have a cookie passed to it to identify
409 // Verify the PC belongs to a module in this process.
464 // the process dies.
470 // to catch it in this thread so it will kill the process.
473 return TRUE; // Don't kill the process.
476 // Allow normal processing to take place; i.e., the process dies.
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp313 void process() { Processed = true; } function in class:__anon9087::EarlyCSE::StackNode
396 // If this is a simple instruction that we can value number, process it.
413 // If this is a non-volatile load, process it.
446 // If this is a read-only call, process it.
537 // the node from the stack, and process it.
548 NodeToProcess->process();
559 // It has been processed, and there are no more children to process,
/external/mesa3d/docs/
H A DMESA_drm_image.spec100 To create a process local handle or a global DRM name for a
/external/opencv/cv/src/
H A Dcvsnakes.cpp112 /* inner buffer of convolution process */
308 pX.process( &_src1, &_dx );
309 pY.process( &_src1, &_dy );
/external/valgrind/main/coregrind/
H A Dm_tooliface.c253 Bool (*process)(Char*),
259 VG_(tdict).tool_process_cmd_line_option = process;
252 needs_command_line_options( Bool (process)Char*), void (*usage)(void), void (*debug_usage)(void) ) argument
/external/valgrind/main/gdbserver_tests/
H A Dmcleak.stderrB.exp1 relaying data between gdb and process ....
/external/iproute2/misc/
H A Dss.c203 char process[0]; member in struct:user_ent
216 static void user_ent_add(unsigned int ino, const char *process, int pid, int fd) argument
221 str_len = strlen(process) + 1;
229 strcpy(p->process, process);
256 char process[16]; local
269 process[0] = '\0';
287 if (process[0] == '\0') {
293 fscanf(fp, "%*d (%[^)])", process);
298 user_ent_add(ino, process, pi
[all...]
/external/android-mock/src/com/google/android/testing/mocking/
H A DUsesMocksProcessor.java71 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment environment) { method in class:UsesMocksProcessor
109 * {@link #process(Set, RoundEnvironment)} method.
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DAntlr3Mojo.java63 * @phase process-sources
210 * Note that ANTLR will not try to process grammars that it finds to be imported
361 // Now pick up all the files and process them with the Tool
378 tool.process();
432 getLog().info("No grammars to process");
441 // grammars to process.

Completed in 482 milliseconds

<<11121314151617181920>>