HomeSort by relevance Sort by last modified time
    Searched full:world (Results 151 - 175 of 5769) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/tinyxml/
utf8test.xml 3 <English name="name" value="value">The world has many languages</English>
utf8testverify.xml 3 <English name="name" value="value">The world has many languages</English>
  /external/webkit/LayoutTests/http/tests/appcache/resources/
offline-access.js 11 if (req.responseText == "Hello, World!")
  /external/webkit/Source/WebCore/manual-tests/
print-onload-with-image.html 8 <H1>Hello, world.</h1>
  /frameworks/base/docs/html/training/
building-connectivity.jd 8 <p>These classes teach you how to connect your app to the world beyond the user's device.
  /libcore/benchmarks/src/benchmarks/
StringIterationBenchmark.java 28 String s = "hello, world!";
37 String s = "hello, world!";
46 String s = "hello, world!";
56 String s = "hello, world!";
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/refactoring/usecompound/
compound1-expected-1.xml 13 android:text="Hello World" >
compound2-expected-2.xml 13 android:text="Hello World" >
compound3-expected-3.xml 13 android:text="Hello World" >
compound4-expected-4.xml 13 android:text="Hello World" >
compound_all-expected-5.xml 22 android:text="Hello World" />
32 android:text="Hello World" >
51 android:text="Hello World" />
65 android:text="Hello World" />
compound_all-expected-6.xml 22 android:text="Hello World" />
37 android:text="Hello World" />
52 android:text="Hello World" >
66 android:text="Hello World" />
  /ndk/build/awk/
check-awk.awk 25 s1="A real world example"
26 if (! match(s1,"world")) {
34 if (s2 != "world") {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 31 GLWorld world = new GLWorld(); local
52 mCubes[0] = new Cube(world, c0, c4, c0, c1, c5, c1);
53 mCubes[1] = new Cube(world, c2, c4, c0, c3, c5, c1);
54 mCubes[2] = new Cube(world, c4, c4, c0, c5, c5, c1);
56 mCubes[3] = new Cube(world, c0, c4, c2, c1, c5, c3);
57 mCubes[4] = new Cube(world, c2, c4, c2, c3, c5, c3);
58 mCubes[5] = new Cube(world, c4, c4, c2, c5, c5, c3);
60 mCubes[6] = new Cube(world, c0, c4, c4, c1, c5, c5);
61 mCubes[7] = new Cube(world, c2, c4, c4, c3, c5, c5);
62 mCubes[8] = new Cube(world, c4, c4, c4, c5, c5, c5)
    [all...]
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 47 public static class World {
130 World mWorld;
133 HashMap<Integer, World.Vec> mFingers = new HashMap<Integer, World.Vec>();
134 World.Body mBody;
135 World.Vec mGrabSpot;
202 mWorld = new World();
204 mBody = new World.Body(mass, new World.Vec(200,200));
221 mBody.applyImpulse(new World.Vec(400000, -200000))
    [all...]
  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h 168 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
176 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
177 uint32_t nDeviceContextID; /* an opaque Normal World identifier for the device context */
185 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
199 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
215 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
229 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
240 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
252 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
263 uint32_t nOperationID; /* an opaque Normal World identifier for the operation *
    [all...]
  /external/chromium/net/base/
data_url_unittest.cc 64 "hello world" },
72 { "data:text/html,%3Chtml%3E%3Cbody%3E%3Cb%3Ehello%20world"
77 "<html><body><b>hello world</b></body></html>" },
79 { "data:text/html,<html><body><b>hello world</b></body></html>",
83 "<html><body><b>hello world</b></body></html>" },
112 "hello world" },
119 "hello world" },
  /external/webkit/Source/WebCore/bindings/js/
JSDOMGlobalObject.cpp 45 JSDOMGlobalObject::JSDOMGlobalObject(JSGlobalData& globalData, Structure* structure, PassRefPtr<DOMWrapperWorld> world, JSObject* thisValue)
48 , m_world(world)
108 JSDOMGlobalObject* toJSDOMGlobalObject(Document* document, DOMWrapperWorld* world)
110 return toJSDOMWindow(document->frame(), world);
113 JSDOMGlobalObject* toJSDOMGlobalObject(ScriptExecutionContext* scriptExecutionContext, DOMWrapperWorld* world)
116 return toJSDOMGlobalObject(static_cast<Document*>(scriptExecutionContext), world);
  /external/webkit/Source/WebCore/page/
PageGroup.cpp 368 void PageGroup::addUserScriptToWorld(DOMWrapperWorld* world, const String& source, const KURL& url,
372 ASSERT_ARG(world, world);
377 UserScriptVector*& scriptsInWorld = m_userScripts->add(world, 0).first->second;
383 void PageGroup::addUserStyleSheetToWorld(DOMWrapperWorld* world, const String& source, const KURL& url,
389 ASSERT_ARG(world, world);
394 UserStyleSheetVector*& styleSheetsInWorld = m_userStyleSheets->add(world, 0).first->second;
403 void PageGroup::removeUserScriptFromWorld(DOMWrapperWorld* world, const KURL& url)
405 ASSERT_ARG(world, world)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
HelloWorld.java 29 * Hello World</a></h3>
34 App/Activity/Hello World
40 * <td >The Hello World Screen implementation</td>
  /frameworks/rs/driver/linkloader/tests/images/
test.c 45 hello_function("Hello world!1\n");
46 hello_function("Hello world!2\n");
47 hello_function("Hello world!3\n");
  /cts/tests/tests/drm/src/android/drm/cts/
DrmEventTest.java 31 attributes.put("Hello World", attributes);
32 attributes.put("Hello", "World");
33 attributes.put("World", "");
41 checkGetAttributeWithEventType(attributes, "World", true);
42 checkGetAttributeWithEventType(attributes, "Hello World", true);
50 checkGetAttributeWithEventType(attributes, "World", false);
51 checkGetAttributeWithEventType(attributes, "Hello World", false);
58 checkGetMessageWithEventType("Hello World", true);
63 checkGetMessageWithEventType("Hello World", false);
  /external/apache-harmony/support/src/test/resources/tests/resources/
Inserted_Entry_Manifest.jar 
Inserted_Entry_Manifest_with_DigestCode.jar 
Integrate.jar 

Completed in 878 milliseconds

1 2 3 4 5 67 8 91011>>