HomeSort by relevance Sort by last modified time
    Searched full:helloworld (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest.java 332 String o = "HelloWorld";
403 oos.write("HelloWorld".getBytes());
408 assertEquals("Read incorrect bytes", "HelloWorld", new String(buf, 0, 10)
444 oos.writeBytes("HelloWorld");
449 assertEquals("Wrote incorrect bytes value", "HelloWorld", new String(buf, 0, 10, "UTF-8")
474 oos.writeChars("HelloWorld");
482 assertEquals("Wrote incorrect chars", "HelloWorld", new String(buf, 0, 10)
560 oos.writeUTF("HelloWorld");
564 "HelloWorld", ois.readUTF());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
JarURLConnectionTest.java 72 URL url = new URL("jar:file:///bar.jar!/foo.jar!/Bugs/HelloWorld.class");
73 assertEquals("foo.jar!/Bugs/HelloWorld.class",((JarURLConnection)url.openConnection()).getEntryName());
192 URL url = new URL("jar:file:///bar.jar!/foo.jar!/Bugs/HelloWorld.class");
  /libcore/luni/src/test/java/libcore/java/net/
OldJarURLConnectionTest.java 132 URL url = new URL("jar:file:///bar.jar!/foo.jar!/Bugs/HelloWorld.class");
133 assertEquals("foo.jar!/Bugs/HelloWorld.class",((JarURLConnection)url.openConnection()).getEntryName());
261 URL url = new URL("jar:file:///bar.jar!/foo.jar!/Bugs/HelloWorld.class");
  /external/chromium/chrome/browser/download/
save_package_unittest.cc 261 {FPL("helloworld"), FPL("helloworld") FPL_HTML_EXTENSION},
262 {FPL("helloworld."), FPL("helloworld.") FPL_HTML_EXTENSION},
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsRenderTest.java 90 "<body><br>HelloWorld</body></html>");
  /external/chromium_org/content/browser/download/
save_package_unittest.cc 274 {FPL("helloworld"), FPL("helloworld") FPL_HTML_EXTENSION},
275 {FPL("helloworld."), FPL("helloworld.") FPL_HTML_EXTENSION},
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUTF8Test.cpp 51 const char testCase[] = "HelloWorld";
  /external/chromium_org/v8/test/webkit/fast/regex/
parentheses.js 130 shouldBe("regexp27.exec('file:///Users/Someone/Desktop/HelloWorld/index.html')", "['file:///Users/Someone/Desktop/HelloWorld/index.html','file','//','',undefined,undefined,undefined,'',undefined,'/Users/Someone/Desktop/HelloWorld/index.html',undefined,undefined]");
149 shouldBe("regexp28.exec('file:///Users/Someone/Desktop/HelloWorld/index.html')", "['file:','file',undefined,undefined,undefined,undefined,undefined]");
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloAnimation.java 33 package jme3test.helloworld;
HelloAssets.java 33 package jme3test.helloworld;
HelloInput.java 33 package jme3test.helloworld;
HelloNode.java 33 package jme3test.helloworld;
HelloEffects.java 33 package jme3test.helloworld;
HelloMaterial.java 33 package jme3test.helloworld;
HelloTerrain.java 33 package jme3test.helloworld;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
String2Test.java 26 String hw1 = "HelloWorld";
28 String hw2 = "HelloWorld";
30 String hwlc = "helloworld";
32 String hwuc = "HELLOWORLD";
180 sb.append("HelloWorld");
181 assertEquals("Created incorrect string", "HelloWorld", new String(sb));
303 assertEquals("copyValueOf returned incorrect String", "HelloWorld",
858 assertTrue("Incorrect string returned", " HelloWorld ".trim().equals(
    [all...]
StringBuffer2Test.java 49 StringBuffer sb = new StringBuffer("HelloWorld");
52 && (sb.toString().equals("HelloWorld")));
90 .equals("HelloWorld")));
197 .equals("HelloWorld")));
557 StringBuffer s = new StringBuffer("HelloWorld");
  /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>
  /art/test/
Android.mk 42 # Declare the simplest tests (Main, HelloWorld) first, the rest are alphabetical
45 HelloWorld \
  /development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
HelloSpellCheckerActivity.java 74 mScs.getSuggestions(new TextInfo("helloworld"), 3);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_mux.py 618 _create_logical_frame(channel_id=2, message='HelloWorld'))
634 self.assertEqual(['HelloWorld'], messages)
651 _create_logical_frame(channel_id=2, message='HelloWorld'))
677 _create_logical_frame(channel_id=2, message='HelloWorld'))
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 31 // This works well for simple helloworld-like tests but might need to be
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 880 String name = "/HelloWorld.txt";
    [all...]
OldStringBufferTest.java 238 StringBuffer s = new StringBuffer("HelloWorld");
  /external/ceres-solver/docs/source/
tutorial.rst 116 Compiling and running `examples/helloworld.cc
117 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/helloworld.cc>`_
141 .. [#f1] `examples/helloworld.cc
142 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/helloworld.cc>`_
164 Automatic Differentiation in `examples/helloworld.cc
165 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/helloworld.cc>`_

Completed in 682 milliseconds

1 23 4 5