HomeSort by relevance Sort by last modified time
    Searched full:process (Results 376 - 400 of 17637) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/webui/resources/js/
i18n_process.js 6 i18nTemplate.process(document, templateData);
i18n_template2.js 7 i18nTemplate.process(document, loadTimeData);
  /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/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/lldb/examples/python/
disasm.py 39 # When we step or continue, don't return from the function until the process
54 # Launch the process. Since we specified synchronous mode, we won't return
56 process = target.LaunchSimple (None, None, os.getcwd()) variable
59 if process:
60 # Print some simple process info
61 state = process.GetState ()
62 print process
65 thread = process.GetThreadAtIndex (0)
103 print "Terminating the inferior process..."
104 process.Kill(
    [all...]
  /external/lldb/test/functionalities/connect_remote/
TestConnectRemote.py 2 Test lldb 'process connect' command.
16 """Test "process connect connect:://localhost:12345"."""
35 self.runCmd("process connect -p gdb-remote connect://localhost:12345")
37 self.runCmd("process connect connect://localhost:12345")
  /external/llvm/test/ExecutionEngine/MCJIT/remote/
simpletest-remote.ll 1 ; RUN: %lli_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/robolectric/src/test/resources/
TestAndroidManifestWithProcess.xml 5 android:process="robolectricprocess"/>
  /external/sepolicy/
mtp.te 11 allow mtp ppp:process signal;
  /external/skia/tools/
LazyDecodeBitmap.h 18 * Decode the image with DecodeMemoryToTarget but defer the process until it is needed.
  /external/strace/test/
childthread.c 1 /* Test exit of a child of a TCB_EXITING child where the toplevel process starts
3 * toplevel process'es number of attached children to 0.
39 process-child (child of a child of the toplevel process). */
  /external/valgrind/main/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
  /ndk/sources/host-tools/sed-4.2.1/lib/
Makefile.am 0 ## Process this file with automake to produce Makefile.in
  /packages/apps/Exchange/src/com/android/exchange/
EasCertificateRequestor.java 25 * A subclass of the {@link CertificateRequestor} so that the Exchange process
29 * activity requesting the certificate must be running in the process with the UID of who will
30 * actually use the certificate. Since the Exchange process needs to establish connections and use
32 * process.
  /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.

Completed in 2039 milliseconds

<<11121314151617181920>>