HomeSort by relevance Sort by last modified time
    Searched refs:process (Results 1 - 25 of 969) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
cstdlib_header_test.cpp 12 # include <process.h>
  /ndk/tests/device/test-gnustl-full/unit/
cstdlib_header_test.cpp 12 # include <process.h>
  /ndk/tests/device/test-stlport/unit/
cstdlib_header_test.cpp 12 # include <process.h>
  /external/llvm/unittests/Support/
ProcessTest.cpp 10 #include "llvm/Support/Process.h"
23 EXPECT_TRUE(process::get_self());
24 EXPECT_EQ(process::get_self(), process::get_self());
27 EXPECT_EQ(getpid(), process::get_self()->get_id());
29 EXPECT_EQ(GetCurrentProcess(), process::get_self()->get_id());
32 EXPECT_LT(1u, process::get_self()->page_size());
34 EXPECT_LT(TimeValue::MinTime, process::get_self()->get_user_time());
35 EXPECT_GT(TimeValue::MaxTime, process::get_self()->get_user_time());
36 EXPECT_LT(TimeValue::MinTime, process::get_self()->get_system_time())
    [all...]
  /cts/tests/ProcessTest/NoShareUidApp/src/com/android/cts/process/activity/
NoSharePidActivity.java 16 package com.android.cts.process.activity;
  /cts/tests/ProcessTest/ShareUidApp/src/com/android/cts/process/activity/
SharePidActivity.java 16 package com.android.cts.process.activity;
SharePidSubActivity.java 16 package com.android.cts.process.activity;
  /external/chromium/chrome/browser/
desktop_notification_handler.cc 52 RenderProcessHost* process = render_view_host()->process(); local
54 DesktopNotificationServiceFactory::GetForProfile(process->profile());
58 process->id(),
64 RenderProcessHost* process = render_view_host()->process(); local
66 DesktopNotificationServiceFactory::GetForProfile(process->profile());
69 process->id(),
81 RenderProcessHost* process = render_view_host()->process(); local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
SystemProcessTest.java 18 package org.apache.harmony.luni.tests.internal.process;
29 Process process = null; local
35 process = (Process) execArgs[0];
36 OutputStream os = process.getOutputStream();
39 process.waitFor();
50 process.waitFor();
52 process.destroy();
  /external/icu4c/layout/
SinglePositioningSubtables.h 26 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
34 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
43 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
SingleSubstitutionSubtables.h 25 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
32 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
40 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
SinglePositioningSubtables.cpp 18 le_uint32 SinglePositioningSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:SinglePositioningSubtable
29 return subtable->process(glyphIterator, fontInstance);
36 return subtable->process(glyphIterator, fontInstance);
44 le_uint32 SinglePositioningFormat1Subtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:SinglePositioningFormat1Subtable
58 le_uint32 SinglePositioningFormat2Subtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:SinglePositioningFormat2Subtable
GlyphPosnLookupProc.cpp 82 delta = subtable->process(glyphIterator, fontInstance);
90 delta = subtable->process(glyphIterator, fontInstance);
98 delta = subtable->process(glyphIterator, fontInstance);
106 delta = subtable->process(glyphIterator, fontInstance);
114 delta = subtable->process(glyphIterator, fontInstance);
122 delta = subtable->process(glyphIterator, fontInstance);
130 delta = subtable->process(this, glyphIterator, fontInstance, success);
138 delta = subtable->process(this, glyphIterator, fontInstance, success);
146 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
  /external/llvm/lib/Support/
Process.cpp 1 //===-- Process.cpp - Implement OS Process Concept --------------*- C++ -*-===//
10 // This header file implements the operating system Process concept.
16 #include "llvm/Support/Process.h"
26 // Empty virtual destructor to anchor the vtable for the process class.
27 process::~process() {}
29 self_process *process::get_self() {
47 // instance should live until the process terminates to avoid the potential for
58 /// startup of the process to get approximately correct results
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Program.java 27 public abstract void process(Frame[] inputs, Frame output); method in class:Program
29 public void process(Frame input, Frame output) { method in class:Program
32 process(inputs, output); method
  /external/valgrind/main/gdbserver_tests/
mcclean_after_fork.stderrB.exp 1 relaying data between gdb and process ....
3 monitor command request to kill this process
mcmain_pic.stderrB.exp 1 relaying data between gdb and process ....
nlpasssigalrm.stderrB.exp 1 relaying data between gdb and process ....
  /external/chromium/chrome/browser/service/
service_process_control_browsertest.cc 30 // ForceServiceProcessShutdown removes the process from launchd on Mac.
37 ServiceProcessControl* process = local
40 process_ = process;
42 // Launch the process asynchronously.
43 process->Launch(
57 process()->GetCloudPrintProxyStatus(NewCallback(
100 ServiceProcessControl* process() { return process_; } function in class:ServiceProcessControlBrowserTest
114 // Make sure we are connected to the service process.
115 EXPECT_TRUE(process()->is_connected());
118 // And then shutdown the service process
163 ServiceProcessControl* process = local
188 ServiceProcessControl* process = local
    [all...]
service_process_control_manager.cc 24 // TODO(hclam): We will have different service process for different types of
25 // service, but now we only create a new process for a different profile.
33 ServiceProcessControl* process = new ServiceProcessControl(profile); local
34 process_control_list_.push_back(process);
35 return process;
40 // shutdown the service process.
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
debflex.awk 4 # Rewritten to process correctly \n's in scanner input.
68 # otherwise we have a new rule - process what we got so far
70 process();
74 process();
77 function process() { function
  /external/apache-http/src/org/apache/http/
HttpRequestInterceptor.java 41 * Provides the ability to process a request before it is sent
66 void process(HttpRequest request, HttpContext context) method in interface:HttpRequestInterceptor
HttpResponseInterceptor.java 40 * Provides the ability to process a response before it is sent
65 void process(HttpResponse response, HttpContext context) method in interface:HttpResponseInterceptor
  /external/bison/lib/
waitpid.c 1 /* Wait for process state change.
24 #include <process.h> /* for _cwait, WAIT_CHILD */
  /external/chromium/chrome/browser/extensions/
app_process_apitest.cc 41 EXPECT_EQ(opener_host->process(), newtab->render_view_host()->process());
43 EXPECT_NE(opener_host->process(), newtab->render_view_host()->process());
93 // grouped in the same process.
97 EXPECT_EQ(host->process(),
98 browser()->GetTabContentsAt(2)->render_view_host()->process());
99 EXPECT_NE(host->process(),
100 browser()->GetTabContentsAt(3)->render_view_host()->process());
108 // TODO(creis): This should open in a new process (i.e., false for the las
    [all...]

Completed in 1455 milliseconds

1 2 3 4 5 6 7 8 91011>>