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

<<41424344454647484950>>

  /external/chromium-trace/trace-viewer/src/ui/
quad_view_viewport.js 50 // represented in a canvas 'world', scaled by a
135 /** Adjust the scaled world box for Retina-like displays */
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
fixjsstyle_test.py 171 ' // TODO(brain): Take over the world.',
177 '// TODO(brain): Take over the world.',
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_mux.py 293 data = 'Hello, world!'
297 expected = '\x1c\x01\x0dHello, world!'
422 _create_logical_frame(channel_id=3, message='World'))
434 self.assertEqual(['World'], dispatcher.channel_events[3].messages)
442 self.assertEqual('World', messages[0])
447 # - 6 FlowControls for channel id 1 (initialize), 'Hello', 'World',
553 message='Hello World!',
566 self.assertEqual('Hello World!', messages[0]['message'])
  /external/chromium_org/base/debug/
crash_logging_unittest.cc 145 ChunkCrashKeyValue(key, "hello world", 64);
169 results = ChunkCrashKeyValue(key, "hello world", 3);
  /external/chromium_org/base/strings/
string_tokenizer_unittest.cc 154 string input = "foo bar 'hello world' baz";
165 EXPECT_EQ(string("'hello world'"), t.token());
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_controller.h 32 // download_shelf_mac bridges calls from chromium's c++ world to the objc
37 // download_item_mac bridges calls from chromium's c++ world to the objc
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider_hunspell_unittest.cc 166 provider_.RequestTextChecking(WebKit::WebString("hello world"),
173 provider_.RequestTextChecking(WebKit::WebString("hello world."),
  /external/chromium_org/content/common/gpu/
image_transport_surface.h 54 // The ImageTransportSurfaceHelper provides some glue to the outside world:
56 // allowing the ImageTransportSurface to send events to the outside world.
  /external/chromium_org/net/base/
escape_unittest.cc 166 {"Hello%20%13%10world %23# %3F? %3D= %26& %25% %2B+", UnescapeRule::SPACES,
167 "Hello %13%10world %23# %3F? %3D= %26& %25% %2B+"},
168 {"Hello%20%13%10world %23# %3F? %3D= %26& %25% %2B+",
170 "Hello%20%13%10world ## ?? == && %% ++"},
231 {L"Hello%20%13%10world %23# %3F? %3D= %26& %25% %2B+", UnescapeRule::SPACES,
232 L"Hello %13%10world %23# %3F? %3D= %26& %25% %2B+"},
233 {L"Hello%20%13%10world %23# %3F? %3D= %26& %25% %2B+",
235 L"Hello%20%13%10world ## ?? == && %% ++"},
  /external/chromium_org/net/tools/dump_cache/
url_utilities_unittest.cc 99 EXPECT_EQ("Hello, world!", UrlUtilities::Unescape("Hello%2C world%21"));
  /external/chromium_org/net/tools/quic/
quic_reliable_server_stream_test.cc 51 body_("hello world") {
156 string large_body = "hello world!!!!!!";
  /external/chromium_org/ppapi/proxy/
raw_var_data_unittest.cc 92 EXPECT_TRUE(WriteReadAndCompare(StringVar::StringToPPVar("hello world!")));
96 std::string data = "hello world!";
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorAgent.cpp 71 void InspectorAgent::didClearWindowObjectInWorld(Frame* frame, DOMWrapperWorld* world)
73 if (world != mainThreadNormalWorld())
  /external/chromium_org/third_party/closure_linter/closure_linter/
fixjsstyle_test.py 171 ' // TODO(brain): Take over the world.',
177 '// TODO(brain): Take over the world.',
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des.pod 77 world readable.
207 The VMS operating system operates in a world where files are always a
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
cros_interface_unittest.py 26 cri.PushContents('hello world', '/tmp/testPushContents')
28 self.assertEquals(contents, 'hello world')
  /external/chromium_org/v8/test/mjsunit/harmony/
string-startswith.js 32 var testString = "Hello World";
36 assertFalse(testString.startsWith("Hello World!"));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/about_files/
LICENSE.dom.html 13 Copyright ? 1994-2001 <a href="http://www.w3.org/">World Wide Web Consortium</a>, (<a href="http://www.lcs.mit.edu/">Massachusetts Institute of Technology</a>,
39 "Copyright ? [$date-of-software] World Wide Web Consortium, (Massachusetts Institute of<br>
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
BulletAppState.java 57 * @param worldMin The minimum world extent
58 * @param worldMax The maximum world extent
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
BresenhamYUpGridTracer.java 86 // Check which direction on the X world axis we are moving.
101 // Check which direction on the Z world axis we are moving.
  /external/llvm/test/MC/COFF/
basic-coff-64.s 24 .asciz "Hello World"
79 // CHECK: 0000: 48656C6C 6F20576F 726C6400 |Hello World.|
basic-coff.s 24 .asciz "Hello World"
79 // CHECK: 0000: 48656C6C 6F20576F 726C6400 |Hello World.|
symbol-fragment-offset-64.s 31 .asciz "World!"
98 // CHECK: 0000: 48656C6C 6F200057 6F726C64 21000000 |Hello .World!...|
symbol-fragment-offset.s 31 .asciz "World!"
98 // CHECK: 0000: 48656C6C 6F200057 6F726C64 21000000 |Hello .World!...|
  /external/llvm/test/Transforms/InstCombine/
printf-1.ll 8 @hello_world = constant [13 x i8] c"hello world\0A\00"
16 ; CHECK: [[STR:@[a-z0-9]+]] = private unnamed_addr constant [12 x i8] c"hello world\00"

Completed in 3322 milliseconds

<<41424344454647484950>>