HomeSort by relevance Sort by last modified time
    Searched refs:reflection (Results 1 - 25 of 31) sorted by null

1 2

  /external/javassist/src/main/javassist/tools/reflect/
Loader.java 23 * A class loader for reflection.
83 * Reflection reflection = new Reflection();
85 * = new javassist.Loader(ClassPool.getDefault(reflection));
86 * reflection.makeReflective("Person", "MyMetaobject",
105 * @see javassist.tools.reflect.Reflection
110 protected Reflection reflection; field in class:Loader
135 reflection = new Reflection()
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 37 // reflection interface. This is much easier and more maintainable than
42 // compiler/cpp/unittest, except using the reflection interface
75 const Reflection* reflection = message.GetReflection(); local
81 &reflection->GetMessage(message, F("optionalgroup")));
83 &reflection->GetMessage(message, F("optional_nested_message")));
85 &reflection->GetMessage(message, F("optional_foreign_message")));
87 &reflection->GetMessage(message, F("optional_import_message")));
112 const Reflection* reflection = message.GetReflection() local
137 const Reflection* reflection = message.GetReflection(); local
156 const Reflection* reflection = message1.GetReflection(); local
171 const Reflection* reflection = message1.GetReflection(); local
190 const Reflection* reflection = message1.GetReflection(); local
204 const Reflection* reflection = message1.GetReflection(); local
281 const Reflection* reflection = local
306 const Reflection* reflection = local
334 const Reflection* reflection = message.GetReflection(); local
    [all...]
test_util.cc 78 // StringPiece and Cord fields are only accessible via reflection in the
2097 const Reflection* reflection = message->GetReflection(); local
2227 const Reflection* reflection = message->GetReflection(); local
2272 const Reflection* reflection = message.GetReflection(); local
2354 const Reflection* reflection = message.GetReflection(); local
2472 const Reflection* reflection = message.GetReflection(); local
2533 const Reflection* reflection = message.GetReflection(); local
2587 const Reflection* reflection = message.GetReflection(); local
2750 const Reflection* reflection = message.GetReflection(); local
2772 const Reflection* reflection = message->GetReflection(); local
2810 const Reflection* reflection = message->GetReflection(); local
2828 const Reflection* reflection = message->GetReflection(); local
2841 const Reflection* reflection = message->GetReflection(); local
    [all...]
reflection_ops.cc 57 const Reflection* from_reflection = from.GetReflection();
58 const Reflection* to_reflection = to->GetReflection();
124 const Reflection* reflection = message->GetReflection(); local
127 reflection->ListFields(*message, &fields);
129 reflection->ClearField(message, fields[i]);
132 reflection->MutableUnknownFields(message)->Clear();
137 const Reflection* reflection = message.GetReflection(); local
142 if (!reflection->HasField(message, descriptor->field(i)))
175 const Reflection* reflection = message->GetReflection(); local
222 const Reflection* reflection = message.GetReflection(); local
    [all...]
text_format.cc 234 const Reflection* reflection = message->GetReflection(); local
252 field = reflection->FindKnownExtensionByName(field_name);
291 !field->is_repeated() && reflection->HasField(*message, field)) {
301 DO(ConsumeFieldMessage(message, reflection, field));
304 DO(ConsumeFieldValue(message, reflection, field));
316 const Reflection* reflection,
327 DO(ConsumeMessage(reflection->AddMessage(message, field), delimeter));
329 DO(ConsumeMessage(reflection->MutableMessage(message, field)
900 const Reflection* reflection = message.GetReflection(); local
    [all...]
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(
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...]
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 51 using google::protobuf::Reflection;
191 reflection->GetRepeated##TYPE(instance, field, index) : \
192 reflection->Get##TYPE(instance, field))
195 const Reflection* reflection,
241 const Reflection* reflection = instance.GetReflection(); local
250 if (repeated && !reflection->FieldSize(instance, field)) {
251 DBG("Ignore repeated field with no size in reflection data");
254 if (!repeated && !reflection->HasField(instance, field))
311 const Reflection* reflection = instance->GetReflection(); local
    [all...]
msgheader.pb.cpp 420 metadata.reflection = MsgHeader_reflection_;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 54 const Reflection* reflection = message.GetReflection(); local
57 if (reflection->GetUnknownFields(message).field_count() > 0) return true;
60 reflection->ListFields(message, &fields);
67 int size = reflection->FieldSize(message, fields[i]);
70 reflection->GetRepeatedMessage(message, fields[i], j);
74 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/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/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 385 // If we're removing backing on a reflection, clear the source GraphicsLayer's pointer to
386 // its replica GraphicsLayer. In practice this should never happen because reflectee and reflection
487 if (RenderLayer* reflection = layer->reflectionLayer()) {
488 if (!reflection->isComposited()) {
489 IntRect childUnionBounds = calculateCompositedBounds(reflection, layer);
    [all...]
RenderLayer.h 225 RenderReplica* reflection() const { return m_reflection; } function in class:WebCore::RenderLayer
    [all...]
  /frameworks/compile/libbcc/tests/
main.cpp 264 if(printTypeInformation && !reflection(script, stderr)) {
  /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 387 static PassRefPtr<CSSValue> valueForReflection(const StyleReflection* reflection, const RenderStyle* style, CSSPrimitiveValueCache* primitiveValueCache)
389 if (!reflection)
393 if (reflection->offset().isPercent())
394 offset = primitiveValueCache->createValue(reflection->offset().percent(), CSSPrimitiveValue::CSS_PERCENTAGE);
396 offset = zoomAdjustedPixelValue(reflection->offset().value(), style, primitiveValueCache);
398 return CSSReflectValue::create(reflection->direction(), offset.release(), valueForNinePieceImage(reflection->mask(), primitiveValueCache));
    [all...]
  /external/protobuf/
Makefile.am 134 python/google/protobuf/reflection.py \

Completed in 517 milliseconds

1 2