OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stackoverflowerror
(Results
1 - 25
of
81
) sorted by null
1
2
3
4
/art/test/004-SignalTest/
expected.txt
4
Caught
StackOverflowError
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
StackOverflowErrorTest.java
25
* java.lang.
StackOverflowError
#
StackOverflowError
()
28
StackOverflowError
e = new
StackOverflowError
();
35
* java.lang.
StackOverflowError
#
StackOverflowError
(java.lang.String)
38
StackOverflowError
e = new
StackOverflowError
("fixture");
/art/test/094-pattern/
info.txt
3
The test may throw a
StackOverflowError
if the stack size is too small. With
/external/testng/src/test/java/test/
StaticTest.java
6
* This used to create a
StackOverflowError
.
/libcore/ojluni/src/main/java/java/lang/
StackOverflowError.java
36
class
StackOverflowError
extends VirtualMachineError {
40
* Constructs a <code>
StackOverflowError
</code> with no detail message.
42
public
StackOverflowError
() {
47
* Constructs a <code>
StackOverflowError
</code> with the specified
52
public
StackOverflowError
(String s) {
/art/test/018-stack-overflow/src/
Main.java
31
// catch (
StackOverflowError
soe) {
37
catch (
StackOverflowError
soe) {
43
catch (
StackOverflowError
soe) {
66
catch (
StackOverflowError
soe) {
/art/test/004-SignalTest/src/
Main.java
44
} catch (
StackOverflowError
e) {
45
System.out.println("Caught
StackOverflowError
");
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
RecursiveSetTest.java
37
} catch (
StackOverflowError
e) {
74
} catch (
StackOverflowError
e) {
91
assertFalse("Now it should not be recursive any longer (no
StackOverflowError
).",
/external/smali/examples/RecursiveAnnotation/
Main.smali
5
#@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=@RecursiveAnnotation(value=java.lang.
StackOverflowError
))))))))))))))))))))))))))))))
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
InstructionTest.java
79
// The implementation must not cause an
StackOverflowError
even on very
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Log4jLoggerFactory.java
45
String part1 = "Detected both log4j-over-slf4j.jar AND slf4j-log4j12.jar on the class path, preempting
StackOverflowError
. ";
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/
JCLLoggerFactory.java
49
String part1 = "Detected both jcl-over-slf4j.jar AND slf4j-jcl.jar on the class path, preempting
StackOverflowError
. ";
/external/slf4j/slf4j-site/src/site/pages/
codes.html
320
preempting <code>
StackOverflowError
</code>.
328
<code>
StackOverflowError
</code> will inevitably occur immediately
334
<pre class="prettyprint source">Exception in thread "main" java.lang.
StackOverflowError
356
<code>
StackOverflowError
</code>.
368
<code>
StackOverflowError
</code>.
376
on the class path, then a <code>
StackOverflowError
</code> will
383
<pre class="prettyprint source">Exception in thread "main" java.lang.
StackOverflowError
400
<code>
StackOverflowError
</code>.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum10_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
OSGi_Minimum-1.0.zip
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
OSGi_Minimum-1.1.zip
/external/snakeyaml/src/test/java/org/pyyaml/
PyRecursiveTest.java
140
} catch (
StackOverflowError
e) {
/prebuilts/misc/common/swig/include/2.0.11/gcj/
javaprims.i
167
class
StackOverflowError
;
/libcore/json/src/test/java/org/json/
JSONArrayTest.java
469
} catch (
StackOverflowError
e) {
501
} catch (
StackOverflowError
e) {
ParsingTest.java
215
} catch (
StackOverflowError
e) {
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
LayoutBinder.java
159
"
StackOverflowError
",
/art/runtime/
common_throws.cc
581
//
StackOverflowError
-> VirtualMachineError -> Error -> Throwable -> Object.
636
error_msg = "Couldn't throw new
StackOverflowError
because JNI NewStringUTF failed.";
639
error_msg = "Could not allocate
StackOverflowError
object.";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.cdcfoundation10_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
CDC-1.0_Foundation-1.0.zip
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.cdcfoundation11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
CDC-1.1_Foundation-1.1.zip
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.jre11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JRE-1.1.zip
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum12_1.0.1.200904031014/org/eclipse/pde/api/tools/internal/api_stubs/
OSGi_Minimum-1.2.zip
Completed in 1925 milliseconds
1
2
3
4