Searched defs:uniq (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_linux.cc80 static atomic_uintptr_t uniq = {(uintptr_t)&foo}; // Some real address. local
84 uintptr_t addr = atomic_fetch_add(&uniq, size, memory_order_relaxed);
/external/chromium_org/v8/src/
H A Dunique.h61 template <class S> Unique(Unique<S> uniq) { argument
68 raw_address_ = uniq.raw_address_;
69 handle_ = uniq.handle_;
146 UniqueSet(Unique<T> uniq, Zone* zone) argument
148 array_[0] = uniq;
152 void Add(Unique<T> uniq, Zone* zone) { argument
153 DCHECK(uniq.IsInitialized());
156 if (array_[i] == uniq) return;
157 if (array_[i].raw_address_ > uniq.raw_address_) {
161 array_[i] = uniq;
172 Remove(Unique<T> uniq) argument
[all...]
/external/dhcpcd/
H A Dif-options.c132 add_environ(struct if_options *ifo, const char *value, int uniq) argument
147 if (uniq) {
/external/kernel-headers/original/uapi/linux/
H A Duhid.h42 __u8 uniq[64]; member in struct:uhid_create_req
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhelp.c38 static void uniq(struct cmdnames *cmds) function
168 uniq(main_cmds);
188 uniq(other_cmds);
288 uniq(&main_cmds);
/external/chromium_org/third_party/gtk+/gtk/
H A Dcompose-parse.py124 def uniq(*args) : function
125 """ Performs a uniq operation on a list or lists """
740 xorg_compose_sequences_algorithmic_uniqued = uniq(xorg_compose_sequences_algorithmic)
951 print "Number of sequences off due to algo (uniq(sort(array))) :", len(xorg_compose_sequences_algorithmic_uniqued)
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jar ... .html.AttributePolicy[] policies java.util.Set uniq } org/owasp/html/AttributePolicy.class AttributePolicy.java package ...

Completed in 1694 milliseconds