Home
last modified time | relevance | path

Searched refs:skip (Results 1001 - 1025 of 1160) sorted by relevance

1...<<41424344454647

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeSpecification.java194 for (Range<DigitSequence> next : Iterables.skip(ranges.asRanges(), 1)) { in from()
/third_party/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp67 // the eventual end goal is to completely skip emitAndInstallProcs on a cache hit, but it's in CreateProgram()
69 // to skip the SkSL->GLSL step on a cache hit. in CreateProgram()
299 const void* binary = reader.skip(length); in finalize()
/third_party/skia/third_party/externals/jinja2/
H A Dlexer.py361 def skip(self, n=1): member in TokenStream
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtarith.c234 skip: in validation_ascii_to_fp()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DRopeByteString.java856 public long skip(long length) { in skip() method in RopeByteString.RopeInputStream
866 * Internal implementation of read and skip. If b != null, then read the next {@code length}
867 * bytes into the buffer {@code b} at offset {@code offset}. If b == null, then skip the next
925 // Just reinitialize and skip the specified number of bytes. in reset()
/third_party/python/Lib/test/
H A Dtest_peepholer.py347 @unittest.skip("Following gh-92228 the return has two predecessors "
H A Dtest_itertools.py860 if keyfunc.skip > 0:
861 keyfunc.skip -= 1
867 keyfunc.skip = 0
869 keyfunc.skip = 1
/third_party/rust/crates/minimal-lexical/src/
H A Dtable_lemire.rs23 #[rustfmt::skip]
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc134 // Set up pointer to first argument (skip receiver). in Generate_JSBuiltinsConstructStubHelper()
252 // Set up pointer to first argument (skip receiver). in Generate_JSConstructStubGeneric()
978 // bytecode_offset since we might have increased it to skip the wide / in AdvanceBytecodeOffsetOrReturn()
2811 Label skip; in OnStackReplacement() local
2814 __ j(not_equal, &skip, Label::kNear); in OnStackReplacement()
2817 __ bind(&skip); in OnStackReplacement()
3114 Label skip; in Generate_CEntry() local
3116 __ j(zero, &skip, Label::kNear); in Generate_CEntry()
3118 __ bind(&skip); in Generate_CEntry()
3574 // +3 is to skip prolo in Generate_CallApiGetter()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp1720 UBool skip = true; in processResource() local
1735 skip = false; in processResource()
1739 if (skip) { in processResource()
/third_party/node/deps/icu-small/source/i18n/
H A Ddtfmtsym.cpp1728 UBool skip = true; in processResource() local
1743 skip = false; in processResource()
1747 if (skip) { in processResource()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc496 Response V8DebuggerAgentImpl::setSkipAllPauses(bool skip) { in setSkipAllPauses() argument
497 m_state->setBoolean(DebuggerAgentState::skipAllPauses, skip); in setSkipAllPauses()
498 m_skipAllPauses = skip; in setSkipAllPauses()
925 // start and the end of ranges to skip: [ranges[0], ranges[1], ..], where in shouldBeSkipped()
/third_party/mksh/
H A Dsh.h1868 #define AI_ARGV(a,i) ((i) == 0 ? (a).argv[0] : (a).argv[(i) - (a).skip])
1869 #define AI_ARGC(a) ((a).ai_argc - (a).skip)
1876 int skip; /* first arg is argv[0], second is argv[1 + skip] */ member
2027 #define IOSKIP BIT(5) /* <<-, skip ^\t* */
2273 #define CONTIN BIT(0) /* skip new lines to complete command */
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtfmtsym.cpp1722 UBool skip = TRUE; in processResource() local
1737 skip = FALSE; in processResource()
1741 if (skip) { in processResource()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c793 static int skip = -1; in skip_compacting_binding_tables() local
794 if (skip < 0) in skip_compacting_binding_tables()
795 skip = env_var_as_boolean("INTEL_DISABLE_COMPACT_BINDING_TABLE", false); in skip_compacting_binding_tables()
796 return skip; in skip_compacting_binding_tables()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c289 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() argument
310 while (skip >= sizeof(skip_buf)) { in rc4_skip()
311 size_t len = skip; in rc4_skip()
316 skip -= len; in rc4_skip()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.cpp499 // references gl_PointCoord, even if we could skip it in the geometry shader. in addsPointCoordToVertexShader()
1208 stream->skip(vertexShaderSize);
1239 stream->skip(pixelShaderSize);
1265 stream->skip(geometryShaderSize);
1301 stream->skip(computeShaderSize);
/third_party/backends/backend/genesys/
H A Dgenesys.cpp2357 std::uint32_t skip, xend; in genesys_dark_shading_by_dummy_pixel() local
2383 skip = 4; in genesys_dark_shading_by_dummy_pixel()
2388 skip = 4; in genesys_dark_shading_by_dummy_pixel()
2397 skip = 2; in genesys_dark_shading_by_dummy_pixel()
2406 for (unsigned x = skip + 1; x <= xend; x++) { in genesys_dark_shading_by_dummy_pixel()
2414 dummy1 /= (xend - skip); in genesys_dark_shading_by_dummy_pixel()
2417 dummy2 /= (xend - skip); in genesys_dark_shading_by_dummy_pixel()
2418 dummy3 /= (xend - skip); in genesys_dark_shading_by_dummy_pixel()
3969 /* wait for lamp warmup : until a warmup for TRANSPARENCY is designed, skip in genesys_start_scan()
/third_party/node/test/parallel/
H A Dtest-crypto-key-objects.js5 common.skip('missing crypto');
/third_party/node/deps/v8/tools/testrunner/
H A Dbase_runner.py409 parser.add_option('--dont-skip-slow-simulator-tests',
410 help='Don\'t skip more slow tests when using a'
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_pack.c451 /* First src is staging if we read, skip it when packing sources */ in va_pack_alu()
790 if (I->skip) hex |= (1ull << 39); in va_pack_instr()
926 /* For fixed function: skip the prologue, or return */ in va_lower_blend()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl488 .skip 16
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_lu.c96 if (ctx->skip in X509_LOOKUP_by_subject_ex()
/third_party/rust/crates/glob/src/
H A Dlib.rs990 /// desirable to skip them when listing files.
1190 glob("/*/*/*/*").unwrap().skip(10000).next(); in test_lots_of_files()
/third_party/python/Lib/
H A Daifc.py350 chunk.skip()

Completed in 61 milliseconds

1...<<41424344454647