HomeSort by relevance Sort by last modified time
    Searched refs:reflection (Results 51 - 75 of 86) sorted by null

1 23 4

  /cts/suite/cts/deviceTests/browserbench/assets/octane/
raytrace.js 328 reflection: 0.0, // [0...infinity] 0 = no reflection
359 initialize : function(color, reflection, refraction, transparency, gloss) {
361 this.reflection = reflection;
388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
391 this.reflection = reflection;
743 // calculate reflection ray
744 if(this.options.renderReflections && info.shape.material.reflection > 0
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 329 reflection: 0.0, // [0...infinity] 0 = no reflection
360 initialize : function(color, reflection, refraction, transparency, gloss) {
362 this.reflection = reflection;
389 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
392 this.reflection = reflection;
769 // calculate reflection ray
770 if(this.options.renderReflections && info.shape.material.reflection > 0
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 329 reflection: 0.0, // [0...infinity] 0 = no reflection
360 initialize : function(color, reflection, refraction, transparency, gloss) {
362 this.reflection = reflection;
389 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
392 this.reflection = reflection;
769 // calculate reflection ray
770 if(this.options.renderReflections && info.shape.material.reflection > 0
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 323 reflection: 0.0, // [0...infinity] 0 = no reflection
354 initialize : function(color, reflection, refraction, transparency, gloss) {
356 this.reflection = reflection;
383 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
386 this.reflection = reflection;
738 // calculate reflection ray
739 if(this.options.renderReflections && info.shape.material.reflection > 0
    [all...]
  /external/chromium_org/v8/benchmarks/
raytrace.js 328 reflection: 0.0, // [0...infinity] 0 = no reflection
359 initialize : function(color, reflection, refraction, transparency, gloss) {
361 this.reflection = reflection;
388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
391 this.reflection = reflection;
743 // calculate reflection ray
744 if(this.options.renderReflections && info.shape.material.reflection > 0
    [all...]
  /external/v8/benchmarks/
raytrace.js 328 reflection: 0.0, // [0...infinity] 0 = no reflection
359 initialize : function(color, reflection, refraction, transparency, gloss) {
361 this.reflection = reflection;
388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
391 this.reflection = reflection;
743 // calculate reflection ray
744 if(this.options.renderReflections && info.shape.material.reflection > 0
    [all...]
  /art/test/201-built-in-exception-detail-messages/src/
Main.java 29 reflection(); method
354 private static void reflection() throws Exception { method in class:Main
  /external/protobuf/src/google/protobuf/
message.h 80 // // reflection interface.
98 // // Use the reflection interface to examine the contents.
99 // const Reflection* reflection = foo->GetReflection();
100 // assert(reflection->GetString(foo, text_field) == "Hello World!");
101 // assert(reflection->FieldSize(foo, numbers_field) == 3);
102 // assert(reflection->GetRepeatedInt32(foo, numbers_field, 0) == 1);
103 // assert(reflection->GetRepeatedInt32(foo, numbers_field, 1) == 5);
104 // assert(reflection->GetRepeatedInt32(foo, numbers_field, 2) == 42);
128 // function. This is necessary because Reflection has a method calle
169 const Reflection* reflection; member in struct:google::protobuf::Metadata
    [all...]
descriptor.pb.cc     [all...]
  /external/chromium_org/cc/trees/
damage_tracker_unittest.cc 964 gfx::Transform reflection; local
1141 gfx::Transform reflection; local
1217 gfx::Transform reflection; local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message.h 80 // // reflection interface.
99 // // Use the reflection interface to examine the contents.
100 // const Reflection* reflection = foo->GetReflection();
101 // assert(reflection->GetString(foo, text_field) == "Hello World!");
102 // assert(reflection->FieldSize(foo, numbers_field) == 3);
103 // assert(reflection->GetRepeatedInt32(foo, numbers_field, 0) == 1);
104 // assert(reflection->GetRepeatedInt32(foo, numbers_field, 1) == 5);
105 // assert(reflection->GetRepeatedInt32(foo, numbers_field, 2) == 42);
134 class Reflection;
156 const Reflection* reflection; member in struct:google::protobuf::Metadata
    [all...]
descriptor.pb.cc     [all...]
  /external/mockito/src/org/mockito/internal/util/reflection/
FieldInitializer.java 5 package org.mockito.internal.util.reflection;
GenericMetadataSupport.java 5 package org.mockito.internal.util.reflection;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerCompositor.cpp 553 // If we're removing backing on a reflection, clear the source GraphicsLayer's pointer to
554 // its replica GraphicsLayer. In practice this should never happen because reflectee and reflection
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
generator_test.py 263 self.assertEqual(message.Extensions[test_bad_identifiers_pb2.reflection],
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 473 metadata.reflection = CodeGeneratorRequest_reflection_;
812 metadata.reflection = CodeGeneratorResponse_File_reflection_;
    [all...]
parser_unittest.cc 1403 const Reflection* reflection = root.GetReflection(); local
    [all...]
parser.cc 967 const Reflection* reflection = options->GetReflection(); local
971 reflection->FieldSize(*options, uninterpreted_option_field));
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 467 metadata.reflection = CodeGeneratorRequest_reflection_;
808 metadata.reflection = CodeGeneratorResponse_File_reflection_;
    [all...]
  /art/runtime/
Android.mk 118 reflection.cc \
  /external/protobuf/
Makefile.am 134 python/google/protobuf/reflection.py \
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp 1496 RefPtr<StyleReflection> reflection = StyleReflection::create(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 560 static PassRefPtr<CSSValue> valueForReflection(const StyleReflection* reflection, const RenderStyle* style)
562 if (!reflection)
566 if (reflection->offset().isPercent())
567 offset = cssValuePool().createValue(reflection->offset().percent(), CSSPrimitiveValue::CSS_PERCENTAGE);
569 offset = zoomAdjustedPixelValue(reflection->offset().value(), style);
572 switch (reflection->direction()) {
587 return CSSReflectValue::create(direction.release(), offset.release(), valueForNinePieceImage(reflection->mask()));
    [all...]

Completed in 2465 milliseconds

1 23 4