/aosp12/system/sepolicy/tools/ |
H A D | sepolicy_cleanup_check.sh | 37 …sedir --exclude=\*_macros | sed 's/^.*:.*type \([^,]*\)*.*$/\1/' | sort | uniq | while read -r typ… 48 …e" --exclude=\*.go $sedir | sed 's/^.*:.*type \([^,]*\)*.*$/\1/' | sort | uniq | while read -r typ… 64 find $sedir -name genfs_contexts -exec grep "^genfscon " '{}' \; | cut -d' ' -f2,3 | sort | uniq | … 80 … "*prebuilts*" -exec grep "^/" '{}' \; | cut -d' ' -f1 | cut -f1 | sort | uniq | while read -r pat…
|
/aosp12/system/extras/ioblame/ |
H A D | ioblame.sh | 261 cat foo1 | uniq > uniq_files 271 cat foo1 | uniq > uniq_files 278 cat foo1 | uniq > uniq_pids_byfile 289 cat foo1 | uniq > uniq_pids 296 cat foo1 | uniq > uniq_files_bypid
|
/aosp12/frameworks/base/api/ |
H A D | dump_api_shas.sh | 41 | xargs realpath --relative-to=$(pwd) | xargs dirname | sort | uniq 56 done; } | sort | uniq
|
/aosp12/system/extras/ioshark/ |
H A D | compile-only.sh | 36 awk '{print $7}' foo | sort | uniq > pidlist 79 for j in `sort mapped_files | uniq`
|
H A D | collect-straces-ftraces.sh | 38 awk '{print $7}' foo | sort | uniq > pidlist 81 for j in `sort mapped_files | uniq`
|
/aosp12/system/tools/hidl/test/format_test/ |
H A D | Android.bp | 32 … "cp $$(dirname $(in) | uniq)/Android.bp $(genDir)/system/tools/hidl/test/format_test/1.0 && " + 33 "diff -r -C3 $(genDir)/system/tools/hidl/test/format_test/1.0 $$(dirname $(in) | uniq)",
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | uhid.h | 44 __u8 uniq[64]; member 108 __u8 uniq[64]; member
|
/aosp12/build/make/core/ |
H A D | node_fns.mk | 97 define uniq-word 163 $(call uniq-word,$($(_eiv_tv)),$(INHERIT_TAG)$(i))) \
|
H A D | sysprop.mk | 96 $(eval _resolved_$(name) := $$(call uniq-pairs-by-first-component,$$(_resolved_$(name)),=))\
|
/aosp12/frameworks/base/cmds/hid/jni/ |
H A D | com_android_commands_hid_Device.cpp | 157 std::string uniq = android::base::StringPrintf("Id: %d", id); in open() local 158 strlcpy(reinterpret_cast<char*>(ev.u.create2.uniq), uniq.c_str(), sizeof(ev.u.create2.uniq)); in open()
|
/aosp12/frameworks/base/config/ |
H A D | generate-preloaded-classes.sh | 39 LC_ALL=C sort "$input" "${extra_classes_files[@]}" | uniq | grep -f "$denylist" -v -F -x | grep -v …
|
/aosp12/system/core/shell_and_utilities/ |
H A D | README.md | 111 time timeout touch tr true truncate umount uname uniq unix2dos usleep 132 time timeout touch tr true truncate **tty** **ulimit** umount uname uniq unix2dos 156 tty ulimit umount uname uniq unix2dos uptime usleep **uudecode** **uuencode** 182 umount uname uniq unix2dos uptime usleep uudecode uuencode vmstat wc 212 true truncate tty **tunctl** ulimit umount uname uniq unix2dos **unlink** 244 tty tunctl ulimit umount uname uniq unix2dos unlink unshare uptime 276 traceroute6 true truncate tty tunctl ulimit umount uname uniq unix2dos
|
/aosp12/build/soong/scripts/ |
H A D | diff_build_graphs.sh | 160 … "s|^$OUT_DIR_OLD/||" | sed "s|^$OUT_DIR_NEW/||" | sed "s|\.zip$||" | sort | uniq > "$productsFile"
|
/aosp12/system/tools/hidl/scripts/ |
H A D | hal-queries.sh | 62 cat "$current_file" | cut -d '#' -f1 | awk '{print $2}' | sed "/^ *$/d" | sort | uniq
|
/aosp12/system/media/camera/docs/ |
H A D | metadata-generate | 114 printf %s\\n "${git_directories[@]}" | sort | uniq
|
/aosp12/build/make/common/ |
H A D | strings.mk | 128 define uniq-pairs-by-first-component
|
/aosp12/frameworks/rs/perf-test-scripts/ |
H A D | timing | 169 TESTS=( `printf "%s\n" "${TESTS[@]}" | sort -n | uniq` )
|
/aosp12/system/bt/btif/co/ |
H A D | bta_hh_co.cc | 530 snprintf((char*)ev.u.create.uniq, sizeof(ev.u.create.uniq), "%s", in bta_hh_co_send_hid_info()
|
/aosp12/build/make/ |
H A D | envsetup.sh | 56 …ild/envsetup.sh | sed -n "/^[[:blank:]]*function /s/function \([a-z_]*\).*/\1/p" | sort | uniq`; do 1410 lines=($(\grep "$1" $FILELIST | sed -e 's/\/[^/]*$//' | sort | uniq))
|
/aosp12/build/ |
H A D | envsetup.sh | 56 …ild/envsetup.sh | sed -n "/^[[:blank:]]*function /s/function \([a-z_]*\).*/\1/p" | sort | uniq`; do 1410 lines=($(\grep "$1" $FILELIST | sed -e 's/\/[^/]*$//' | sort | uniq))
|