/external/iptables/include/linux/netfilter/ |
nf_conntrack_common.h | 83 /* Conntrack is a fake untracked entry */
|
/external/vixl/tools/ |
git.py | 43 # Get untracked files in src/, test/, and tools/.
|
presubmit.py | 307 print '\nWARNING: The following files are untracked:'
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/ |
nf_conntrack_common.h | 83 /* Conntrack is a fake untracked entry */
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
nf_conntrack_common.h | 87 /* Conntrack is a fake untracked entry */
|
/external/clang/ |
.gitignore | 2 # This file specifies intentionally untracked files that git should ignore.
|
/external/llvm/ |
.gitignore | 2 # This file specifies intentionally untracked files that git should ignore.
|
/frameworks/av/include/media/stagefright/ |
FrameRenderTracker.h | 123 // are decremented. This is useful if the untracked frame is deleted from the frame vector.
|
/system/core/init/ |
signal_handler.cpp | 69 name = android::base::StringPrintf("Untracked pid %d", pid);
|
/external/llvm/lib/Analysis/ |
SparsePropagation.cpp | 38 OS << "untracked"; 71 // If this value is untracked, don't add it to the map.
|
/external/llvm/include/llvm/Analysis/ |
SparsePropagation.h | 150 /// value. If an value is not in the map, it is returned as untracked,
|
/external/iptables/extensions/ |
libxt_conntrack.c | 75 "[!] --ctstate {INVALID|ESTABLISHED|NEW|RELATED|UNTRACKED|SNAT|DNAT}[,...]\n" 199 else if (strncasecmp(state, "UNTRACKED", len) == 0) 240 else if (strncasecmp(state, "UNTRACKED", z) == 0) 1026 " [!] --state [INVALID|ESTABLISHED|NEW|RELATED|UNTRACKED][,...]\n" 1047 else if (strncasecmp(state, "UNTRACKED", len) == 0) [all...] |
/external/v8/src/ |
heap-snapshot-generator.cc | 390 // It may occur that some untracked object moves to an address X and there 525 PrintF("Untracked object : %p %6d. Next address is %p\n", 559 int untracked = 0; local 566 ++untracked; 578 ++untracked; 593 ++untracked; 616 return untracked; [all...] |
hydrogen-instructions.h | 347 // All tracked flags should appear before untracked ones. [all...] |
/external/valgrind/memcheck/ |
mc_machine.c | [all...] |
mc_main.c | [all...] |
/external/harfbuzz_ng/ |
git.mk | 36 # by this script (that is, if "git status" shows untracked files still), send
|
/frameworks/base/docs/html/tools/projects/ |
index.jd | 113 <dd>Specifies the untracked files that Git should ignore.</dd> 300 <dd>Specifies the untracked files ignored by git.</dd>
|
/bionic/libc/upstream-dlmalloc/ |
malloc.h | 565 are allocated in their own untracked mmapped regions, separate from
|
malloc.c | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
CallManager.java | [all...] |
Phone.java | 320 * Notifies when a previously untracked non-ringing/waiting connection has appeared. [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocChecker.cpp | [all...] |
/external/valgrind/helgrind/ |
hg_main.c | 1016 VG_(printf)("make Untracked ( %#lx, %ld )\n", aIN, len ); [all...] |
/frameworks/av/media/libstagefright/ |
ACodec.cpp | [all...] |