/prebuilts/tools/common/commons-compress/ |
commons-compress-1.0.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/ |
commons-compress-1.0.jar | |
/external/conscrypt/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | 79 #define NATIVE_METHOD(className, functionName, signature) \ 80 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## functionName) } 5100 ASN1_BIT_STRING* signature; local [all...] |
/prebuilts/devtools/tools/lib/ |
lint-checks.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/ |
lint-checks-22.2.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/ |
lint-checks-22.4.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/ |
lint-checks-22.4.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/ |
lint-checks-22.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/ |
lint-checks-22.5.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/ |
lint-checks-22.5.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/ |
lint-checks-22.7.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/ |
lint-checks-22.7.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/ |
lint-checks-22.7.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/ |
lint-checks-22.8.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
/external/qemu-pc-bios/bochs/bios/ |
rombios32.c | 1131 putstr(&q, "PCMP"); /* "PCMP signature */ 1157 putb(&q, 0); /* cpu signature */ 1264 uint8_t signature [4]; /* ACPI signature (4 ASCII characters) */\ 1282 uint8_t signature [8]; \/* ACPI signature, contains "RSD PTR " *\/ member in struct:rsdp_descriptor 1312 uint8_t signature[4]; \/* ACPI Signature *\/ member in struct:facs_descriptor_rev1 [all...] |
/system/vold/ |
cryptfs.c | 194 unsigned char **signature, 269 signature, 1204 unsigned char* signature; local [all...] |
/art/runtime/jdwp/ |
jdwp_event.cc | [all...] |
/external/chromium_org/third_party/libpng/ |
pngpread.c | 112 /* Read any remaining signature bytes from the stream and compare them with 113 * the correct PNG signature. It is possible that this routine is called 114 * with bytes already read from the signature, either because they have been 129 png_push_fill_buffer(png_ptr, &(info_ptr->signature[num_checked]), 133 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check)) 136 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4)) [all...] |
pngread.c | 350 * here. The application can then have access to the signature bytes we 361 /* If we haven't checked all of the PNG signature bytes, do so now. */ 367 png_read_data(png_ptr, &(info_ptr->signature[num_checked]), num_to_check); 370 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check)) 373 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4)) [all...] |
/external/chromium_org/third_party/qcms/src/ |
iccread.c | 192 invalid_source(mem, "Invalid Profile/Device Class signature"); 222 uint32_t signature; member in struct:tag 246 index.tags[i].signature = read_u32(mem, 128 + 4 + 4*i*3); 349 if (index.tags[i].signature == tag_id) { 374 // Check mandatory type signature for s16Fixed16ArrayType [all...] |
/external/e2fsprogs/lib/blkid/ |
probe.c | 949 * bytes, although the swap signature itself is located at the 1213 if (memcmp(sbd->signature, "BD", 2) == 0) { 1234 if ((memcmp(hfsplus->signature, "H+", 2) != 0) && 1235 (memcmp(hfsplus->signature, "HX", 2) != 0)) [all...] |
/external/qemu/distrib/libpng-1.2.46/ |
pngpread.c | 112 /* Read any remaining signature bytes from the stream and compare them with 113 * the correct PNG signature. It is possible that this routine is called 114 * with bytes already read from the signature, either because they have been 129 png_push_fill_buffer(png_ptr, &(info_ptr->signature[num_checked]), 133 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check)) 136 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4)) [all...] |
pngread.c | 354 * here. The application can then have access to the signature bytes we 365 /* If we haven't checked all of the PNG signature bytes, do so now. */ 371 png_read_data(png_ptr, &(info_ptr->signature[num_checked]), num_to_check); 374 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check)) 377 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4)) [all...] |
/external/chromium_org/chrome/browser/chromeos/attestation/ |
platform_verification_flow.cc | 356 signed_data_pb.signature(),
|