Home
last modified time | relevance | path

Searched defs:reflection (Results 1 – 19 of 19) sorted by relevance

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc75 const Reflection* reflection = message.GetReflection(); in TEST() local
112 const Reflection* reflection = message.GetReflection(); in TEST() local
137 const Reflection* reflection = message.GetReflection(); in TEST() local
156 const Reflection* reflection = message1.GetReflection(); in TEST() local
171 const Reflection* reflection = message1.GetReflection(); in TEST() local
190 const Reflection* reflection = message1.GetReflection(); in TEST() local
204 const Reflection* reflection = message1.GetReflection(); in TEST() local
281 const Reflection* reflection = in TEST() local
306 const Reflection* reflection = in TEST() local
334 const Reflection* reflection = message.GetReflection(); in TEST() local
Dtest_util.cc2097 const Reflection* reflection = message->GetReflection(); in SetAllFieldsViaReflection() local
2227 const Reflection* reflection = message->GetReflection(); in SetPackedFieldsViaReflection() local
2272 const Reflection* reflection = message.GetReflection(); in ExpectAllFieldsSetViaReflection1() local
2354 const Reflection* reflection = message.GetReflection(); in ExpectAllFieldsSetViaReflection2() local
2472 const Reflection* reflection = message.GetReflection(); in ExpectAllFieldsSetViaReflection3() local
2533 const Reflection* reflection = message.GetReflection(); in ExpectPackedFieldsSetViaReflection() local
2587 const Reflection* reflection = message.GetReflection(); in ExpectClearViaReflection() local
2750 const Reflection* reflection = message.GetReflection(); in ExpectPackedClearViaReflection() local
2772 const Reflection* reflection = message->GetReflection(); in ModifyRepeatedFieldsViaReflection() local
2810 const Reflection* reflection = message->GetReflection(); in ModifyPackedFieldsViaReflection() local
[all …]
Dreflection_ops.cc124 const Reflection* reflection = message->GetReflection(); in Clear() local
137 const Reflection* reflection = message.GetReflection(); in IsInitialized() local
175 const Reflection* reflection = message->GetReflection(); in DiscardUnknownFields() local
222 const Reflection* reflection = message.GetReflection(); in FindInitializationErrors() local
Dtext_format.cc234 const Reflection* reflection = message->GetReflection(); in ConsumeField() local
316 const Reflection* reflection, in ConsumeFieldMessage()
336 const Reflection* reflection, in ConsumeFieldValue()
900 const Reflection* reflection = message.GetReflection(); in Print() local
925 const Reflection* reflection, in PrintField()
984 const Reflection* reflection, in PrintShortRepeatedField()
1004 const Reflection* reflection, in PrintFieldName()
1031 const Reflection* reflection, in PrintFieldValue()
Dmessage.h169 const Reflection* reflection; member
Ddynamic_message.cc180 scoped_ptr<const GeneratedMessageReflection> reflection; member
Ddescriptor.cc1493 const Reflection* reflection = options.GetReflection(); in RetrieveOptions() local
/external/javassist/src/main/javassist/tools/reflect/
DLoader.java110 protected Reflection reflection; field in Loader
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_file.cc54 const Reflection* reflection = message.GetReflection(); in UsesExtensions() local
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto86 optional uint32 reflection = 27; field
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-raytrace.js323 reflection: 0.0, // [0...infinity] 0 = no reflection property in Flog.RayTracer.Material.BaseMaterial
354 initialize : function(color, reflection, refraction, transparency, gloss) { argument
383 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) { argument
/external/v8/benchmarks/
Draytrace.js328 reflection: 0.0, // [0...infinity] 0 = no reflection property in Flog.RayTracer.Material.BaseMaterial
359 initialize : function(color, reflection, refraction, transparency, gloss) { argument
388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) { argument
/external/protobuf/src/google/protobuf/compiler/java/
Djava_file.cc56 const Reflection* reflection = message.GetReflection(); in UsesExtensions() local
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-raytrace.js329 reflection: 0.0, // [0...infinity] 0 = no reflection property in Flog.RayTracer.Material.BaseMaterial
360 initialize : function(color, reflection, refraction, transparency, gloss) { argument
389 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) { argument
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-raytrace.js329 reflection: 0.0, // [0...infinity] 0 = no reflection property in Flog.RayTracer.Material.BaseMaterial
360 initialize : function(color, reflection, refraction, transparency, gloss) { argument
389 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) { argument
/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.cpp496 if (RenderLayer* reflection = layer->reflectionLayer()) { local
966 if (RenderLayer* reflection = layer->reflectionLayer()) { local
1146 if (RenderLayer* reflection = layer->reflectionLayer()) { local
1191 if (RenderLayer* reflection = layer->reflectionLayer()) { local
DRenderLayer.h203 RenderReplica* reflection() const { return m_reflection; } in reflection() function
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp375 static PassRefPtr<CSSValue> valueForReflection(const StyleReflection* reflection, const RenderStyle… in valueForReflection()
DCSSStyleSelector.cpp5187 RefPtr<StyleReflection> reflection = StyleReflection::create(); in applyProperty() local
7430 if (StyleReflection* reflection = m_style->boxReflect()) { in loadPendingImages() local