/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 146 jae L(32wordsormore) 148 L(write_less32words): 150 BRANCH_TO_JMPTBL_ENTRY (L(table_less32words)) 155 L(table_less32words): 156 .int JMPTBL (L(write_0words), L(table_less32words)) 157 .int JMPTBL (L(write_1words), L(table_less32words)) 158 .int JMPTBL (L(write_2words), L(table_less32words)) 159 .int JMPTBL (L(write_3words), L(table_less32words)) [all …]
|
D | android_memset32.S | 23 #ifndef L 24 # define L(label) .L##label macro 144 jae L(16dbwordsormore) 146 L(write_less16dbwords): 148 BRANCH_TO_JMPTBL_ENTRY (L(table_less16dbwords)) 152 L(table_less16dbwords): 153 .int JMPTBL (L(write_0dbwords), L(table_less16dbwords)) 154 .int JMPTBL (L(write_1dbwords), L(table_less16dbwords)) 155 .int JMPTBL (L(write_2dbwords), L(table_less16dbwords)) 156 .int JMPTBL (L(write_3dbwords), L(table_less16dbwords)) [all …]
|
/system/core/base/ |
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()
|
/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})* 180 L?\"(\\.|[^\\"])*\" { yylval->str = strdup(yytext); return token::STRING_LITERAL; }
|
/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/keymaster/key_blob_utils/ |
D | ocb.c | 624 block L[L_TABLE_SZ]; /* Memory correct */ member 643 #define getL(_ctx, _tz) ((_ctx)->L[_tz]) 647 return ctx->L[tz]; in getL() 651 block rval = swap_if_le(ctx->L[L_TABLE_SZ - 1]); in getL() 733 ctx->L[0] = swap_if_le(tmp_blk); in ae_init() 736 ctx->L[i] = swap_if_le(tmp_blk); in ae_init() 810 oa[0] = xor_block(ad_offset, ctx->L[0]); in process_ad() 812 oa[1] = xor_block(oa[0], ctx->L[1]); in process_ad() 814 oa[2] = xor_block(ad_offset, ctx->L[1]); in process_ad() 820 oa[3] = xor_block(oa[2], ctx->L[2]); in process_ad() [all …]
|
/system/tools/hidl/test/hash_test/ |
D | Android.bp | 6 cmd: "$(location hidl-gen) -L check " + 11 "!($(location hidl-gen) -L check " + 16 "$(location hidl-gen) -L hash " +
|
/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()
|
/system/core/fs_mgr/tests/ |
D | adb-remount-test.sh | 778 L= 785 ( [ -n "${L}" ] && echo "${L}" && false ) || 801 L=`adb_logcat -b all -v nsec -t ${T} 2>&1` 822 ( [ -n "${L}" ] && echo "${L}" && false ) || 832 ( [ -n "${L}" ] && echo "${L}" && false ) || 834 [ -n "${L}" ] && echo "${L}" 849 ( [ -n "${L}" ] && echo "${L}" && false ) || 854 ( [ -n "${L}" ] && echo "${L}" && false ) 972 ( echo "${L}" && false ) || 1111 L= [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 | 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 | 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 | 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 | 89c02a45.0 | 23 …Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification A… 27 …Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification …
|
D | 85cde254.0 | 20 8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K 29 …Issuer: C=US, ST=Arizona, L=Scottsdale, O=Starfield Technologies, Inc., CN=Starfield Root Certific… 33 …Subject: C=US, ST=Arizona, L=Scottsdale, O=Starfield Technologies, Inc., CN=Starfield Root Certifi…
|
/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 | 78 # define NO_ERROR 0L
|
/system/ca-certificates/google/files/ |
D | 89c02a45.0 | 23 …Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification A… 27 …Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification …
|
/system/update_engine/scripts/update_payload/ |
D | payload-test-key.pem | 21 dk43JF4zq0NEm6qp/dAwU3cCgYEAvECl+KKmmLIk8vvWlI2Y52Mi2rixYR2kc7+L
|