HomeSort by relevance Sort by last modified time
    Searched refs:world (Results 76 - 100 of 146) sorted by null

1 2 34 5 6

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftest.asm 66 asmstr db 'hello, world', 0 ; [2]
elfso.asm 79 asmstr db 'hello, world', 0 ; [2]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
machotest.asm 70 _asmstr db 'hello, world', 0 ; [2]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.asm 101 _asmstr db 'hello, world', 0 ; [2]
  /external/chromium_org/v8/test/webkit/
dfg-cse-cfa-discrepancy.js 40 y = 72; // PutScopedVar appears to clobber world in CSE but only clobbers structures in CFA.
  /external/zlib/src/contrib/delphi/
zlibd32.mak 82 echo hello world | minigzip | minigzip -d
  /external/zlib/src/contrib/pascal/
zlibd32.mak 82 echo hello world | minigzip | minigzip -d
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzEvents.m 85 int world = SDLK_WORLD_0;
259 if (world < 0xFF) {
260 keymap[i] = world++;
295 if (world < 0xFF) {
296 keymap[i] = world++;
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
omnibox_custom_bindings.js 32 // support things like 'hello, <match>world</match>!'. So we wrap the
  /external/chromium_org/remoting/webapp/
butter_bar.js 119 * current state of the world in synced storage. This may be useful in the
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.cpp 172 void InspectorController::didClearWindowObjectInWorld(Frame* frame, DOMWrapperWorld* world)
174 if (world != mainThreadNormalWorld())
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elfso64.asm 72 asmstr db 'hello, world', 0 ; [2]
  /external/chromium_org/v8/test/mjsunit/
debug-step-stub-callfunction.js 52 print('Hello, world!');
object-freeze.js 274 func('hello', 'world');
275 func('goodbye', 'world');
  /external/v8/test/mjsunit/
debug-step-stub-callfunction.js 52 print('Hello, world!');
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8LazyEventListener.cpp 131 v8::Local<v8::Context> v8Context = toV8Context(context, world());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventTarget.cpp 129 DOMWrapperWorld* listenerWorld = listener->world();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_string.py 137 self.assertEqual(fmt.format("{greeting}, world!"), 'hello, world!')
test_pydoc.py 62 This function solves all of the world's problems:
149 <td width="100%%"><dl><dt><a name="-doc_func"><strong>doc_func</strong></a>()</dt><dd><tt>This&nbsp;function&nbsp;solves&nbsp;all&nbsp;of&nbsp;the&nbsp;world's&nbsp;problems:<br>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_string.py 137 self.assertEqual(fmt.format("{greeting}, world!"), 'hello, world!')
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 491 Action<std::string()> a2 = Return("world");
492 EXPECT_EQ("world", a2.Perform(make_tuple()));
729 a = SetArgPointee<1>("world");
733 EXPECT_STREQ("world", ptr);
738 Action<MyFunction> a = SetArgPointee<0>(L"world");
741 EXPECT_STREQ(L"world", ptr);
746 Action<MyStringFunction> a2 = SetArgPointee<0>(L"world");
749 EXPECT_EQ(L"world", str);
766 char world_array[] = "world";
767 char* const world = world_array local
787 wchar_t* const world = world_array; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
string-endswith.js 32 var testString = "Hello World";
34 assertTrue(testString.endsWith("World"));
35 assertFalse(testString.endsWith("world"));
36 assertFalse(testString.endsWith("Hello World!"));
  /external/icu4c/test/intltest/
regiontst.cpp 655 // Test to make sure that the set of territories contained in World and the set of all available
659 const Region *world = Region::getInstance("001",status); local
664 StringEnumeration *containedInWorld = world->getContainedRegions(URGN_TERRITORY);
688 errln("Available territories and all territories contained in world should be the same set.\nAvailable = %s\nContained in World = %s",
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macevents.c 462 int world = SDLK_WORLD_0; local
617 MAC_keymap[i] = world++;
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_browsertest.js 316 '<!-- Hello -- world > <SCRIPT>alert(1)</SCRIPT> -->',
317 '<!<!-- Hello world > <SCRIPT>alert(1)</SCRIPT> -->',

Completed in 2470 milliseconds

1 2 34 5 6