/third_party/libcoap/tests/ |
D | test_options.c | 25 coap_str_const_t teststr = { 1, (const uint8_t *)"" }; in t_parse_option1() local 41 coap_str_const_t teststr = { 2, (const uint8_t *)"\xc1" }; in t_parse_option2() local 56 coap_str_const_t teststr = { 13, (const uint8_t *)"\x3c\x00\x01\x02\x03\x04" in t_parse_option3() local 73 coap_str_const_t teststr = { 2, (const uint8_t *)"\xf3" }; in t_parse_option4() local 85 coap_str_const_t teststr = { 2, (const uint8_t *)"\x3f" }; in t_parse_option5() local 97 coap_str_const_t teststr = { 1, (const uint8_t *)"\xff" }; in t_parse_option6() local 109 coap_str_const_t teststr = { 2, (const uint8_t *)"\xd0\x07" }; in t_parse_option7() local 123 coap_str_const_t teststr = { 3, (const uint8_t *)"\xe0\x01\xff" }; in t_parse_option8() local 137 coap_str_const_t teststr = { 3, (const uint8_t *)"\xe0\xfe\xf2" }; in t_parse_option9() local 150 coap_str_const_t teststr = { 3, (const uint8_t *)"\xe0\xff\xff" }; in t_parse_option10() local [all …]
|
D | test_uri.c | 18 char teststr[] = "coap://[::1]/.well-known/core"; in t_parse_uri1() local 42 char teststr[] = "coap://[::1]:8000/.well-known/core"; in t_parse_uri2() local 65 char teststr[] = "coap://localhost/?foo&bla=fasel"; in t_parse_uri3() local 87 char teststr[] = "coap://:100000"; in t_parse_uri4() local 97 char teststr[] = "coap://foo:100000"; in t_parse_uri5() local 120 char teststr[] = "coap://134.102.218.2/.well-known/core"; in t_parse_uri6() local 143 char teststr[] = "coap://foo.bar:5683/some_resource/with/multiple/segments"; in t_parse_uri7() local 184 char teststr[] = "http://example.com/%7E%AB%13"; in t_parse_uri8() local 198 char teststr[] = "http://example.com/%x"; in t_parse_uri9() local 212 char teststr[] = "/absolute/path"; in t_parse_uri10() local [all …]
|
D | test_pdu.c | 27 uint8_t teststr[] = { 0x40, 0x01, 0x93, 0x34 }; in t_parse_pdu1() local 43 uint8_t teststr[] = { 0x55, 0x69, 0x12, 0x34, 't', 'o', 'k', 'e', 'n' }; in t_parse_pdu2() local 60 uint8_t teststr[] = { 0x53, 0x69, 0x12, 0x34, 't', 'o', 'k', 'e', 'n' }; in t_parse_pdu3() local 70 uint8_t teststr[] = { 0x59, 0x69, 0x12, 0x34, in t_parse_pdu4() local 86 uint8_t teststr[] = { 0x55, 0x73, 0x12, 0x34, 't', 'o', 'k', 'e', in t_parse_pdu5() local 108 uint8_t teststr[] = { 0x55, 0x73, 0x12, 0x34, 't', 'o', 'k', 'e', in t_parse_pdu6() local 120 uint8_t teststr[] = { 0x55, 0x73, 0x12, 0x34, 't', 'o', 'k', 'e', in t_parse_pdu7() local 145 uint8_t teststr[] = { 0x50, 0x73, 0x12, 0x34, in t_parse_pdu8() local 169 uint8_t teststr[] = { 0x70, 0x00, 0x12, 0x34, 0xff }; in t_parse_pdu9() local 179 uint8_t teststr[] = { 0x53, 0x73, 0x12, 0x34, 't', 'o', 'k', in t_parse_pdu10() local [all …]
|
D | test_error_response.c | 30 uint8_t teststr[] = { in t_error_response1() local 58 uint8_t teststr[] = { in t_error_response2() local 88 uint8_t teststr[] = { in t_error_response3() local 125 uint8_t teststr[] = { in t_error_response4() local 165 uint8_t teststr[] = { in t_error_response5() local 206 uint8_t teststr[] = { in t_error_response6() local 247 uint8_t teststr[] = { in t_error_response7() local 284 uint8_t teststr[] = { in t_error_response8() local
|
D | test_encode.c | 24 const coap_binary_t teststr = { 0, NULL }; in t_decode1() local 35 coap_binary_t teststr = { sizeof(data), data }; in t_decode2() local 46 coap_binary_t teststr = { sizeof(data), data }; in t_decode3() local 57 coap_binary_t teststr = { sizeof(data), data }; in t_decode4() local 67 const coap_binary_t teststr = { 0, NULL }; in t_decode5() local 78 coap_binary_t teststr = { sizeof(data), data }; in t_decode6() local 89 coap_binary_t teststr = { sizeof(data), data }; in t_decode7() local 100 coap_binary_t teststr = { sizeof(data), data }; in t_decode8() local
|
D | test_wellknown.c | 37 char teststr[] = { /* </>;title="some attribute";ct=0 (31 chars) */ in t_wellknown1() local 86 char teststr[] = { /* ,</abcd>;if="one";obs (21 chars) */ in t_wellknown2() local
|
/third_party/boost/libs/wave/samples/cpp_tokens/ |
D | cpp_tokens.cpp | 59 string teststr; in main() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | citertst.c | 946 UChar teststr[500]; in TestSmallBuffer() local
|
D | capitst.c | 455 UChar teststr[10]; in TestRuleBasedColl() local
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/ |
D | GlobalizationPreferences.java | 588 String teststr = result; in getDisplayName() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | GlobalizationPreferences.java | 590 String teststr = result; in getDisplayName() local
|