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

12 3

  /external/mockito/src/org/mockito/internal/util/reflection/
InstanceField.java 5 package org.mockito.internal.util.reflection;
LenientCopyTool.java 5 package org.mockito.internal.util.reflection;
Whitebox.java 5 package org.mockito.internal.util.reflection;
Fields.java 5 package org.mockito.internal.util.reflection;
18 * Small fluent reflection tools to work with fields.
FieldInitializer.java 5 package org.mockito.internal.util.reflection;
GenericMetadataSupport.java 5 package org.mockito.internal.util.reflection;
  /external/mockito/src/org/mockito/internal/configuration/injection/
PropertyAndSetterInjection.java 15 import org.mockito.internal.util.reflection.FieldInitializationReport;
16 import org.mockito.internal.util.reflection.FieldInitializer;
  /external/mockito/src/org/mockito/
MockitoAnnotations.java 13 import org.mockito.internal.util.reflection.FieldSetter;
  /external/mockito/src/org/mockito/internal/configuration/injection/scanner/
MockScanner.java 11 import org.mockito.internal.util.reflection.FieldReader;
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 215 // do reflection
217 if (colour.reflection > 0.001) {
218 var reflection = addVector(scale(normal, -2*dot(dir, normal)), dir);
219 reflected = this.intersect(hit, reflection, 0.0001, 1000000);
220 if (colour.reflection >= 0.999999)
239 l = addVector(scaleVector(l, 1 - colour.reflection), scaleVector(reflected, colour.reflection));
337 // triangles[i-1].material.reflection = 0.8;
340 // triangles[i-1].reflection = 0.6;
342 // triangles[i-1].reflection = 0.6
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 215 // do reflection
217 if (colour.reflection > 0.001) {
218 var reflection = addVector(scale(normal, -2*dot(dir, normal)), dir);
219 reflected = this.intersect(hit, reflection, 0.0001, 1000000);
220 if (colour.reflection >= 0.999999)
239 l = addVector(scaleVector(l, 1 - colour.reflection), scaleVector(reflected, colour.reflection));
337 // triangles[i-1].material.reflection = 0.8;
340 // triangles[i-1].reflection = 0.6;
342 // triangles[i-1].reflection = 0.6
    [all...]
  /external/mockito/src/org/mockito/internal/configuration/
DefaultAnnotationEngine.java 13 import org.mockito.internal.util.reflection.FieldSetter;
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
ReturnsDeepStubs.java 14 import org.mockito.internal.util.reflection.GenericMetadataSupport;
  /external/mockito/src/org/mockito/internal/util/
MockUtil.java 12 import org.mockito.internal.util.reflection.LenientCopyTool;
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 37 // Then, we use GeneratedMessageReflection to implement our reflection
40 // Reflection, so the rest is easy.
180 scoped_ptr<const GeneratedMessageReflection> reflection; member in struct:google::protobuf::DynamicMessage::TypeInfo
425 metadata.reflection = type_info_->reflection.get();
538 // Construct the reflection object.
539 type_info->reflection.reset(
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/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/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/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/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/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 394 // If we're removing backing on a reflection, clear the source GraphicsLayer's pointer to
395 // its replica GraphicsLayer. In practice this should never happen because reflectee and reflection
496 if (RenderLayer* reflection = layer->reflectionLayer()) {
497 if (!reflection->isComposited()) {
498 IntRect childUnionBounds = calculateCompositedBounds(reflection, layer);
    [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 467 metadata.reflection = CodeGeneratorRequest_reflection_;
808 metadata.reflection = CodeGeneratorResponse_File_reflection_;
    [all...]
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp 375 static PassRefPtr<CSSValue> valueForReflection(const StyleReflection* reflection, const RenderStyle* style, CSSPrimitiveValueCache* primitiveValueCache)
377 if (!reflection)
381 if (reflection->offset().isPercent())
382 offset = primitiveValueCache->createValue(reflection->offset().percent(), CSSPrimitiveValue::CSS_PERCENTAGE);
384 offset = zoomAdjustedPixelValue(reflection->offset().value(), style, primitiveValueCache);
386 return CSSReflectValue::create(reflection->direction(), offset.release(), valueForNinePieceImage(reflection->mask(), primitiveValueCache));
    [all...]

Completed in 988 milliseconds

12 3