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

12 3 4

  /external/mockito/src/org/mockito/internal/util/junit/
JUnitFailureHacker.java 9 import org.mockito.internal.util.reflection.Whitebox;
  /external/protobuf/src/google/protobuf/
text_format.h 150 const Reflection* reflection,
156 const Reflection* reflection,
163 const Reflection* reflection,
170 const Reflection* reflection,
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(
  /external/mockito/src/org/mockito/internal/configuration/
SpyAnnotationEngine.java 12 import org.mockito.internal.util.reflection.FieldInitializationReport;
13 import org.mockito.internal.util.reflection.FieldInitializer;
DefaultAnnotationEngine.java 13 import org.mockito.internal.util.reflection.FieldSetter;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 56 const Reflection* reflection = message.GetReflection(); local
59 if (reflection->GetUnknownFields(message).field_count() > 0) return true;
62 reflection->ListFields(message, &fields);
69 int size = reflection->FieldSize(message, fields[i]);
72 reflection->GetRepeatedMessage(message, fields[i], j);
76 const Message& sub_message = reflection->GetMessage(message, fields[i]);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 57 const Reflection* reflection = message.GetReflection(); local
60 if (reflection->GetUnknownFields(message).field_count() > 0) return true;
63 reflection->ListFields(message, &fields);
70 int size = reflection->FieldSize(message, fields[i]);
73 reflection->GetRepeatedMessage(message, fields[i], j);
77 const Message& sub_message = reflection->GetMessage(message, fields[i]);
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 56 const Reflection* reflection = message.GetReflection(); local
59 if (reflection->GetUnknownFields(message).field_count() > 0) return true;
62 reflection->ListFields(message, &fields);
69 int size = reflection->FieldSize(message, fields[i]);
72 reflection->GetRepeatedMessage(message, fields[i], j);
76 const Message& sub_message = reflection->GetMessage(message, fields[i]);
  /external/mockito/src/org/mockito/internal/util/
MockCreationValidator.java 8 import org.mockito.internal.util.reflection.Constructors;
MockUtil.java 12 import org.mockito.internal.util.reflection.LenientCopyTool;
  /external/mockito/src/org/mockito/internal/util/reflection/
BeanPropertySetter.java 5 package 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.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_file.cc 63 const Reflection* reflection = message.GetReflection(); local
66 if (reflection->GetUnknownFields(message).field_count() > 0) return false;
69 reflection->ListFields(message, &fields);
76 int size = reflection->FieldSize(message, fields[i]);
79 reflection->GetRepeatedMessage(message, fields[i], j);
83 const Message& sub_message = reflection->GetMessage(message, fields[i]);
  /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/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp 176 if (StyleReflection* reflection = style->boxReflect()) {
177 const NinePieceImage& maskImage = reflection->mask();
180 reflection->setMask(NinePieceImage(loadedImage.release(), maskImage.imageSlices(), maskImage.fill(), maskImage.borderSlices(), maskImage.outset(), maskImage.horizontalRule(), maskImage.verticalRule()));
  /external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
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/chromium_org/third_party/protobuf/src/google/protobuf/
dynamic_message.cc 37 // Then, we use GeneratedMessageReflection to implement our reflection
40 // Reflection, so the rest is easy.
182 scoped_ptr<const GeneratedMessageReflection> reflection; member in struct:google::protobuf::DynamicMessage::TypeInfo
446 metadata.reflection = type_info_->reflection.get();
559 // Construct the reflection object.
560 type_info->reflection.reset(
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
ReturnsDeepStubs.java 14 import org.mockito.internal.util.reflection.GenericMetadataSupport;

Completed in 572 milliseconds

12 3 4