Searched defs:process (Results 251 - 275 of 406) sorted by relevance

<<11121314151617

/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractStreamingHasherTest.java112 * sinks process it; all should produce the same answer, the only difference should be the
113 * number of process()/processRemaining() invocations, due to alignment.
174 @Override protected void process(ByteBuffer bb) { method in class:AbstractStreamingHasherTest.Sink
192 assertEquals(before + 1, after); // default implementation pads and calls process()
/external/icu4c/layout/
H A DKernTable.cpp170 void KernTable::process(LEGlyphStorage& storage) function in class:KernTable
H A DLookupProcessor.cpp49 le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, function in class:LookupProcessor
/external/javassist/src/main/javassist/tools/web/
H A DWebserver.java188 final void process(Socket clnt) throws IOException { method in class:Webserver
402 web.process(sock);
/external/jpeg/
H A Drdjpgcom.c107 #define M_SOF1 0xC1 /* N indicates which compression process */
188 * want to process.
271 const char * process; local
282 case M_SOF0: process = "Baseline"; break;
283 case M_SOF1: process = "Extended sequential"; break;
284 case M_SOF2: process = "Progressive"; break;
285 case M_SOF3: process = "Lossless"; break;
286 case M_SOF5: process = "Differential sequential"; break;
287 case M_SOF6: process = "Differential progressive"; break;
288 case M_SOF7: process
[all...]
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh1339 process() { function
/external/linux-tools-perf/util/
H A Dsession.h153 machine__process_t process)
155 process(&self->host_machine, self);
156 return machines__process(&self->machines, process, self);
152 perf_session__process_machines(struct perf_session *self, machine__process_t process) argument
/external/mesa3d/src/glsl/
H A Dlink_uniforms.cpp61 uniform_field_visitor::process(ir_variable *var) function in class:uniform_field_visitor
250 process(var);
573 /* FINISHME: Update code to process built-in uniforms!
578 uniform_size.process(var);
618 /* FINISHME: Update code to process built-in uniforms!
/external/openssh/
H A Dssh-pkcs11-helper.c207 process(void) function
358 process();
/external/qemu/distrib/jpeg-6b/
H A Drdjpgcom.c107 #define M_SOF1 0xC1 /* N indicates which compression process */
188 * want to process.
271 const char * process; local
282 case M_SOF0: process = "Baseline"; break;
283 case M_SOF1: process = "Extended sequential"; break;
284 case M_SOF2: process = "Progressive"; break;
285 case M_SOF3: process = "Lossless"; break;
286 case M_SOF5: process = "Differential sequential"; break;
287 case M_SOF6: process = "Differential progressive"; break;
288 case M_SOF7: process
[all...]
/external/qemu/memcheck/
H A Dmemcheck_proc_management.h14 * Contains declarations of structures, routines, etc. related to process
34 /* Describes a process that is monitored by memchecker framework. */
36 /* Map of memory blocks allocated in context of this process. */
39 /* Map of memory mapped modules loaded in context of this process. */
42 /* Descriptor's entry in the global process list. */
45 /* List of threads running in context of this process. */
48 /* Path to the process' image file. */
54 /* Parent process id. */
57 /* Misc. process flags. See PROC_FLAG_XXX */
65 /* ProcDesc->image_path has been replaced during process executio
95 ProcDesc* process; member in struct:ThreadDesc
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-oro.jar ... taskdefs.optional.perforce.P4Fstat parent public void process (java.lang.String) throws org.apache. ...
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_permission_context.cc523 RenderProcessHost* process = epm->GetExtensionProcess(requesting_frame); local
524 if (process && process->id() == render_process_id) {
/external/chromium/chrome/browser/service/
H A Dservice_process_control.cc112 // If we already in the process of launching, then we are done.
117 // If the service process is already running then connects to it.
123 // A service process should have a different mechanism for starting, but now
124 // we start it as if it is a child process.
127 NOTREACHED() << "Unable to get service process binary name.";
166 // And then start the process asynchronously.
175 // After we have successfully created the service process we try to connect
179 // If we don't have process handle that means launching the service process
204 // We just established a channel with the service process
311 Launcher(ServiceProcessControl* process, CommandLine* cmd_line) argument
[all...]
/external/chromium/chrome/common/
H A Dsandbox_policy.cc191 // also loaded in this process. All the injected dlls of interest do this.
362 // process rundll32. After launching the broker we need to pass to
363 // the flash plugin the process id of the broker via the command line
385 base::ProcessHandle process; local
386 if (!base::LaunchApp(cmd_final, false, true, &process))
390 base::Int64ToString(::GetProcessId(process)));
402 ::AssignProcessToJobObject(job, process);
409 ::CloseHandle(process);
512 // For the GPU process we gotten as far as USER_LIMITED. The next level
514 // backend. Note that the GPU process i
576 base::ProcessHandle process = 0; local
[all...]
/external/chromium_org/base/process/
H A Dprocess_metrics_win.cc5 #include "base/process/process_metrics.h"
21 ProcessMetrics* ProcessMetrics::CreateProcessMetrics(ProcessHandle process) { argument
22 return new ProcessMetrics(process);
106 // If we query 64bit processes in a 32bit process, VirtualQueryEx()
209 // we may call this function on a process that has just exited but we have
269 ProcessMetrics::ProcessMetrics(ProcessHandle process) argument
270 : process_(process),
/external/chromium_org/chrome/browser/extensions/api/processes/
H A Dprocesses_api.cc59 // Determine process type.
113 // tabs using this renderer process.
182 // per process, therefore we need to iterate through the group of resources
303 // index and use it for retrieving the process data.
309 base::DictionaryValue* process = CreateProcessFromModel( local
311 DCHECK(process != NULL);
313 if (process == NULL)
316 args->Append(process);
344 base::DictionaryValue* process = CreateProcessFromModel(id, model_, i, true); local
345 processes_map.AddWithID(process,
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_function_dispatcher.cc12 #include "base/process/process.h"
120 // Kills the specified process because it sends us a malformed message.
121 void KillBadMessageSender(base::ProcessHandle process) { argument
124 if (process)
125 base::KillProcess(process, content::RESULT_CODE_KILLED_BAD_MESSAGE, false);
145 // In single process mode it is better if we don't suicide but just crash.
518 // Privileged APIs can only be called from the process the extension
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_focus_uitest.cc104 base::ProcessHandle process; local
107 &process)) {
108 if (!GetProcessImageFileName(process, WriteInto(&filename, MAX_PATH),
111 filename = std::wstring(L"Unable to read filename for process id '" +
116 base::CloseProcessHandle(process);
505 // We need to run the message loop to process it.
557 // We need to run the message loop to process it.
633 // We need to run the message loop to process it.
676 // We need to run the message loop to process it.
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
H A Dmemory_internals_proxy.cc77 base::DictionaryValue* process; local
78 if (!processes->GetDictionary(i, &process))
81 if (process->GetInteger("pid", &id) && id == static_cast<int>(pid))
82 return process;
213 scoped_refptr<ProcessDetails> process(new ProcessDetails(
215 process->StartFetch(MemoryDetails::SKIP_USER_METRICS);
245 base::DictionaryValue* process = new DictionaryValue(); local
247 extension_info->Append(process);
249 process_info->Append(process);
252 process
284 base::DictionaryValue* process; local
310 base::DictionaryValue* process = FindProcessFromPid(processes, pid); local
[all...]
/external/chromium_org/chrome/test/automation/
H A Dproxy_launcher.cc12 #include "base/process/kill.h"
13 #include "base/process/launch.h"
141 << "Error while awaiting automation ping from browser process";
188 // the UI tests in single-process mode.
301 // the browser notices and drops its reference to the browser process.
305 // Wait for the browser process to quit. It should quit once all tabs have
335 // the browser notices and drops its reference to the browser process.
391 // Add any explicit command line flags passed to the process.
471 base::ProcessHandle* process) {
511 return base::LaunchProcess(command_line, options, process);
468 LaunchBrowserHelper(const LaunchState& state, bool main_launch, bool wait, base::ProcessHandle* process) argument
524 base::ProcessHandle ProxyLauncher::process() const { function in class:ProxyLauncher
[all...]
/external/chromium_org/content/browser/devtools/
H A Dworker_devtools_manager.cc267 void WorkerDevToolsManager::WorkerContextStarted(WorkerProcessHost* process, argument
269 WorkerId new_worker_id(process->GetData().id, worker_route_id);
326 if (WorkerProcessHost* process = FindWorkerProcess(worker_process_id)) {
327 const WorkerProcessHost::Instances& instances = process->instances();
334 InspectedWorker(process, worker_route_id, i->url(), i->name()));
435 if (WorkerProcessHost* process = FindWorkerProcess(id.first))
436 process->Send(new DevToolsAgentMsg_ResumeWorkerContext(id.second));
/external/chromium_org/content/browser/renderer_host/
H A Dbacking_store_gtk.cc345 RenderProcessHost* process,
369 TransportDIB* dib = process->GetTransportDIB(bitmap);
344 PaintToBackingStore( RenderProcessHost* process, TransportDIB::Id bitmap, const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects, float scale_factor, const base::Closure& completion_callback, bool* scheduled_completion_callback) argument
/external/chromium_org/content/browser/renderer_host/input/
H A Dimmediate_input_router.cc75 RenderProcessHost* process,
78 : process_(process),
88 DCHECK(process);
74 ImmediateInputRouter( RenderProcessHost* process, InputRouterClient* client, int routing_id) argument
/external/chromium_org/media/audio/
H A Dcross_process_notification_unittest.cc8 #include "base/process/kill.h"
320 // Since for each signal, we process all signaled events, the shared data
371 // A very crude IPC mechanism that we use to set up the spawned child process
372 // and the parent process.
389 // The main routine of the child process. Waits for the parent process
391 // wait and signal to the parent process.
415 // Spawns a new process and hands a CrossProcessNotification instance to the
416 // new process. Once that's done, it waits for the child process t
446 base::ProcessHandle process = SpawnChild("CrossProcessNotificationChildMain", local
449 base::ProcessHandle process = SpawnChild("CrossProcessNotificationChildMain", local
[all...]

Completed in 787 milliseconds

<<11121314151617