Home
last modified time | relevance | path

Searched refs:skipping (Results 1 - 24 of 24) sorted by relevance

/third_party/ffmpeg/doc/
H A Dtexi2pod.pl29 $skipping = 0;
124 $chapter_name = $1, push (@chapters_sequence, $chapter_name) unless $skipping;
154 # if we are skipping.
157 # cause us to skip, if we are presently skipping.
159 next if $skipping && $ended !~ /^(?:ifset|ifclear|ignore|menu|iftex|ifhtml|ifnothtml)$/;
167 $skipping = pop @skstack;
183 # We must handle commands which can cause skipping even while we
184 # are skipping, otherwise we will not process nested conditionals
188 push @skstack, $skipping;
190 $skipping
[all...]
/third_party/python/Tools/msi/
H A Dget_externals.bat43 echo.%%e already exists, skipping.
63 echo.%%b already exists, skipping.
/third_party/vk-gl-cts/external/vulkan-docs/src/config/extension-highlighter/
H A Dextension.rb71 unless @skipping
134 unless @skipping
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleIDParser.java397 boolean skipping = false; in parseVariant()
404 skipping = true; in parseVariant()
409 skipping = false; in parseVariant()
417 } else if (!skipping) { in parseVariant()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DLocaleIDParser.java399 boolean skipping = false; in parseVariant()
406 skipping = true; in parseVariant()
411 skipping = false; in parseVariant()
419 } else if (!skipping) { in parseVariant()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDirectiveParser.cpp173 else if (!isEOD(token) && !skipping()) in lex()
189 } while (skipping() || (token->type == '\n')); in lex()
209 if (skipping() && !isConditionalDirective(directive)) in parseDirective()
877 bool DirectiveParser::skipping() const in skipping() function in angle::pp::DirectiveParser
892 if (skipping()) in parseConditionalIf()
H A DDirectiveParser.h53 bool skipping() const;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDirectiveParser.h60 bool skipping() const;
H A DDirectiveParser.cpp256 } while (skipping() || (token->type == '\n')); in lex()
276 if (skipping() && !isConditionalDirective(directive)) in parseDirective()
908 bool DirectiveParser::skipping() const in skipping() function in pp::DirectiveParser
923 if (skipping()) in parseConditionalIf()
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js139 Directory '/user/username/projects/myProject/plugin-two/dist/commonjs/node_modules' does not exist, skipping all lookups in it.
140 Directory '/user/username/projects/myProject/plugin-two/dist/node_modules' does not exist, skipping all lookups in it.
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js139 Directory '/user/username/projects/myproject/plugin-two/dist/commonjs/node_modules' does not exist, skipping all lookups in it.
140 Directory '/user/username/projects/myproject/plugin-two/dist/node_modules' does not exist, skipping all lookups in it.
/third_party/python/PCbuild/
H A Dget_externals.bat66 echo.%%e already exists, skipping.
86 echo.%%b already exists, skipping.
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c806 s_dot = '\0', s_star = '\0', d_eq = '=', s_eq = '\0', skipping = 0; in lws_tokenize() local
843 if (skipping) { in lws_tokenize()
847 skipping = 0; in lws_tokenize()
855 skipping = 1; in lws_tokenize()
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp.h205 int skipping; member
H A Dglcpp-parse.y428 * we are not skipping. When we are skipping, we
449 * are not skipping */
471 * if we are not skipping. When we are skipping, we
497 * are skipping. */
1497 parser->skipping = 0;
1796 /* Look ahead for a PASTE token, skipping space. */
/third_party/ltp/testcases/lib/
H A Dtst_test.sh326 tst_res TINFO "The '$mntpoint' is not mounted, skipping umount"
702 tst_brk TCONF "SecureBoot enabled, skipping test"
706 tst_brk TCONF "Kernel is locked down, skipping test"
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9lpf_16bpp_neon.S456 @ This writes all outputs into d2-d17 (skipping d6 and d16).
887 @ d2-d17 (skipping d7 and d16). r12 points to r0 - 7 * stride,
H A Dvp9lpf_neon.S365 @ This writes all outputs into d2-d17 (skipping d6 and d16).
758 @ d2-d17 (skipping d7 and d16). r12 points to r0 - 7 * stride,
/third_party/node/deps/npm/node_modules/pacote/lib/
H A Dgit.js45 log.warn(`skipping integrity check for git dependency ${this.spec.fetchSpec}`)
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_context.c1600 boolean skipping = false; in print_help() local
1607 if (!skipping) in print_help()
1609 skipping = true; in print_help()
1612 skipping = false; in print_help()
/third_party/python/Lib/
H A Dtarfile.py2676 skipping = False
2683 skipping = True
2692 if skipping:
2694 skipping = False
2704 if skipping:
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c5927 /* Compilation failed; go back for another re, skipping to blank line in process_pattern()
8808 BOOL skipping = FALSE; in main() local
9356 /* If we have a pattern set up for testing, or we are skipping after a in main()
9359 if (expectdata || skipping) in main()
9377 skipping = FALSE; in main()
9381 /* Otherwise, if we are not skipping, and the line is not a data comment in main()
9384 else if (!skipping && !(p[0] == '\\' && p[1] == '=' && isspace(p[2]))) in main()
9419 if (rc == PR_SKIP && !INTERACTIVE(infile)) skipping = TRUE; in main()
/third_party/node/
H A DMakefile1022 $(info SKIP_XZ=1 supplied, skipping .tar.xz creation)
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 34 milliseconds