OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uniq
(Results
1 - 25
of
246
) sorted by null
1
2
3
4
5
6
7
8
9
10
/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/chromium_org/third_party/libvpx/source/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/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/chromium_org/v8/src/
unique.h
58
template <class S> Unique(Unique<S>
uniq
) {
65
raw_address_ =
uniq
.raw_address_;
66
handle_ =
uniq
.handle_;
145
UniqueSet(Unique<T>
uniq
, Zone* zone)
147
array_[0] =
uniq
;
151
void Add(Unique<T>
uniq
, Zone* zone) {
152
ASSERT(
uniq
.IsInitialized());
155
if (array_[i] ==
uniq
) return;
156
if (array_[i].raw_address_ >
uniq
.raw_address_) {
160
array_[i] =
uniq
;
[
all
...]
/external/chromium_org/third_party/libvpx/
lint_config.sh
76
odd_config="$(echo "$combined_config" | sort |
uniq
-u)"
77
odd_vars="$(echo "$odd_config" | sed 's/=.*//' |
uniq
)"
103
echo "$combined_config" | sort |
uniq
> $out_file
105
echo "$combined_config" | sort |
uniq
/external/chromium_org/tools/valgrind/
fixed_suppressions.sh
7
sed -e 's/bug_//' | sort -n |
uniq
);
/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
11
// RUN: grep INTERCEPT_LIBRARY_FUNCTION %p/../../../../lib/asan/asan_dll_thunk.cc | grep -v define | sed "s/.*(\(.*\)).*/__asan_wrap_\1/" | sort |
uniq
> %t.dll_imports
/external/apache-harmony/
run-harmony-tests
14
xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort |
uniq
| tr "\n" " ")
/external/chromium_org/third_party/mesa/src/src/gallium/tools/
addr2line.sh
10
sed -nre 's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|
uniq
|while read bin addr; do
/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" " ")
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Makefile.am
24
fasts
uniq
manis khadafy linecnt eval distrib 8to7 y-bracket \
83
uniq
.good
uniq
.inp
uniq
.sed \
/external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/
AttributePolicy.Util.html
73
<FONT color="green">070</FONT> Set<AttributePolicy>
uniq
= new LinkedHashSet<AttributePolicy>();<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<AttributePolicy>
uniq
= new LinkedHashSet<AttributePolicy>();<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/chromium_org/sdch/open-vcdiff/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/chromium_org/third_party/opus/src/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/chromium_org/third_party/tcmalloc/vendor/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 731 milliseconds
1
2
3
4
5
6
7
8
9
10