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

1 2 3 4 5 6 7 8 9

  /external/tcpdump/tests/
pppoe.out 1 PPPoE PADI [Service-Name] [PPP-Max-Payload 0x05DC] [Host-Uniq 0x16372C16]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
custom_manip.hpp 45 template<typename Uniq> struct custom_manip {};
49 template<typename Uniq>
50 inline custom_printer<custom_manip<Uniq> >
51 operator<<( std::ostream& ostr, custom_manip<Uniq> const& ) { return custom_printer<custom_manip<Uniq> >( ostr ); }
  /external/libvpx/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
author_first_release.sh 15 done | sort -k2 | uniq -f2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
author_first_release.sh 15 done | sort -k2 | uniq -f2
  /external/owasp/sanitizer/src/main/org/owasp/html/
AttributePolicy.java 70 Set<AttributePolicy> uniq = new LinkedHashSet<AttributePolicy>(); local
73 uniq.addAll(((JoinedAttributePolicy) p).policies);
75 uniq.add(p);
79 if (uniq.contains(REJECT_ALL_ATTRIBUTE_POLICY)) {
82 uniq.remove(IDENTITY_ATTRIBUTE_POLICY);
83 switch (uniq.size()) {
85 case 1: return uniq.iterator().next();
86 default: return new JoinedAttributePolicy(uniq);
  /external/toybox/toys/posix/
uniq.c 0 /* uniq.c - report or filter out repeated lines in a file
5 * See http://opengroup.org/onlinepubs/9699919799/utilities/uniq.html
7 USE_UNIQ(NEWTOY(uniq, "f#s#w#zicdu", TOYFLAG_USR|TOYFLAG_BIN))
9 config UNIQ
10 bool "uniq"
13 usage: uniq [-cduiz] [-w maxchars] [-f fields] [-s char] [input_file [output_file]]
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_host.cc 8 // RUN: dumpbin /EXPORTS %t | grep -o "__asan_wrap[^ ]*" | grep -v @ | sort | uniq > %t.exported_wrappers
10 // RUN: dumpbin /EXPORTS %t | grep -o "__sanitizer_[^ ]*" | grep -v @ | sort | uniq >> %t.exported_wrappers
15 // RUN: grep INTERCEPT_LIBRARY_FUNCTION %p/../../../../lib/asan/asan_win_dll_thunk.cc | grep -v define | sed -e s/.*(/__asan_wrap_/ | sed -e s/).*// | sort | uniq > %t.dll_imports
16 // RUN: grep "^INTERFACE_FUNCTION.*sanitizer" %p/../../../../lib/asan/asan_win_dll_thunk.cc | grep -v define | sed -e s/.*(// | sed -e s/).*// | sort | uniq >> %t.dll_imports
  /external/v8/src/
unique.h 61 template <class S> Unique(Unique<S> uniq) {
68 raw_address_ = uniq.raw_address_;
69 handle_ = uniq.handle_;
146 UniqueSet(Unique<T> uniq, Zone* zone)
148 array_[0] = uniq;
152 void Add(Unique<T> uniq, Zone* zone) {
153 DCHECK(uniq.IsInitialized());
156 if (array_[i] == uniq) return;
157 if (array_[i].raw_address_ > uniq.raw_address_) {
161 array_[i] = uniq;
    [all...]
  /external/libxml2/doc/
queries.py 35 uniq = int(row[0])
39 f.write("<queries total='%d' uniq='%d' nr='%d' date='%s'>\n" % (
40 total, uniq, number, date))
searches.xsl 23 <xsl:value-of select="@uniq"/> uniq words.</p>
  /external/apache-harmony/
run-harmony-tests 14 xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
  /external/llvm/utils/
findsym.pl 26 "nm $Directory/$lib | grep '$Symbol' | sort --key=3 | uniq |";
  /external/mesa3d/src/gallium/tools/
addr2line.sh 10 sed -nre 's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|uniq|while read bin addr; do
  /libcore/
run-libcore-tests 13 xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
  /external/kernel-headers/original/uapi/linux/
uhid.h 47 __u8 uniq[64]; member in struct:uhid_create2_req
131 __u8 uniq[64]; member in struct:uhid_create_req
  /external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/
AttributePolicy.Util.html 73 <FONT color="green">070</FONT> Set&lt;AttributePolicy&gt; uniq = new LinkedHashSet&lt;AttributePolicy&gt;();<a name="line.70"></a>
76 <FONT color="green">073</FONT> uniq.addAll(((JoinedAttributePolicy) p).policies);<a name="line.73"></a>
78 <FONT color="green">075</FONT> uniq.add(p);<a name="line.75"></a>
82 <FONT color="green">079</FONT> if (uniq.contains(REJECT_ALL_ATTRIBUTE_POLICY)) {<a name="line.79"></a>
85 <FONT color="green">082</FONT> uniq.remove(IDENTITY_ATTRIBUTE_POLICY);<a name="line.82"></a>
86 <FONT color="green">083</FONT> switch (uniq.size()) {<a name="line.83"></a>
88 <FONT color="green">085</FONT> case 1: return uniq.iterator().next();<a name="line.85"></a>
89 <FONT color="green">086</FONT> default: return new JoinedAttributePolicy(uniq);<a name="line.86"></a>
AttributePolicy.html 73 <FONT color="green">070</FONT> Set&lt;AttributePolicy&gt; uniq = new LinkedHashSet&lt;AttributePolicy&gt;();<a name="line.70"></a>
76 <FONT color="green">073</FONT> uniq.addAll(((JoinedAttributePolicy) p).policies);<a name="line.73"></a>
78 <FONT color="green">075</FONT> uniq.add(p);<a name="line.75"></a>
82 <FONT color="green">079</FONT> if (uniq.contains(REJECT_ALL_ATTRIBUTE_POLICY)) {<a name="line.79"></a>
85 <FONT color="green">082</FONT> uniq.remove(IDENTITY_ATTRIBUTE_POLICY);<a name="line.82"></a>
86 <FONT color="green">083</FONT> switch (uniq.size()) {<a name="line.83"></a>
88 <FONT color="green">085</FONT> case 1: return uniq.iterator().next();<a name="line.85"></a>
89 <FONT color="green">086</FONT> default: return new JoinedAttributePolicy(uniq);<a name="line.86"></a>
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb 34 $body::decls.uniq!
  /external/google-breakpad/m4/
ltsugar.m4 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
  /external/google-tv-pairing-protocol/cpp/m4/
ltsugar.m4 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
  /external/libcap-ng/libcap-ng-0.7/m4/
ltsugar.m4 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
  /external/libedit/m4/
ltsugar.m4 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
  /external/libexif/auto-m4/
ltsugar.m4 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.

Completed in 3940 milliseconds

1 2 3 4 5 6 7 8 9