Home
last modified time | relevance | path

Searched refs:skipping (Results 1 – 25 of 114) sorted by relevance

12345

/external/openssh/
DMakefile.in363 echo "$(sysconfdir)/ssh_host_key already exists, skipping." ; \
368 echo "$(sysconfdir)/ssh_host_dsa_key already exists, skipping." ; \
373 echo "$(sysconfdir)/ssh_host_rsa_key already exists, skipping." ; \
378 echo "$(sysconfdir)/ssh_host_ed25519_key already exists, skipping." ; \
384 echo "$(sysconfdir)/ssh_host_ecdsa_key already exists, skipping." ; \
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/
Dcoverage.txt26 7-1 Skipping for now as skipping CPU-Time tests
27 13-2 Skipping checking for EINVAL on CPU-Time clock b/c skipping CPU-Time
29 14-1 Skipping for now as skipping CPU-Time tests
/external/toolchain-utils/go/patch/
Dgo7.patch11 - t.Skip("skipping huge allocation in short mode")
13 + t.Skip("skipping test due to huge memory requirement")
107 + t.Skip("skipping test due to huge memory requirement")
118 + t.Skip("skipping test due to huge memory requirement")
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
DLocaleIDParser.java397 boolean skipping = false; in parseVariant()
404 skipping = true; in parseVariant()
409 skipping = false; in parseVariant()
417 } else if (!skipping) { in parseVariant()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleIDParser.java397 boolean skipping = false; in parseVariant()
404 skipping = true; in parseVariant()
409 skipping = false; in parseVariant()
417 } else if (!skipping) { in parseVariant()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DLocaleIDParser.java399 boolean skipping = false; in parseVariant()
406 skipping = true; in parseVariant()
411 skipping = false; in parseVariant()
419 } else if (!skipping) { in parseVariant()
/external/e2fsprogs/tests/f_itable_collision/
Dexpect.12 Inode 12 block 37 conflicts with critical metadata, skipping block checks.
14 Inode 14 block 36 conflicts with critical metadata, skipping block checks.
37 Inode 12 block 37 conflicts with critical metadata, skipping block checks.
/external/llvm/test/tools/llvm-objdump/
Dcoff-large-bss.test3 : CHECK: <skipping contents of bss section at [0000, 010f)>
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/
Dcoverage.txt5 2 NO, skipping any threads-related testing for now
/external/llvm/test/Assembler/
Dmusttail-invalid-2.ll3 ; Check the error message on skipping ", ..." at the end of a musttail call argument list.
/external/e2fsprogs/tests/f_ind_inode_collision/
Dexpect.12 Inode 12 block 41 conflicts with critical metadata, skipping block checks.
3 Inode 12 block 40 conflicts with critical metadata, skipping block checks.
4 Inode 12 block 34 conflicts with critical metadata, skipping block checks.
6 Inode 12 block 1 conflicts with critical metadata, skipping block checks.
/external/syslinux/gpxe/src/util/
Dgensdsk41 echo $f does not exist, skipping 1>&2
Dgeniso38 echo $f does not exist, skipping 1>&2
Dgenliso46 echo $f does not exist, skipping 1>&2
/external/llvm/test/CodeGen/PowerPC/
Dppc32-align-long-double-sf.ll13 ; Do not skip register r4 because of register alignment in soft float mode. Instead skipping
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
Dcoverage.txt4 1 NO, skipping any threads-related testing for now
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.h58 bool skipping() const;
DDirectiveParser.cpp185 } while (skipping() || (token->type == '\n')); in lex()
205 if (skipping() && !isConditionalDirective(directive)) in parseDirective()
799 bool DirectiveParser::skipping() const in skipping() function in pp::DirectiveParser
813 if (skipping()) in parseConditionalIf()
/external/llvm/test/Object/
Dobjdump-section-content.test24 BSS-NEXT: <skipping contents of bss section at [12c8, 12cc)>
/external/jacoco/jacoco-maven-plugin.test/it/it-multi-module/
Dverify.bsh26 throw new RuntimeException( "Property not set to empty when skipping." );
/external/bison/m4/
Dwarn-on-use.m443 dnl variable to allow skipping any later AC_CHECK_DECL efforts
/external/skia/tests/
DSkpSkGrTest.cpp650 static void bumpCount(skiatest::Reporter* reporter, bool skipping) { in bumpCount() argument
654 if (!skipping && threadTestCount % 100 == 0) { in bumpCount()
657 if (skipping && threadTestCount % 10000 == 0) { in bumpCount()
/external/ltp/tools/pounder21/
DCHANGELOG17 - Added functionality for automatic skipping of subtests (see README)
31 - Added functionality for skipping of subtests
32 - Added functionality for automating the skipping of subtests (see README)
/external/autotest/server/control_segments/
Dprovision89 # cleanup) that we'd be skipping out on. So therefore, we need to
/external/shflags/doc/
DCHANGES-1.0.md93 All tests now properly enable skipping based on whether a standard or enhanced

12345