HomeSort by relevance Sort by last modified time
    Searched full:world (Results 701 - 725 of 3844) sorted by null

<<21222324252627282930>>

  /external/chromium_org/native_client_sdk/src/tools/tests/data/
test_static_x86_32.nexe 
  /external/chromium_org/net/tools/flip_server/
balsa_frame_test.cc 213 "hello, world\r\n";
275 ASSERT_EQ("hello, world\r\n", StringPiece(body, body_length));
276 ASSERT_EQ("hello, world\r\n", StringPiece(body_data, body_data_length));
310 "hello, world\r\n";
334 "hello, world\r\n";
453 const char input2[] = ", world\r\n";
506 ASSERT_EQ(", world\r\n", StringPiece(body2, body2_length));
507 ASSERT_EQ(", world\r\n", StringPiece(body2_data, body2_data_length));
  /external/chromium_org/ppapi/c/
ppb_messaging.h 87 * char hello_world[] = "Hello world!";
96 * The browser will pop-up an alert saying "Hello world!"
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
pm_manifest_file_test.html 57 message_event.data.indexOf('nmf says hello world\n') != -1,
58 '"nmf says hello world" not found in "' + message_event.data + '"')
  /external/chromium_org/sandbox/win/src/
restricted_token_unittest.cc 75 access_token.SetPrimaryGroup(ATL::Sids::World());
105 token.AddRestrictingSid(ATL::Sids::World().GetPSID()));
146 token.AddRestrictingSid(ATL::Sids::World().GetPSID()));
193 if (ATL::Sids::World() == sids[i]) {
255 if (ATL::Sids::World() == sids[i]) {
448 token.AddRestrictingSid(ATL::Sids::World().GetPSID()));
454 CheckRestrictingSid(restricted_token, ATL::Sids::World(), 1);
525 token.AddRestrictingSid(ATL::Sids::World().GetPSID()));
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
PageDebuggerAgent.cpp 133 void PageDebuggerAgent::didClearWindowObjectInWorld(Frame* frame, DOMWrapperWorld* world)
135 if (world != mainThreadNormalWorld() || frame != m_pageAgent->mainFrame())
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
GetURLWithJavaScriptURL.cpp 33 const char *javaScriptURL = "javascript:'Hello, ' + 'World!'";
34 const char *javaScriptResult = "Hello, World!";
  /external/chromium_org/ui/base/clipboard/
custom_data_helper_unittest.cc 123 malformed.WriteString16(ASCIIToUTF16("world"));
143 malformed.WriteString16(ASCIIToUTF16("world"));
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 59 char *t8(void) { return strchr("hello, world", 'w'); }
63 char *t9(void) { return strrchr("hello, world", 'w'); }
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestCollisionGroups.java 66 // Add a physics sphere to the world
72 // Add a physics sphere to the world
  /external/llvm/cmake/modules/
LLVMParseArguments.cmake 29 # hello OPTION3 world
38 # ARG_DEFAULT_ARGS: hello;world
  /external/llvm/docs/HistoricalNotes/
2001-04-16-DynamicCompilation.txt 26 the real world, because using such optimization tunes that application
49 increase in effective system performance for real world environments.
  /external/stlport/test/unit/
swap_test.cpp 57 char word1[] = "World";
61 CPPUNIT_ASSERT(!strcmp(word2, "World"));
  /frameworks/base/core/tests/coretests/src/android/content/pm/
MacAuthenticatedInputStreamTest.java 34 private static final byte[] TEST_STRING_1 = "Hello, World!".getBytes();
39 * echo -n 'Hello, World!' | openssl dgst -hmac 'test_key_1' -binary -sha1 | recode ..//x1 |
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V21.java 33 * To handle real the world vCard formats appropriately and effectively, this class does not
35 * In stead, not only vCard spec but also real world vCard is considered.
  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileChannelTest.java 108 fc.write(ByteBuffer.wrap(" world".getBytes("US-ASCII")));
111 assertEquals("hello world", new String(IoUtils.readFileAsString(tmp.getPath())));
  /libcore/luni/src/test/java/tests/api/org/xml/sax/
InputSourceTest.java 73 StringReader sr = new StringReader("Hello, world.");
145 StringReader sr = new StringReader("Hello, world.");
  /ndk/tests/device/test-gnustl-full/unit/
swap_test.cpp 57 char word1[] = "World";
61 CPPUNIT_ASSERT(!strcmp(word2, "World"));
  /ndk/tests/device/test-stlport/unit/
swap_test.cpp 57 char word1[] = "World";
61 CPPUNIT_ASSERT(!strcmp(word2, "World"));
  /cts/tests/tests/text/src/android/text/cts/
SpannedStringTest.java 49 String text = "hello, world";
  /cts/tests/tests/text/src/android/text/method/cts/
SingleLineTransformationMethodTest.java 55 assertEquals("hello world\uFEFF", result.toString());
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListActivity.java 44 "Conquer World", "Nap", "Do Taxes",
  /development/samples/ApiDemos/src/com/example/android/apis/app/
_package.html 21 <li> {@link com.android.samples.app.HelloWorld Hello World}
  /development/samples/VoicemailProviderDemo/
_index.html 19 In the real world, a similar application could download voicemails from a
  /development/scripts/
divide_and_compress_constants.py 47 self.response.out.write('Hello world!')

Completed in 722 milliseconds

<<21222324252627282930>>