/system/core/libcutils/arch-x86_64/ |
D | android_memset16.S | 23 #ifndef L 24 # define L(label) .L##label macro 75 jae L(32wordsormore) 77 L(write_less32words): 79 BRANCH_TO_JMPTBL_ENTRY (L(table_less32words), %rdx, 4) 83 L(table_less32words): 84 .int JMPTBL (L(write_0words), L(table_less32words)) 85 .int JMPTBL (L(write_1words), L(table_less32words)) 86 .int JMPTBL (L(write_2words), L(table_less32words)) 87 .int JMPTBL (L(write_3words), L(table_less32words)) [all …]
|
D | android_memset32.S | 23 #ifndef L 24 # define L(label) .L##label macro 72 jae L(16dbwordsormore) 74 L(write_less16dbwords): 76 BRANCH_TO_JMPTBL_ENTRY (L(table_less16dbwords), %rdx, 4) 80 L(table_less16dbwords): 81 .int JMPTBL (L(write_0dbwords), L(table_less16dbwords)) 82 .int JMPTBL (L(write_1dbwords), L(table_less16dbwords)) 83 .int JMPTBL (L(write_2dbwords), L(table_less16dbwords)) 84 .int JMPTBL (L(write_3dbwords), L(table_less16dbwords)) [all …]
|
/system/core/libcutils/arch-x86/ |
D | android_memset16.S | 23 #ifndef L 24 # define L(label) .L##label macro 148 jae L(32wordsormore) 150 L(write_less32words): 152 BRANCH_TO_JMPTBL_ENTRY (L(table_less32words)) 157 L(table_less32words): 158 .int JMPTBL (L(write_0words), L(table_less32words)) 159 .int JMPTBL (L(write_1words), L(table_less32words)) 160 .int JMPTBL (L(write_2words), L(table_less32words)) 161 .int JMPTBL (L(write_3words), L(table_less32words)) [all …]
|
D | android_memset32.S | 23 #ifndef L 24 # define L(label) .L##label macro 146 jae L(16dbwordsormore) 148 L(write_less16dbwords): 150 BRANCH_TO_JMPTBL_ENTRY (L(table_less16dbwords)) 154 L(table_less16dbwords): 155 .int JMPTBL (L(write_0dbwords), L(table_less16dbwords)) 156 .int JMPTBL (L(write_1dbwords), L(table_less16dbwords)) 157 .int JMPTBL (L(write_2dbwords), L(table_less16dbwords)) 158 .int JMPTBL (L(write_3dbwords), L(table_less16dbwords)) [all …]
|
/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 | 6 cmd: "$(location hidl-gen) -L check " + 11 "!($(location hidl-gen) -F -L check " + 16 "!($(location hidl-gen) -L check " + 21 "$(location hidl-gen) -L hash " +
|
/system/tools/hidl/test/version_test/ |
D | Android.bp | 6 cmd: "$(location hidl-gen) -L check " + 16 "($(location hidl-gen) -L check " + 20 "($(location hidl-gen) -L check " + 24 "($(location hidl-gen) -L check " + 28 "($(location hidl-gen) -L check " + 32 "($(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/adb/ |
D | sysdeps_win32_test.cpp | 31 ASSERT_EQ(0, _wputenv(L"SYSDEPS_WIN32_TEST_UNICODE=\u00a1\u0048\u006f\u006c" in TEST() 32 L"\u0061\u0021\u03b1\u03b2\u03b3\u0061\u006d\u0062" in TEST() 33 L"\u0075\u006c\u014d\u043f\u0440\u0438\u0432\u0435" in TEST() 34 L"\u0442")); in TEST()
|
D | SOCKET-ACTIVATION.txt | 17 ExecStart=/path/to/adb server nodaemon -L acceptfd:3 38 address (passed to -L) name a file descriptor that's ready to
|
/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 1106 L= 1113 ( [ -n "${L}" ] && echo "${L}" && false ) || 1129 L=`adb_logcat -b all -v nsec -t ${T} 2>&1` 1150 ( [ -n "${L}" ] && echo "${L}" && false ) || 1160 ( [ -n "${L}" ] && echo "${L}" && false ) || 1162 [ -n "${L}" ] && echo "${L}" 1182 ( [ -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 | 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…
|
/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/timezone/input_data/iana/ |
D | tzdata2020a.tar.gz.asc | 14 okdszbMnQ1i0eVKW+L+jY5XOO8kmSLp4YcnrqXDyZabxyWIGMt4=
|
/system/timezone/input_tools/iana/ |
D | tzcode2019a.tar.gz.asc | 12 IrN6POYhZ6kg4NLF1G2pD7tTiog37Kvd/c3FHC76cqbbA5wkye+L/A73xmy0qOlv
|
/system/core/libutils/include/utils/ |
D | Errors.h | 82 # define NO_ERROR 0L
|