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

<<21222324252627282930>>

  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementLayout.java 2 * Copyright (c) 2000 World Wide Web Consortium,
ElementParallelTimeContainer.java 2 * Copyright (c) 2000 World Wide Web Consortium,
ElementSyncBehavior.java 2 * Copyright (c) 2000 World Wide Web Consortium,
ElementTargetAttributes.java 2 * Copyright (c) 2000 World Wide Web Consortium,
ElementTimeContainer.java 2 * Copyright (c) 2000 World Wide Web Consortium,
SMILAnimateMotionElement.java 2 * Copyright (c) 2000 World Wide Web Consortium,
SMILElement.java 2 * Copyright (c) 2000 World Wide Web Consortium,
SMILLayoutElement.java 2 * Copyright (c) 2000 World Wide Web Consortium,
SMILRegionElement.java 2 * Copyright (c) 2000 World Wide Web Consortium,
TimeList.java 2 * Copyright (c) 2000 World Wide Web Consortium,
  /packages/apps/Mms/src/org/w3c/dom/views/
AbstractView.java 2 * Copyright (c) 2000 World Wide Web Consortium,
DocumentView.java 2 * Copyright (c) 2000 World Wide Web Consortium,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py 59 world
test_xdrlib.py 11 s = 'hello world'
test_xmllib.py 13 <greeting>Hello, world!</greeting>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py 59 world
test_xdrlib.py 11 s = 'hello world'
test_xmllib.py 13 <greeting>Hello, world!</greeting>
  /external/icu4c/i18n/unicode/
region.h 41 * Type representing the whole world.
60 * the normal WORLD/CONTINENT/SUBCONTINENT/TERRITORY containment tree.
101 * Macroregions are represented in ICU by one of three region types: WORLD ( region code 001 ),
102 * CONTINENTS ( regions contained directly by WORLD ), and SUBCONTINENTS ( things contained directly
119 * the world/continent/sub-continent hierarchy, while others are just well known groupings that have
122 * ( WORLD, CONTINENT, or SUBCONTINENT ) will always be the containing region instead.
173 * Returns a pointer to the region that contains this region. Returns NULL if this region is code "001" (World)
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
TechniqueDef.java 67 * containing the world light list for the geometry being rendered.
337 * Adds a new world parameter by the given name.
339 * @param name The world parameter to add.
340 * @return True if the world parameter name was found and added
341 * to the list of world parameters, false otherwise.
357 * Returns a list of world parameters that are used by this
360 * @return The list of world parameters
  /external/llvm/utils/lit/lit/
ShUtil.py 270 self.assertEqual(self.lex(""" "hello\\"world" """),
271 ['hello"world'])
272 self.assertEqual(self.lex(""" "hello\\'world" """),
273 ["hello\\'world"])
274 self.assertEqual(self.lex(""" "hello\\\\world" """),
275 ["hello\\world"])
277 ["hello world"])
  /libcore/luni/src/test/java/libcore/java/util/jar/
DalvikExecTest.java 85 assertEquals("Hello Android World!", "Hello Android World!\n", res);
129 assertEquals("Hello Android World!", "Hello Android World!\n", res);
184 assertEquals("Hello Android World!", "Hello Android World!\n", res);
217 System.out.println("Hello Android World!");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
String2Test.java 36 String world1 = "World";
131 assertEquals("Failed Constructor test", "World", new String(buf));
170 String s = new String("Hello World");
171 assertEquals("Failed to construct correct string", "Hello World", s);
314 assertEquals("copyValueOf returned incorrect String", "World", String
432 "Hello World".getBytes(6, 11, buf, 0);
433 assertEquals("Returned incorrect bytes", "World", new String(buf));
436 "Hello World".getBytes(-1, 1, null, 0);
449 byte[] buf = "Hello World".getBytes();
450 assertEquals("Returned incorrect bytes", "Hello World", new String(buf))
    [all...]
  /external/chromium_org/content/public/test/
render_widget_test.cc 75 // Hello World message is only visible if the view size is at least
79 "%d; background-color: red;'>Hello World</div></body></html>",
84 // If we re-size the view to something smaller than where the 'Hello World'
96 // 'Hello World' text is written the text should be visible in the snapshot.
106 // should still see the 'Hello World' message since the view size is
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
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();

Completed in 499 milliseconds

<<21222324252627282930>>