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

<<21222324252627282930>>

  /external/kotlinc/lib/
kotlin-reflect.jar 
jvm-abi-gen.jar 
  /art/libdexfile/dex/
dex_file_verifier.cc 184 bool DexFileVerifier::CheckShortyDescriptorMatch(char shorty_char, const char* descriptor,
201 if (UNLIKELY((descriptor[0] != shorty_char) || (descriptor[1] != '\0'))) {
203 shorty_char, descriptor);
208 if (UNLIKELY((descriptor[0] != 'L') && (descriptor[0] != '['))) {
209 ErrorStringPrintf("Shorty vs. type mismatch: '%c', '%s'", shorty_char, descriptor);
2251 const char* descriptor = it.GetDescriptor(); local
    [all...]
  /external/turbine/java/com/google/turbine/lower/
Lower.java 215 uses.add(new ClassFile.ModuleInfo.UseInfo(sig.descriptor(use.sym())));
221 impls.add(sig.descriptor(impl));
224 new ClassFile.ModuleInfo.ProvideInfo(sig.descriptor(provide.sym()), impls.build()));
239 String name = sig.descriptor(sym);
241 String superName = info.superclass() != null ? sig.descriptor(info.superclass()) : null;
244 interfaces.add(sig.descriptor(i));
299 exceptions.add(sig.descriptor(((ClassTy) Erasure.erase(e, tenv)).sym()));
  /external/v8/src/objects/
map.h 451 Map* FindFieldOwner(Isolate* isolate, int descriptor) const;
483 // Returns true if |descriptor|'th property is a field that may be generalized
559 // [layout descriptor]: describes the object layout.
561 // |layout descriptor| accessor which can be used from GC.
565 // |layout descriptor| accessor that is safe to call even when
635 // descriptor array of the map. Returns MaybeHandle<Map>() if no updated map
654 Descriptor* descriptor,
    [all...]
  /art/tools/jvmti-agents/simple-force-redefine/
forceredefine.cc 56 // Converts a class name to a type descriptor
68 // Converts a descriptor (Lthis/style/of/name;) to a jni-FindClass style Fully-qualified class name
70 std::string DescriptorToFQCN(const std::string& descriptor) {
71 return descriptor.substr(1, descriptor.size() - 2);
  /dalvik/libdex/
DexFile.cpp 434 * Look up a class definition entry by descriptor.
436 * "descriptor" should look like "Landroid/debug/Stuff;".
439 const char* descriptor)
445 hash = classDescriptorHash(descriptor);
463 if (strcmp(str, descriptor) == 0) {
  /external/desugar/java/com/google/devtools/build/android/desugar/scan/
KeepScanner.java 244 Type descriptor = Type.getMethodType(ref.desc()); local
246 if (m.getName().equals(ref.name()) && Type.getType(m).equals(descriptor)) {
253 if (m.getName().equals(ref.name()) && Type.getType(m).equals(descriptor)) {
283 result.append("*** ").append(member.name()); // field names are unique so ignore descriptor
  /external/fonttools/Lib/fontTools/designspaceLib/
__init__.py     [all...]
  /external/google-breakpad/src/processor/
synth_minidump.cc 358 // memory elements. Produce a descriptor, and add that to the list.
359 SynthMinidump::Section descriptor(*this);
360 memory->CiteMemoryIn(&descriptor);
361 memory_list_.Add(&descriptor);
382 // cited using a location descriptor; rather, the Minidump header
  /external/protobuf/src/google/protobuf/
any.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* Any_descriptor_ = NULL;
178 const ::google::protobuf::Descriptor* Any::descriptor() { function in class:google::protobuf::Any
396 metadata.descriptor = Any_descriptor_;
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ApiBrowser.java 107 public boolean apply(MethodDescriptor descriptor) {
108 Method method = descriptor.getMethod();
120 return descriptor.getName().toLowerCase().contains(query.toLowerCase());
  /external/v8/src/runtime/
runtime-object.cc 12 #include "src/objects/property-descriptor-object.h"
13 #include "src/property-descriptor.h"
158 int descriptor = nof - 1; local
160 if (descriptors->GetKey(descriptor) != *key) return false;
162 PropertyDetails details = descriptors->GetDetails(descriptor);
174 // for properties stored in the descriptor array.
800 // descriptor.
1070 PropertyDescriptor descriptor; local
    [all...]
  /frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.cpp 100 std::vector<uint8_t> descriptor, std::unique_ptr<DeviceCallback> callback) {
102 size_t size = descriptor.size();
104 LOGE("Received invalid hid report with descriptor size %zu, skipping", size);
117 memcpy(&ev.u.create2.rd_data, descriptor.data(),
  /cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/
Authenticator.java 55 public IInterface queryLocalInterface(String descriptor) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
AsmDispatchExecute.asm 189 ; Switch to orignal GDT and CS. here rsp is pointer to the orignal GDT descriptor.
193 ; drop GDT descriptor in stack
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
Thunk64To32.asm 197 ; Switch to orignal GDT and CS. here rsp is pointer to the orignal GDT descriptor.
201 ; drop GDT descriptor in stack
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.asm 593 ; ROM-based Global-Descriptor Table for the Tiano PEI Phase
606 ; Linear data segment descriptor
616 ; Linear code segment descriptor
626 ; System data segment descriptor
637 ; System code segment descriptor
647 ; Spare segment descriptor
657 ; Spare segment descriptor
668 ; Spare segment descriptor
680 ; GDT Descriptor
682 GdtDesc: ; GDT descriptor
    [all...]
  /external/golang-protobuf/proto/
extensions.go 312 // If the descriptor is type complete (i.e., ExtensionDesc.ExtensionType is non-nil),
317 // If the descriptor is not type complete (i.e., ExtensionDesc.ExtensionType is nil),
326 // can only check type if this is a complete descriptor
346 // Already decoded. Check the descriptor, though.
351 return nil, errors.New("proto: descriptor conflict")
357 // incomplete descriptor
379 // incomplete descriptor, so no default
466 // For non-registered extensions, ExtensionDescs returns an incomplete descriptor containing
  /external/google-breakpad/src/common/
stabs_reader_unittest.cc 150 StabsAssembler &Stab(uint8_t type, uint8_t other, Label descriptor,
155 D16(descriptor);
162 StabsAssembler &Stab(uint8_t type, uint8_t other, Label descriptor,
164 return Stab(type, other, descriptor, value, string_assembler_->Add(name));
  /external/grpc-grpc/examples/python/helloworld/
helloworld_pb2.py 6 from google.protobuf import descriptor as _descriptor
18 DESCRIPTOR = _descriptor.FileDescriptor(
28 _HELLOREQUEST = _descriptor.Descriptor(
32 file=DESCRIPTOR,
59 _HELLOREPLY = _descriptor.Descriptor(
63 file=DESCRIPTOR,
89 DESCRIPTOR.message_types_by_name['HelloRequest'] = _HELLOREQUEST
90 DESCRIPTOR.message_types_by_name['HelloReply'] = _HELLOREPLY
91 _sym_db.RegisterFileDescriptor(DESCRIPTOR)
94 DESCRIPTOR = _HELLOREQUEST
    [all...]
  /external/grpc-grpc/examples/python/interceptors/default_value/
helloworld_pb2.py 6 from google.protobuf import descriptor as _descriptor
18 DESCRIPTOR = _descriptor.FileDescriptor(
28 _HELLOREQUEST = _descriptor.Descriptor(
32 file=DESCRIPTOR,
59 _HELLOREPLY = _descriptor.Descriptor(
63 file=DESCRIPTOR,
89 DESCRIPTOR.message_types_by_name['HelloRequest'] = _HELLOREQUEST
90 DESCRIPTOR.message_types_by_name['HelloReply'] = _HELLOREPLY
91 _sym_db.RegisterFileDescriptor(DESCRIPTOR)
94 DESCRIPTOR = _HELLOREQUEST
    [all...]
  /external/grpc-grpc/examples/python/interceptors/headers/
helloworld_pb2.py 6 from google.protobuf import descriptor as _descriptor
18 DESCRIPTOR = _descriptor.FileDescriptor(
28 _HELLOREQUEST = _descriptor.Descriptor(
32 file=DESCRIPTOR,
59 _HELLOREPLY = _descriptor.Descriptor(
63 file=DESCRIPTOR,
89 DESCRIPTOR.message_types_by_name['HelloRequest'] = _HELLOREQUEST
90 DESCRIPTOR.message_types_by_name['HelloReply'] = _HELLOREPLY
91 _sym_db.RegisterFileDescriptor(DESCRIPTOR)
94 DESCRIPTOR = _HELLOREQUEST
    [all...]
  /external/grpc-grpc/examples/python/multiplex/
helloworld_pb2.py 6 from google.protobuf import descriptor as _descriptor
18 DESCRIPTOR = _descriptor.FileDescriptor(
28 _HELLOREQUEST = _descriptor.Descriptor(
32 file=DESCRIPTOR,
59 _HELLOREPLY = _descriptor.Descriptor(
63 file=DESCRIPTOR,
89 DESCRIPTOR.message_types_by_name['HelloRequest'] = _HELLOREQUEST
90 DESCRIPTOR.message_types_by_name['HelloReply'] = _HELLOREPLY
91 _sym_db.RegisterFileDescriptor(DESCRIPTOR)
94 DESCRIPTOR = _HELLOREQUEST
    [all...]
  /external/icu/icu4c/source/i18n/
nfrule.h 90 void parseRuleDescriptor(UnicodeString& descriptor, UErrorCode& status);

Completed in 938 milliseconds

<<21222324252627282930>>