HomeSort by relevance Sort by last modified time
    Searched full:process (Results 251 - 275 of 18366) sorted by null

<<11121314151617181920>>

  /development/samples/browseable/NfcProvisioning/
_index.jd 10 two devices, and tap this side to initiate the provisioning process.
  /device/google/marlin/sepolicy/
perfd.te 8 allow perfd cameraserver:process signull;
33 # perfd uses kill(pid, 0) to determine if a process exists.
34 # Determining if a process exists does not require the kill capability
35 # since a permission denied indicates the process exists.
  /device/moto/shamu/sepolicy/
bridge.te 1 # Bridge Manager (radio process)
  /external/autotest/client/deps/auth/passthrough/
main.html 12 <body>Passthrough auth extension - fakes login process</body></html>
  /external/chromium-trace/catapult/common/py_trace_event/
README.txt 2 multi-process application in order to study its global performance
  /external/chromium-trace/catapult/telemetry/third_party/mox3/
requirements.txt 3 # process, which may cause wedges in the gate later.
  /external/chromium-trace/catapult/third_party/mox3/
requirements.txt 3 # process, which may cause wedges in the gate later.
  /external/dbus/test/
test-sleep-forever.c 1 /* This is a process that just sleeps infinitely. */
  /external/fdlibm/
configure.in 1 dnl Process this file with autoconf to produce a configure script
  /external/harfbuzz_ng/src/hb-ucdn/
Makefile.am 0 ## Process this file with automake to produce Makefile.in
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
JarProcessor.java 24 * Process the entry (p.ex. rename the file)
31 * @return <code>true</code> if he process chain can continue after this process
34 boolean process(EntryStruct struct) throws IOException; method in interface:JarProcessor
  /external/jcommander/src/main/java/com/beust/jcommander/
IVariableArity.java 10 * @param optionName the name of the option to process.
  /external/jsoncpp/test/
cleantests.py 6 for pattern in [ '*.actual', '*.actual-rewrite', '*.rewrite', '*.process-output' ]:
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_setpid.3 11 capng_pid sets the working pid for capabilities operations. This is useful if you want to get the capabilities of a different process.
  /external/libchrome/base/process/
process_handle.cc 8 #include "base/process/process_handle.h"
17 // The process which set |g_unique_id|.
35 // Make sure we are the same process that set |g_procid|. This check may have
36 // false negatives (if a process ID was reused) but should have no false
  /external/llvm/test/ExecutionEngine/MCJIT/remote/
simpletest-remote.ll 1 ; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
  /external/llvm/test/ExecutionEngine/OrcMCJIT/remote/
simpletest-remote.ll 1 ; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
  /external/ltrace/sysdeps/linux-gnu/alpha/
regs.c 40 get_instruction_pointer(struct process *proc)
46 set_instruction_pointer(struct process *proc, void *addr)
52 get_stack_pointer(struct process *proc)
58 get_return_addr(struct process *proc, void *stack_pointer)
  /external/ltrace/sysdeps/linux-gnu/cris/
regs.c 40 void *get_instruction_pointer(struct process *proc)
45 void set_instruction_pointer(struct process *proc, void *addr)
50 void *get_stack_pointer(struct process *proc)
55 void *get_return_addr(struct process *proc, void *stack_pointer)
  /external/ltrace/sysdeps/linux-gnu/m68k/
regs.c 40 get_instruction_pointer(struct process *proc)
46 set_instruction_pointer(struct process *proc, void *addr)
52 get_stack_pointer(struct process *proc)
58 get_return_addr(struct process *proc, void *stack_pointer)
  /external/mockito/src/org/mockito/internal/configuration/
FieldAnnotationProcessor.java 14 Object process(A annotation, Field field); method in interface:FieldAnnotationProcessor
  /external/opencv3/modules/java/src/
photo+AlignExposures.java 21 // C++: void process(vector_Mat src, vector_Mat dst, Mat times, Mat response)
24 //javadoc: AlignExposures::process(src, dst, times, response)
25 public void process(List<Mat> src, List<Mat> dst, Mat times, Mat response) method in class:AlignExposures
42 // C++: void process(vector_Mat src, vector_Mat dst, Mat times, Mat response)
photo+CalibrateCRF.java 21 // C++: void process(vector_Mat src, Mat& dst, Mat times)
24 //javadoc: CalibrateCRF::process(src, dst, times)
25 public void process(List<Mat> src, Mat dst, Mat times) method in class:CalibrateCRF
41 // C++: void process(vector_Mat src, Mat& dst, Mat times)
photo+MergeExposures.java 21 // C++: void process(vector_Mat src, Mat& dst, Mat times, Mat response)
24 //javadoc: MergeExposures::process(src, dst, times, response)
25 public void process(List<Mat> src, Mat dst, Mat times, Mat response) method in class:MergeExposures
41 // C++: void process(vector_Mat src, Mat& dst, Mat times, Mat response)
photo+Tonemap.java 18 // C++: void process(Mat src, Mat& dst)
21 //javadoc: Tonemap::process(src, dst)
22 public void process(Mat src, Mat dst) method in class:Tonemap
66 // C++: void process(Mat src, Mat& dst)

Completed in 1356 milliseconds

<<11121314151617181920>>