OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:helloworld
(Results
51 - 75
of
86
) sorted by null
1
2
3
4
/development/samples/ApiDemos/src/com/example/android/apis/app/
_index.html
17
<dt><a href="
HelloWorld
.html">Hello World</a></dt>
21
<dd> <a href="
HelloWorld
.html">
HelloWorld
.java</a>
/development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
HelloSpellCheckerActivity.java
74
mScs.getSuggestions(new TextInfo("
helloworld
"), 3);
/external/compiler-rt/lib/asan/
asan_malloc_win.cc
28
// This works well for simple
helloworld
-like tests but might need to be
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloEffects.java
33
package jme3test.
helloworld
;
HelloMaterial.java
33
package jme3test.
helloworld
;
HelloTerrain.java
33
package jme3test.
helloworld
;
HelloCollision.java
33
package jme3test.
helloworld
;
HelloPhysics.java
33
package jme3test.
helloworld
;
HelloPicking.java
33
package jme3test.
helloworld
;
HelloTerrainCollision.java
33
package jme3test.
helloworld
;
/libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java
880
String name = "/
HelloWorld
.txt";
[
all
...]
OldStringBufferTest.java
238
StringBuffer s = new StringBuffer("
HelloWorld
");
/frameworks/base/core/java/com/android/internal/util/
StateMachine.java
133
* <p>Now for some concrete examples, here is the canonical
HelloWorld
as a state machine.
136
class
HelloWorld
extends StateMachine {
137
HelloWorld
(String name) {
143
public static
HelloWorld
makeHelloWorld() {
144
HelloWorld
hw = new
HelloWorld
("hw");
159
HelloWorld
hw = makeHelloWorld();
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
StreamTokenizerTest.java
141
setTest("
HELLOWORLD
");
145
assertEquals("sval not converted to lowercase.", "
helloworld
", st.sval
SerializationStressTest1.java
370
objToSave = "
HelloWorld
";
[
all
...]
/libcore/luni/src/test/java/libcore/java/io/
OldFileTest.java
186
URL url = getClass().getResource("/
HelloWorld
.txt");
OldObjectOutputStreamTest.java
263
String o = "
HelloWorld
";
OldRandomAccessFileTest.java
972
raf.writeBytes("
HelloWorld
");
[
all
...]
/libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java
196
+ "'http://www.android.com', '
helloWorld
' "+
269
String testString = "
HelloWorld
";
302
String testString = "
HelloWorld
";
351
String testString = "
HelloWorld
";
384
String testString = "
HelloWorld
";
[
all
...]
/ndk/sources/host-tools/make-3.81/
readme.vms
178
HelloWorld
.class :
HelloWorld
.java
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java
308
"Basic realm=\"
HelloWorld
\"");
357
assertEquals("Basic realm=\"
HelloWorld
\"", conn
[
all
...]
/external/smali/smali/src/main/antlr3/org/jf/smali/
smaliParser.g
737
| //e.g. iput-object v1, v0 org/jf/HelloWorld2/HelloWorld2.
helloWorld
Ljava/lang/String;
740
| //e.g. iput-object-volatile v1, v0 org/jf/HelloWorld2/HelloWorld2.
helloWorld
Ljava/lang/String;
[
all
...]
/external/llvm/test/Transforms/InstCombine/
getelementptr.ll
10
@Global = constant [10 x i8] c"
helloworld
"
/libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java
444
URL testJarURL = new URL("jar:file:///bar.jar!/foo.jar!/Bugs/
HelloWorld
.class");
/frameworks/base/docs/html/tools/help/
adb.jd
129
<pre>adb -s emulator-5556 install
helloWorld
.apk</pre>
Completed in 2590 milliseconds
1
2
3
4