HomeSort by relevance Sort by last modified time
    Searched full:reflection (Results 126 - 150 of 583) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/collada/include/1.4/dom/
domInstance_node.h 94 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domInstance_physics_material.h 94 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domLookat.h 93 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domMatrix.h 92 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domRotate.h 91 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domSampler.h 90 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domSkew.h 91 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domVisual_scene.h 123 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
209 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
273 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
394 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domBind_material.h 89 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
177 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domInstance_rigid_body.h 120 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
186 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
262 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
352 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
440 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
612 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
738 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
886 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domMorph.h 102 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
216 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domPhysics_material.h 102 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
219 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domPhysics_scene.h 90 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
235 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
  /external/javassist/src/main/javassist/tools/reflect/
Reflection.java 22 * The class implementing the behavioral reflection mechanism.
62 public class Reflection implements Translator {
93 * Constructs a new <code>Reflection</code> object.
95 public Reflection() {
  /external/protobuf/src/google/protobuf/
wire_format.h 70 // wire format via reflection. The WireFormatLite class implements the
71 // non-reflection based routines.
91 // using only the Reflection interface. When you ask the protocol
119 // Implements Message::ByteSize() via reflection. WARNING: The result
  /external/webkit/Source/WebCore/platform/graphics/chromium/
RenderSurfaceChromium.h 63 // Returns the rect that encloses the RenderSurface including any reflection.
  /external/webrtc/src/common_audio/signal_processing_library/main/source/
auto_corr_to_refl_coef.c 50 // Compute reflection coefficients.
  /external/zlib/contrib/dotzlib/DotZLib/
AssemblyInfo.cs 1 using System.Reflection;
  /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...]
  /dalvik/tests/031-class-attributes/src/
ClassAttrs.java 99 /* for reflection testing */
112 /* for reflection testing (getClasses vs getDeclaredClasses) */
  /external/antlr/src/org/antlr/runtime/tree/
CommonTreeAdaptor.java 47 * I could use reflection to prevent having to override this
48 * but reflection is slow.
  /external/chromium/testing/gtest/samples/
sample9_unittest.cc 32 // an alternative console output and how to use the UnitTest reflection API
139 // This is an example of using the UnitTest reflection API to inspect test

Completed in 632 milliseconds

1 2 3 4 56 7 8 91011>>