/external/opencv3/samples/cpp/tutorial_code/photo/hdr_imaging/ |
hdr_imaging.cpp | 21 calibrate->process(images, response, times); 25 merge_debevec->process(images, hdr, times, response); 29 tonemap->process(hdr, ldr); 33 merge_mertens->process(images, fusion);
|
/external/robolectric/v1/src/test/resources/ |
TestAndroidManifestWithProcess.xml | 5 android:process="robolectricprocess"/>
|
/external/selinux/policycoreutils/sestatus/ |
sestatus.conf | 15 [process]
|
/external/strace/ |
exit.c | 9 /* special case: we stop tracing this process, finish line now */
|
/external/testng/src/main/java/org/testng/xml/ |
IPostProcessor.java | 12 Collection<XmlSuite> process(Collection<XmlSuite> suites); method in interface:IPostProcessor
|
/external/valgrind/gdbserver_tests/ |
filter_make_empty | 6 # is copied to a file, together with date and process.
|
nlgone_exit.stdinB.gdb | 3 echo vgdb launched process attached\n
|
nlgone_return.stdinB.gdb | 3 echo vgdb launched process attached\n
|
nlvgdbsigqueue.stderr.exp | 11 Gdb request to kill this process
|
/frameworks/base/core/java/android/app/admin/ |
SecurityLogTags.logtags | 9 210005 security_app_process_start (process|3),(start_time|2|3),(uid|1),(pid|1),(seinfo|3),(sha256|3)
|
/frameworks/base/packages/FakeOemFeatures/ |
AndroidManifest.xml | 18 <service android:name=".FakeCoreService" android:process=":core" 20 <service android:name=".FakeCoreService2" android:process=":core2" 22 <service android:name=".FakeCoreService3" android:process=":core3" 24 <service android:name=".FakeBackgroundService" android:process=":background"
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
__init__.py | 15 # Updated automatically by the Python release process.
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
__init__.py | 15 # Updated automatically by the Python release process.
|
/prebuilts/go/darwin-x86/src/hash/crc32/ |
crc32_amd64.s | 15 /* If there's less than 8 bytes to process, we do it byte-by-byte. */ 19 /* Process individual bytes until the input is 8-byte aligned. */ 31 /* The input is now 8-byte aligned and we can process 8-byte chunks. */ 41 /* We may have some bytes left over that we process one at a time. */
|
crc32_amd64p32.s | 15 /* If there's less than 8 bytes to process, we do it byte-by-byte. */ 19 /* Process individual bytes until the input is 8-byte aligned. */ 31 /* The input is now 8-byte aligned and we can process 8-byte chunks. */ 41 /* We may have some bytes left over that we process one at a time. */
|
/prebuilts/go/linux-x86/src/hash/crc32/ |
crc32_amd64.s | 15 /* If there's less than 8 bytes to process, we do it byte-by-byte. */ 19 /* Process individual bytes until the input is 8-byte aligned. */ 31 /* The input is now 8-byte aligned and we can process 8-byte chunks. */ 41 /* We may have some bytes left over that we process one at a time. */
|
crc32_amd64p32.s | 15 /* If there's less than 8 bytes to process, we do it byte-by-byte. */ 19 /* Process individual bytes until the input is 8-byte aligned. */ 31 /* The input is now 8-byte aligned and we can process 8-byte chunks. */ 41 /* We may have some bytes left over that we process one at a time. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
__init__.py | 15 # Updated automatically by the Python release process.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
__init__.py | 15 # Updated automatically by the Python release process.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/templates/ |
addNdkSupport.xml | 10 <process type="com.android.ide.eclipse.ndk.SetFolders">
19 </process>
20 <process type="com.android.ide.eclipse.ndk.SimpleFile">
32 </process>
|
/system/extras/libpagemap/ |
pagemap_test.cpp | 27 pm_process_t* process; local 28 ASSERT_EQ(0, pm_process_create(kernel, getpid(), &process)); 32 ASSERT_EQ(0, pm_process_maps(process, &maps, &num_maps)); 46 pm_process_destroy(process);
|
/system/sepolicy/ |
mtp.te | 11 allow mtp ppp:process signal;
|
/external/ltrace/ |
backend.h | 42 * on the same OS (e.g. a way to insert a breakpoint into the process 59 /* Answer whether the process PID is stopped. Returns 0 when not 73 void trace_set_options(struct process *proc); 80 * to a running process, whose PID is given on the command line. */ 86 /* The back end may need to store arbitrary data to a process. This 89 void get_arch_dep(struct process *proc); 94 * us to use 32-bit ltrace to trace 64-bit process, even on arches 98 void *get_instruction_pointer(struct process *proc); 101 void set_instruction_pointer(struct process *proc, void *addr); 104 void *get_stack_pointer(struct process *proc) [all...] |
/external/autotest/client/cros/ |
tcpdump.py | 12 """tcpdump capture process wrapper.""" 15 """Launches a tcpdump process on the background. 23 # the process drops to a unprivileged user, meaning that it can't create 38 """Stop the dump process and wait for it to return. 40 This method stops the tcpdump process running in background and waits 53 # If the process exits before we can send it a SIGTERM, an 55 # process already finished.
|
/external/autotest/site_utils/ |
log_socket_server_unittest.py | 23 """Method to be called in a new process to log to a socket server. 46 process = multiprocessing.Process(target=self.log_call, 48 process.start() 49 processes.append(process) 51 for process in processes: 52 process.join()
|