/system/extras/librank/ |
librank.c | 160 struct process_info *process; local 162 process = calloc(1, sizeof(*process)); 163 if (!process) { 164 fprintf(stderr, "Couldn't allocate space for process struct: %s\n", strerror(errno)); 168 process->pid = pid; 169 getprocname(pid, process->cmdline, sizeof(process->cmdline)); 171 return process; 337 fprintf(stderr, "warning: could not create process interface for %d\n", pids[i]) [all...] |
/system/sepolicy/ |
system_server.te | 3 # Most of the framework services run in this process. 26 allow system_server self:process ptrace; 30 allow system_server zygote:process sigchld; 34 allow system_server zygote:process sigkill; 85 allow system_server { appdomain autoplay_app }:process { sigkill signal }; 88 allow system_server { appdomain autoplay_app }:process { getsched setsched }; 89 allow system_server audioserver:process { getsched setsched }; 90 allow system_server cameraserver:process { getsched setsched }; 91 allow system_server mediaserver:process { getsched setsched }; 126 allow system_server init:process sigchld [all...] |
/frameworks/native/services/inputflinger/tests/ |
InputReader_test.cpp | 843 << "Expected process() to have been called."; 887 virtual void process(const RawEvent* rawEvent) { function in class:android::FakeInputMapper 1441 static void process(InputMapper* mapper, nsecs_t when, int32_t deviceId, int32_t type, function in class:android::InputMapperTest [all...] |
/art/tools/dexfuzz/src/dexfuzz/listeners/ |
UniqueProgramTrackerListener.java | 142 Process process = local 145 process.waitFor(); 172 Process process = local 175 process.waitFor();
|
/development/ndk/sources/android/native_app_glue/ |
android_native_app_glue.h | 72 * can call the process() function on it, and fill in android_app->onAppCmd 76 * Alternatively, you can call the low-level functions to read and process 100 void (*process)(struct android_app* app, struct android_poll_source* source); member in struct:android_poll_source 106 * in its own thread separate from the main thread of the process. 116 // Fill this in with the function to process main app commands (APP_CMD_*) 119 // Fill this in with the function to process input events. At this point
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
ExitTest.java | 76 exitCode = debuggeeWrapper.process.exitValue();
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
JDWPManualDebuggeeWrapper.java | 70 * Asks user to launch process with given command line and waits for 75 * @return null instead of associated Process object 77 * if user does not confirm process launching 79 protected Process launchProcess(String cmdLine) throws IOException { 89 * Waits for user to confirm that launched process has exited. 91 * @param process 92 * should be null instead of associated Process object 94 * if user does not confirm process exit 96 protected void WaitForProcessExit(Process process) throws IOException [all...] |
/external/apache-http/src/org/apache/http/client/protocol/ |
RequestProxyAuthentication.java | 68 public void process(final HttpRequest request, final HttpContext context) method in class:RequestProxyAuthentication
|
RequestTargetAuthentication.java | 68 public void process(final HttpRequest request, final HttpContext context) method in class:RequestTargetAuthentication
|
/external/apache-http/src/org/apache/http/protocol/ |
BasicHttpProcessor.java | 287 public void process( method in class:BasicHttpProcessor 295 interceptor.process(request, context); 301 public void process( method in class:BasicHttpProcessor 309 interceptor.process(response, context);
|
RequestContent.java | 65 public void process(final HttpRequest request, final HttpContext context) method in class:RequestContent
|
RequestExpectContinue.java | 65 public void process(final HttpRequest request, final HttpContext context) method in class:RequestExpectContinue
|
RequestTargetHost.java | 67 public void process(final HttpRequest request, final HttpContext context) method in class:RequestTargetHost
|
/external/autotest/client/deps/pyxinput/ |
pyxinput.py | 29 ctypesgencore.processor.process(desc, self)
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
rendering_frame_unittest.py | 108 process = timeline.GetOrCreateProcess(pid=1) 109 main_thread = process.GetOrCreateThread(tid=11) 116 process.FinalizeImport() 117 self.assertRaises(Exception, GetFrameEventsInsideRange, process,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/ |
cmdshell.py | 335 process = subprocess.Popen(self.command, shell=True, stdin=subprocess.PIPE, 337 while process.poll() is None: 339 t = process.communicate() 344 return (process.returncode, log_fp.getvalue())
|
task.py | 105 process = subprocess.Popen(self.command, shell=True, stdin=subprocess.PIPE, 109 while process.poll() is None: 118 t = process.communicate() 123 self.last_status = process.returncode
|
/external/curl/lib/ |
hostasyn.c | 40 #include <process.h>
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
MonitoringModuleProcessingStep.java | 50 public Set<Element> process( method in class:MonitoringModuleProcessingStep
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
minidump_writer.h | 75 // crashing_process: the pid of the crashing process. This must be trusted. 76 // blob: a blob of data from the crashing process. See exception_handler.h 91 bool WriteMinidump(const char* minidump_path, pid_t process,
|
/external/google-breakpad/src/tools/windows/converter/ |
ms_symbol_server_converter.h | 194 static BOOL CALLBACK SymCallback(HANDLE process, ULONG action, ULONG64 data,
|
/external/guice/core/src/com/google/inject/internal/ |
DeferredLookups.java | 49 new LookupProcessor(errors).process(injector, lookups);
|
/external/icu/icu4c/source/layout/ |
CursiveAttachmentSubtables.cpp | 17 le_uint32 CursiveAttachmentSubtable::process(const LEReferenceTo<CursiveAttachmentSubtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:CursiveAttachmentSubtable
|
GXLayoutEngine.cpp | 49 fMorphTable->process(fMorphTable, glyphStorage, success);
|
GXLayoutEngine2.cpp | 46 fMorphTable->process(fMorphTable, glyphStorage, fTypoFlags, success);
|