/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfstruncate.c | 313 const char *skip = "Skipping display of $%s attribute value.\n"; in dump_resident_attr_val() local 417 printf(skip, "DATA"); in dump_resident_attr_val() 428 printf(skip, "BITMAP"); in dump_resident_attr_val()
|
/third_party/musl/scripts/ |
H A D | runtest_Windows.bat | 156 set /a skip=%all%-%run%
159 echo All: %all% ^| Run: %run% ^| Skip: %skip%
165 echo All: %all% ^| Run: %run% ^| Skip: %skip%
|
/third_party/ninja/src/ |
H A D | build_log.cc | 461 bool skip = output_count > 0;
in Restat() local 464 skip = false;
in Restat() 468 if (!skip) {
in Restat()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzread.c | 160 /* skip rest of header */
336 /* skip over len bytes or reach end-of-file, whichever comes first */
338 /* skip over whatever is in output buffer */
352 /* need more data to skip -- load up output buffer */
392 /* process a skip request */
395 if (gz_skip(state, state->skip) == -1)
469 /* try output buffer (no need to check for skip request) */
497 /* process a skip request */
500 if (gz_skip(state, state->skip) == -1)
558 /* process a skip reques [all...] |
H A D | gzlib.c | 303 offset += state->skip;
321 /* calculate skip amount, rewinding if needed for back seek when reading */
328 if (gzrewind(file) == -1) /* rewind, then skip to offset */
332 /* if reading, skip what's in output buffer (one less gzgetc() check) */
342 /* request skip (if not zero) */
345 state->skip = offset;
376 return state->pos + (state->seek ? state->skip : 0);
|
/third_party/python/Lib/ |
H A D | wave.py | 136 self.skip() 187 def skip(self): member in _Chunk 272 chunk.skip()
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | miniunz.c | 363 int skip=0; local 403 skip = 1; 409 if ((skip==0) && (err==UNZ_OK))
|
/third_party/skia/third_party/externals/zlib/ |
H A D | gzlib.c | 394 offset += state->skip; 413 /* calculate skip amount, rewinding if needed for back seek when reading */ 420 if (gzrewind(file) == -1) /* rewind, then skip to offset */ 424 /* if reading, skip what's in output buffer (one less gzgetc() check) */ 434 /* request skip (if not zero) */ 437 state->skip = offset; 468 return state->x.pos + (state->seek ? state->skip : 0);
|
H A D | gzread.c | 265 /* skip over len bytes or reach end-of-file, whichever comes first */ 267 /* skip over whatever is in output buffer */ 281 /* need more data to skip -- load up output buffer */ 306 /* process a skip request */ 309 if (gz_skip(state, state->skip) == -1) 468 /* try output buffer (no need to check for skip request) */ 503 /* process a skip request */ 506 if (gz_skip(state, state->skip) == -1) 567 /* process a skip request */ 570 if (gz_skip(state, state->skip) [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree_reader_test.cc | 105 size_t skip = std::min(data.length() - consumed - 1, skip2); in TEST() local 106 chunk = reader.Skip(skip); in TEST() 107 ASSERT_THAT(chunk, Eq(data.substr(consumed + skip, chunk.length()))); in TEST()
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | types.rs | 15 #[rustfmt::skip] 55 #[rustfmt::skip] 449 #[rustfmt::skip]
|
/third_party/zlib/contrib/minizip/ |
H A D | miniunz.c | 394 int skip = 0; in do_extract_currentfile() local 459 skip = 1; in do_extract_currentfile() 468 if ((skip == 0) && (err == UNZ_OK)) in do_extract_currentfile()
|
/third_party/zlib/ |
H A D | gzlib.c | 372 offset += state->skip; in gzseek64() 391 /* calculate skip amount, rewinding if needed for back seek when reading */ in gzseek64() 398 if (gzrewind(file) == -1) /* rewind, then skip to offset */ in gzseek64() 402 /* if reading, skip what's in output buffer (one less gzgetc() check) */ in gzseek64() 412 /* request skip (if not zero) */ in gzseek64() 415 state->skip = offset; in gzseek64() 442 return state->x.pos + (state->seek ? state->skip : 0); in gztell64()
|
H A D | gzread.c | 271 /* skip over len bytes or reach end-of-file, whichever comes first */ in gz_skip() 273 /* skip over whatever is in output buffer */ in gz_skip() 289 /* need more data to skip -- load up output buffer */ in gz_skip() 315 /* process a skip request */ in gz_read() 318 if (gz_skip(state, state->skip) == -1) in gz_read() 490 /* try output buffer (no need to check for skip request) */ in gzgetc() 531 /* process a skip request */ in gzungetc() 534 if (gz_skip(state, state->skip) == -1) in gzungetc() 601 /* process a skip request */ in gzgets() 604 if (gz_skip(state, state->skip) in gzgets() [all...] |
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 1073 Label skip; in CallRecordWriteStub() local 1074 bnvc(rs, rt, &skip); in CallRecordWriteStub() 1076 bind(&skip); in CallRecordWriteStub() 1084 Label skip; in CallRecordWriteStub() local 1085 bovc(rs, rt, &skip); in CallRecordWriteStub() 1087 bind(&skip); in CallRecordWriteStub() 2860 Label skip; in CallRecordWriteStub() 2861 BranchFalseShortF(&skip); in CallRecordWriteStub() 2863 bind(&skip); in CallRecordWriteStub() 2873 Label skip; in CallRecordWriteStub() 3916 Label skip; CallRecordWriteStub() local 3924 Label skip; CallRecordWriteStub() local 4276 Label skip; CallRecordWriteStub() local 4625 Label skip; CallRecordWriteStub() local 4644 Label skip; CallRecordWriteStub() local [all...] |
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 104 Label skip; in LoadRoot() local 105 BranchShort(&skip, NegateCondition(cond), src1, src2); in LoadRoot() 108 bind(&skip); in LoadRoot() 2362 Label skip; in BranchTrueF() local 2363 BranchFalseShortF(rs, &skip); in BranchTrueF() 2365 bind(&skip); in BranchTrueF() 2375 Label skip; in BranchFalseF() local 2376 BranchTrueShortF(rs, &skip); in BranchFalseF() 2378 bind(&skip); in BranchFalseF() 2837 Label skip; in Branch() local 2850 Label skip; Branch() local 3105 Label skip; BranchAndLink() local 3113 Label skip; BranchAndLink() local 3216 Label skip; Jump() local 3247 Label skip; Jump() local 3325 Label skip; Call() local 3489 Label skip; DropAndRet() local 3508 Label skip; Drop() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | RobustResourceInitTest.cpp | 246 const GLColor &skip); 253 const GLColor &skip); 258 const GLColor &skip); 266 const GLColor &skip); 547 const GLColor &skip) in checkNonZeroPixels() 555 checkFramebufferNonZeroPixels(skipX, skipY, skipWidth, skipHeight, skip); in checkNonZeroPixels() 564 const GLColor &skip) in checkNonZeroPixels3D() 573 checkFramebufferNonZeroPixels(skipX, skipY, skipWidth, skipHeight, skip); in checkNonZeroPixels3D() 580 const GLColor &skip) in checkFramebufferNonZeroPixels() 582 checkCustomFramebufferNonZeroPixels(kWidth, kHeight, skipX, skipY, skipWidth, skipHeight, skip); in checkFramebufferNonZeroPixels() 542 checkNonZeroPixels(GLTexture *texture, int skipX, int skipY, int skipWidth, int skipHeight, const GLColor &skip) checkNonZeroPixels() argument 558 checkNonZeroPixels3D(GLTexture *texture, int skipX, int skipY, int skipWidth, int skipHeight, int textureLayer, const GLColor &skip) checkNonZeroPixels3D() argument 576 checkFramebufferNonZeroPixels(int skipX, int skipY, int skipWidth, int skipHeight, const GLColor &skip) checkFramebufferNonZeroPixels() argument 585 checkCustomFramebufferNonZeroPixels(int fboWidth, int fboHeight, int skipX, int skipY, int skipWidth, int skipHeight, const GLColor &skip) checkCustomFramebufferNonZeroPixels() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | motion_est.h | 49 int skip; ///< set if ME is skipped for the current MB member
|
/third_party/node/test/internet/ |
H A D | test-corepack-yarn-install.js | 4 common.skip('missing crypto');
|
/third_party/node/test/node-api/test_policy/ |
H A D | test_policy.js | 4 common.skip('missing crypto');
|
/third_party/node/test/parallel/ |
H A D | test-async-wrap-tlssocket-asyncreset.js | 3 if (!common.hasCrypto) common.skip('missing crypto');
|
H A D | test-cluster-dgram-1.js | 25 common.skip('dgram clustering is currently not supported on Windows.');
|
H A D | test-cluster-dgram-bind-fd.js | 5 common.skip('dgram clustering is currently not supported on Windows.');
|
H A D | test-cluster-net-server-drop-connection.js | 11 common.skip('no setSimultaneousAccepts on pipe handle');
|
H A D | test-crypto-dh-errors.js | 4 common.skip('missing crypto');
|