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

1 2 3 4 5 67 8 91011>>

  /external/collada/include/1.4/dom/
domPolylist.h 96 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
228 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domSpline.h 101 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
185 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domProfile_CG.h 128 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
202 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
263 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
337 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
410 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
501 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
601 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
797 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
    [all...]
domProfile_GLSL.h 128 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
206 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
267 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
341 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
411 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
498 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
602 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
798 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
    [all...]
domImage.h 94 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
166 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
367 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domInstance_effect.h 117 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
182 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
319 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domInstance_material.h 101 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
193 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
345 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domPolygons.h 109 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
166 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
331 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
  /external/protobuf/
CHANGES.txt 61 than libprotobuf but lacks descriptors, reflection, and some other features.
65 * Added RemoveLast and SwapElements(index1, index2) to Reflection
67 * Added Swap(Message) to Reflection interface.
81 than libprotobuf but lacks descriptors, reflection, and some other features.
149 use descriptors or reflection.
195 RpcService interface, which provides reflection support that is usually
350 * Reflection objects are now per-class rather than per-instance. To make this
351 possible, the Reflection interface had to be changed such that all methods
  /external/protobuf/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
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 129 // standard methods for which reflection-based fallback implementations exist?
135 // Does this message class have descriptor and reflection methods?
  /external/protobuf/src/google/protobuf/
test_util.h 114 // Like above, but use the reflection interface.
119 // it the FieldDescriptors needed to use the reflection interface. In
generated_message_reflection.h 69 // A GeneratedMessageReflection is an implementation of Reflection
89 class LIBPROTOBUF_EXPORT GeneratedMessageReflection : public Reflection {
133 // implements Reflection -------------------------------------------
372 // inline accessors, but the latter method must work with the reflection
380 // back to using reflection, which is what we would have done anyway if the
wire_format.cc 371 const Reflection* message_reflection = message->GetReflection();
425 const Reflection* message_reflection = message->GetReflection();
629 const Reflection* message_reflection = message->GetReflection();
714 const Reflection* message_reflection = message.GetReflection();
741 const Reflection* message_reflection = message.GetReflection();
859 const Reflection* message_reflection = message.GetReflection();
    [all...]
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(
generated_message_reflection.cc 87 << "Protocol Buffer reflection usage error:\n"
88 " Method : google::protobuf::Reflection::" << method << "\n"
113 << "Protocol Buffer reflection usage error:\n"
114 " Method : google::protobuf::Reflection::" << method << "\n"
126 << "Protocol Buffer reflection usage error:\n"
127 " Method : google::protobuf::Reflection::" << method << "\n"
317 // TODO(kenton): Other Reflection methods should probably check this too.
321 << "\") is not compatible with this reflection object (which is for type \""
328 << "\") is not compatible with this reflection object (which is for type \""
    [all...]
  /external/speex/libspeex/
lpc.c 65 * and/or the related reflection coefficients from the first P_MAX+1
92 /* Sum up this iteration's reflection coefficient */
  /cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/
JDiffClassDescriptionTest.java 323 /** API lists class as abstract, reflection does not.
332 /** reflection lists class as abstract, api does not.
353 * Final Class, API lists methods as non-final, reflection has it as final.
365 * Final Class, API lists methods as final, reflection has it as non-final.
379 * non-final Class, API lists methods as non-final, reflection has it as final.
  /dalvik/vm/reflect/
Reflect.cpp 17 * Basic reflection calls and utility functions.
24 * For some of the reflection stuff we need to un-box primitives, e.g.
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessage.java 49 * implements most of the Message and Builder interfaces using Java reflection.
449 // Reflection
661 // Reflection
758 // TODO(kenton): Find ways to avoid using Java reflection within this
830 * Convert from the type used by the reflection accessors to the type used
831 * by native accessors. E.g., for enums, the reflection accessors use
882 * by reflection accessors. E.g., for enums, the reflection accessors use
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
tns.c 630 * max. TNS order, ptr. to reflection ocefficients
631 * output: reflection coefficients
709 * description: conversion autocorrelation to reflection coefficients
713 * output: <order> reflection coefficients
806 * description: quantization index for reflection coefficients
830 * description: Inverse quantization for reflection coefficients
834 Word32 parcor[], /*!< ptr. to reflection coefficients (output) */
    [all...]
  /sdk/ide_common/src/com/android/ide/common/rendering/
LayoutLibrary.java 96 // Reflection data for older Layout Libraries.
629 // default implementation using reflection.
638 // Catch all for the reflection calls.
651 // default implementation using reflection.
670 // Catch all for the reflection calls.
734 // default implementation using reflection.
747 // Catch all for the reflection calls.
  /external/libgsm/src/
short_term.c 76 /* Computation of the quantized reflection coefficients
148 * The reflection coefficients, rp[i], are used in the analysis
192 * array (quantized reflection coefficients). As the call of this
  /frameworks/base/docs/html/resources/articles/
backward-compatibility.jd 48 <h3>Using reflection</h3>
57 <p>The simplest way to call the method is through reflection. This requires
236 one-time check with reflection.</p>
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
levinson.c 34 * K reflection coefficients. *
111 Word16 rc[], /* (o) Q15 : rc[M] Reflection coefficients. */
117 Word16 Kh, Kl; /* reflection coefficient; hi and lo */

Completed in 2174 milliseconds

1 2 3 4 5 67 8 91011>>