HomeSort by relevance Sort by last modified time
    Searched defs:world (Results 1 - 22 of 22) sorted by null

  /external/clang/test/CodeGen/
function-sections.c 13 void world() {} function
16 // PLAIN: world:
20 // FUNC_SECT: section .text.world,
21 // FUNC_SECT: world:
26 // DATA_SECT: world:
  /external/llvm/test/MC/ELF/
comdat-reloc.s 7 call world
10 .section .text.world,"axG",@progbits,world,comdat
11 .type world,@function
12 world: label
22 // CHECK-NEXT: Name: .text.world
27 // CHECK-NEXT: Name: .rela.text.world
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPreprocessor.cpp 50 RefPtr<DOMWrapperWorld> world = DOMWrapperWorld::ensureIsolatedWorld(ScriptPreprocessorIsolatedWorldId, DOMWrapperWorld::mainWorldExtensionGroup); local
51 m_scriptState = ScriptState::from(toV8Context(frame, *world));
WindowProxy.h 82 DOMWrapperWorld& world() { return *m_world; } function in class:blink::WindowProxy
V8AbstractEventListener.h 113 virtual DOMWrapperWorld& world() const { return scriptState()->world(); } function in class:blink::V8AbstractEventListener
V8DOMConfiguration.cpp 45 DOMWrapperWorld& world = DOMWrapperWorld::current(isolate); local
47 if (accessors[i].exposeConfiguration == OnlyExposedToPrivateScript && !world.isPrivateScriptIsolatedWorld())
52 if (world.isMainWorld()) {
DOMWrapperWorld.cpp 138 RefPtr<DOMWrapperWorld> world = result.storedValue->value; local
139 if (world) {
140 ASSERT(world->worldId() == worldId);
141 ASSERT(world->extensionGroup() == extensionGroup);
142 return world.release();
145 world = DOMWrapperWorld::create(worldId, extensionGroup);
146 result.storedValue->value = world.get();
148 return world.release();
238 holderBase->world()->unregisterDOMObjectHolder(holderBase);
ScriptState.h 70 DOMWrapperWorld& world() const { return *m_world; } function in class:blink::ScriptState
DOMWrapperWorld.h 60 // This class represent a collection of DOM wrappers for a specific world.
74 static DOMWrapperWorld& world(v8::Handle<v8::Context> context) function in class:blink::DOMWrapperWorld
76 return ScriptState::from(context)->world();
84 // we cache the world of the initializing window on worldOfInitializingWindow.
88 return world(isolate->GetCurrentContext());
97 // Associates an isolated world (see above for description) with a security
98 // origin. XMLHttpRequest instances used in that world will be considered
103 // Associated an isolated world with a Content Security Policy. Resources
104 // embedded into the main world's DOM from script executed in an isolated
105 // world should be restricted based on the isolated world's DOM, not th
141 DOMWrapperWorld* world() const { return m_world; } function in class:blink::DOMWrapperWorld::DOMObjectHolderBase
    [all...]
V8DOMConfiguration.h 90 DOMWrapperWorld& world = DOMWrapperWorld::current(isolate); local
91 if (attribute.exposeConfiguration == OnlyExposedToPrivateScript && !world.isPrivateScriptIsolatedWorld())
96 if (world.isMainWorld()) {
139 v8::FunctionCallback callbackForWorld(const DOMWrapperWorld& world) const
141 return world.isMainWorld() && callbackForMainWorld ? callbackForMainWorld : callback;
160 // SymbolKeyedMethodConfiguration doesn't support per-world bindings.
170 DOMWrapperWorld& world = DOMWrapperWorld::current(isolate); local
171 if (callback.exposeConfiguration == OnlyExposedToPrivateScript && !world.isPrivateScriptIsolatedWorld())
174 v8::Local<v8::FunctionTemplate> functionTemplate = functionTemplateForCallback(signature, callback.callbackForWorld(world), callback.length, isolate);
ScriptController.cpp 213 WindowProxy* ScriptController::existingWindowProxy(DOMWrapperWorld& world)
215 if (world.isMainWorld())
218 IsolatedWorldMap::iterator iter = m_isolatedWorlds.find(world.worldId());
224 WindowProxy* ScriptController::windowProxy(DOMWrapperWorld& world)
227 if (world.isMainWorld()) {
230 IsolatedWorldMap::iterator iter = m_isolatedWorlds.find(world.worldId());
234 OwnPtr<WindowProxy> isolatedWorldWindowProxy = WindowProxy::create(m_frame, world, m_isolate);
236 m_isolatedWorlds.set(world.worldId(), isolatedWorldWindowProxy.release());
239 if (!windowProxy->isContextInitialized() && windowProxy->initializeIfNeeded() && world.isMainWorld())
250 DOMWrapperWorld& world = DOMWrapperWorld::current(m_isolate)
623 RefPtr<DOMWrapperWorld> world = DOMWrapperWorld::ensureIsolatedWorld(worldID, extensionGroup); local
    [all...]
  /external/llvm/test/tools/llvm-cov/Inputs/
test.cpp 7 const char * hello = "world";
8 const char * world = "hello"; variable
  /cts/tests/tests/util/src/android/util/cts/
TimeUtilsTest.java 85 String[] world = new String[] { local
90 for (int i = 0; i < world.length; i += 2) {
91 String country = world[i];
92 String name = world[i + 1];
  /external/chromium_org/third_party/WebKit/Source/core/events/
ErrorEvent.h 57 static PassRefPtrWillBeRawPtr<ErrorEvent> create(const String& message, const String& fileName, unsigned lineNumber, unsigned columnNumber, DOMWrapperWorld* world)
59 return adoptRefWillBeNoop(new ErrorEvent(message, fileName, lineNumber, columnNumber, world));
65 static PassRefPtrWillBeRawPtr<ErrorEvent> createSanitizedError(DOMWrapperWorld* world)
67 return adoptRefWillBeNoop(new ErrorEvent("Script error.", String(), 0, 0, world));
82 DOMWrapperWorld* world() const { return m_world.get(); } function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8XMLHttpRequestCustom.cpp 62 DOMWrapperWorld& world = DOMWrapperWorld::current(info.GetIsolate()); local
63 if (world.isIsolatedWorld())
64 securityOrigin = world.isolatedWorldSecurityOrigin();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorRuntimeAgent.cpp 219 DOMWrapperWorld& world = scriptState->world(); local
220 String humanReadableName = world.isIsolatedWorld() ? world.isolatedWorldHumanReadableName() : "";
  /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...]
  /external/chromium_org/third_party/icu/source/test/intltest/
regiontst.cpp 655 // Test to make sure that the set of territories contained in World and the set of all available
659 const Region *world = Region::getInstance("001",status); local
664 StringEnumeration *containedInWorld = world->getContainedRegions(URGN_TERRITORY);
688 errln("Available territories and all territories contained in world should be the same set.\nAvailable = %s\nContained in World = %s",
  /external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py 39 in dmprof. (For example, the "vm" world and the "malloc" world.)
143 def __init__(self, world):
145 self._world = world
329 self._world = dct['world']
336 if dct['world'] == 'vm':
338 elif dct['world'] == 'malloc':
341 LOGGER.error('Unknown sorter world type')
346 print >> result, 'world=%s' % self._world
358 if sorter_dict['world'] == 'vm'
367 def world(self): member in class:AbstractSorter
    [all...]
  /external/icu/icu4c/source/test/intltest/
regiontst.cpp 655 // Test to make sure that the set of territories contained in World and the set of all available
659 const Region *world = Region::getInstance("001",status); local
664 StringEnumeration *containedInWorld = world->getContainedRegions(URGN_TERRITORY);
688 errln("Available territories and all territories contained in world should be the same set.\nAvailable = %s\nContained in World = %s",
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 34 extern const char world[6];
35 const char world[6] = "world"; member in namespace:pointer_to_object_parameters
38 (void)A<world>().get();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 5782 DOMWrapperWorld& world = DOMWrapperWorld::current(isolate); local
    [all...]

Completed in 613 milliseconds