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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
irt_manifest_file.nmf 8 "nmf says hello world": {
pm_manifest_file.nmf 8 "nmf says hello world": {
pm_pre_init_manifest_file.nmf 8 "nmf says hello world": {
  /external/chromium_org/third_party/WebKit/ManualTests/
print-onload-with-image.html 8 <H1>Hello, world.</h1>
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfseg.asm 19 _message: db 'Hello, World', 10, 13, 0
  /external/chromium_org/tools/gyp/test/win/precompiled/
hello.c 11 printf("Hello, world!\n");
  /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>
  /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>
  /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.
  /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" />
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMWrapperWorld.cpp 75 if (DOMWrapperWorld* world = isolatedWorld(context))
76 return world;
90 DEFINE_STATIC_LOCAL(RefPtr<DOMWrapperWorld>, world, (adoptRef(new DOMWrapperWorld(DOMWrapperWorld::mainWorldId - 1, DOMWrapperWorld::mainWorldExtensionGroup - 1))));
91 return world.get();
149 RefPtr<DOMWrapperWorld> world = result.iterator->value; local
150 if (world) {
151 ASSERT(world->worldId() == worldId);
152 ASSERT(world->extensionGroup() == extensionGroup);
153 return world.release();
156 world = adoptRef(new DOMWrapperWorld(worldId, extensionGroup))
    [all...]
DOMWrapperWorld.h 48 // This class represent a collection of DOM wrappers for a specific world.
71 // Associates an isolated world (see above for description) with a security
72 // origin. XMLHttpRequest instances used in that world will be considered
78 // Associated an isolated world with a Content Security Policy. Resources
79 // embedded into the main world's DOM from script executed in an isolated
80 // world should be restricted based on the isolated world's DOM, not the
81 // main world's.
83 // FIXME: Right now, resource injection simply bypasses the main world's
84 // DOM. More work is necessary to allow the isolated world's policy to b
    [all...]

Completed in 1165 milliseconds

1 2 3 4 5 6 78 91011>>