HomeSort by relevance Sort by last modified time
    Searched full:world (Results 126 - 150 of 5657) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
execute_javascript.applescript 8 execute javascript "alert('Hello World')"
  /external/clang/test/PCH/
builtins.c 9 printf("Hello, World!");
  /external/compiler-rt/BlocksRuntime/tests/
shorthandexpression.c 18 void (^b)(void) = ^(void)printf("hello world\n");
sizeof.c 21 void (^aBlock)(void) = ^{ printf("hellow world\n"); };
  /external/llvm/test/ExecutionEngine/
hello.ll 4 @.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]
hello2.ll 5 @msg = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]
  /external/llvm/test/Object/Inputs/
trivial.ll 1 @.str = private unnamed_addr constant [13 x i8] c"Hello World\0A\00", align 1
  /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>
  /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" />
  /sdk/layoutlib_api/sample/testproject/res/layout/
main.xml 8 android:text="Hello World, Main"
  /gdk/build/awk/
check-awk.awk 25 s1="A real world example"
26 if (! match(s1,"world")) {
34 if (s2 != "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);

Completed in 949 milliseconds

1 2 3 4 56 7 8 91011>>