HomeSort by relevance Sort by last modified time
    Searched defs:without (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /dalvik/dx/src/com/android/dx/command/
Main.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
95 com.android.dx.command.dexer.Main.main(without(args, i)); method
98 com.android.dx.command.dump.Main.main(without(args, i)); method
102 without(args, i)); method
105 com.android.dx.command.findusages.Main.main(without(args, i)); method
164 * Returns a copy of the given args array, but without the indicated
171 private static String[] without(String[] orig, int n) { method in class:Main
  /build/soong/android/
neverallow.go 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42 // - it has none of the "without" properties matched (same rules as above)
52 without("vendor", "true").
56 without("vendor", "true").
57 without("owner", "").
63 without("name", "libhidltransport").
69 without("name", "libc_bionic_ndk").
133 func (r *rule) without(properties, value string) *rule { func
  /libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
58 public ClassLoaderBuilder without(String classNamePrefix) { method in class:ClassLoaderBuilder
  /toolchain/binutils/binutils-2.27/bfd/
elf32-visium.c 13 but WITHOUT ANY WARRANTY; without even the implied warranty of
775 const char *without = "without"; local
796 new_opt_with = new_flags & EF_VISIUM_ARCH_GR6 ? with : without;
797 old_opt_with = old_flags & EF_VISIUM_ARCH_GR6 ? with : without;
802 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM ? with : without;
803 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM ? with : without;
808 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM24 ? with : without;
809 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM24 ? with : without;
    [all...]
  /external/mockito/src/test/java/org/mockitoutil/
ClassLoaders.java 207 public IsolatedURLClassLoaderBuilder without(String... privatePrefixes) { method in class:ClassLoaders.IsolatedURLClassLoaderBuilder
271 public ExcludingURLClassLoaderBuilder without(String... privatePrefixes) { method in class:ClassLoaders.ExcludingURLClassLoaderBuilder
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
OpTestCase.java 9 * This code is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
328 public ExerciseDataStreamBuilder<T, U, S_IN, S_OUT> without(BaseStreamTestScenario... tests) { method in class:OpTestCase.ExerciseDataStreamBuilder
329 return without(Arrays.asList(tests));
332 public ExerciseDataStreamBuilder<T, U, S_IN, S_OUT> without(Collection<? extends BaseStreamTestScenario> tests) { method in class:OpTestCase.ExerciseDataStreamBuilder
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
OpTestCase.java 9 * This code is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
329 public ExerciseDataStreamBuilder<T, U, S_IN, S_OUT> without(BaseStreamTestScenario... tests) { method in class:OpTestCase.ExerciseDataStreamBuilder
330 return without(Arrays.asList(tests));
333 public ExerciseDataStreamBuilder<T, U, S_IN, S_OUT> without(Collection<? extends BaseStreamTestScenario> tests) { method in class:OpTestCase.ExerciseDataStreamBuilder
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/
jackson-annotations-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/
jackson-databind-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/
dalvik-dx-7.1.0_r7.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.0/
kotlin-compiler-embeddable-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.20/
kotlin-compiler-embeddable-1.2.20.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 

Completed in 301 milliseconds

1 2 3 4