/packages/apps/Mms/src/org/w3c/dom/smil/ |
TimeEvent.java | 2 * Copyright (c) 2000 World Wide Web Consortium,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_among.h | 15 * In real-world ethernet addresses, values of the last byte are
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_among.h | 15 * In real-world ethernet addresses, values of the last byte are
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_among.h | 15 * In real-world ethernet addresses, values of the last byte are
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install_scripts.py | 48 # Set the executable bits (owner, group, and world) on
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install_scripts.py | 48 # Set the executable bits (owner, group, and world) on
|
/system/media/camera/docs/ |
metadata_validate.py | 109 Hello world # NavigableString 112 Hello world again # NavigableString 135 Hello world # NavigableString 138 Hello world again # NavigableString
|
/art/runtime/ |
intern_table_test.cc | 95 SirtRef<mirror::String> world(soa.Self(), 96 mirror::String::AllocFromModifiedUtf8(soa.Self(), "world")); 98 SirtRef<mirror::String> s1(soa.Self(), t.InternWeak(world.get()));
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
CharArrayWriterTest.java | 104 assertEquals("Returned incorrect string", "World", cw.toString()); 115 assertEquals("Writer failed to write correct chars", "World", 149 assertEquals("Writer failed to write correct chars", "World",
|
PrintStreamTest.java | 333 os.print("Hello World"); 337 assertEquals("Incorrect string written", "Hello World", new String( 504 os.println("Hello World"); 509 assertEquals("Incorrect string written", "Hello World", new String( 601 os.format("%s %s", "Hello", "World"); 606 assertEquals("Wrote incorrect string", "Hello World", 617 os.format(Locale.US, "%s %s", "Hello", "World"); 622 assertEquals("Wrote incorrect string", "Hello World", 631 os.printf("%s %s", "Hello", "World"); 636 assertEquals("Wrote incorrect string", "Hello World", [all...] |
PipedReaderTest.java | 46 "Hello World".getChars(0, 11, c, 0); 132 assertEquals("Read incorrect chars", "Hello World", new String(c)); 149 assertEquals("Read incorrect chars", "Hello World", new String(c)); 171 assertEquals("Read incorrect chars", "Hello World", new String(c)); 190 assertEquals("Read incorrect chars", "Hello World", new String(c));
|
/external/chromium/chrome/common/extensions/docs/static/ |
docs.html | 27 <dt> <a href="getstarted.html">Getting Started (Hello, World!)</a> </dt> 28 <dd> Build a simple "Hello, World" extension in about 5 minutes </dd> 65 than most of the world is
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_util.py | 61 exc = Exception('World') 62 self.assertEqual('World', str(exc)) 64 self.assertEqual('Hello World', str(exc))
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8MessageEventCustom.cpp | 56 // If we're in an isolated world and the event was created in the main world, 57 // we need to find the 'data' property on the main world wrapper and clone it.
|
V8PopStateEventCustom.cpp | 62 // If we're in an isolated world and the event was created in the main world, 63 // we need to find the 'state' property on the main world wrapper and clone it.
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
PageRuntimeAgent.cpp | 112 void PageRuntimeAgent::didClearWindowObjectInWorld(Frame* frame, DOMWrapperWorld* world) 114 if (world != mainThreadNormalWorld()) 142 *errorString = "Internal error: main world execution context not found.";
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
stringprintf_unittest.cc | 78 StringAppendF(&value, " %s", "World"); 79 EXPECT_EQ("Hello World", value); 135 string value = StringPrintf("Hello, %s!", "World");
|
/external/chromium_org/third_party/sqlite/src/test/ |
insert3.test | 34 INSERT INTO t1 VALUES('hello','world'); 68 } {a: 5 4 b: 10 2 b: 20 1 a: 453 2 a: hello 4 b: hi 2 b: world 1} 74 } {a: 5 4 b: 10 2 b: 20 1 a: 453 2 a: hello 4 b: hi 2 b: world 1}
|
/external/chromium_org/tools/grit/grit/format/ |
android_xml.py | 22 <message name="IDS_WORLD" desc="The world">world</message> 30 <string name="world">"mundo"</string>
|
/external/replicaisland/src/com/replica/replicaisland/ |
HotSpotSystem.java | 22 * how to act in that particular area of the game world. Hot spots are commonly used to direct AI 91 public final void setWorld(TiledWorld world) { 92 mWorld = world;
|
/external/srec/tools/grxmlcompile/ |
testhashmap.cpp | 73 myHash.insert(2, "world"); 131 insert(2,"world"); 137 findi("world");
|
/external/tcpdump/ |
print-ascii.c | 170 hex_print("\n\t", "Hello, World!\n", 14); 172 hex_and_ascii_print("\n\t", "Hello, World!\n", 14); 174 ascii_print("Hello, World!\n", 14);
|
/frameworks/base/opengl/java/android/opengl/ |
Visibility.java | 29 * @param ws the world space to screen space transform matrix, as an OpenGL 75 * world space that is visible in the view. 78 * world-space coordinates. R is the radius of the sphere.
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/ |
mcinq.h | 8 * before the switch to the other world is performed. Each side therefore facilitates an incoming and an 11 * Notifications hold the session ID, which is used to reference the communication partner in the other world. 12 * So if, e.g., the TLC in the normal world wants to notify his trustlet about new data in the TLC buffer
|
/dalvik/docs/ |
hello-world.html | 20 > <font color="green">'System.out.println("Hello, world"); }}' > Foo.java</font><br> 25 Hello, world 137 Build the world (add a <code>-j4</code> if you have multiple cores): 186 System.out.println("Hello, world"); 192 Hello, world
|