HomeSort by relevance Sort by last modified time
    Searched full:world (Results 226 - 250 of 3976) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/sqlite/src/test/
incrblobfault.test 21 INSERT INTO blob VALUES(1, 'hello world');
22 INSERT INTO blob VALUES(2, 'world hello');
65 faultsim_test_result {0 {hello world}}
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-320922.js 30 var string = "hello world";
31 var expected = "Hello " + "world";
40 var twobyte = "\u20ACello world";
  /external/chromium_org/v8/test/webkit/fast/js/
object-prototype-toLocaleString-expected.txt 31 PASS Object.prototype.toLocaleString.call('Hello, world!') is "Hello, world!"
32 PASS Object.prototype.toLocaleString.call('Hello, world!') is "stringPrototypeToString"
object-prototype-toLocaleString.js 33 shouldBe("Object.prototype.toLocaleString.call('Hello, world!')", '"Hello, world!"');
37 shouldBe("Object.prototype.toLocaleString.call('Hello, world!')", '"stringPrototypeToString"');
  /art/test/HelloWorld/
HelloWorld.java 19 System.logI("Hello, world!");
  /cts/tests/tests/drm/src/android/drm/cts/
DrmEventTest.java 31 attributes.put("Hello World", attributes);
32 attributes.put("Hello", "World");
33 attributes.put("World", "");
41 checkGetAttributeWithEventType(attributes, "World", true);
42 checkGetAttributeWithEventType(attributes, "Hello World", true);
50 checkGetAttributeWithEventType(attributes, "World", false);
51 checkGetAttributeWithEventType(attributes, "Hello World", false);
58 checkGetMessageWithEventType("Hello World", true);
63 checkGetMessageWithEventType("Hello World", false);
  /development/tutorials/MoarRam/res/values/
strings.xml 6 <string name="hello_world">Hello world!</string>
  /external/apache-harmony/support/src/test/resources/tests/resources/
Inserted_Entry_Manifest.jar 
Inserted_Entry_Manifest_with_DigestCode.jar 
Integrate.jar 
Modified_Class.jar 
Modified_Manifest_EntryAttributes.jar 
Modified_Manifest_MainAttributes.jar 
Modified_SF_EntryAttributes.jar 
  /external/chromium/chrome/browser/metrics/
metrics_service_unittest.cc 55 local_list.push_back("Hello world!");
61 // [1, Base64Encode("Hello world!"), MD5("Hello world!")].
72 (*it)->GetAsString(&str); // Base64 encoded "Hello world!" string.
74 base::Base64Encode("Hello world!", &encoded);
78 (*it)->GetAsString(&str); // MD5 for encoded "Hello world!" string.
130 local_list.push_back("Hello world!");
168 local_list.push_back("Hello world!");
188 local_list.push_back("Hello world!");
  /external/chromium/webkit/glue/
bookmarklet_unittest.cc 60 test_shell_->LoadURL(GURL("javascript:'hello world'"));
63 EXPECT_EQ("hello world", UTF16ToASCII(text));
69 "document.write('hello world');"
73 EXPECT_EQ("hello world", UTF16ToASCII(text));
  /external/chromium_org/base/
base64_unittest.cc 12 const std::string kText = "hello world";
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
eventpage.js 9 context: {thing: 'world'}
  /external/chromium_org/chrome/renderer/extensions/
extension_groups.h 17 // Use this in an isolated world for internal Chrome Translate.
user_script_slave.h 53 // Gets the isolated world ID to use for the given |extension| in the given
54 // |frame|. If no isolated world has been created for that extension,
59 // Gets the id of the extension running in a given isolated world. If no such
60 // isolated world exists, or no extension is running in it, returns empty
  /external/chromium_org/components/translate/common/
translate_util.h 14 // Isolated world sets following security-origin by default.
  /external/chromium_org/gin/
README 7 world we'll refactor the Blink V8 bindings to use this system. In the meantime,
  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
ppapi_plugin_main.c 20 * to start the PPAPI world.
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFStringTest.cpp 166 String extraSpaces(" Hello world ");
167 ASSERT_EQ(String("Hello world"), extraSpaces.simplifyWhiteSpace());
168 ASSERT_EQ(String(" Hello world "), extraSpaces.simplifyWhiteSpace(WTF::DoNotStripWhiteSpace));
170 String extraSpacesAndNewlines(" \nHello\n world\n ");
171 ASSERT_EQ(String("Hello world"), extraSpacesAndNewlines.simplifyWhiteSpace());
172 ASSERT_EQ(String(" Hello world "), extraSpacesAndNewlines.simplifyWhiteSpace(WTF::DoNotStripWhiteSpace));
174 String extraSpacesAndTabs(" \nHello\t world\t ");
175 ASSERT_EQ(String("Hello world"), extraSpacesAndTabs.simplifyWhiteSpace());
176 ASSERT_EQ(String(" Hello world "), extraSpacesAndTabs.simplifyWhiteSpace(WTF::DoNotStripWhiteSpace));
  /external/chromium_org/third_party/WebKit/public/web/
WebDOMActivityLogger.h 47 // Checks if a logger already exists for the world identified
48 // by worldId (worldId may be 0 identifying the main world).
52 // with the world identified by worldId (worldId may be 0 identifying the main world).

Completed in 649 milliseconds

1 2 3 4 5 6 7 8 91011>>