HomeSort by relevance Sort by last modified time
    Searched full:reflection (Results 1 - 25 of 799) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/100-reflect2/
info.txt 1 Another set of reflection tests
  /art/test/085-old-style-inner-class/
info.txt 2 in a loss of inner class reflection information.
  /external/mockito/src/org/mockito/internal/util/reflection/
package.html 7 reflection utilities
FieldCopier.java 5 package org.mockito.internal.util.reflection;
Constructors.java 1 package org.mockito.internal.util.reflection;
  /frameworks/compile/slang/tests/F_global_init/
stderr.txt.expect 1 global_init.rs:19:10: error: Reflection of initializer to variable 'myS' (of type 's') is unsupported currently.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
spectrum_ar_model_tables.h 27 /* cdf for quantized reflection coefficient 1 */
30 /* cdf for quantized reflection coefficient 2 */
33 /* cdf for quantized reflection coefficient 3 */
36 /* cdf for quantized reflection coefficient 4 */
39 /* cdf for quantized reflection coefficient 5 */
42 /* cdf for quantized reflection coefficient 6 */
45 /* representation levels for quantized reflection coefficient 1 */
48 /* representation levels for quantized reflection coefficient 2 */
51 /* representation levels for quantized reflection coefficient 3 */
54 /* representation levels for quantized reflection coefficient 4 *
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
spectrum_ar_model_tables.h 27 /* cdf for quantized reflection coefficient 1 */
30 /* cdf for quantized reflection coefficient 2 */
33 /* cdf for quantized reflection coefficient 3 */
36 /* cdf for quantized reflection coefficient 4 */
39 /* cdf for quantized reflection coefficient 5 */
42 /* cdf for quantized reflection coefficient 6 */
45 /* representation levels for quantized reflection coefficient 1 */
48 /* representation levels for quantized reflection coefficient 2 */
51 /* representation levels for quantized reflection coefficient 3 */
54 /* representation levels for quantized reflection coefficient 4 *
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
test_util.cc 87 // StringPiece and Cord fields are only accessible via reflection in the
2202 const Reflection* reflection = message->GetReflection(); local
2342 const Reflection* reflection = message->GetReflection(); local
2387 const Reflection* reflection = message.GetReflection(); local
2480 const Reflection* reflection = message.GetReflection(); local
2603 const Reflection* reflection = message.GetReflection(); local
2664 const Reflection* reflection = message.GetReflection(); local
2718 const Reflection* reflection = message.GetReflection(); local
2890 const Reflection* reflection = message.GetReflection(); local
2912 const Reflection* reflection = message->GetReflection(); local
2952 const Reflection* reflection = message->GetReflection(); local
2971 const Reflection* reflection = message->GetReflection(); local
2985 const Reflection* reflection = message->GetReflection(); local
3004 const Reflection* reflection = message->GetReflection(); local
3019 const Reflection* reflection = message->GetReflection(); local
    [all...]
generated_message_reflection_unittest.cc 37 // reflection interface. This is much easier and more maintainable than
42 // compiler/cpp/unittest, except using the reflection interface
75 const Reflection* reflection = message.GetReflection(); local
81 &reflection->GetMessage(message, F("optionalgroup")));
83 &reflection->GetMessage(message, F("optional_nested_message")));
85 &reflection->GetMessage(message, F("optional_foreign_message")));
87 &reflection->GetMessage(message, F("optional_import_message")));
112 const Reflection* reflection = message.GetReflection() local
137 const Reflection* reflection = message.GetReflection(); local
156 const Reflection* reflection = message1.GetReflection(); local
171 const Reflection* reflection = message1.GetReflection(); local
190 const Reflection* reflection = message1.GetReflection(); local
204 const Reflection* reflection = message1.GetReflection(); local
329 const Reflection* reflection = local
354 const Reflection* reflection = local
434 const Reflection* reflection = message.GetReflection(); local
    [all...]
reflection_ops.cc 61 const Reflection* from_reflection = from.GetReflection();
62 const Reflection* to_reflection = to->GetReflection();
128 const Reflection* reflection = message->GetReflection(); local
131 reflection->ListFields(*message, &fields);
133 reflection->ClearField(message, fields[i]);
136 reflection->MutableUnknownFields(message)->Clear();
141 const Reflection* reflection = message.GetReflection(); local
146 if (!reflection->HasField(message, descriptor->field(i)))
180 const Reflection* reflection = message->GetReflection(); local
227 const Reflection* reflection = message.GetReflection(); local
    [all...]
  /external/protobuf/src/google/protobuf/
test_util.cc 78 // StringPiece and Cord fields are only accessible via reflection in the
2097 const Reflection* reflection = message->GetReflection(); local
2227 const Reflection* reflection = message->GetReflection(); local
2272 const Reflection* reflection = message.GetReflection(); local
2354 const Reflection* reflection = message.GetReflection(); local
2472 const Reflection* reflection = message.GetReflection(); local
2533 const Reflection* reflection = message.GetReflection(); local
2587 const Reflection* reflection = message.GetReflection(); local
2750 const Reflection* reflection = message.GetReflection(); local
2772 const Reflection* reflection = message->GetReflection(); local
2810 const Reflection* reflection = message->GetReflection(); local
2828 const Reflection* reflection = message->GetReflection(); local
2841 const Reflection* reflection = message->GetReflection(); local
    [all...]
generated_message_reflection_unittest.cc 37 // reflection interface. This is much easier and more maintainable than
42 // compiler/cpp/unittest, except using the reflection interface
75 const Reflection* reflection = message.GetReflection(); local
81 &reflection->GetMessage(message, F("optionalgroup")));
83 &reflection->GetMessage(message, F("optional_nested_message")));
85 &reflection->GetMessage(message, F("optional_foreign_message")));
87 &reflection->GetMessage(message, F("optional_import_message")));
112 const Reflection* reflection = message.GetReflection() local
137 const Reflection* reflection = message.GetReflection(); local
156 const Reflection* reflection = message1.GetReflection(); local
171 const Reflection* reflection = message1.GetReflection(); local
190 const Reflection* reflection = message1.GetReflection(); local
204 const Reflection* reflection = message1.GetReflection(); local
281 const Reflection* reflection = local
306 const Reflection* reflection = local
334 const Reflection* reflection = message.GetReflection(); local
    [all...]
reflection_ops.cc 57 const Reflection* from_reflection = from.GetReflection();
58 const Reflection* to_reflection = to->GetReflection();
124 const Reflection* reflection = message->GetReflection(); local
127 reflection->ListFields(*message, &fields);
129 reflection->ClearField(message, fields[i]);
132 reflection->MutableUnknownFields(message)->Clear();
137 const Reflection* reflection = message.GetReflection(); local
142 if (!reflection->HasField(message, descriptor->field(i)))
175 const Reflection* reflection = message->GetReflection(); local
222 const Reflection* reflection = message.GetReflection(); local
    [all...]
  /external/chromium_org/build/android/tests/multiple_proguards/
proguard2.flags 1 # Striped64 uses reflection to access some local fields.
  /external/mockito/src/org/mockito/internal/matchers/apachecommons/
package.html 7 Argument matchers that use Apache Commons Lang reflection-equality.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
spectrum_ar_model_tables.h 27 /* cdf for quantized reflection coefficient 1 */
30 /* cdf for quantized reflection coefficient 2 */
33 /* cdf for quantized reflection coefficient 3 */
36 /* cdf for quantized reflection coefficient 4 */
39 /* cdf for quantized reflection coefficient 5 */
42 /* cdf for quantized reflection coefficient 6 */
45 /* quantization boundary levels for reflection coefficients */
48 /* initial indices for AR reflection coefficient quantizer and cdf table search */
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
spectrum_ar_model_tables.h 25 /* cdf for quantized reflection coefficient 1 */
28 /* cdf for quantized reflection coefficient 2 */
31 /* cdf for quantized reflection coefficient 3 */
34 /* cdf for quantized reflection coefficient 4 */
37 /* cdf for quantized reflection coefficient 5 */
40 /* cdf for quantized reflection coefficient 6 */
43 /* quantization boundary levels for reflection coefficients */
46 /* initial indices for AR reflection coefficient quantizer and cdf table search */
  /external/javassist/src/main/javassist/tools/reflect/
package.html 3 Runtime Behavioral Reflection.
9 <code>Reflection</code>, which is a main module for implementing
10 runtime behavioral reflection.
27 reflection mechanism with Javassist. All the programs in this package
31 <p>The most significant class in this package is <code>Reflection</code>.
Loader.java 23 * A class loader for reflection.
83 * Reflection reflection = new Reflection();
85 * = new javassist.Loader(ClassPool.getDefault(reflection));
86 * reflection.makeReflective("Person", "MyMetaobject",
105 * @see javassist.tools.reflect.Reflection
110 protected Reflection reflection; field in class:Loader
135 reflection = new Reflection()
    [all...]
  /art/test/040-miranda/
expected.txt 13 Test getting miranda method via reflection:
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaStore.java 27 Robolectric.Reflection.setFinalStaticField(MediaStore.Images.Media.class, "EXTERNAL_CONTENT_URI",
30 Robolectric.Reflection.setFinalStaticField(MediaStore.Images.Media.class, "INTERNAL_CONTENT_URI",
33 Robolectric.Reflection.setFinalStaticField(MediaStore.Video.Media.class, "EXTERNAL_CONTENT_URI",
36 Robolectric.Reflection.setFinalStaticField(MediaStore.Video.Media.class, "INTERNAL_CONTENT_URI",
ShadowLocalBroadcastManager.java 12 Robolectric.Reflection.setFinalStaticField(LocalBroadcastManager.class, "mInstance", null);
  /external/eigen/doc/snippets/
HouseholderSequence_HouseholderSequence.cpp 16 cout << "The first Householder reflection is represented by H_0 = " << endl;
19 cout << "The second Householder reflection is represented by H_1 = " << endl;
22 cout << "The third Householder reflection is represented by H_2 = " << endl;
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 424 const google::protobuf::Reflection* reflection,
481 reflection->AddString(message, descriptor, value_string);
483 reflection->SetString(message, descriptor, value_string);
485 reflection->SetRepeatedString(message, descriptor, index, value_string);
523 const google::protobuf::Reflection* reflection = message->GetReflection(); local
524 self->message = reflection->MutableMessage(
532 const google::protobuf::Reflection* reflection = message->GetReflection() local
634 const google::protobuf::Reflection* reflection = message->GetReflection(); local
733 const google::protobuf::Reflection* reflection = message->GetReflection(); local
807 const google::protobuf::Reflection* reflection = message->GetReflection(); local
916 const google::protobuf::Reflection* reflection = message->GetReflection(); local
1182 const google::protobuf::Reflection* reflection = message->GetReflection(); local
1401 const google::protobuf::Reflection* reflection = message->GetReflection(); local
1424 const google::protobuf::Reflection* reflection = message->GetReflection(); local
1463 const google::protobuf::Reflection* reflection = message->GetReflection(); local
1493 const google::protobuf::Reflection* reflection = message->GetReflection(); local
1527 const google::protobuf::Reflection* reflection = message->GetReflection(); local
    [all...]

Completed in 954 milliseconds

1 2 3 4 5 6 7 8 91011>>