/third_party/python/Lib/test/ |
H A D | test_tarfile.py | 3312 # `skip_unless_symlink` skip symlink tests. " 3315 # Like other symlink tests, skip these on WASI for now. 3318 return unittest.skip("WASI: Skip symlink test for now")(f)
|
H A D | test_typing.py | 11 from unittest import TestCase, main, skipUnless, skip namespace 5237 @skip("known bug")
|
H A D | datetimetester.py | 3299 @unittest.skip('not appropriate for subclasses') 3842 # so skip this test for time. 6231 # Since the C API is not present in the _Pure tests, skip all tests
|
H A D | test_decimal.py | 155 # testcases. We skip testcases that violate these restrictions, since 5887 p = optparse.OptionParser("test_decimal.py [--debug] [{--skip | test1 [test2 [...]]}]") 5889 p.add_option('--skip', '-s', action='store_true', help='skip over 90% of the arithmetic tests') 5892 if opt.skip:
|
H A D | test_enum.py | 931 @unittest.skip('to-do list')
|
H A D | test_socket.py | 776 retval = unittest.skip(reason)(obj) 801 attribute of the socket module, or skip the test if it doesn't 1009 # Probably name lookup wasn't set up right; skip this test 1015 # Probably a similar problem as above; skip this test 1414 # Probably name lookup wasn't set up right; skip this test 5078 # The client thread can't skip directly - the SkipTest exception 5536 # or skip the test if this is not possible.
|
/third_party/python/Lib/test/test_email/ |
H A D | test_email.py | 1772 @unittest.skip("can't fix because of backward compat in email5, "
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 4576 void discard(uint64_t skip); 4585 // In practice we do not use them, so we will skip them for now 9832 ( "skip exception tests" ) 12247 void SimplePcg32::discard(uint64_t skip) { 12250 for (uint64_t s = 0; s < skip; ++s) {
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 1238 0 - skip / early fail allowed 1768 /* When the bracket is prefixed by a zero iteration, skip the repeat check (at this point). */ in set_private_data_ptrs() 4652 /* All newlines are ascii, just skip intermediate octets. */ in do_utfreadnewline_invalid() 10464 struct sljit_jump *skip; in compile_bracket_matchingpath() local 10571 skip = JUMP(SLJIT_JUMP); in compile_bracket_matchingpath() 10585 JUMPHERE(skip); in compile_bracket_matchingpath()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 237 /* skip already allocated entries */ in i40e_get_lump() 257 /* not enough, so skip over it and continue looking */ in i40e_get_lump() 3591 goto skip; in i40e_configure_rx_ring() 3629 skip: in i40e_configure_rx_ring() 4147 /* skip this unused q_vector */ in i40e_vsi_request_irq_msix()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 5977 goto skip; in lpfc_cmf_timer() 6112 skip: in lpfc_cmf_timer()
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 747 bool no_throw; // to skip exceptions-related assertion macros 754 bool no_skip; // don't skip test cases which are marked to be skipped 1642 DOCTEST_DEFINE_DECORATOR(skip, bool, true); 1789 // called when a test case is skipped either because it doesn't pass the filters, has a skip decorator 3290 memcpy(temp, buf, my_old_size); // skip the +1 ('\0') for speed 3312 memcpy(temp, data.ptr, my_old_size); // skip the +1 ('\0') for speed 5710 s << " -" DOCTEST_OPTIONS_PREFIX_DISPLAY "ns, --" DOCTEST_OPTIONS_PREFIX_DISPLAY "no-skip=<bool> " 5711 << Whitespace(sizePrefixDisplay*1) << "don't skip test cases marked as skip\n"; 6033 // offset (normally 3 for "dt-") to skip prefi [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
H A D | sha256-armv4.S | 1890 .skip 16
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
H A D | sha256-armv4.S | 1890 .skip 16
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 6139 * safely skip the next N bytes, but this region extends past the current 6141 size_t skip; member
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 4031 // It's slow to compute the display text, so skip it unless it's really valuable (or cheap) 11554 ? parseInt(tokenValue.slice(2), 2) // skip "0b" 11556 ? parseInt(tokenValue.slice(2), 8) // skip "0o" [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | 4050 // It's slow to compute the display text, so skip it unless it's really valuable (or cheap) 11573 ? parseInt(tokenValue.slice(2), 2) // skip "0b" 11575 ? parseInt(tokenValue.slice(2), 8) // skip "0o" [all...] |
H A D | typescript.js | 4041 // It's slow to compute the display text, so skip it unless it's really valuable (or cheap) 11564 ? parseInt(tokenValue.slice(2), 2) // skip "0b" 11566 ? parseInt(tokenValue.slice(2), 8) // skip "0o" [all...] |
H A D | typescriptServices.js | 4041 // It's slow to compute the display text, so skip it unless it's really valuable (or cheap) 11564 ? parseInt(tokenValue.slice(2), 2) // skip "0b" 11566 ? parseInt(tokenValue.slice(2), 8) // skip "0o" [all...] |
H A D | tsserver.js | 4051 // It's slow to compute the display text, so skip it unless it's really valuable (or cheap) 11574 ? parseInt(tokenValue.slice(2), 2) // skip "0b" 11576 ? parseInt(tokenValue.slice(2), 8) // skip "0o" [all...] |
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 1083 .skip(100) in bench_in_place_collect_droppable() 7535 .skip(1) in test_from_iter_specialization_with_iterator_adapters() 7549 let sink: Vec<_> = iter.skip(1).take(1).collect(); in test_from_iter_specialization_head_tail_drop() 27816 // instead of skipping using .skip() (which creates a new struct), in split_off() 27817 // we skip manually so we can access the head field without in split_off() 29766 /// with an additional parameter to skip part of the key array. [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 132 // We skip 'head' because it is an empty entry used to track iteration start. 154 // We skip 'head' because it is an empty entry used to track iteration start. 4065 // It's slow to compute the display text, so skip it unless it's really valuable (or cheap) 11412 ? parseInt(tokenValue.slice(2), 2) // skip "0b" 11414 ? parseInt(tokenValue.slice(2), 8) // skip "0o" [all...] |
/third_party/glfw/deps/ |
H A D | nuklear.h | 6465 /* skip whitespace */ in nk_strtoi() 6491 /* skip whitespace */ in nk_strtod() 11423 ++i; /* we're using point i+1 as the starting point, so skip it */ in nk_tt_GetGlyphShape() 12073 /* skip the edge if horizontal */ in nk_tt__rasterize() 15240 next = next->next; /* skip empty command buffers */ in nk_build() 15251 goto skip; in nk_build() 15257 skip: it = next; in nk_build()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 12079 # skip the scaling and unscaling... 12852 # skip the scaling and unscaling... 13475 # skip the scaling and unscaling... 23150 # get the integer digit then skip down & get the rest of the 23240 ble.w pwrten # if abs(expA) <28, skip ap/st zeros 23250 bne.b ap_p_cl # if lw 2 is zero, skip it 23415 bcc.b e_next # if zero, skip the mul 23451 beq.b no_exc # skip this if no exc 23756 bra.b len_ck # skip to LEN check 23826 bgt.b k_pos # if pos and > 0, skip thi [all...] |