HomeSort by relevance Sort by last modified time
    Searched refs:world (Results 26 - 50 of 146) sorted by null

12 3 4 5 6

  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 557 * expression is: meaning='hello';meaning=meaning+' '+'world';
560 * root.meaning='hello';root.meaning=root.meaning+' '+'world';
876 * expression is: meaning='hello';meaning=meaning+' '+'world';
879 * root.meaning='hello';root.meaning=root.meaning+' '+'world';
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLShape.java 25 public GLShape(GLWorld world) {
26 mWorld = world;
KubeRenderer.java 34 public KubeRenderer(GLWorld world, AnimationCallback callback) {
35 mWorld = world;
  /external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java 22 * how to act in that particular area of the game world. Hot spots are commonly used to direct AI
91 public final void setWorld(TiledWorld world) {
92 mWorld = world;
TiledVertexGrid.java 54 public void setWorld(TiledWorld world) {
55 mWorld = world;
131 TiledWorld world = mWorld; local
133 if (!mGenerated && world != null && gl != null && mTexture != null) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.cpp 249 V8WindowShell* ScriptController::existingWindowShell(DOMWrapperWorld* world)
251 ASSERT(world);
253 if (world->isMainWorld())
257 if (world == existingWindowShellWorkaroundWorld())
260 IsolatedWorldMap::iterator iter = m_isolatedWorlds.find(world->worldId());
266 V8WindowShell* ScriptController::windowShell(DOMWrapperWorld* world)
268 ASSERT(world);
271 if (world->isMainWorld())
274 IsolatedWorldMap::iterator iter = m_isolatedWorlds.find(world->worldId());
278 OwnPtr<V8WindowShell> isolatedWorldShell = V8WindowShell::create(m_frame, world, m_isolate)
694 RefPtr<DOMWrapperWorld> world = DOMWrapperWorld::ensureIsolatedWorld(worldID, extensionGroup); local
    [all...]
V8AbstractEventListener.cpp 49 V8AbstractEventListener::V8AbstractEventListener(bool isAttribute, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate)
52 , m_world(world)
81 v8::Local<v8::Context> v8Context = toV8Context(context, world());
108 v8::Local<v8::Context> v8Context = toV8Context(context, world());
176 v8::Isolate* isolate = toV8Context(context, world())->GetIsolate();
V8WindowShell.h 80 DOMWrapperWorld* world() { return m_world.get(); } function in class:WebCore::V8WindowShell
V8AbstractEventListener.h 112 virtual DOMWrapperWorld* world() const OVERRIDE FINAL { return m_world.get(); }
V8ErrorHandler.cpp 55 v8::Isolate* isolate = toV8Context(context, world())->GetIsolate();
V8Initializer.cpp 106 DOMWrapperWorld* world = DOMWrapperWorld::current(); local
108 if (world && frame && frame->script()->existingWindowShell(world)) {
V8WindowShell.cpp 81 PassOwnPtr<V8WindowShell> V8WindowShell::create(Frame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate)
83 return adoptPtr(new V8WindowShell(frame, world, isolate));
86 V8WindowShell::V8WindowShell(Frame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate)
88 , m_world(world)
  /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/v8/test/webkit/fast/js/
object-prototype-toLocaleString.js 33 shouldBe("Object.prototype.toLocaleString.call('Hello, world!')", '"Hello, world!"');
37 shouldBe("Object.prototype.toLocaleString.call('Hello, world!')", '"stringPrototypeToString"');
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
PageDebuggerAgent.cpp 133 void PageDebuggerAgent::didClearWindowObjectInWorld(Frame* frame, DOMWrapperWorld* world)
135 if (world != mainThreadNormalWorld() || frame != m_pageAgent->mainFrame())
InspectorAgent.cpp 71 void InspectorAgent::didClearWindowObjectInWorld(Frame* frame, DOMWrapperWorld* world)
73 if (world != mainThreadNormalWorld())
PageRuntimeAgent.cpp 112 void PageRuntimeAgent::didClearWindowObjectInWorld(Frame* frame, DOMWrapperWorld* world)
114 if (world != mainThreadNormalWorld())
142 *errorString = "Internal error: main world execution context not found.";
  /external/chromium_org/tools/grit/grit/format/
android_xml.py 22 <message name="IDS_WORLD" desc="The world">world</message>
30 <string name="world">"mundo"</string>
android_xml_unittest.py 83 world
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bintest.asm 6 ; hello, world
49 datasym db 'hello world', 13, 10, '$' ; [2]
  /external/chromium_org/v8/test/mjsunit/
context-variable-assignments.js 31 a = b = "hello world";
37 assertEquals("hello world", foo());
  /external/v8/test/mjsunit/
context-variable-assignments.js 31 a = b = "hello world";
37 assertEquals("hello world", foo());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py 59 world
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py 59 world
  /external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py 31 in dmprof. (For example, the "vm" world and the "malloc" world.)
135 def __init__(self, world):
137 self._world = world
331 self._world = dct['world']
338 if dct['world'] == 'vm':
340 elif dct['world'] == 'malloc':
343 LOGGER.error('Unknown sorter world type')
347 result.write('world=%s' % self._world)
358 if sorter_dict['world'] == 'vm'
367 def world(self): member in class:AbstractSorter
    [all...]

Completed in 2598 milliseconds

12 3 4 5 6