OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uniq
(Results
1 - 25
of
127
) sorted by null
1
2
3
4
5
6
/external/libvpx/libvpx/tools/
author_first_release.sh
15
done | sort -k2 |
uniq
-f2
gen_authors.sh
9
$(git log --pretty=format:"%aN <%aE>" | sort |
uniq
)
/external/chromium_org/third_party/lcov/contrib/galaxy/
gen_makefile.sh
29
echo RING1_DEPS:=`find $RING1 -name '*.c.*' | sed 's/\.c.*/-all.ps/' | sort |
uniq
`
30
echo RING4_DEPS:=`find $RING4 -name '*.c.*' | sed 's/\.c.*/-all.ps/' | sort |
uniq
`
98
echo "%-ring2.weight:" `find $RING2 -name '*.c.*' | sed 's/\.c.*/-all.ps/' | sort |
uniq
`
100
echo "%-ring3.weight:" `find $RING3 -name '*.c.*' | sed 's/\.c.*/-all.ps/' | sort |
uniq
`
126
for f in `cd $d; ls *+.ps 2>/dev/null | sed 's/\.c\..*$//' |
uniq
`; do
/external/chromium_org/v8/src/
unique.h
81
template <class S> Unique(Unique<S>
uniq
) {
88
raw_address_ =
uniq
.raw_address_;
89
handle_ =
uniq
.handle_;
157
void Add(Unique<T>
uniq
, Zone* zone) {
158
ASSERT(
uniq
.IsInitialized());
161
if (array_[i] ==
uniq
) return;
162
if (array_[i].raw_address_ >
uniq
.raw_address_) {
166
array_[i] =
uniq
;
173
array_[size_++] =
uniq
;
177
void Remove(Unique<T>
uniq
) {
[
all
...]
/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/mesa3d/src/gallium/tools/
addr2line.sh
10
sed -nre 's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|
uniq
|while read bin addr; do
/external/strace/linux/mips/
ioctlent.sh
68
file_list=`(ls $file_find $file_stop $file_stop 2>/dev/null) | sort |
uniq
-u`
/libcore/
run-libcore-tests
13
xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort |
uniq
| tr "\n" " ")
/external/valgrind/main/include/
pub_tool_execontext.h
98
extern ExeContext* VG_(get_ExeContext_from_ECU)( UInt
uniq
);
/build/core/
node_fns.mk
97
define
uniq
-word
160
$(call
uniq
-word,$($(_eiv_tv)),$(INHERIT_TAG)$(i))) \
definitions.mk
632
define
uniq
-pairs-by-first-component
[
all
...]
/bionic/libc/kernel/common/linux/
uhid.h
44
__u8
uniq
[64];
member in struct:uhid_create_req
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb
34
$body::decls.
uniq
!
/external/kernel-headers/original/linux/
uhid.h
42
__u8
uniq
[64];
member in struct:uhid_create_req
/external/chromium_org/third_party/sqlite/src/
mkdll.sh
32
sed 's/^.* T _//' temp2 | sort |
uniq
>>tclsqlite3.def
/external/chromium_org/tools/valgrind/
waterfall.sh
60
sort |
uniq
)
140
grep -v "FAILS\|FLAKY" | sort |
uniq
| \
/external/linux-tools-perf/util/
help.c
37
static void
uniq
(struct cmdnames *cmds)
function
173
uniq
(main_cmds);
193
uniq
(other_cmds);
293
uniq
(&main_cmds);
/bootable/recovery/applypatch/
imgdiff_test.sh
104
sort |
uniq
-d | egrep -e '[.](apk|jar|zip)$'); do
/external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_postflight.sh
95
for uid in $(sort "$USERS_TMP_FILE" |
uniq
); do
/external/qemu/distrib/sdl-1.2.15/build-scripts/
makedep.sh
49
search_deps $src | sort |
uniq
>>${output}.new
/ndk/build/tools/
build-libportable.sh
165
sed 's/_wrap_/|/' | awk -F'|' '{print $2}' | sort |
uniq
| \
/system/media/camera/docs/
metadata-generate
103
printf %s\\n "${git_directories[@]}" | sort |
uniq
/external/bouncycastle/
Android.mk
75
| sed -e 's/^/-keep class /' -e 's/$$/ { public protected \*; } /' | sort |
uniq
` \
/external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc
80
static atomic_uintptr_t
uniq
= {(uintptr_t)&foo}; // Some real address.
local
84
uintptr_t addr = atomic_fetch_add(&
uniq
, size, memory_order_relaxed);
Completed in 3423 milliseconds
1
2
3
4
5
6