HomeSort by relevance Sort by last modified time
    Searched refs:world (Results 101 - 125 of 156) sorted by null

1 2 3 45 6 7

  /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!')
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>
  /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/third_party/WebKit/Source/core/loader/
FrameLoader.cpp     [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> -->',
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventTarget.cpp 134 DOMWrapperWorld* listenerWorld = listener->world();
  /external/chromium_org/v8/test/mjsunit/
object-freeze.js 274 func('hello', 'world');
275 func('goodbye', 'world');
debug-set-variable-value.js 238 return H("world");
  /system/media/camera/docs/
metadata_helpers.py 573 pascal_case("hello.world") = "HelloWorld"
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 87 'street-level imagery around the world with Google Maps.',
123 description: 'The world\'s most popular online video community.',
156 * To make testing real-world scenarios easier, this expands our list of
  /external/linux-tools-perf/config/
utilities.mak 102 # |world
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 26 * world. This version is based on a collision world of line segments, organized into an array of
36 * can be used to run user code over the collision world by passing different TileVisitor
85 /* Sets the current collision world to the supplied tile world. */
86 public void initialize(TiledWorld world, int tileWidth, int tileHeight) {
87 mWorld = world;
94 * Casts a ray into the collision world. The ray is bound by the start and end points supplied.
98 * @param startPoint The starting point for the ray in world units.
99 * @param endPoint The end point for the ray in world units
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 160 i apologize to friends and colleagues in other parts of the world.
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 697 * Example: replaceChars("Hello, world!", "H,!", ' ') returns " ello world "
709 * Example: removeChars("Hello, world!", ",!") returns "Hello world"
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 698 * Example: replaceChars("Hello, world!", "H,!", ' ') returns " ello world "
710 * Example: removeChars("Hello, world!", ",!") returns "Hello world"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InjectedScriptHostCustom.cpp 255 v8::Local<v8::Context> context = toV8Context(document, v8Listener->world());
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 598 # Example input: &#8220;Hello &#8212; world.&#8221;
599 # Example output: "Hello -- world."
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 223 All files in the volume are set to be world-readable, only writable
224 by the owner, and world-executable when appropriate. All other
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 778 void InspectorPageAgent::didClearWindowObjectInWorld(Frame* frame, DOMWrapperWorld* world)
780 if (world != mainThreadNormalWorld())
    [all...]
  /external/libvorbis/doc/
05-comment.tex 162 the world that doesn't speak English. Field \emph{contents},

Completed in 769 milliseconds

1 2 3 45 6 7