/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/ |
uhid.h | 44 __u8 uniq[64]; member in struct:uhid_create_req
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/ |
uhid.h | 44 __u8 uniq[64]; member in struct:uhid_create_req
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/ |
uhid.h | 44 __u8 uniq[64]; member in struct:uhid_create_req
|
/system/extras/tests/fstest/ |
README | 61 adb shell perm_checker | grep "^# INFO #" | sort | uniq
|
/external/chromium_org/tools/valgrind/ |
waterfall.sh | 60 sort | uniq) 140 grep -v "FAILS\|FLAKY" | sort | uniq | \
|
/ndk/build/gmsl/ |
gmsl-tests | 437 $(call start_test,uniq) 438 $(call test_assert,$(call uniq,),) 439 $(call test_assert,$(call uniq,a),a) 440 $(call test_assert,$(call uniq,a a),a) 441 $(call test_assert,$(call uniq,a aa),a aa) 442 $(call test_assert,$(call uniq,a aa a),a aa) 443 $(call test_assert,$(call uniq,a b ba ab b a a ba a),a b ba ab)
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
TestCertUtils.java | 92 * TestCertificate-s included in the CertPath will be uniq (will have 690 * Utility class used to generate some amount of uniq names. 760 * Generates some amount of uniq names, none of which is equals to 803 "cant generate so many uniq names. sorry. add some more data."); 810 * Generates some amount of uniq X500Principals, none of which is equals
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
TestCertUtils.java | 94 * TestCertificate-s included in the CertPath will be uniq (will have 695 * Utility class used to generate some amount of uniq names. 765 * Generates some amount of uniq names, none of which is equals to 807 "cant generate so many uniq names. sorry. add some more data."); 814 * Generates some amount of uniq X500Principals, none of which is equals
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts3rnd.test | 159 #lsort -uniq -integer $ret 218 set l [lsort -uniq -integer $l2] 249 lsort -integer -uniq [concat $A $B]
|
/external/chromium_org/v8/src/ |
store-buffer.cc | 107 void StoreBuffer::Uniq() { 248 Uniq(); 285 Uniq(); // Also removes things that no longer point to new space.
|
store-buffer.h | 146 void Uniq();
|
/build/core/ |
node_fns.mk | 97 define uniq-word 160 $(call uniq-word,$($(_eiv_tv)),$(INHERIT_TAG)$(i))) \
|
/external/clang/test/CodeGenCXX/ |
dllimport.cpp | 24 #define UNIQ(name) JOIN(name, __LINE__) 25 #define USEVARTYPE(type, var) type UNIQ(use)() { return var; } 27 #define USE(func) void UNIQ(use)() { func(); } 28 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; } 29 #define USECLASS(class) void UNIQ(USE)() { class x; } 30 #define USECOPYASSIGN(class) class& (class::*UNIQ(use)())(class&) { return &class::operator=; } 31 #define USEMOVEASSIGN(class) class& (class::*UNIQ(use)())(class&&) { return &class::operator=; } 295 void UNIQ(use)() { ::operator new(42); } [all...] |
/bootable/recovery/applypatch/ |
imgdiff_test.sh | 104 sort | uniq -d | egrep -e '[.](apk|jar|zip)$'); do
|
/external/bouncycastle/ |
Android.mk | 92 | sed -e 's/^/-keep class /' -e 's/$$/ { public protected \*; } /' | sort | uniq` \
|
/external/chromium_org/chrome/tools/build/mac/ |
generate_localizer | 80 # Bounce through a set to uniq the strings, sort the list, then build the
|
/external/chromium_org/remoting/host/installer/mac/Scripts/ |
remoting_postflight.sh | 95 for uid in $(sort "$USERS_TMP_FILE" | uniq); do
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-01-06-TailDuplicateLabels.ll | 1 ; RUN: llc -relocation-model=pic < %s | grep ":$" | sort | uniq -d | count 0
|
/external/strace/linux/mips/ |
ioctlent.sh | 66 file_list=`(ls $file_find $file_stop $file_stop 2>/dev/null) | sort | uniq -u`
|
/external/tcpdump/ |
print-pppoe.c | 83 { PPPOE_HOST_UNIQ, "Host-Uniq" },
|
/packages/apps/Exchange/res/values-fr/ |
strings.xml | 48 <string name="policy_app_whitelist" msgid="73673250614393830">"Autoriser applications spécifiées uniq."</string>
|
/packages/apps/Exchange/res/values-fr-rCA/ |
strings.xml | 48 <string name="policy_app_whitelist" msgid="73673250614393830">"Autoriser applications spécifiées uniq."</string>
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCDatabaseMetaData.java | 778 String uniq = r0[col]; local 781 if (uniq.charAt(0) == '0') { 897 String uniq = r0[col]; local 900 if (uniq.charAt(0) == '0') { 1317 String uniq = r0[col]; local [all...] |
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed.info | 93 * uniq:: Make duplicate lines unique 94 * uniq -d:: Print duplicated lines of input 95 * uniq -u:: Remove all duplicated lines [all...] |
/external/bluetooth/bluedroid/btif/co/ |
bta_hh_co.c | 427 snprintf((char*)ev.u.create.uniq, sizeof(ev.u.create.uniq),
|