Searched
full:world (Results
1176 -
1200 of
3844) sorted by null
<<41424344454647484950>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | 234 eq(msg.get_payload(decode=True), 'hello world') 581 msg = MIMEText('hello world') 584 msg = MIMEText('hello \xf8 world') 587 msg = MIMEText('hello \xf8 world', _charset='iso-8859-1') [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorIntegrationTests.java | 72 * clients in the real world. 126 * in the real world. 200 * clients in the real world.
|
/external/chromium-trace/trace-viewer/src/tracing/ |
timeline_viewport.js | 20 * instead using this class to do conversion between world and viewspace, 303 // Converts pixels into distance in world. 353 * Represents a marked position in the world, at a viewport level.
|
/external/chromium_org/third_party/sqlite/src/test/ |
alter3.test | 216 ALTER TABLE t1 ADD c DEFAULT 'hello world'; 219 } {1 100 {hello world} 2 300 {hello world}}
|
alter4.test | 197 ALTER TABLE t1 ADD c DEFAULT 'hello world'; 200 } {1 100 {hello world} 2 300 {hello world}}
|
vacuum.test | 176 INSERT INTO t7 VALUES(1234567890,'hello','world'); 181 } {1234567890 hello world} 187 } {1234567890 hello world}
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
Renderer.java | 115 * Set the world matrix to use. Does nothing if the Renderer is 118 * @param worldMatrix World matrix to use. 162 * The lights should be provided in world space.
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/ |
BillboardControl.java | 111 // force world bound to update 177 // transformed into the world. 265 // transformed into the world.
|
/frameworks/base/docs/html/distribute/googleplay/about/ |
distribution.jd | 55 <p>To help you market to users around the world, you 114 <p>It's always valuable to get real-world feedback from users, especially before 116 to alpha and beta test groups anywhere in the world. You can start with a small
|
/external/chromium_org/ui/views/controls/textfield/ |
textfield_views_model_unittest.cc | 74 model.Append(ASCIIToUTF16("WORLD")); 492 model.Append(ASCIIToUTF16("HELLO WORLD")); 499 EXPECT_STR_EQ("HELLO WORLD", model.GetText()); 506 EXPECT_STR_EQ("HELLO WORLD", model.GetText()); 515 EXPECT_STR_EQ("HELLO WORLD", model.GetText()); 516 EXPECT_STR_EQ("HELLO WORLD", model.GetSelectedText()); 523 EXPECT_STR_EQ("HELLO WORLD", model.GetText()); 524 EXPECT_STR_EQ("HELLO WORLD", model.GetSelectedText()); 532 EXPECT_STR_EQ("WORLD", clipboard_text); 635 model.Append(ASCIIToUTF16("HELLO WORLD")); [all...] |
/cts/tests/src/android/app/cts/ |
AppStubActivity.java | 32 * A minimal "Hello, World!" application.
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
TestHtmlConstants.java | 27 public static final String HELLO_WORLD_TITLE = "test hello world";
|
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/res/values/ |
strings.xml | 28 <string name="hello_world">Hello world!</string>
|
/development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/ |
BitmapAllocation.java | 37 // There are some assumptions in this demo app that don't carry over well to the real world:
|
/device/generic/goldfish/libqemu/ |
test_guest_1.c | 68 int len = snprintf(buff, sizeof(buff), "Hello World %d\n", count);
|
/docs/source.android.com/src/source/ |
index.jd | 24 real-world product that improves the mobile experience for users.
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
changes31.dox | 17 /// address for NULL, or you could not bother doing that and join with 95% of the world's
|
/external/ceres-solver/docs/source/ |
introduction.rst | 68 brought it to the attention of the world. Using just 22
|
/external/chromium/chrome/browser/history/ |
visit_tracker.cc | 51 // hard problem and doesn't affect much in terms of real-world issues.
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
fast_rect_renderer.js | 18 * - The actual discarding operation is done in world space,
|
/external/chromium/chrome/browser/sync/glue/ |
model_associator.h | 61 // in this world, we may want to have several PerDataType templates.
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_cocoa.h | 121 // Returns the cocoa-world BrowserWindowController
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/ |
HelloLicenseServlet.java | 2 * The "Hello world!" of the Chrome Web Store Licensing API, in Java. This
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/ |
HelloLicenseServlet.java | 2 * The "Hello world!" of the Chrome Web Store Licensing API, in Java. This
|
/external/chromium/googleurl/src/ |
gurl_unittest.cc | 167 {"http://www.google.com/blah/bloo?c#d", "../../../hello/./world.html?a#b", true, "http://www.google.com/hello/world.html?a#b"}, 198 {"javascript:window.alert(\"hello,world\");", ""}, 217 {"javascript:window.alert(\"hello, world\");", ""},
|
Completed in 1598 milliseconds
<<41424344454647484950>>