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

1 2 3 45 6

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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>
  /system/media/camera/docs/
metadata_helpers.py 573 pascal_case("hello.world") = "HelloWorld"
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.cpp     [all...]
  /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/chromium_org/v8/test/mjsunit/
debug-set-variable-value.js 238 return H("world");
  /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 243 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 775 void InspectorPageAgent::didClearWindowObjectInWorld(Frame* frame, DOMWrapperWorld* world)
777 if (world != mainThreadNormalWorld())
    [all...]
  /external/libvorbis/doc/
05-comment.tex 162 the world that doesn't speak English. Field \emph{contents},
  /libcore/
JavaLibrary.mk 179 @echo "Hello, world!" > $@
  /external/zlib/src/contrib/pascal/
example.pas 28 (* "hello world" would be more standard, but the repeated "hello"
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make_names.pl 928 // elements. In a compound document world, the generic createElement function (will end up being virtual) will be called.
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm     [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm     [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm     [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 118 (* CHECK: @const_string = global {{.*}}c"cruel\00world"
121 let c = const_string context "cruel\000world" in
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]
  /external/blktrace/btt/doc/
btt.tex 570 some real-world analysis\footnote{Note the logarithmic nature of the
586 some real-world analysis\footnote{Note the logarithmic nature of the
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bytes.py 152 b = by("Hello, world")
157 self.assertEqual(b[7:], by("world"))
158 self.assertEqual(b[7:12], by("world"))
159 self.assertEqual(b[7:100], by("world"))
164 self.assertEqual(b[-5:], by("world"))
165 self.assertEqual(b[-5:12], by("world"))
166 self.assertEqual(b[-5:100], by("world"))
181 sample = u"Hello world\n\u1234\u5678\u9abc\udef0"
190 sample = u"Hello world\n\u1234\u5678\u9abc\def0\def0"
194 sample = u"Hello world\n\x80\x81\xfe\xff
    [all...]

Completed in 2052 milliseconds

1 2 3 45 6