Home
last modified time | relevance | path

Searched refs:end (Results 10501 - 10525 of 10884) sorted by relevance

1...<<421422423424425426427428429430>>...436

/third_party/icu/icu4c/source/i18n/
H A Duregex.cpp688 int32_t endIx = regexp->fMatcher->end (groupNum, *status); in uregex_group()
721 // Group didn't match: start == end == -1. UText trims to 0, UText gives zero length result. in uregex_group()
722 // Zero Length Match: start == end. in uregex_group()
1387 // Copy input string from the end of previous match to start of current match in appendReplacement()
1535 // raise our own buffer overflow error at the end. in appendReplacement()
1574 // (A zero length match right at the end of the previous match could in appendReplacement()
1695 // Look back to the end of the last find() that succeeded for src index. in appendTail()
1897 // The delimiter was at the end of the string. in split()
1915 // We ran off the end of the input while looking for the next delimiter. in split()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRulesTest.java472 return Arrays.stream(new DecimalQuantity[] {range.start, range.end}); in testUniqueRules()
/third_party/json/tests/src/
H A Dunit-msgpack.cpp1410 CHECK_THROWS_WITH_AS(_ = json::from_msgpack(std::vector<uint8_t>()), "[json.exception.parse_error.110] parse error at byte 1: syntax error while parsing MessagePack value: unexpected end of input", json::parse_error&);
1419 "[json.exception.parse_error.110] parse error at byte 2: syntax error while parsing MessagePack string: unexpected end of input", json::parse_error&);
1421 "[json.exception.parse_error.110] parse error at byte 2: syntax error while parsing MessagePack number: unexpected end of input", json::parse_error&);
1423 "[json.exception.parse_error.110] parse error at byte 2: syntax error while parsing MessagePack number: unexpected end of input", json::parse_error&);
1425 "[json.exception.parse_error.110] parse error at byte 3: syntax error while parsing MessagePack number: unexpected end of input", json::parse_error&);
1427 "[json.exception.parse_error.110] parse error at byte 2: syntax error while parsing MessagePack number: unexpected end of input", json::parse_error&);
1429 "[json.exception.parse_error.110] parse error at byte 3: syntax error while parsing MessagePack number: unexpected end of input", json::parse_error&);
1431 "[json.exception.parse_error.110] parse error at byte 4: syntax error while parsing MessagePack number: unexpected end of input", json::parse_error&);
1433 "[json.exception.parse_error.110] parse error at byte 5: syntax error while parsing MessagePack number: unexpected end of input", json::parse_error&);
1435 "[json.exception.parse_error.110] parse error at byte 2: syntax error while parsing MessagePack number: unexpected end o
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.h127 /* (ei) flag, end-input? Set on last bary, presumably to signal
401 } end; member
510 * a chance to signal end of input (ei).
607 * this is the case for if/else, where the machine jumps from the end of
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput.py375 # TODO(dglazkov) The backslash/forward-slash replacement at the end is a
666 # string, and return the start and end as a tuple. For example, if
812 replace_end = match_group.end("replace")
824 # paren, and adjust the replacement start and end.
1274 # Variables that end with the % character are set only if they are unset in
2211 # TODO(dglazkov) The backslash/forward-slash replacement at the end is a
2552 # Look through the dictionary for any lists whose keys end in "!" or "/".
H A Dxcode_emulation.py890 + ldflag[m.end(1) :]
1865 # We can then reverse the result of the topological sort at the end.
/third_party/nghttp2/src/
H A Dshrpx_http2_session.cc707 req += base64::encode(std::begin(proxy.userinfo), std::end(proxy.userinfo)); in downstream_connect_proxy()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py375 # TODO(dglazkov) The backslash/forward-slash replacement at the end is a
666 # string, and return the start and end as a tuple. For example, if
812 replace_end = match_group.end("replace")
824 # paren, and adjust the replacement start and end.
1264 # Variables that end with the % character are set only if they are unset in
2198 # TODO(dglazkov) The backslash/forward-slash replacement at the end is a
2530 # Look through the dictionary for any lists whose keys end in "!" or "/".
H A Dxcode_emulation.py887 + ldflag[m.end(1) :]
1859 # We can then reverse the result of the topological sort at the end.
/third_party/node/deps/icu-small/source/i18n/
H A Duregex.cpp688 int32_t endIx = regexp->fMatcher->end (groupNum, *status); in uregex_group()
721 // Group didn't match: start == end == -1. UText trims to 0, UText gives zero length result. in uregex_group()
722 // Zero Length Match: start == end. in uregex_group()
1387 // Copy input string from the end of previous match to start of current match in appendReplacement()
1535 // raise our own buffer overflow error at the end. in appendReplacement()
1574 // (A zero length match right at the end of the previous match could in appendReplacement()
1695 // Look back to the end of the last find() that succeeded for src index. in appendTail()
1897 // The delimiter was at the end of the string. in split()
1915 // We ran off the end of the input while looking for the next delimiter. in split()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c896 * For rounding, assume half pixel center (d3d9 should not end up in lp_setup_set_viewports()
1697 pq->end[0] = os_time_get_nano(); in lp_setup_end_query()
/third_party/littlefs/scripts/
H A Dtest.py120 v_[:m.start()], x, v_[m.end():]))
312 # write out generated functions, this can end up in different
/third_party/lzma/Asm/x86/
H A DLzmaDecOpt.asm1303 end
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/sha/
H A Dsha1-mips.S3037 .end sha1_block_data_order
/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc507 std::sort(named_captures->begin(), named_captures->end(), in CreateCaptureNameMap()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nv50.cpp2273 !ei.end(); ei.next()) { in replaceExitWithModifier()
H A Dnv50_ir_emit_gv100.cpp2107 !fi.end(); fi.next()) { in prepareEmission()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1158 if (res->valid_buffer_range.start > res->valid_buffer_range.end) in crocus_invalidate_resource()
/third_party/mksh/
H A Dmisc.c87 xsp->end = xsp->beg + xsp->len; in Xcheck_grow()
856 /* word end? */ in do_gmatch()
1799 /* not ENOENT or not at the end of ipath */ in do_realpath()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dparisc-mont.pl218 addl $arrsz,$ap,$ap ; point at the end
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/sha/
H A Dsha1-mips.S3037 .end sha1_block_data_order
/third_party/node/deps/simdutf/
H A Dsimdutf.h43 /* end file include/simdutf/compiler_check.h */
275 /* end file include/simdutf/portability.h */
356 /* end file include/simdutf/avx512.h */
477 /* end file include/simdutf/common_defs.h */
525 /* end file include/simdutf/encoding_types.h */
557 /* end file include/simdutf/error.h */
590 /* end file include/simdutf/simdutf_version.h */
846 #endif // end SIMD extension detection code
852 /* end file include/simdutf/internal/isadetection.h */
2165 * this function checks the end o
[all...]
/third_party/python/Lib/test/support/
H A D__init__.py1302 """Use this function at the end of test_main() whenever sub-processes
1340 restoring the old value at the end of the block. If `attr` doesn't
1341 exist on `obj`, it will be created and then deleted at the end of the
1371 restoring the old value at the end of the block. If `item` doesn't
1372 exist on `obj`, it will be created and then deleted at the end of the
1717 "that is intentional", end='', flush=True)
1820 # The sequence should be deallocated just after the end of iterating
1995 # the end.
/third_party/python/Lib/
H A Dpdb.py503 elif cmd == 'end':
505 return 1 # end of cmd list
592 (com) end
597 Type a line containing just 'end' to terminate the commands.
601 follow it immediately with end; that is, give no commands.
613 immediately followed by end). This is because any time you
632 self.error("Usage: commands [bnum]\n ...\n end")
1784 print("The program exited via sys.exit(). Exit status:", end=' ')
/third_party/openssl/crypto/bn/asm/
H A Dparisc-mont.pl218 addl $arrsz,$ap,$ap ; point at the end

Completed in 63 milliseconds

1...<<421422423424425426427428429430>>...436