/third_party/backends/backend/ |
H A D | hs2p-scsi.h | 50 #define HS2P_SCSI_STATUS_GOOD 0x00 69 #define HS2P_SCSI_TEST_UNIT_READY 0x00 87 #define HS2P_SK_NO_SENSE 0x00 111 {0x00, "NO SENSE", "Indicates that there is no Sense Key information"}, 245 #define HS2P_INQUIRY_STANDARD_PAGE_CODE 0x00 255 * EVPD=0x00, Page_Code=0x00 => Standard Data Format 257 * EVPD=0x01, PAGE_CODE=0x00 => Return list of supported Page Codes 359 * IPU installed ? 0x18 : 0x00 369 SANE_Byte compression; /* Compression Method is set to 0x00 [all...] |
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | sc25519.c | 16 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | BPTCCompressedTextureTest.cpp | 26 const std::array<GLubyte, 16> kBC7BlackData4x4 = {0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 27 0x00, 0x00, 0x00, [all...] |
H A D | ETCTextureTest.cpp | 81 0x00, 0x00, 0xf8, 0x02, 0x43, 0xff, 0x04, 0x12, // Individual/differential block in TEST_P() 82 0x1c, 0x65, 0xc6, 0x62, 0xff, 0xf0, 0xff, 0x00, // T block in TEST_P() 83 0x62, 0xf2, 0xe3, 0x32, 0xff, 0x0f, 0xff, 0x00, // H block in TEST_P() 124 0x00, 0x00, 0xf8, 0x02, 0x43, 0xff, 0x04, 0x12, // Individual/differential block in TEST_P() 125 0x1c, 0x65, 0xc6, 0x62, 0xff, 0xf0, 0xff, 0x00, // T block in TEST_P() 126 0x62, 0xf2, 0xe3, 0x32, 0xff, 0x0f, 0xff, 0x00, // H block in TEST_P()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/ |
H A D | wifi_p2p_service_request_list_test.cpp | 108 tlvList.push_back(0x00); in HWTEST_F() 109 tlvList.push_back(0x00); in HWTEST_F() 118 tlvList.push_back(0x00); in HWTEST_F() 119 tlvList.push_back(0x00); in HWTEST_F() 128 tlvList.push_back(0x00); in HWTEST_F() 129 tlvList.push_back(0x00); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_sco_def.c | 67 .inputTransportUnitSize = 0x00, 68 .outputTransportUnitSize = 0x00, 108 .inputTransportUnitSize = 0x00, 109 .outputTransportUnitSize = 0x00, 149 .inputTransportUnitSize = 0x00, 150 .outputTransportUnitSize = 0x00,
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_buffer_test.c | 72 uint8_t expected0[] = { 0xef, 0xbe, 0x00, 0x00 }; in align() 87 uint8_t expected0[] = { 0xef, 0xbe, 0x00, 0x00 }; in emit_bits() 113 dxil_buffer_emit_vbr_bits(&buf, 0x00, 2); in emit_vbr_bits() 116 dxil_buffer_emit_vbr_bits(&buf, 0x00, 2); in emit_vbr_bits()
|
/third_party/libwebsockets/lib/roles/raw-proxy/ |
H A D | ops-raw-proxy.c | 212 /* LWS_ROPS_pt_init_destroy */ 0x00, 214 /* LWS_ROPS_destroy_vhost */ 0x00, 220 /* LWS_ROPS_tx_credit */ 0x00, 222 /* LWS_ROPS_encapsulation_parent */ 0x00, 224 /* LWS_ROPS_close_via_role_protocol */ 0x00, 226 /* LWS_ROPS_close_kill_connection */ 0x00,
|
/third_party/ffmpeg/libavcodec/ |
H A D | utvideo.h | 57 UTVIDEO_RGB = MKTAG(0x00, 0x00, 0x01, 0x18), 58 UTVIDEO_RGBA = MKTAG(0x00, 0x00, 0x02, 0x18),
|
/third_party/skia/docs/examples/ |
H A D | skpaint_mix.cpp | 19 fillPaint.setColor(SkColorSetARGB(0xFF, 0xFF, 0x00, 0x00)); in REG_FIDDLE() 22 fillPaint.setColor(SkColorSetARGB(0xFF, 0x00, 0x00, 0xFF)); in REG_FIDDLE()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_sc_initiator.c | 133 uint8_t randomTemp[SMP_RANDOM_DATA_LEN] = {0x00}; in SMP_ScPairJustworkOrNumericMasterStep6() 160 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_ScPairJustworkOrNumericMasterStep7() 174 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_ScPairJustworkOrNumericMasterStep7() 203 (void)memset_s(cryptAesCmacStep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_ScPairJustworkOrNumericMasterStep8() 234 uint8_t confirmTemp[SMP_CONFIRM_DATA_LEN] = {0x00}; in SMP_ScPairJustworkOrNumericMasterStep10() 242 if (memcmp(confirmTemp, SMP_GetPairMng()->peer.confirm, SMP_CONFIRM_DATA_LEN) != 0x00) { in SMP_ScPairJustworkOrNumericMasterStep10() 247 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_ScPairJustworkOrNumericMasterStep10() 267 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_ScPairJustworkOrNumericMasterStep10() 295 (void)memset_s(cryptAesCmacStep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_ScPairJustworkOrNumericMasterStep11() 405 SMP_GetPairMng()->scConfirmCheckCounter = 0x00; in SMP_ScPairPasskeyEntryMasterStep3() [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | utf8tst.c | 128 static const uint8_t codeunit[]={0x00, 0x65, 0x7e, 0x7f, 0xc2, 0xc4, 0xf0, 0xf4, 0x80, 0x81, 0xbc, 0xbe,}; in TestCodeUnitValues() 303 0x00 in TestNextPrevChar() 467 /* 22 */ 0x00 in TestNulTerminated() 602 0x00 in TestNextPrevCharUnsafe() 676 0x00 in TestFwdBack() 784 0x00 in TestFwdBackUnsafe() 864 = {0x61, 0xe4, 0xba, 0x8c, 0x7f, 0xfe, 0x62, 0xc5, 0x7f, 0x61, 0x80, 0x80, 0xe0, 0x00 }; in TestSetChar() 906 = {0x61, 0xe4, 0xba, 0x8c, 0x7f, 0x2e, 0x62, 0xc5, 0x7f, 0x61, 0x80, 0x80, 0xe0, 0x80, 0x80, 0x00 }; in TestSetCharUnsafe() 1009 static const uint8_t s[11]={0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6a, 0x00}; in TestAppendChar() 1077 {0xF0, 0x90, 0x90, 0x81, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6a, 0x00}, in TestAppendChar() [all...] |
H A D | ncnvtst.c | 168 int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; in TestSurrogateBehaviour() 298 static const int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, in TestSurrogateBehaviour() 377 static const int32_t offsets[] = { 0x00, 0x00}; in TestErrorBehaviour() 379 static const int32_t offsetsSUB[] = { 0x00, 0x00, 0x01, 0x01}; in TestErrorBehaviour() 383 static const int32_t offsets2[] = { 0x00, in TestErrorBehaviour() [all...] |
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 1007 0x00, 0x00, 0x00, 1052 0x48, 0x81, 0b11'000'110, 0x80, 0x00, 0x00, 0x00, 1053 0x49, 0x81, 0b11'101'000, 0x40, 0x42, 0x0f, 0x00, 1136 0xc5,0xf4,0xc2,0x05,0x1c,0x00,0x00,0x00, [all...] |
/third_party/openssl/test/ |
H A D | pkcs12_format_test.c | 37 0x30, 0x82, 0x01, 0xed, 0x30, 0x82, 0x01, 0x56, 0xa0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x09, 0x00, 39 0xf7, 0x0d, 0x01, 0x01, 0x0b, 0x05, 0x00, 0x30, 0x19, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 46 0x00, 0x03, 0x81, 0x8d, 0x00, 0x30, 0x81, 0x89, 0x02, 0x81, 0x81, 0x00, 0xbc, 0xdc, 0x6f, 0x8c, 54 0xc1, 0x48, 0x7d, 0x28, 0xe5, 0x23, 0x66, 0x07, 0x22, 0xd5, 0xf0, 0xf1, 0x02, 0x03, 0x01, 0x00, 58 0x00, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x1d, 0x0f, 0x04, 0x04, 0x03, 0x02, 0x04, 0xf0, 0x30, 0x0d, 59 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0b, 0x05, 0x00, 0x03, 0x81, 0x81, 60 0x00, 0x1c, 0x13, 0xdc, 0x02, 0xf1, 0x44, 0x36, 0x65, 0xa9, 0xbe, 0x30, 0x1c, 0x66, 0x14, 0x20, 73 0x30, 0x82, 0x01, 0xed, 0x30, 0x82, 0x01, 0x56, 0xa0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x09, 0x00, [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_vendor_player_application_settings.h | 41 AVRC_TG_LPASA_NUM_OF_ATTRIBUTES = 0x00, // The value of the "NumPlayerApplicationSettingAttributes". 138 AVRC_TG_LPASV_NUM_OF_VALUES = 0x00, // The value of the "NumPlayerApplicationSettingValues". 256 AVRC_TG_GCPASV_NUM_OF_ATTRIBUTES = 0x00, // The value of the "NumPlayerApplicationSettingAttributeID". 258 AVRC_TG_GCPASV_NUMBER_OF_VALUES = 0x00, // The value of "NumPlayerApplicationSettingValues". 394 AVRC_TG_SPASV_NUM_OF_ATTRIBUTES = 0x00, // The value of the "NumPlayerApplicationSettingAttributes". 525 AVRC_TG_GPASAT_NUM_OF_ATTRIBUTE = 0x00, // The Number of attribute 682 AVRC_TG_GPASVT_NUM_OF_ATTRIBUTE = 0x00, // The Number of attribute. 686 AVRC_TG_GPASVT_INITIALIZATION = 0x00, // The value of initialization.
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | DrawTextureTest.cpp | 139 constexpr GLubyte kTextureColorData[] = {0xFF, 0x00, 0x00, 0xFF, 0xFF, 0x00, 0x00, 0xFF, in TEST_P() 140 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF}; in TEST_P()
|
/third_party/glfw/examples/ |
H A D | particles.c | 116 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 117 0x00, 0x00, [all...] |
/third_party/vixl/test/aarch32/traces/ |
H A D | assembler-cond-rd-operand-const-can-use-pc-cmn-a32.h | 53 0xab, 0x00, 0x7f, 0x03 // cmn eq r15 0x000000ab 62 0x00, 0x00, 0x78, 0x43 // cmn mi r8 0x00000000 95 0xab, 0x00, 0x79, 0xb3 // cmn lt r9 0x000000ab 122 0xab, 0x00, 0x7b, 0xe3 // cmn al r11 0x000000ab 155 0xab, 0x00, 0x7e, 0x83 // cmn hi r14 0x000000ab 164 0xff, 0x00, 0x78, 0x43 // cmn mi r8 0x000000ff 203 0x00, 0x00, 0x7f, 0xc3 // cmn gt r15 0x00000000 224 0x00, [all...] |
H A D | assembler-cond-rd-operand-const-can-use-pc-cmp-a32.h | 53 0xab, 0x00, 0x5f, 0x03 // cmp eq r15 0x000000ab 62 0x00, 0x00, 0x58, 0x43 // cmp mi r8 0x00000000 95 0xab, 0x00, 0x59, 0xb3 // cmp lt r9 0x000000ab 122 0xab, 0x00, 0x5b, 0xe3 // cmp al r11 0x000000ab 155 0xab, 0x00, 0x5e, 0x83 // cmp hi r14 0x000000ab 164 0xff, 0x00, 0x58, 0x43 // cmp mi r8 0x000000ff 203 0x00, 0x00, 0x5f, 0xc3 // cmp gt r15 0x00000000 224 0x00, [all...] |
H A D | assembler-cond-rd-operand-const-can-use-pc-teq-a32.h | 53 0xab, 0x00, 0x3f, 0x03 // teq eq r15 0x000000ab 62 0x00, 0x00, 0x38, 0x43 // teq mi r8 0x00000000 95 0xab, 0x00, 0x39, 0xb3 // teq lt r9 0x000000ab 122 0xab, 0x00, 0x3b, 0xe3 // teq al r11 0x000000ab 155 0xab, 0x00, 0x3e, 0x83 // teq hi r14 0x000000ab 164 0xff, 0x00, 0x38, 0x43 // teq mi r8 0x000000ff 203 0x00, 0x00, 0x3f, 0xc3 // teq gt r15 0x00000000 224 0x00, [all...] |
H A D | assembler-cond-rd-operand-const-can-use-pc-tst-a32.h | 53 0xab, 0x00, 0x1f, 0x03 // tst eq r15 0x000000ab 62 0x00, 0x00, 0x18, 0x43 // tst mi r8 0x00000000 95 0xab, 0x00, 0x19, 0xb3 // tst lt r9 0x000000ab 122 0xab, 0x00, 0x1b, 0xe3 // tst al r11 0x000000ab 155 0xab, 0x00, 0x1e, 0x83 // tst hi r14 0x000000ab 164 0xff, 0x00, 0x18, 0x43 // tst mi r8 0x000000ff 203 0x00, 0x00, 0x1f, 0xc3 // tst gt r15 0x00000000 224 0x00, [all...] |
/third_party/libcoap/tests/ |
H A D | test_oscore.c | 170 0xb6, 0x00, 0x3b, 0x0b, 0x64, 0xd7, 0x40, 0x41 in t_oscore_c_2_1() 237 0xb6, 0x00, 0x3b, 0x0b, 0x64, 0xd7, 0x40, 0x41 in t_oscore_c_2_2() 297 0xaf, 0x2a, 0x13, 0x00, 0xa5, 0xe9, 0x57, 0x88, in t_oscore_c_3_1() 366 0xaf, 0x2a, 0x13, 0x00, 0xa5, 0xe9, 0x57, 0x88, in t_oscore_c_3_2() 426 0x44, 0x01, 0x5d, 0x1f, 0x00, 0x00, 0x39, 0x74, in t_oscore_c_4() 431 0x44, 0x02, 0x5d, 0x1f, 0x00, 0x00, 0x39, 0x74, in t_oscore_c_4() 493 0x44, 0x01, 0x71, 0xc3, 0x00, 0x00, in t_oscore_c_5() [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | g711.c | 588 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 589 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [all...] |
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/ |
H A D | mediakeydecryptndk_fuzzer.cpp | 37 0x00, 0x00, 0x00, 0x8B, 0x70, 0x73, 0x73, 0x68, 0x00, 0x00, 0x00, 0x00, 0x3D, 0x5E, 0x6D, 0x35, 0x9B, 0x9A, \ 38 0x41, 0xE8, 0xB8, 0x43, 0xDD, 0x3C, 0x6E, 0x72, 0xC4, 0x2C, 0x00, 0x00, 0x00, [all...] |