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

1 2 3 4 56 7 8 91011>>

  /sdk/testapps/libsAndJarTest/lib1/res/layout/
main.xml 10 android:text="Hello World, Main"
  /sdk/testapps/libsAndJarTest/lib2/res/layout/
main.xml 10 android:text="Hello World, Main"
  /external/webkit/Source/WebKit/win/
WebScriptWorld.cpp 42 inline WebScriptWorld::WebScriptWorld(PassRefPtr<DOMWrapperWorld> world)
44 , m_world(world)
46 ASSERT_ARG(world, m_world);
48 ASSERT_ARG(world, !allWorlds().contains(m_world.get()));
75 COMPtr<WebScriptWorld> WebScriptWorld::createInstance(PassRefPtr<DOMWrapperWorld> world)
77 return new WebScriptWorld(world);
80 COMPtr<WebScriptWorld> WebScriptWorld::findOrCreateWorld(DOMWrapperWorld* world)
82 if (world == mainThreadNormalWorld())
85 if (WebScriptWorld* existingWorld = allWorlds().get(world))
88 return createInstance(world);
    [all...]
  /external/clang/test/SemaCXX/
array-bounds-ptr-arith.cpp 5 const char hello[] = "Hello world!"; // expected-note 2 {{declared here}}
8 swallow("Hello world!" + 6); // no-warning
9 swallow("Hello world!" - 6); // expected-warning {{refers before the beginning of the array}}
10 swallow("Hello world!" + 14); // expected-warning {{refers past the end of the array}}
11 swallow("Hello world!" + 13); // no-warning
  /libcore/benchmarks/src/benchmarks/
HashedCollectionsBenchmark.java 34 map.put("hello", "world");
42 map.put("hello", "world");
52 map.put("hello", "world");
59 map.put("hello", "world");
66 map.put("hello", "world");
  /external/webkit/Source/WebCore/bindings/v8/
V8IsolatedContext.h 48 // JavaScript. Each isolated world executes in parallel with the main
49 // JavaScript world. An isolated world has access to the same DOM data
50 // structures as the main world but none of the JavaScript pointers.
53 // worlds or between an isolated world and the main world. Because
55 // to avoid having pointers to the main world's DOM wrappers (which are
59 // Creates an isolated world. To destroy it, call destroy().
60 // This will delete the isolated world when the context it owns is GC'd.
64 // Call this to destroy the isolated world. It will be deleted sometim
94 IsolatedWorld* world() const { return m_world.get(); } function in class:WebCore::V8IsolatedContext
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderTest.java 113 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world");
156 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world");
161 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world!");
164 assertEquals("hi, world!", builder.toString());
166 builder = new SpannableStringBuilder("hello, world!");
193 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world");
196 assertEquals("abc, world", builder.toString());
198 builder = new SpannableStringBuilder("hello, world");
200 assertEquals("helabc, world", builder.toString());
202 builder = new SpannableStringBuilder("hello, world");
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DrmSupportInfoTest.java 34 checkAddValidMimeType("World");
35 checkAddValidMimeType("Hello World");
46 checkAddValidFileSuffix("World");
47 checkAddValidFileSuffix("Hello World");
57 checkSetAndGetDescription("World");
58 checkSetAndGetDescription("Hello World");
81 info1.setDescription("World");
82 info3.setDescription("world"); // lowercase 'w'
84 info3.setDescription("World");
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
UniformBinding.java 38 * The world matrix. Converts Model space to World space.
44 * The view matrix. Converts World space to View space.
56 * The world view matrix. Converts Model space to View space.
69 * The world view projection matrix. Converts Model space to Clip/Projection
76 * The view projection matrix. Converts World space to Clip/Projection
83 * The world matrix inverse transpose. Converts a normals from Model space
84 * to world space.
136 * Camera position in world space.
  /external/webkit/Source/WebCore/bindings/js/
WebCoreJSClientData.h 55 void rememberWorld(DOMWrapperWorld* world)
57 ASSERT(!m_worldSet.contains(world));
58 m_worldSet.add(world);
60 void forgetWorld(DOMWrapperWorld* world)
62 ASSERT(m_worldSet.contains(world));
63 m_worldSet.remove(world);
  /cts/tests/assets/webkit/
test_hello_world.html 18 <title>test hello world</title>
21 <h3>hello world!</h3><br>
  /external/clang/test/CodeGenObjC/
constant-strings.m 6 // CHECK-NEXT: @.str = {{.*}}constant [13 x i8] c"Hello World!\00", align 1
15 id a = @"Hello World!";
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 13 #define LOW LOW ", world"
26 // CHECK: "hello" ", world"
  /external/llvm/test/Linker/
module-flags-1-a.ll 8 ; CHECK: !3 = metadata !{metadata !"hello world", i32 927}
14 !2 = metadata !{ i32 1, metadata !"mux", metadata !{ metadata !"hello world", i32 927 } }
  /external/smali/examples/HelloWorld/
HelloWorld.smali 3 #Ye olde hello world application
22 const-string v1, "Hello World!"
  /external/webkit/Source/WebCore/manual-tests/inspector/
webinspector-log.html 11 WebInspector.log("hello, world")
17 in the console with the text "hello, world". There will be a blue
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
execute_javascript.applescript 8 execute javascript "alert('Hello World')"
  /external/clang/test/PCH/
builtins.c 11 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/MCJIT/
hello2.ll 4 @msg = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]
  /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/robolectric/src/test/resources/res/values/
strings.xml 6 <string name="some_html"><b>Hello, <i>world</i></b></string>

Completed in 1060 milliseconds

1 2 3 4 56 7 8 91011>>