/system/tools/aidl/tests/corpus/ |
D | negative_left_shift | 1 …L>>-1>>2>30>-81>>0>4>26L>>-1>-2>>1-8>1-30>>1>>-7L>>-1>>-2>>0>>-2>>1-8>>-30>>-2>>1-80>>-7>>6L>>-1>>…
|
D | shift_right_64 | 1 …L>>-1>>1>>-4>26L>>1>>-4>26>>-1>>1>>-100-1>>1>>-4>26>>-1>>1>>-100>4>>266>>-1>>1>>-1>>1>-2-8>>-2>>-1…
|
D | shift_left_gt_leading_zeros | 1 enum o {p=06L>>-2>>-2L>>0-2>>-8-2>>0-21>>0-2>>-8-2>>0-2>>-6>>-9L>>0-2>>-6>>-2L>>0>1}
|
/system/libbase/ |
D | utf8_test.cpp | 52 EXPECT_EQ(0U, wide.find(L"before")); in TEST() 53 const wchar_t after_wide[] = L"after"; in TEST() 90 L"Google Video", 92 L"\x7f51\x9875\x0020\x56fe\x7247\x0020\x8d44\x8baf\x66f4\x591a\x0020\x00bb", 94 L"\x03a0\x03b1\x03b3\x03ba\x03cc\x03c3\x03bc\x03b9" 95 L"\x03bf\x03c2\x0020\x0399\x03c3\x03c4\x03cc\x03c2", 97 L"\x041f\x043e\x0438\x0441\x043a\x0020\x0441\x0442" 98 L"\x0440\x0430\x043d\x0438\x0446\x0020\x043d\x0430" 99 L"\x0020\x0440\x0443\x0441\x0441\x043a\x043e\x043c", 101 L"\xc804\xccb4\xc11c\xbe44\xc2a4", [all …]
|
D | utf8.cpp | 159 return (c >= L'a' && c <= L'z') || (c >= L'A' && c <= L'Z'); in isDriveLetter() 170 if (isDriveLetter((*utf16)[0]) && (*utf16)[1] == L':' && in UTF8PathToWindowsLongPath() 171 ((*utf16)[2] == L'\\' || (*utf16)[2] == L'/')) { in UTF8PathToWindowsLongPath() 175 std::replace(utf16->begin(), utf16->end(), L'/', L'\\'); in UTF8PathToWindowsLongPath()
|
D | file_test.cpp | 101 old_tmp.resize(GetEnvironmentVariableW(L"TMP", old_tmp.data(), old_tmp.size())); in TEST() 108 if (new_tmp.back() != L'\\') { in TEST() 109 new_tmp.push_back(L'\\'); in TEST() 113 auto path(new_tmp + L"锦绣成都\\"); in TEST() 115 ASSERT_TRUE(SetEnvironmentVariableW(L"TMP", path.c_str())); in TEST() 128 auto path(new_tmp + L"директория с длинным именем\\"); in TEST() 130 ASSERT_TRUE(SetEnvironmentVariableW(L"TMP", path.c_str())); in TEST() 143 auto path(new_tmp + L"äüöß weiß\\"); in TEST() 145 ASSERT_TRUE(SetEnvironmentVariableW(L"TMP", path.c_str())); in TEST() 158 SetEnvironmentVariableW(L"TMP", old_tmp.c_str()); in TEST() [all …]
|
/system/tools/hidl/test/hash_test/ |
D | Android.bp | 15 cmd: "$(location hidl-gen) -L check " + 20 "!($(location hidl-gen) -F -L check " + 25 "!($(location hidl-gen) -L check " + 30 "$(location hidl-gen) -L hash " +
|
/system/tools/hidl/test/version_test/ |
D | Android.bp | 15 cmd: "$(location hidl-gen) -L check " + 25 "($(location hidl-gen) -L check " + 29 "($(location hidl-gen) -L check " + 33 "($(location hidl-gen) -L check " + 37 "($(location hidl-gen) -L check " + 41 "($(location hidl-gen) -L check " +
|
/system/tools/hidl/ |
D | README.md | 24 hidl-gen -o output -L c++-impl -r android.hardware:hardware/interfaces -r android.hidl:system/libhi… 30 hidl-gen -o output -L c++-impl android.hardware.nfc@1.0 31 hidl-gen -o output -L vts android.hardware.nfc@1.0 32 hidl-gen -L hash android.hardware.nfc@1.0 38 hidl-gen -L c++-impl -r vendor.foo:vendor/foo/interfaces vendor.foo.nfc@1.0
|
D | hidl-gen_l.ll | 18 L [a-zA-Z_] 21 FS (f|F|l|L) 22 IS (u|U|l|L)* 24 COMPONENT {L}({L}|{D})* 181 L?\"(\\.|[^\\"])*\" { yylval->str = strdup(yytext); return token::STRING_LITERAL; }
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 635 block L[L_TABLE_SZ]; /* Memory correct */ member 654 #define getL(_ctx, _tz) ((_ctx)->L[_tz]) 658 return ctx->L[tz]; in getL() 662 block rval = swap_if_le(ctx->L[L_TABLE_SZ - 1]); in getL() 744 ctx->L[0] = swap_if_le(tmp_blk); in ae_init() 747 ctx->L[i] = swap_if_le(tmp_blk); in ae_init() 821 oa[0] = xor_block(ad_offset, ctx->L[0]); in process_ad() 823 oa[1] = xor_block(oa[0], ctx->L[1]); in process_ad() 825 oa[2] = xor_block(ad_offset, ctx->L[1]); in process_ad() 831 oa[3] = xor_block(oa[2], ctx->L[2]); in process_ad() [all …]
|
/system/media/audio_utils/tests/ |
D | getch.c | 37 struct timeval tv = { 0L, 0L }; in kbhit()
|
/system/core/fs_mgr/tests/ |
D | adb-remount-test.sh | 160 local L=`adb_logcat -b all -v brief -d \ 164 if [ -z "${L}" ]; then 168 echo "${L}" | sed "s/^/${INDENT}/" >&2 1141 L= 1148 ( [ -n "${L}" ] && echo "${L}" && false ) || 1164 L=`adb_logcat -b all -v nsec -t ${T} 2>&1` 1185 ( [ -n "${L}" ] && echo "${L}" && false ) || 1195 ( [ -n "${L}" ] && echo "${L}" && false ) || 1197 [ -n "${L}" ] && echo "${L}" 1217 ( [ -n "${L}" ] && echo "${L}" && false ) || [all …]
|
/system/keymaster/km_openssl/ |
D | ckdf.cpp | 47 const uint32_t L = output->key_material_size * 8; // bits in DEFINE_OPENSSL_OBJECT_POINTER() local 48 const uint32_t net_order_L = hton(L); in DEFINE_OPENSSL_OBJECT_POINTER()
|
/system/ca-certificates/files/ |
D | 2fa87019.0 | 30 Issuer: C=US, O=Network Solutions L.L.C., CN=Network Solutions Certificate Authority 34 Subject: C=US, O=Network Solutions L.L.C., CN=Network Solutions Certificate Authority
|
D | c2c1704e.0 | 32 …Issuer: C=PA, ST=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Aut… 36 …Subject: C=PA, ST=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Au…
|
D | 7c302982.0 | 32 …Issuer: C=PA, ST=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Aut… 36 …Subject: C=PA, ST=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Au…
|
D | 1ae85e5e.0 | 22 …Issuer: C=US, ST=Illinois, L=Chicago, O=Trustwave Holdings, Inc., CN=Trustwave Global ECC P256 Cer… 26 …Subject: C=US, ST=Illinois, L=Chicago, O=Trustwave Holdings, Inc., CN=Trustwave Global ECC P256 Ce…
|
D | 83e9984f.0 | 22 …Issuer: C=HU, L=Budapest, O=Microsec Ltd./organizationIdentifier=VATHU-23584497, CN=e-Szigno Root … 26 …Subject: C=HU, L=Budapest, O=Microsec Ltd./organizationIdentifier=VATHU-23584497, CN=e-Szigno Root…
|
D | 9479c8c3.0 | 23 …Issuer: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic… 27 …Subject: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Helleni…
|
D | 9aef356c.0 | 24 …Issuer: C=US, ST=Illinois, L=Chicago, O=Trustwave Holdings, Inc., CN=Trustwave Global ECC P384 Cer… 28 …Subject: C=US, ST=Illinois, L=Chicago, O=Trustwave Holdings, Inc., CN=Trustwave Global ECC P384 Ce…
|
/system/timezone/input_tools/iana/ |
D | tzcode2019a.tar.gz.asc | 12 IrN6POYhZ6kg4NLF1G2pD7tTiog37Kvd/c3FHC76cqbbA5wkye+L/A73xmy0qOlv
|
/system/tools/hidl/c2hal/ |
D | c2hal_l.ll | 18 L [a-zA-Z_] 22 FS (f|F|l|L) 23 IS (u|U|l|L)* 27 ID {L}{AN}* 177 "#"{S}*{L}+ { BEGIN(COPY_DECL_STATE); otherText = strdup(yytext); } 213 L?\"(\\.|[^\\"])*\" { yylval->str = strdup(yytext); return VALUE; }
|
/system/core/libutils/include/utils/ |
D | Errors.h | 82 # define NO_ERROR 0L
|
/system/update_engine/scripts/update_payload/ |
D | payload-test-key.pem | 21 dk43JF4zq0NEm6qp/dAwU3cCgYEAvECl+KKmmLIk8vvWlI2Y52Mi2rixYR2kc7+L
|