HomeSort by relevance Sort by last modified time
    Searched full:type_descriptor (Results 1 - 20 of 20) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDbElement.java 35 public static final int TYPE_DESCRIPTOR = 4;
ServiceDeclaration.java 29 public static final byte TYPE_DESCRIPTOR = 3;
66 this.type = TYPE_DESCRIPTOR;
HandleMap.java 33 public static final int TYPE_DESCRIPTOR = 3;
110 mEntries.add(new Entry(serverIf, TYPE_DESCRIPTOR, handle, uuid, serviceHandle, mLastCharacteristic));
213 case TYPE_DESCRIPTOR:
GattService.java 770 case GattDbElement.TYPE_DESCRIPTOR:
    [all...]
  /art/runtime/lambda/
closure.cc 51 inline Closure::VariableInfo Closure::ParseTypeDescriptor(const char* type_descriptor,
53 DCHECK(type_descriptor != nullptr);
62 while ((type_descriptor =
63 ShortyFieldType::ParseFromFieldTypeDescriptor(type_descriptor, &last_type)) != nullptr) {
shorty_field_type_test.cc 96 static std::vector<ShortyFieldType> ParseLongTypeDescriptorsToList(const char* type_descriptor) {
101 const char* parsed = type_descriptor;
closure.h 123 inline VariableInfo ALWAYS_INLINE ParseTypeDescriptor(const char* type_descriptor,
  /external/smali/smalidea/src/main/antlr/
smalideaParser.g 424 : open_paren param_list close_paren type_descriptor
513 : open_paren param_list_reference close_paren type_descriptor;
562 type_descriptor
705 : ( type_descriptor
1016 : LOCAL_DIRECTIVE register (comma string_or_null_literal colon type_descriptor
    [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 487 void WriteLazyType(const char* type_descriptor) {
488 if (type_descriptor != nullptr && type_descriptor[0] != 'V') {
489 lazy_types_.emplace(std::string(type_descriptor), info_.size());
  /external/smali/smali/src/main/antlr/
smaliParser.g 591 : OPEN_PAREN param_list CLOSE_PAREN type_descriptor
592 -> ^(I_METHOD_PROTOTYPE[$start, "I_METHOD_PROTOTYPE"] ^(I_METHOD_RETURN_TYPE type_descriptor) param_list?);
604 type_descriptor
    [all...]
smaliTreeWalker.g 282 | type_descriptor { $encodedValue = new ImmutableTypeEncodedValue($type_descriptor.type); }
468 : ^(I_METHOD_PROTOTYPE ^(I_METHOD_RETURN_TYPE type_descriptor) method_type_list)
470 $returnType = $type_descriptor.type;
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java 6401 public final String type_descriptor() throws RecognitionException { method in class:smaliTreeWalker
    [all...]
smaliParser.java 4294 public final smaliParser.type_descriptor_return type_descriptor() throws RecognitionException { method in class:smaliParser
    [all...]
  /art/runtime/
dex_file_verifier.cc     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h     [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h     [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h     [all...]

Completed in 646 milliseconds