HomeSort by relevance Sort by last modified time
    Searched refs:impossible (Results 1 - 25 of 296) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 249 } catch (IOException impossible) {
250 throw new AssertionError(impossible);
387 } catch (IOException impossible) {
388 throw new AssertionError(impossible);
395 } catch (IOException impossible) {
396 throw new AssertionError(impossible);
403 } catch (IOException impossible) {
404 throw new AssertionError(impossible);
411 } catch (IOException impossible) {
412 throw new AssertionError(impossible);
    [all...]
Closeables.java 133 } catch (IOException impossible) {
134 throw new AssertionError(impossible);
154 } catch (IOException impossible) {
155 throw new AssertionError(impossible);
  /libcore/ojluni/src/main/java/java/lang/
Enum.java 271 } catch (NoSuchMethodException impossible) {
272 throw new AssertionError("impossible", impossible);
273 } catch (IllegalAccessException impossible) {
274 throw new AssertionError("impossible", impossible);
275 } catch (InvocationTargetException impossible) {
276 throw new AssertionError("impossible", impossible);
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
AETriggerResult.java 96 } catch (ExecutionException impossible) {
97 throw new RuntimeException(impossible);
111 } catch (ExecutionException impossible) {
112 throw new RuntimeException(impossible);
AFTriggerResult.java 93 } catch (ExecutionException impossible) {
94 throw new RuntimeException(impossible);
108 } catch (ExecutionException impossible) {
109 throw new RuntimeException(impossible);
  /prebuilts/go/darwin-x86/test/
switch6.go 15 // Verify that type switch statements with impossible cases are detected by the compiler.
18 case int: // ERROR "impossible type switch case: e \(type error\) cannot have dynamic type int \(missing Error method\)"
44 case X: // ERROR "impossible type switch case: i \(type I\) cannot have dynamic type X \(Foo method has pointer receiver\)"
typeswitch3.go 24 case string: // ERROR "impossible"
28 // Issue 2700: if the case type is an interface, nothing is impossible
  /prebuilts/go/linux-x86/test/
switch6.go 15 // Verify that type switch statements with impossible cases are detected by the compiler.
18 case int: // ERROR "impossible type switch case: e \(type error\) cannot have dynamic type int \(missing Error method\)"
44 case X: // ERROR "impossible type switch case: i \(type I\) cannot have dynamic type X \(Foo method has pointer receiver\)"
typeswitch3.go 24 case string: // ERROR "impossible"
28 // Issue 2700: if the case type is an interface, nothing is impossible
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
Parameter.java 103 } catch (ParseException impossible) {
105 throw new AssertionError(impossible);
106 } catch (IllegalAccessException impossible) {
107 throw new AssertionError(impossible);
AllocationInstrument.java 102 } catch (IllegalAccessException impossible) {
103 throw new AssertionError(impossible);
143 } catch (IllegalAccessException impossible) {
144 throw new AssertionError(impossible);
ArbitraryMeasurementInstrument.java 94 } catch (IllegalAccessException impossible) {
95 throw new AssertionError(impossible);
  /external/caliper/caliper/src/main/java/com/google/caliper/config/
CaliperConfigLoader.java 52 } catch (IOException impossible) {
53 throw new AssertionError(impossible);
  /external/curl/docs/cmdline-opts/
user.d 12 impossible to use a colon in the user name with this option. The password can,
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilverOptions.java 373 } catch (CloneNotSupportedException impossible) {
374 throw new AssertionError(impossible);
  /external/guava/guava/src/com/google/common/collect/
Serialization.java 218 } catch (IllegalAccessException impossible) {
219 throw new AssertionError(impossible);
226 } catch (IllegalAccessException impossible) {
227 throw new AssertionError(impossible);
  /external/rappor/client/java/com/google/android/rappor/
Encoder.java 285 } catch (NoSuchAlgorithmException impossible) {
288 throw new AssertionError(impossible);
298 } catch (NoSuchAlgorithmException impossible) {
301 throw new AssertionError(impossible);
  /prebuilts/go/darwin-x86/test/interface/
explicit.go 70 var _ = m.(int) // ERROR "impossible type assertion"
76 var _ = m.(Int) // ERROR "impossible type assertion"
  /prebuilts/go/linux-x86/test/interface/
explicit.go 70 var _ = m.(int) // ERROR "impossible type assertion"
76 var _ = m.(Int) // ERROR "impossible type assertion"
  /external/guava/guava/src/com/google/common/base/
Enums.java 60 } catch (NoSuchFieldException impossible) {
61 throw new AssertionError(impossible);
FinalizableReferenceQueue.java 166 } catch (IllegalAccessException impossible) {
167 throw new AssertionError(impossible); // startFinalizer() is public
  /external/valgrind/memcheck/tests/
leak-autofreepool-5.stderr.exp 14 Memcheck: mc_leakcheck.c:... (vgMemCheck_detect_memory_leaks): the 'impossible' happened.
  /prebuilts/go/darwin-x86/test/ken/
divconst.go 24 return 0 // impossible
179 return 0 // impossible
331 return 0 // impossible
485 return 0 // impossible
modconst.go 24 return 0 // impossible
179 return 0 // impossible
331 return 0 // impossible
485 return 0 // impossible
  /prebuilts/go/linux-x86/test/ken/
divconst.go 24 return 0 // impossible
179 return 0 // impossible
331 return 0 // impossible
485 return 0 // impossible

Completed in 418 milliseconds

1 2 3 4 5 6 7 8 91011>>