HomeSort by relevance Sort by last modified time
    Searched refs:descriptor (Results 526 - 550 of 1238) sorted by null

<<21222324252627282930>>

  /external/turbine/javatests/com/google/turbine/bytecode/
ClassReaderTest.java 84 assertThat(f.descriptor()).isEqualTo("(Ljava/lang/String;)Ljava/lang/String;");
94 assertThat(g.descriptor()).isEqualTo("(Z)V");
100 assertThat(h.descriptor()).isEqualTo("(I)V");
173 assertThat(x.descriptor()).isEqualTo("I");
182 assertThat(y.descriptor()).isEqualTo("I");
188 assertThat(z.descriptor()).isEqualTo("Ljava/util/List;");
321 assertThat(module.uses().stream().map(u -> u.descriptor()).collect(toImmutableList()))
327 assertThat(p1.descriptor()).isEqualTo("p1");
330 assertThat(p2.descriptor()).isEqualTo("p2");
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFRule.java 139 // (this also strips the rule descriptor, if any, off the
259 * This function parses the rule's rule descriptor (i.e., the base
262 * exponent according to the descriptor. (If the description doesn't
263 * include a rule descriptor, then this function sets everything to
266 * @return If "description" included a rule descriptor, this is
267 * "description" with the descriptor and any trailing whitespace
268 * stripped off. Otherwise; it's "descriptor" unchanged.
271 String descriptor; local
273 // the description consists of a rule descriptor and a rule body,
274 // separated by a colon. The rule descriptor is optional. I
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFRule.java 138 // (this also strips the rule descriptor, if any, off the
258 * This function parses the rule's rule descriptor (i.e., the base
261 * exponent according to the descriptor. (If the description doesn't
262 * include a rule descriptor, then this function sets everything to
265 * @return If "description" included a rule descriptor, this is
266 * "description" with the descriptor and any trailing whitespace
267 * stripped off. Otherwise; it's "descriptor" unchanged.
270 String descriptor; local
272 // the description consists of a rule descriptor and a rule body,
273 // separated by a colon. The rule descriptor is optional. I
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
MessageReflection.java 234 * Returns the descriptor for the target.
236 public Descriptors.Descriptor getDescriptorForType();
244 ExtensionRegistry registry, Descriptors.Descriptor containingType,
326 Descriptors.FieldDescriptor descriptor, Message defaultInstance)
334 Descriptors.FieldDescriptor descriptor, Message defaultInstance)
344 Descriptors.FieldDescriptor descriptor, Message defaultInstance)
351 descriptor);
355 * provided, it indicates the descriptor is for an extension type, and
360 Descriptors.FieldDescriptor descriptor,
375 public Descriptors.Descriptor getDescriptorForType()
    [all...]
  /art/openjdkjvmti/
ti_class.cc 89 const char* descriptor,
101 "Unable to allocate dex file for transformation of %s", descriptor).c_str());
110 descriptor);
123 LOG(WARNING) << "Unable to load modified dex file for " << descriptor << ": " << error_msg;
126 descriptor,
136 descriptor);
162 void ClassPreDefine(const char* descriptor,
176 if (descriptor[0] != 'L') {
186 LOG(WARNING) << "Ignoring load of class <" << descriptor << "> as it is being loaded during "
193 def.InitFirstLoad(descriptor, class_loader, initial_dex_file)
705 const char* descriptor = klass->GetDescriptor(&storage); local
    [all...]
  /art/runtime/
class_linker.cc 159 static bool HasInitWithString(Thread* self, ClassLinker* class_linker, const char* descriptor)
165 ObjPtr<mirror::Class> exception_class = class_linker->FindClass(self, descriptor, class_loader);
202 const char* descriptor = obj->AsClass()->GetDescriptor(&temp); local
204 if (HasInitWithString(self, class_linker, descriptor)) {
205 self->ThrowNewException(descriptor, c->PrettyDescriptor().c_str());
207 self->ThrowNewException(descriptor, nullptr);
429 void ClassLinker::CheckSystemClass(Thread* self, Handle<mirror::Class> c1, const char* descriptor) {
430 ObjPtr<mirror::Class> c2 = FindSystemClass(self, descriptor);
432 LOG(FATAL) << "Could not find class " << descriptor;
439 LOG(FATAL) << "InitWithoutImage: Class mismatch for " << descriptor
3298 const char* descriptor = dex_file.GetFieldTypeDescriptor(field_id); local
3537 const char* descriptor = dex_file.GetClassDescriptor(dex_class_def); local
4080 const char* descriptor = Primitive::Descriptor(type); local
4872 const char* descriptor = temp_klass->GetDescriptor(&storage); local
8435 const char* descriptor = dex_file.StringByTypeIdx(type_idx); local
8479 const char* descriptor = dex_cache->GetDexFile()->StringByTypeIdx(type_idx); local
    [all...]
  /external/libchrome/base/files/
file_posix.cc 499 int descriptor = HANDLE_EINTR(open(path.value().c_str(), open_flags, mode)); local
502 if (descriptor < 0) {
507 descriptor = HANDLE_EINTR(open(path.value().c_str(), open_flags, mode));
508 if (descriptor >= 0)
513 if (descriptor < 0) {
526 file_.reset(descriptor);
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
GeneratedMessageTest.java 33 import com.google.protobuf.Descriptors.Descriptor;
1104 Descriptor descriptor = TestAllTypes.getDescriptor(); local
1177 Descriptor descriptor = TestAllTypes.getDescriptor(); local
1202 Descriptor descriptor = TestAllTypes.getDescriptor(); local
1540 Descriptor descriptor = TestAllTypes.getDescriptor(); local
1614 Descriptor descriptor = TestAllTypes.getDescriptor(); local
1640 Descriptor descriptor = TestAllTypes.getDescriptor(); local
    [all...]
  /external/syzkaller/vendor/google.golang.org/genproto/googleapis/api/annotations/
annotations.pb.go 9 import descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor"
23 ExtendedType: (*descriptor.MethodOptions)(nil),
  /external/libprotobuf-mutator/src/
mutator.cc 29 using protobuf::Descriptor;
170 const Descriptor* descriptor = message->GetDescriptor(); local
173 int field_count = descriptor->field_count();
175 const FieldDescriptor* field = descriptor->field(i);
287 const Descriptor* descriptor = message->GetDescriptor(); local
290 int field_count = descriptor->field_count();
292 const FieldDescriptor* field = descriptor->field(i);
509 const Descriptor* descriptor = message2->GetDescriptor() local
581 const Descriptor* descriptor = message->GetDescriptor(); local
    [all...]
  /external/libunwind_llvm/src/
Unwind-EHABI.cpp 47 struct Descriptor {
50 SU16 = 0, // Short descriptor, 16-bit entries
51 LU16 = 1, // Long descriptor, 16-bit entries
52 LU32 = 3, // Long descriptor, 32-bit entries
71 Descriptor::Format format,
83 const char* descriptor = descriptorStart; local
85 getNextWord(descriptor, &descriptorWord);
87 // Read descriptor based on # 9.2.
91 case Descriptor::LU32:
92 descriptor = getNextWord(descriptor, &length)
    [all...]
  /external/v8/src/compiler/
code-assembler.cc 45 Isolate* isolate, Zone* zone, const CallInterfaceDescriptor& descriptor,
53 zone, descriptor, descriptor.GetStackParameterCount(),
1260 JSTrampolineDescriptor descriptor; local
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BusinessLogicTestCase.java 85 ParcelFileDescriptor descriptor = resolver.openFileDescriptor(sdcardUri, "r"); local
87 new ParcelFileDescriptor.AutoCloseInputStream(descriptor));
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
BusinessLogicTestCase.java 86 ParcelFileDescriptor descriptor = resolver.openFileDescriptor(sdcardUri, "r"); local
88 new ParcelFileDescriptor.AutoCloseInputStream(descriptor));
  /cts/hostsidetests/jvmti/attaching/app/jni/
cts_agent.cpp 104 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jstring descriptor) {
106 ScopedUtfChars str(env, descriptor);
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 145 String descriptor) {
152 String descriptor, Member member) {
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
SignatureSourcer.java 32 * Terminology: a "signature" is a type descriptor for generics. There are different types
218 public void visitBaseType(final char descriptor) {
219 getBuf().append(Type.getType(Character.toString(descriptor)).getClassName());
  /device/generic/opengl-transport/host/libs/virglrenderer/
Gralloc1.cpp 105 static gralloc1_function_pointer_t gralloc1_getFunction(gralloc1_device_t*, int32_t descriptor) {
106 switch (descriptor) {
  /device/google/muskie/self-extractors/qcom/staging/
device-partial.mk 20 vendor/qcom/walleye/proprietary/dnd.descriptor:system/etc/firmware/dnd.descriptor:qcom \
22 vendor/qcom/walleye/proprietary/music_detector.descriptor:system/etc/firmware/music_detector.descriptor:qcom \
  /device/google/taimen/self-extractors/qcom/staging/
device-partial.mk 20 vendor/qcom/taimen/proprietary/dnd.descriptor:system/etc/firmware/dnd.descriptor:qcom \
22 vendor/qcom/taimen/proprietary/music_detector.descriptor:system/etc/firmware/music_detector.descriptor:qcom \
  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/
PatchReader.java 138 DeltaDescriptor descriptor = local
146 deltaDescriptors.add(descriptor);
  /external/deqp-deps/SPIRV-Tools/source/comp/
markv_model.h 143 // Checks if |descriptor| has a coding scheme in any of
145 bool DescriptorHasCodingScheme(uint32_t descriptor) const {
146 return descriptors_with_coding_scheme_.count(descriptor);
149 // Checks if any descriptor has a coding scheme.
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
AnnotationId.java 244 CstString descriptor = new CstString(TypeId.get(clazz).getName()); local
246 CstNat cstNat = new CstNat(name, descriptor);
  /external/emma/core/java12/com/vladium/emma/report/
MethodItem.java 26 public MethodItem (final IItem parent, final int ID, final String name, final String descriptor, final int firstLine)
32 m_descriptor = descriptor;
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 218 ExceptionHandler::ExceptionHandler(const MinidumpDescriptor& descriptor,
227 minidump_descriptor_(descriptor),
599 MinidumpDescriptor descriptor(dump_path);
600 ExceptionHandler eh(descriptor, NULL, callback, callback_context, false, -1);
735 MinidumpDescriptor descriptor(dump_path);
736 descriptor.UpdatePath();
737 if (!google_breakpad::WriteMinidump(descriptor.path(),
742 return callback ? callback(descriptor, callback_context, true) : true;

Completed in 2591 milliseconds

<<21222324252627282930>>