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

<<81828384858687888990>>

  /external/chromium-trace/trace-viewer/src/tracing/
trace_model.js 39 * @param {bool=} opt_shiftWorldToZero Whether to shift the world to zero.
218 * @param {bool=} opt_shiftWorldToZero Whether to shift the world to zero.
  /external/chromium-trace/trace-viewer/src/ui/
quad_view.js 162 // The quads are in the world coordinate system. We are drawing
164 // transform drawing ops from world to canvas coordinates.
  /external/chromium_org/base/
pickle_unittest.cc 16 const std::string teststr("Hello world"); // note non-aligned string length
17 const std::wstring testwstr(L"Hello, world");
  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy_unittest.cc 116 "API=extension.connect ARGS=[\"hello\",\"world\"]";
231 args->Set(1, new base::StringValue("world"));
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_browsertest.js 316 '<!-- Hello -- world > <SCRIPT>alert(1)</SCRIPT> -->',
317 '<!<!-- Hello world > <SCRIPT>alert(1)</SCRIPT> -->',
  /external/chromium_org/chrome/renderer/extensions/
dispatcher.h 85 // specified |frame| and isolated world. If |world_id| is zero, finds the
86 // extension ID associated with the main world's JavaScript context. If the
  /external/chromium_org/ppapi/tests/
test_instance_deprecated.cc 164 "document.getElementById('plugin').SetValue('hello, world');",
168 ASSERT_TRUE(string_ == "hello, world");
  /external/chromium_org/testing/gtest/samples/
sample6_unittest.cc 69 // for keeping the tests close to the real world scenario, where the
105 // Since we are in the template world, C++ requires explicitly
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.cpp 172 void InspectorController::didClearWindowObjectInWorld(Frame* frame, DOMWrapperWorld* world)
174 if (world != mainThreadNormalWorld())
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unittest_custom_options.proto 199 option (string_opt) = "Hello, \"World\"";
200 option (bytes_opt) = "Hello\0World";
unittest_lite.proto 144 optional bytes default_bytes = 75 [default = "world"];
284 optional bytes default_bytes_extension_lite = 75 [default = "world"];
  /external/chromium_org/third_party/re2/re2/testing/
search_test.cc 29 { "h.*o", "hello world" },
30 { "h.*o", "othello, world" },
  /external/chromium_org/v8/test/mjsunit/
object-freeze.js 274 func('hello', 'world');
275 func('goodbye', 'world');
  /external/dhcpcd/
dhcpcd.conf.5 301 Set un-encapsulated vendor option to hello world.
302 .D1 vendor ,"hello world"
dhcpcd.conf.5.in 289 Set un-encapsulated vendor option to hello world.
290 .D1 vendor ,"hello world"
  /external/gtest/samples/
sample6_unittest.cc 69 // for keeping the tests close to the real world scenario, where the
105 // Since we are in the template world, C++ requires explicitly
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderLoader.java 116 case FileBlockHeader.BLOCK_WO00:// World
117 if (blenderKey.isLoadUnlinkedAssets() && worldData == null) {// onlu one world data is used
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
Feature.java 250 * @return world transform matrix of the feature
266 * @return world transform matrix of the feature's parent or identity matrix
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
MotionPath.java 187 * @param wayPoint a position in world space
194 * retruns the length of the path in world units
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestAdvanced.java 236 // planar textures don't use the mesh's texture coordinates but real world coordinates,
237 // so we need to convert these texture coordinate scales into real world scales so it looks
  /external/llvm/docs/
WritingAnLLVMPass.rst 36 Quick Start --- Writing hello world
39 Here we describe how to write the "hello world" of passes. The "Hello" pass is
171 static RegisterPass<Hello> X("hello", "Hello World Pass",
177 World Pass". The last two arguments describe its behavior: if a pass walks CFG
206 static RegisterPass<Hello> X("hello", "Hello World Pass", false, false);
225 compile "Hello World" to LLVM. We can now run the bitcode file (hello.bc) for
259 -hello - Hello World Pass
289 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0033 ( 6.9%) Hello World Pass
306 decide what class you should subclass for your pass. The :ref:`Hello World
464 World <writing-an-llvm-pass-basiccode>` pass for example)
    [all...]
  /external/protobuf/gtest/samples/
sample6_unittest.cc 69 // for keeping the tests close to the real world scenario, where the
105 // Since we are in the template world, C++ requires explicitly
  /external/protobuf/src/google/protobuf/
unittest_lite.proto 136 optional bytes default_bytes = 75 [default = "world"];
267 optional bytes default_bytes_extension_lite = 75 [default = "world"];
  /external/regex-re2/re2/testing/
search_test.cc 29 { "h.*o", "hello world" },
30 { "h.*o", "othello, world" },
  /external/skia/tests/
DataRefTest.cpp 215 SkDataSet set1("hello", SkAutoTUnref<SkData>(SkData::NewWithCString("world")));
249 const char str[] = "Hello world";

Completed in 2692 milliseconds

<<81828384858687888990>>