/third_party/python/Lib/json/ |
H A D | decoder.py | 69 def py_scanstring(s, end, strict=True, 78 after the end quote.""" 81 begin = end - 1 83 chunk = _m(s, end) 86 end = chunk.end() 91 # Terminator is the end of string, a literal control character, 99 raise JSONDecodeError(msg, s, end) 104 esc = s[end] 114 raise JSONDecodeError(msg, s, end) [all...] |
/third_party/node/test/fixtures/wpt/FileAPI/blob/ |
H A D | Blob-slice.any.js | 70 {start: 0, end: -6, contents: "PASS"}, 71 {start: 0, end: -12, contents: ""}, 72 {start: 0, end: 4, contents: "PASS"}, 73 {start: 0, end: 12, contents: "PASSSTRING"}, 74 {start: 7, end: 4, contents: ""}] 80 [{start: 0, end: 9, contents: "foobarbaz"}, 81 {start: 0, end: 3, contents: "foo"}, 82 {start: 3, end: 9, contents: "barbaz"}, 83 {start: 6, end: 9, contents: "baz"}, 84 {start: 6, end [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | test-number.cc | 36 const char *end = str + 3; in main() local 39 assert (hb_parse_int (&pp, end, &pv)); in main() 42 assert (end - pp == 0); in main() 43 assert (!*end); in main() 49 const char *end = str + strlen (str); in main() local 52 assert (hb_parse_uint (&pp, end, &pv)); in main() 55 assert (end - pp == 0); in main() 56 assert (!*end); in main() 62 const char *end = str + 3; in main() local 65 assert (hb_parse_uint (&pp, end, in main() 75 const char *end = str + 4; main() local 89 const char *end = str + 4; main() local 103 const char *end = str + ARRAY_LENGTH (str); main() local 116 const char *end = str + ARRAY_LENGTH (str); main() local 129 const char *end = str + ARRAY_LENGTH (str); main() local 141 const char *end = str + ARRAY_LENGTH (str); main() local 153 const char *end = str + ARRAY_LENGTH (str) - 1; main() local 165 const char *end = str + ARRAY_LENGTH (str) - 1; main() local 177 const char *end = str + ARRAY_LENGTH (str) - 1; main() local 189 const char *end = str + ARRAY_LENGTH (str) - 1; main() local 201 const char *end = str + ARRAY_LENGTH (str) - 1; main() local 214 const char *end = str + ARRAY_LENGTH (str) - 1; main() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_sqrt.c | 33 goto end; in BN_mod_sqrt() 51 goto end; in BN_mod_sqrt() 70 goto end; in BN_mod_sqrt() 75 goto end; in BN_mod_sqrt() 79 goto end; in BN_mod_sqrt() 97 goto end; in BN_mod_sqrt() 100 goto end; in BN_mod_sqrt() 102 goto end; in BN_mod_sqrt() 138 goto end; in BN_mod_sqrt() 142 goto end; in BN_mod_sqrt() [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_sqrt.c | 33 goto end; in BN_mod_sqrt() 51 goto end; in BN_mod_sqrt() 70 goto end; in BN_mod_sqrt() 75 goto end; in BN_mod_sqrt() 79 goto end; in BN_mod_sqrt() 97 goto end; in BN_mod_sqrt() 100 goto end; in BN_mod_sqrt() 102 goto end; in BN_mod_sqrt() 138 goto end; in BN_mod_sqrt() 142 goto end; in BN_mod_sqrt() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | algorithm_test.cc | 32 EXPECT_TRUE(absl::equal(v1.begin(), v1.end(), v2.begin(), v2.end())); in TEST() 33 EXPECT_FALSE(absl::equal(v1.begin(), v1.end(), v3.begin(), v3.end())); in TEST() 34 EXPECT_FALSE(absl::equal(v1.begin(), v1.end(), v4.begin(), v4.end())); in TEST() 43 EXPECT_TRUE(absl::equal(lst1.begin(), lst1.end(), lst2.begin(), lst2.end())); in TEST() 44 EXPECT_FALSE(absl::equal(lst1.begin(), lst1.end(), lst3.begin(), lst3.end())); in TEST() [all...] |
/third_party/protobuf/objectivec/ |
H A D | GPBDictionary_PackagePrivate.h | 47 @end 67 //%EXTRA_DICTIONARY_PRIVATE_INTERFACES_##HELPER()@end 91 @end 97 @end 103 @end 109 @end 115 @end 121 @end 127 @end 136 @end [all...] |
/third_party/curl/lib/vtls/ |
H A D | x509asn1.c | 178 const char *beg, const char *end) 182 const char *beg, const char *end) in getASN1Element() 189 ending at `end'. in getASN1Element() 192 if(!beg || !end || beg >= end || !*beg || in getASN1Element() 193 (size_t)(end - beg) > CURL_ASN1_MAX) in getASN1Element() 207 if(beg >= end) in getASN1Element() 214 effective length by skipping element until an end element is found. */ in getASN1Element() 218 while(beg < end && *beg) { in getASN1Element() 219 beg = getASN1Element(&lelem, beg, end); in getASN1Element() 181 getASN1Element(struct Curl_asn1Element *elem, const char *beg, const char *end) getASN1Element() argument 268 bool2str(struct dynbuf *store, const char *beg, const char *end) bool2str() argument 281 octet2str(struct dynbuf *store, const char *beg, const char *end) octet2str() argument 292 bit2str(struct dynbuf *store, const char *beg, const char *end) bit2str() argument 307 int2str(struct dynbuf *store, const char *beg, const char *end) int2str() argument 338 utf8asn1str(struct dynbuf *to, int type, const char *from, const char *end) utf8asn1str() argument 420 encodeOID(struct dynbuf *store, const char *beg, const char *end) encodeOID() argument 456 OID2str(struct dynbuf *store, const char *beg, const char *end, bool symbolic) OID2str() argument 479 GTime2str(struct dynbuf *store, const char *beg, const char *end) GTime2str() argument 550 UTime2str(struct dynbuf *store, const char *beg, const char *end) UTime2str() argument 737 Curl_parseX509(struct Curl_X509certificate *cert, const char *beg, const char *end) Curl_parseX509() argument 855 dumpAlgo(struct dynbuf *store, struct Curl_asn1Element *param, const char *beg, const char *end) dumpAlgo() argument 1045 Curl_extract_certinfo(struct Curl_easy *data, int certnum, const char *beg, const char *end) Curl_extract_certinfo() argument [all...] |
/third_party/musl/libc-test/src/functionalext/locale/ |
H A D | strtod_l.c | 117 char* end; in strtod_l_0200() local 118 double num = strtod_l(str, &end, loc); in strtod_l_0200() 120 if (strcmp(end, str1)) { in strtod_l_0200() 136 char* end; in strtod_l_0300() local 137 double num = strtod_l(str, &end, loc); in strtod_l_0300() 139 if (strcmp(end, str1)) { in strtod_l_0300() 155 char* end; in strtod_l_0400() local 156 double num = strtod_l(str, &end, loc); in strtod_l_0400() 158 if (strcmp(end, str1)) { in strtod_l_0400() 174 char* end; in strtod_l_0500() local 193 char* end; strtod_l_0600() local 211 char* end; strtod_l_0700() local 226 char* end; strtod_l_0800() local 242 char* end; strtod_l_0900() local 260 char* end; strtod_l_1000() local 275 char* end; strtod_l_1100() local 292 char* end; strtod_l_1200() local 311 char* end; strtod_l_1300() local 329 char* end; strtod_l_1400() local 345 char* end; strtod_l_1500() local 366 char* end; strtod_l_1600() local 385 char* end; strtod_l_1700() local [all...] |
H A D | wcstod_l.c | 116 wchar_t* end; in wcstod_l_0200() local 117 double num = wcstod_l(str, &end, loc); in wcstod_l_0200() 119 if (wcscmp(end, str1)) { in wcstod_l_0200() 135 wchar_t* end; in wcstod_l_0300() local 136 double num = wcstod_l(str, &end, loc); in wcstod_l_0300() 138 if (wcscmp(end, str1)) { in wcstod_l_0300() 154 wchar_t* end; in wcstod_l_0400() local 155 double num = wcstod_l(str, &end, loc); in wcstod_l_0400() 157 if (wcscmp(end, str1)) { in wcstod_l_0400() 173 wchar_t* end; in wcstod_l_0500() local 192 wchar_t* end; wcstod_l_0600() local 210 wchar_t* end; wcstod_l_0700() local 225 wchar_t* end; wcstod_l_0800() local 241 wchar_t* end; wcstod_l_0900() local 259 wchar_t* end; wcstod_l_1000() local 274 wchar_t* end; wcstod_l_1100() local 291 wchar_t* end; wcstod_l_1200() local 310 wchar_t* end; wcstod_l_1300() local 328 wchar_t* end; wcstod_l_1400() local 345 wchar_t* end; wcstod_l_1500() local 364 wchar_t* end; wcstod_l_1600() local 384 wchar_t* end; wcstod_l_1700() local 403 wchar_t* end; wcstod_l_1800() local [all...] |
/third_party/lzma/CPP/Common/ |
H A D | StringToInt.cpp | 12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
13 if (end) *end = s; \
17 if (c < '0' || c > '9') { if (end) *end = s; return res; } \
30 Int32 ConvertStringToInt32(const char *s, const char **end) throw()
32 if (end)
33 *end = s;
48 if (end)
49 *end 56 ConvertStringToInt32(const wchar_t *s, const wchar_t **end) ConvertStringToInt32() argument 81 ConvertOctStringToUInt32(const char *s, const char **end) ConvertOctStringToUInt32() argument 102 ConvertOctStringToUInt64(const char *s, const char **end) ConvertOctStringToUInt64() argument 123 ConvertHexStringToUInt32(const char *s, const char **end) ConvertHexStringToUInt32() argument 148 ConvertHexStringToUInt64(const char *s, const char **end) ConvertHexStringToUInt64() argument [all...] |
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
H A D | string-to-double.cc | 66 Iterator end, in ConsumeSubStringImpl() 72 if (*current == end || converter(**current) != *substring) { in ConsumeSubStringImpl() 84 Iterator end, in ConsumeSubString() 88 return ConsumeSubStringImpl(current, end, substring, ToLower); in ConsumeSubString() 90 return ConsumeSubStringImpl(current, end, substring, Pass); in ConsumeSubString() 137 // Returns true if a nonspace found and false if the end has reached. 139 static inline bool AdvanceToNonspace(Iterator* current, Iterator end) { in AdvanceToNonspace() argument 140 while (*current != end) { in AdvanceToNonspace() 188 // Returns true, when the iterator is equal to end. 190 static bool Advance (Iterator* it, uc16 separator, int base, Iterator& end) { in Advance() argument 65 ConsumeSubStringImpl(Iterator* current, Iterator end, const char* substring, Converter converter) ConsumeSubStringImpl() argument 83 ConsumeSubString(Iterator* current, Iterator end, const char* substring, bool allow_case_insensitivity) ConsumeSubString() argument 216 IsHexFloatString(Iterator start, Iterator end, uc16 separator, bool allow_trailing_junk) IsHexFloatString() argument 256 RadixStringToIeee(Iterator* current, Iterator end, bool sign, uc16 separator, bool parse_as_hex_float, bool allow_trailing_junk, double junk_string_value, bool read_as_double, bool* result_is_junk) RadixStringToIeee() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | double-conversion-string-to-double.cpp | 87 Iterator end, in ConsumeSubStringImpl() 93 if (*current == end || converter(**current) != *substring) { in ConsumeSubStringImpl() 105 Iterator end, in ConsumeSubString() 109 return ConsumeSubStringImpl(current, end, substring, ToLower); in ConsumeSubString() 111 return ConsumeSubStringImpl(current, end, substring, Pass); in ConsumeSubString() 158 // Returns true if a nonspace found and false if the end has reached. 160 static inline bool AdvanceToNonspace(Iterator* current, Iterator end) { in AdvanceToNonspace() argument 161 while (*current != end) { in AdvanceToNonspace() 209 // Returns true, when the iterator is equal to end. 211 static bool Advance (Iterator* it, uc16 separator, int base, Iterator& end) { in Advance() argument 86 ConsumeSubStringImpl(Iterator* current, Iterator end, const char* substring, Converter converter) ConsumeSubStringImpl() argument 104 ConsumeSubString(Iterator* current, Iterator end, const char* substring, bool allow_case_insensitivity) ConsumeSubString() argument 237 IsHexFloatString(Iterator start, Iterator end, uc16 separator, bool allow_trailing_junk) IsHexFloatString() argument 277 RadixStringToIeee(Iterator* current, Iterator end, bool sign, uc16 separator, bool parse_as_hex_float, bool allow_trailing_junk, double junk_string_value, bool read_as_double, bool* result_is_junk) RadixStringToIeee() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-string-to-double.cpp | 87 Iterator end, in ConsumeSubStringImpl() 93 if (*current == end || converter(**current) != *substring) { in ConsumeSubStringImpl() 105 Iterator end, in ConsumeSubString() 109 return ConsumeSubStringImpl(current, end, substring, ToLower); in ConsumeSubString() 111 return ConsumeSubStringImpl(current, end, substring, Pass); in ConsumeSubString() 158 // Returns true if a nonspace found and false if the end has reached. 160 static inline bool AdvanceToNonspace(Iterator* current, Iterator end) { in AdvanceToNonspace() argument 161 while (*current != end) { in AdvanceToNonspace() 209 // Returns true, when the iterator is equal to end. 211 static bool Advance (Iterator* it, uc16 separator, int base, Iterator& end) { in Advance() argument 86 ConsumeSubStringImpl(Iterator* current, Iterator end, const char* substring, Converter converter) ConsumeSubStringImpl() argument 104 ConsumeSubString(Iterator* current, Iterator end, const char* substring, bool allow_case_insensitivity) ConsumeSubString() argument 237 IsHexFloatString(Iterator start, Iterator end, uc16 separator, bool allow_trailing_junk) IsHexFloatString() argument 277 RadixStringToIeee(Iterator* current, Iterator end, bool sign, uc16 separator, bool parse_as_hex_float, bool allow_trailing_junk, double junk_string_value, bool read_as_double, bool* result_is_junk) RadixStringToIeee() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-string-to-double.cpp | 87 Iterator end, in ConsumeSubStringImpl() 93 if (*current == end || converter(**current) != *substring) { in ConsumeSubStringImpl() 105 Iterator end, in ConsumeSubString() 109 return ConsumeSubStringImpl(current, end, substring, ToLower); in ConsumeSubString() 111 return ConsumeSubStringImpl(current, end, substring, Pass); in ConsumeSubString() 158 // Returns true if a nonspace found and false if the end has reached. 160 static inline bool AdvanceToNonspace(Iterator* current, Iterator end) { in AdvanceToNonspace() argument 161 while (*current != end) { in AdvanceToNonspace() 209 // Returns true, when the iterator is equal to end. 211 static bool Advance (Iterator* it, uc16 separator, int base, Iterator& end) { in Advance() argument 86 ConsumeSubStringImpl(Iterator* current, Iterator end, const char* substring, Converter converter) ConsumeSubStringImpl() argument 104 ConsumeSubString(Iterator* current, Iterator end, const char* substring, bool allow_case_insensitivity) ConsumeSubString() argument 237 IsHexFloatString(Iterator start, Iterator end, uc16 separator, bool allow_trailing_junk) IsHexFloatString() argument 277 RadixStringToIeee(Iterator* current, Iterator end, bool sign, uc16 separator, bool parse_as_hex_float, bool allow_trailing_junk, double junk_string_value, bool read_as_double, bool* result_is_junk) RadixStringToIeee() argument [all...] |
/third_party/openssl/test/ |
H A D | sslapitest.c | 375 goto end; in test_keylog() 379 goto end; in test_keylog() 383 goto end; in test_keylog() 387 goto end; in test_keylog() 397 goto end; in test_keylog() 409 goto end; in test_keylog() 414 goto end; in test_keylog() 418 end: in test_keylog() 456 goto end; in test_keylog_no_master_key() 461 goto end; in test_keylog_no_master_key() [all...] |
H A D | stack_test.c | 89 goto end; in test_int_stack() 95 goto end; in test_int_stack() 100 goto end; in test_int_stack() 106 goto end; in test_int_stack() 116 goto end; in test_int_stack() 127 goto end; in test_int_stack() 133 goto end; in test_int_stack() 137 goto end; in test_int_stack() 143 goto end; in test_int_stack() 150 goto end; in test_int_stack() [all...] |
H A D | provider_pkey_test.c | 34 goto end; in fetch_sig() 40 goto end; in fetch_sig() 44 end: in fetch_sig() 62 goto end; in test_pkey_sig() 67 goto end; in test_pkey_sig() 75 goto end; in test_pkey_sig() 91 goto end; in test_pkey_sig() 99 goto end; in test_pkey_sig() 103 goto end; in test_pkey_sig() 111 end in test_pkey_sig() [all...] |
/third_party/spirv-tools/test/opt/ |
H A D | analyze_live_input_test.cpp | 108 EXPECT_TRUE(itr0 == live_inputs.end()); in TEST_F() 109 EXPECT_TRUE(itr1 == live_inputs.end()); in TEST_F() 110 EXPECT_TRUE(itr2 != live_inputs.end()); in TEST_F() 111 EXPECT_TRUE(itr3 == live_inputs.end()); in TEST_F() 112 EXPECT_TRUE(itr4 == live_inputs.end()); in TEST_F() 113 EXPECT_TRUE(itr5 != live_inputs.end()); in TEST_F() 114 EXPECT_TRUE(itr6 == live_inputs.end()); in TEST_F() 226 EXPECT_TRUE(itr0 == live_inputs.end()); in TEST_F() 227 EXPECT_TRUE(itr1 == live_inputs.end()); in TEST_F() 228 EXPECT_TRUE(itr2 != live_inputs.end()); in TEST_F() [all...] |
H A D | iterator_test.cpp | 37 UptrVectorIterator<int> end(&data, data.end()); in TEST() 41 EXPECT_NE(end, it); in TEST() 44 EXPECT_EQ(end, ++it); in TEST() 55 UptrVectorIterator<int> it(&data, data.end()); in TEST() 72 UptrVectorIterator<int> end(&data, data.end()); in TEST() 75 EXPECT_NE(end, it); in TEST() 78 EXPECT_EQ(end, it); in TEST() 89 UptrVectorIterator<int> end( in TEST() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | iterator_test.cpp | 37 UptrVectorIterator<int> end(&data, data.end()); in TEST() 41 EXPECT_NE(end, it); in TEST() 44 EXPECT_EQ(end, ++it); in TEST() 55 UptrVectorIterator<int> it(&data, data.end()); in TEST() 72 UptrVectorIterator<int> end(&data, data.end()); in TEST() 75 EXPECT_NE(end, it); in TEST() 78 EXPECT_EQ(end, it); in TEST() 89 UptrVectorIterator<int> end( in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | iterator_test.cpp | 37 UptrVectorIterator<int> end(&data, data.end()); in TEST() 41 EXPECT_NE(end, it); in TEST() 44 EXPECT_EQ(end, ++it); in TEST() 55 UptrVectorIterator<int> it(&data, data.end()); in TEST() 72 UptrVectorIterator<int> end(&data, data.end()); in TEST() 75 EXPECT_NE(end, it); in TEST() 78 EXPECT_EQ(end, it); in TEST() 89 UptrVectorIterator<int> end( in TEST() [all...] |
/third_party/mesa3d/src/broadcom/cle/ |
H A D | v3d_packet_helpers.h | 63 __gen_mbo(uint32_t start, uint32_t end) in __gen_mbo() argument 65 return (~0ull >> (64 - (end - start + 1))) << start; in __gen_mbo() 69 __gen_uint(uint64_t v, uint32_t start, uint32_t end) in __gen_uint() argument 74 const int width = end - start + 1; in __gen_uint() 85 __gen_sint(int64_t v, uint32_t start, uint32_t end) in __gen_sint() argument 87 const int width = end - start + 1; in __gen_sint() 105 __gen_offset(uint64_t v, uint32_t start, uint32_t end) in __gen_offset() argument 109 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; in __gen_offset() 125 __gen_sfixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) in __gen_sfixed() argument 132 const float max = ((1 << (end in __gen_sfixed() 144 __gen_ufixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) __gen_ufixed() argument 162 __gen_unpack_uint(const uint8_t *restrict cl, uint32_t start, uint32_t end) __gen_unpack_uint() argument 176 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) __gen_unpack_sint() argument 186 __gen_unpack_sfixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, uint32_t fractional_size) __gen_unpack_sfixed() argument 194 __gen_unpack_ufixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, uint32_t fractional_size) __gen_unpack_ufixed() argument 202 __gen_unpack_float(const uint8_t *restrict cl, uint32_t start, uint32_t end) __gen_unpack_float() argument 213 __gen_unpack_f187(const uint8_t *restrict cl, uint32_t start, uint32_t end) __gen_unpack_f187() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | qsort.h | 40 type *end = stack[ sp][1];\ 41 while(start < end){\ 42 if(start < end-1) {\ 44 type *right = end-2;\ 46 type *mid = start + ((end-start)>>1);\ 47 if(cmp(start, end) > 0) {\ 48 if(cmp( end, mid) > 0) FFSWAP(type, *start, *mid);\ 49 else FFSWAP(type, *start, *end);\ 54 if(cmp(mid, end) > 0){ \ 55 FFSWAP(type, *mid, *end);\ [all...] |
/third_party/json/tests/src/ |
H A D | unit-algorithms.cpp | 23 CHECK(std::all_of(j_array.begin(), j_array.end(), [](const json & value) 27 CHECK(std::all_of(j_object.begin(), j_object.end(), [](const json & value) 35 CHECK(std::any_of(j_array.begin(), j_array.end(), [](const json & value) 39 CHECK(std::any_of(j_object.begin(), j_object.end(), [](const json & value) 47 CHECK(std::none_of(j_array.begin(), j_array.end(), [](const json & value) 51 CHECK(std::none_of(j_object.begin(), j_object.end(), [](const json & value) 84 std::for_each(j_array.begin(), j_array.end(), add17); 92 CHECK(std::count(j_array.begin(), j_array.end(), json(true)) == 1); 97 CHECK(std::count_if(j_array.begin(), j_array.end(), [](const json & value) 101 CHECK(std::count_if(j_array.begin(), j_array.end(), [](cons [all...] |