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

<<11121314

  /system/extras/simpleperf/
record.h 212 std::string comm; member in struct:CommRecord
364 const std::string& comm);
sample_tree_test.cpp 24 const char* comm; member in struct:ExpectedSampleInMap
36 ASSERT_STREQ(expected.comm, sample.thread_comm);
sample_tree.h 48 const char* thread_comm; // It refers to the thread comm when the sample happens.
63 thread_comm(thread->comm),
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
ld.s 52 .comm big_external_common,1000
53 .comm small_external_common,1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
ldb.s 5 .comm big_external_common,0x4000
6 .comm small_external_common,4
ldh.s 5 .comm big_external_common,0x4000
6 .comm small_external_common,4
ldw.s 5 .comm big_external_common,0x4000
6 .comm small_external_common,4
stb.s 5 .comm big_external_common,0x4000
6 .comm small_external_common,4
sth.s 5 .comm big_external_common,0x4000
6 .comm small_external_common,4
stw.s 5 .comm big_external_common,0x4000
6 .comm small_external_common,4
  /external/iptables/extensions/
libxt_owner.c 34 char comm[16]; member in struct:ipt_owner_info
43 char comm[16]; member in struct:ip6t_owner_info
106 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, comm)},
333 printf(" %.*s", (int)sizeof(info->comm), info->comm);
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 131 * are going. comm can be used to refer to the fields
142 struct jpeg_common_struct comm; member in union:__anon20383::__anon20384
362 return CALLVJPEG(sp, jpeg_abort(&sp->cinfo.comm));
368 return CALLVJPEG(sp, jpeg_destroy(&sp->cinfo.comm));
376 (*sp->cinfo.comm.mem->alloc_sarray)
377 (&sp->cinfo.comm, pool_id, samplesperrow, numrows));
961 assert(sp->cinfo.comm.is_decompressor);
1007 if (sp->cinfo.comm.is_decompressor == 0)
1012 assert(sp->cinfo.comm.is_decompressor);
    [all...]
  /external/selinux/policycoreutils/sepolicy/
sepolicy.py 420 comm = parser.add_parser("communicate",
422 comm.add_argument("-s", "--source", dest="source",
425 comm.add_argument("-t", "--target", dest="target",
428 comm.add_argument("-c", "--class", required=False, dest="tclass",
431 comm.add_argument("-S", "--sourceaccess", required=False, dest="sourceaccess", default="open,write", help="comma separate list of permissions for the source type to use, Default 'open,write'")
432 comm.add_argument("-T", "--targetaccess", required=False, dest="targetaccess", default="open,read", help="comma separated list of permissions for the target type to use, Default 'open,read'")
433 comm.set_defaults(func=communicate)
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
doctype.js 51 "-//netscape comm. corp.//dtd html//en",
52 "-//netscape comm. corp.//dtd strict html//en",
  /external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
ELF_O32_PIC_relocations.s 64 .comm var,9,1
  /external/llvm/test/MC/X86/AlignedBundling/
labeloffset.s 81 .comm obj,4,4
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
perf_event.h 203 comm : 1, /* include comm data */ member in struct:perf_event_attr
381 * char comm[];
  /frameworks/native/cmds/dumpstate/
utils.cpp 156 // if no cmdline, a kernel thread has comm
157 snprintf(cmdpath, sizeof(cmdpath), "/proc/%d/comm", pid);
206 char comm[255]; local
215 snprintf(commpath, sizeof(commpath), "/proc/%d/comm", tid);
216 memset(comm, 0, sizeof(comm));
218 strcpy(comm, "N/A");
221 TEMP_FAILURE_RETRY(read(fd, comm, sizeof(comm) - 2));
224 c = strrchr(comm, '\n')
    [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 139 * are going. comm can be used to refer to the fields
150 struct jpeg_common_struct comm; member in union:__anon21662::__anon21663
376 return CALLVJPEG(sp, jpeg_abort(&sp->cinfo.comm));
382 return CALLVJPEG(sp, jpeg_destroy(&sp->cinfo.comm));
390 (*sp->cinfo.comm.mem->alloc_sarray)
391 (&sp->cinfo.comm, pool_id, samplesperrow, numrows));
981 assert(sp->cinfo.comm.is_decompressor);
1027 if (sp->cinfo.comm.is_decompressor == 0)
1032 assert(sp->cinfo.comm.is_decompressor);
    [all...]
  /external/selinux/sepolgen/src/sepolgen/
policygen.py 263 s.append(' comm="%s" exe="%s" path="%s"' % (msg.comm, msg.exe, msg.path))
275 s.append(' comm="%s" exe="%s" path="%s"' % (msg.comm, msg.exe, msg.path))
  /external/toybox/
Android.mk 154 toys/posix/comm.c \
253 comm \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
policygen.py 263 s.append(' comm="%s" exe="%s" path="%s"' % (msg.comm, msg.exe, msg.path))
275 s.append(' comm="%s" exe="%s" path="%s"' % (msg.comm, msg.exe, msg.path))
  /development/ndk/platforms/android-21/include/linux/
perf_event.h 199 comm : 1, member in struct:perf_event_attr
  /external/llvm/test/MC/AArch64/
arm64-leaf-compact-unwind.s 231 .comm _bar,4,2 ; @bar
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
perf_event.h 199 comm : 1, member in struct:perf_event_attr

Completed in 1539 milliseconds

<<11121314