HomeSort by relevance Sort by last modified time
    Searched refs:skip (Results 101 - 125 of 3135) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/guice/util/
publish-snapshot-on-commit.sh 14 mvn clean deploy --settings="$HOME/travis/settings.xml" -DskipTests=true -Dmaven.javadoc.skip=true
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
AbstractJacocoMojo.java 52 @Parameter(property = "jacoco.skip", defaultValue = "false")
53 private boolean skip; field in class:AbstractJacocoMojo
57 if (skip) {
59 "Skipping JaCoCo execution because property jacoco.skip is set.");
  /libcore/ojluni/src/main/java/java/io/
FilterInputStream.java 138 * input stream. The <code>skip</code> method may, for a variety of
143 * This method simply performs <code>in.skip(n)</code>.
150 public long skip(long n) throws IOException { method in class:FilterInputStream
151 return in.skip(n);
158 * the same thread or another thread. A single read or skip of this
159 * many bytes will not block, but may read or skip fewer bytes.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
ProxyInputStream.java 79 * Invokes the delegate's <code>skip(long)</code> method.
80 * @param ln the number of bytes to skip
84 public long skip(long ln) throws IOException { method in class:ProxyInputStream
85 return in.skip(ln);
ProxyReader.java 79 * Invokes the delegate's <code>skip(long)</code> method.
80 * @param ln the number of bytes to skip
84 public long skip(long ln) throws IOException { method in class:ProxyReader
85 return in.skip(ln);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9862.go 0 // skip
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9862.go 0 // skip
  /system/bt/binder/android/bluetooth/le/
IPeriodicAdvertisingCallback.aidl 28 in int skip, in int timeout, in int status);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
extensions.d 3 #skip: *-*-*
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
arm-it.d 3 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
armv8-a+rdma-warning.d 4 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
dis-data.d 2 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
dis-data2.d 2 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
msr-imm-bad.d 2 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
msr-reg-bad.d 2 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
nops.d 3 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
pr9722.d 0 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
target-reloc-1.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
undefined.d 4 #skip: *-*-*coff *-unknown-pe *-epoc-pe *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
undefined_coff.d 4 #not-skip: *-*-*coff *-unknown-pe *-epoc-pe *-*-*aout* *-*-netbsd *-*-riscix*
vcvt-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
section11.d 5 #skip: rx-*-*
symtab.d 3 #skip: alpha-*-* hppa*-*-*
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
p3041pcrel.s 25 .skip 6
28 .skip 2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pe/
section-align-1.d 3 #skip: sh-*

Completed in 689 milliseconds

1 2 3 45 6 7 8 91011>>