OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:impossible
(Results
1 - 25
of
226
) sorted by null
1
2
3
4
5
6
7
8
9
10
/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
268
} catch (NoSuchMethodException
impossible
) {
269
throw new AssertionError("
impossible
",
impossible
);
270
} catch (IllegalAccessException
impossible
) {
271
throw new AssertionError("
impossible
",
impossible
);
272
} catch (InvocationTargetException
impossible
) {
273
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
);
/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
);
/prebuilts/go/darwin-x86/test/
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/
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/config/
CaliperConfigLoader.java
52
} catch (IOException
impossible
) {
53
throw new AssertionError(
impossible
);
/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
);
/prebuilts/go/darwin-x86/test/interface/
explicit.go
65
var _ = m.(int) // ERROR "
impossible
type assertion"
71
var _ = m.(Int) // ERROR "
impossible
type assertion"
/prebuilts/go/linux-x86/test/interface/
explicit.go
65
var _ = m.(int) // ERROR "
impossible
type assertion"
71
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
Joiner.java
153
} catch (IOException
impossible
) {
154
throw new AssertionError(
impossible
);
394
} catch (IOException
impossible
) {
395
throw new AssertionError(
impossible
);
/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
modconst.go
24
return 0 //
impossible
179
return 0 //
impossible
331
return 0 //
impossible
485
return 0 //
impossible
/external/v8/test/mjsunit/harmony/
module-recompile.js
53
if (i > N) print("
impossible
");
81
if (i > N) print("
impossible
");
/ndk/sources/host-tools/make-3.81/
dir.c
386
short
impossible
; /* This file is
impossible
. */
631
return !df->
impossible
;
712
df->
impossible
= 0;
805
/* Mark FILENAME as `
impossible
' for `file_impossible_p'.
886
new->
impossible
= 1;
891
/* Return nonzero if FILENAME has been marked
impossible
. */
966
return dirfile->
impossible
;
988
register unsigned int
impossible
;
994
files =
impossible
= 0
384
short
impossible
; \/* This file is
impossible
. *\/
member in struct:dirfile
979
register unsigned int
impossible
;
local
[
all
...]
/prebuilts/go/darwin-x86/src/compress/flate/
gen.go
120
panic("
impossible
: overwriting existing chunk")
144
panic("
impossible
: overwriting existing chunk")
153
panic("
impossible
: not an indirect chunk")
160
panic("
impossible
: overwriting existing chunk")
179
panic("
impossible
: missing chunk")
185
panic("
impossible
: missing chunk")
Completed in 1322 milliseconds
1
2
3
4
5
6
7
8
9
10