/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection_unittest.cc | 75 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
|
D | test_util.cc | 2097 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 …]
|
D | reflection_ops.cc | 124 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
|
D | text_format.cc | 234 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()
|
D | message.h | 169 const Reflection* reflection; member
|
D | dynamic_message.cc | 180 scoped_ptr<const GeneratedMessageReflection> reflection; member
|
D | descriptor.cc | 1493 const Reflection* reflection = options.GetReflection(); in RetrieveOptions() local
|
/external/javassist/src/main/javassist/tools/reflect/ |
D | Loader.java | 110 protected Reflection reflection; field in Loader
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_file.cc | 54 const Reflection* reflection = message.GetReflection(); in UsesExtensions() local
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_test_bad_identifiers.proto | 86 optional uint32 reflection = 27; field
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | v8-raytrace.js | 323 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/ |
D | raytrace.js | 328 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/ |
D | java_file.cc | 56 const Reflection* reflection = message.GetReflection(); in UsesExtensions() local
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | v8-raytrace.js | 329 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/ |
D | v8-raytrace.js | 329 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/ |
D | RenderLayerCompositor.cpp | 496 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
|
D | RenderLayer.h | 203 RenderReplica* reflection() const { return m_reflection; } in reflection() function
|
/external/webkit/Source/WebCore/css/ |
D | CSSComputedStyleDeclaration.cpp | 375 static PassRefPtr<CSSValue> valueForReflection(const StyleReflection* reflection, const RenderStyle… in valueForReflection()
|
D | CSSStyleSelector.cpp | 5187 RefPtr<StyleReflection> reflection = StyleReflection::create(); in applyProperty() local 7430 if (StyleReflection* reflection = m_style->boxReflect()) { in loadPendingImages() local
|