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

1 2 3 4 5 6 7 8 91011>>

  /external/collada/include/1.4/dom/
domTechnique.h 117 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domVertices.h 121 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domInstance_controller.h 97 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
231 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domSource.h 87 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
259 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domCamera.h 184 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
309 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
387 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
459 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
534 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
645 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domLight.h 102 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
163 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
256 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
375 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
491 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
607 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domProfile_COMMON.h 124 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
215 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
318 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
421 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
585 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
715 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domRigid_body.h 135 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
231 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
325 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
542 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
673 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
779 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
  /external/collada/include/dae/
domAny.h 128 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
  /external/protobuf/
CONTRIBUTORS.txt 75 * Added Swap(), SwapElements(), and RemoveLast() to Reflection interface.
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_test_bad_identifiers.proto 86 optional uint32 reflection = 27;
  /external/protobuf/src/google/protobuf/
reflection_ops.h 47 // Basic operations that can be performed using reflection.
unknown_field_set_unittest.cc 218 // via reflection.
231 // serializing via reflection.
340 // Same as WrongTypeTreatedAsUnknown but via the reflection interface.
364 // Same as UnknownExtensions except parsing via reflection.
  /frameworks/base/core/java/android/util/
DebugUtils.java 56 * heavily on regular expressions and reflection. Calls to this method
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
a_refl.h 50 reflection coefficients
103 * PURPOSE: Convert from direct form coefficients to reflection coefficients
106 * reflection coefficients Q15
110 Word16 refl[], /* o : Reflection coefficients */
  /libcore/dom/src/test/java/org/w3c/domts/
DOM4JTestDocumentBuilderFactory.java 61 // The following reflection code is trying to accomplish
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 37 // TODO: Use reflection to get field values
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/
IFileOp.java 44 * This attempts to use File#setExecutable through reflection if
  /dalvik/tests/074-gc-thrash/src/
Main.java 65 * Finds VMDebug.dumpHprofData() through reflection. In the reference
68 * @return the reflection object, or null if the method can't be found
  /external/libvpx/examples/includes/geshi/geshi/
csharp.php 126 'System.Reflection',
127 'System.Reflection.Emit',
  /external/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistryLite.java 66 * regular types must be fully accessible via reflection, which in turn means
67 * that all the inner messages must also support reflection. On the other hand,
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
package-info.java 94 * reflection-based utilities that provide access to the associated
100 * reflection-based setup, less convenient usage, and weaker
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java 35 * Wrapper to access dx.jar through reflection.
37 * to access it through reflection.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoaderTest.java 134 * Retrieves the private mFrameworkClassLoader.mClassCache field using reflection.
151 * Retrieves the private mFrameworkClassLoader.mEntryCache field using reflection.
  /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...]

Completed in 1516 milliseconds

1 2 3 4 5 6 7 8 91011>>