HomeSort by relevance Sort by last modified time
    Searched full:untracked (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/ppapi/shared_impl/
ppb_message_loop_shared.cc 13 : Resource(Resource::Untracked()) {}
resource.h 148 // Constructor for untracked objects. These have no associated instance. Use
152 struct Untracked {};
153 explicit Resource(Untracked);
resource.cc 43 Resource::Resource(Untracked) {
  /system/core/init/
signal_handler.c 61 ERROR("untracked pid %d exited with status %d\n", pid, WEXITSTATUS(status));
63 ERROR("untracked pid %d killed by signal %d\n", pid, WTERMSIG(status));
65 ERROR("untracked pid %d stopped by signal %d\n", pid, WSTOPSIG(status));
67 ERROR("untracked pid %d state changed\n", pid);
  /external/iptables/include/linux/netfilter/
nf_conntrack_common.h 83 /* Conntrack is a fake untracked entry */
  /external/chromium_org/tools/git/
for-all-touched-files.py 13 Deleted files are not included. Neither are untracked files.
  /external/kernel-headers/original/uapi/linux/netfilter/
nf_conntrack_common.h 87 /* Conntrack is a fake untracked entry */
  /external/vixl/tools/
git.py 66 # Get untracked files in src/, test/, and tools/.
presubmit.py 247 print '\nWARNING: The following files are untracked:'
  /external/chromium_org/components/invalidation/
sync_invalidation_listener.cc 301 DLOG(WARNING) << "Received acknowledgement for untracked object ID";
318 DLOG(WARNING) << "Received drop for untracked object ID";
  /external/chromium_org/base/task/
cancelable_task_tracker.cc 149 // 1. The task has already been untracked.
  /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.
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 38 OS << "untracked";
71 // If this value is untracked, don't add it to the map.
  /external/chromium_org/extensions/browser/api/storage/
settings_storage_quota_enforcer.cc 61 // TODO(kalman): These hisograms are both silly and untracked. Fix.
  /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/chromium_org/chrome/browser/prefs/
pref_hash_filter_unittest.cc 565 root_dict.Set("untracked", new base::StringValue("some value"));
566 pref_hash_filter_->FilterUpdate("untracked");
592 root_dict.Set("untracked", int_value4);
    [all...]
  /external/valgrind/main/memcheck/
mc_machine.c     [all...]
  /frameworks/base/docs/html/tools/projects/
index.jd 109 <dd>Specifies the untracked files that Git should ignore.</dd>
285 <dd>Specifies the untracked files ignored by git.</dd>
  /external/chromium_org/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...]
  /external/harfbuzz_ng/
git.mk 36 # by this script (that is, if "git status" shows untracked files still), send
  /bionic/libc/upstream-dlmalloc/
malloc.h 565 are allocated in their own untracked mmapped regions, separate from
  /external/chromium_org/sql/
connection.h 466 // and for error handling. Set to NULL for invalid or untracked
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java     [all...]

Completed in 1180 milliseconds

1 2