HomeSort by relevance Sort by last modified time
    Searched refs:comm (Results 176 - 200 of 343) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
ld-pic.s 9 .comm big_external_common,1000
10 .comm small_external_common,1
uld.s 7 .comm big_external_common,1000
8 .comm small_external_common,1
ulh.s 7 .comm big_external_common,1000
8 .comm small_external_common,1
ulw.s 7 .comm big_external_common,1000
8 .comm small_external_common,1
usd.s 7 .comm big_external_common,1000
8 .comm small_external_common,1
ush.s 7 .comm big_external_common,1000
8 .comm small_external_common,1
usw.s 7 .comm big_external_common,1000
8 .comm small_external_common,1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
aligncomm-a.d 4 # Test the aligned form of the .comm pseudo-op.
aligncomm-b.d 4 # Test the aligned form of the .comm pseudo-op.
  /system/extras/perfprofd/quipper/
perf_utils.cc 130 offset = sizeof(event.comm) - sizeof(event.comm.comm) +
131 GetUint64AlignedStringLength(event.comm.comm);
  /external/valgrind/mpi/
libmpiwrap.c 397 static __inline__ int comm_rank ( MPI_Comm comm )
400 err = PMPI_Comm_rank(comm, &r);
404 static __inline__ int comm_size ( MPI_Comm comm )
407 err = PMPI_Comm_size(comm, &r);
    [all...]
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
root-ptrace-restrictions.sh 27 while [ $(ps -p $pid -o comm=) != "sleeper" ]; do
  /external/llvm/test/MC/ARM/
hilo-16bit-relocations.s 12 .comm _foo,4,2
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
__init__.py 119 comm = '/sbin/sysctl -n hw.ncpu'
121 comm = '/usr' + comm
123 with os.popen(comm) as p:
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
__init__.py 119 comm = '/sbin/sysctl -n hw.ncpu'
121 comm = '/usr' + comm
123 with os.popen(comm) as p:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 119 comm = '/sbin/sysctl -n hw.ncpu'
121 comm = '/usr' + comm
123 with os.popen(comm) as p:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 119 comm = '/sbin/sysctl -n hw.ncpu'
121 comm = '/usr' + comm
123 with os.popen(comm) as p:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
cond.s 33 .comm c, 1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
size-1.s 12 .comm zzz,429496729,32
size-2.s 13 .comm zzz,429496720,32
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_abs_lib.s 37 .comm _abs32_global,4,4
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
vxworks1-lib.s 31 .comm x,4,4
  /external/autotest/cli/
query_keyvals 66 comm = rpc.tko_comm()
70 test_views += comm.run("get_detailed_test_views", **query_filter)
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
MachO_i386_DynNoPIC_relocations.s 42 .comm x,4,2
43 .comm bling,4,2
  /external/autotest/server/site_tests/platform_KernelErrorPaths/
platform_KernelErrorPaths.py 135 def _get_pid(self, comm, parent):
137 Fetch PID of process named comm.
139 This function tries to lookup the PID for process named @comm. If
141 PID of child process matching @comm is returned. Since this method is
145 @param comm: Name of the process whose PID needs to be fetched.
146 @param parent: Name of @comm's parent process. This parameter can be
151 @raises error.TestFail exception if PID for @comm is not found.
158 new_comm = self._client_run_output('ps -p %s -o comm=' %
160 if comm != new_comm:
161 logging.info("comm mismatch: %s != %s", comm, new_comm
    [all...]

Completed in 2765 milliseconds

1 2 3 4 5 6 78 91011>>