/external/proguard/src/proguard/classfile/util/ |
ExternalTypeEnumeration.java | 28 * types listed in a given external descriptor string. The method name can 39 private String descriptor; field in class:ExternalTypeEnumeration 43 public ExternalTypeEnumeration(String descriptor) 45 setDescriptor(descriptor); 54 void setDescriptor(String descriptor) 56 this.descriptor = descriptor; 64 index = descriptor.indexOf(JavaConstants.METHOD_ARGUMENTS_OPEN) + 1; 68 throw new IllegalArgumentException("Missing opening parenthesis in descriptor ["+descriptor+"]") [all...] |
InternalTypeEnumeration.java | 28 * parameter types listed in a given internal method descriptor or signature. 30 * descriptor can be retrieved separately. 36 private String descriptor; field in class:InternalTypeEnumeration 43 * Creates a new InternalTypeEnumeration for the given method descriptor. 45 public InternalTypeEnumeration(String descriptor) 47 this.descriptor = descriptor; 48 this.firstIndex = descriptor.indexOf(ClassConstants.METHOD_ARGUMENTS_OPEN); 49 this.lastIndex = descriptor.indexOf(ClassConstants.METHOD_ARGUMENTS_CLOSE); 54 lastIndex = descriptor.length() 187 String descriptor = args[index]; local [all...] |
/external/google-breakpad/src/client/linux/handler/ |
minidump_descriptor.cc | 42 MinidumpDescriptor::MinidumpDescriptor(const MinidumpDescriptor& descriptor) 43 : mode_(descriptor.mode_), 44 fd_(descriptor.fd_), 45 directory_(descriptor.directory_), 47 size_limit_(descriptor.size_limit_) { 51 assert(descriptor.path_.empty()); 55 const MinidumpDescriptor& descriptor) { 56 assert(descriptor.path_.empty()); 58 mode_ = descriptor.mode_; 59 fd_ = descriptor.fd_ [all...] |
/external/valgrind/none/tests/ |
fdleak_dup2.stderr.exp | 4 Open file descriptor ...: /dev/null 7 Open file descriptor ...: /dev/null 10 Open file descriptor ...: /dev/null 13 Open file descriptor ...: ... 16 Open file descriptor ...: ... 19 Open file descriptor ...: /dev/null
|
fdleak_creat.stderr.exp | 4 Open file descriptor ...: /tmp/file 7 Open file descriptor ...: ... 10 Open file descriptor ...: ... 13 Open file descriptor ...: /dev/null
|
fdleak_dup.stderr.exp | 4 Open file descriptor ...: /dev/null 7 Open file descriptor ...: /dev/null 10 Open file descriptor ...: ... 13 Open file descriptor ...: ... 16 Open file descriptor ...: /dev/null
|
fdleak_fcntl.stderr.exp | 4 Open file descriptor ...: /dev/null 7 Open file descriptor ...: /dev/null 10 Open file descriptor ...: ... 13 Open file descriptor ...: ... 16 Open file descriptor ...: /dev/null
|
fdleak_pipe.stderr.exp | 4 Open file descriptor ...: 7 Open file descriptor ...: 10 Open file descriptor ...: ... 13 Open file descriptor ...: ... 16 Open file descriptor ...: /dev/null
|
fdleak_cmsg.stderr.exp | 10 Open file descriptor ...: /tmp/data2 13 Open file descriptor ...: /tmp/data1 16 Open file descriptor ...: ... 19 Open file descriptor ...: ... 22 Open file descriptor ...: /dev/null 28 Open file descriptor ...: /tmp/data2 31 Open file descriptor ...: /tmp/data1 37 Open file descriptor ...: ... 40 Open file descriptor ...: ... 43 Open file descriptor ...: /dev/nul [all...] |
fdleak_open.stderr.exp | 4 Open file descriptor ...: /dev/null 7 Open file descriptor ...: ... 10 Open file descriptor ...: ... 13 Open file descriptor ...: /dev/null
|
/external/google-breakpad/android/sample_app/jni/ |
test_breakpad.cpp | 37 bool DumpCallback(const google_breakpad::MinidumpDescriptor& descriptor, 40 printf("Dump path: %s\n", descriptor.path()); 52 google_breakpad::MinidumpDescriptor descriptor("."); 53 google_breakpad::ExceptionHandler eh(descriptor, NULL, DumpCallback,
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/java/ |
java_names.h | 35 // Provides a mechanism for mapping a descriptor to the 46 class Descriptor; 55 // descriptor != NULL 59 string ClassName(const Descriptor* descriptor); 62 // descriptor != NULL 66 string ClassName(const EnumDescriptor* descriptor); 69 // descriptor != NULL 73 string ClassName(const FileDescriptor* descriptor); 76 // descriptor != NUL [all...] |
/external/autotest/client/cros/cellular/mbim_compliance/ |
usb_descriptors_unittest.py | 14 class TestDescriptor(Descriptor): 15 """ Descriptor for unit testing. """ 24 """ Test cases for verifying Descriptor classes and DescriptorParser. """ 29 Verifies that an excepion is raised when constructing a Descriptor 35 class DescriptorFieldsNotDefined(Descriptor): 36 """ Descriptor without _FIELDS attribute. """ 42 Verifies that it is OK to construct a Descriptor subclass that does not 45 class DescriptorTypeNotDefined(Descriptor): 46 """ Descriptor without DESCRIPTOR_TYPE attribute. """ 50 descriptor = DescriptorTypeNotDefined(descriptor_data [all...] |
/libcore/ojluni/src/main/java/java/io/ |
FileDescriptor.java | 35 * Instances of the file descriptor class serve as an opaque handle 38 * main practical use for a file descriptor is to create a 51 private int descriptor; field in class:FileDescriptor 58 descriptor = -1; 61 private FileDescriptor(int descriptor) { 62 this.descriptor = descriptor; 67 * descriptor is not used directly, but rather via the input stream 76 * descriptor is not used directly, but rather via the output stream 84 * descriptor is not used directly, but rather via the output strea [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_helpers.h | 39 #include <google/protobuf/descriptor.pb.h> 40 #include <google/protobuf/descriptor.h> 67 string UniqueFileScopeIdentifier(const Descriptor* descriptor); 96 string ClassName(const Descriptor* descriptor); 97 string ClassName(const EnumDescriptor* descriptor); 98 string ClassName(const ServiceDescriptor* descriptor); 99 string ClassName(const FileDescriptor* descriptor); 103 string ExtraMessageInterfaces(const Descriptor* descriptor) [all...] |
/external/proguard/src/proguard/classfile/visitor/ |
NamedFieldVisitor.java | 28 * a name and descriptor pair. 35 private final String descriptor; field in class:NamedFieldVisitor 40 String descriptor, 44 this.descriptor = descriptor; 53 programClass.fieldAccept(name, descriptor, memberVisitor); 59 libraryClass.fieldAccept(name, descriptor, memberVisitor);
|
NamedMethodVisitor.java | 28 * a name and descriptor pair. 35 private final String descriptor; field in class:NamedMethodVisitor 40 String descriptor, 44 this.descriptor = descriptor; 53 programClass.methodAccept(name, descriptor, memberVisitor); 59 libraryClass.methodAccept(name, descriptor, memberVisitor);
|
/toolchain/binutils/binutils-2.25/gold/ |
descriptors.h | 40 // Get a file descriptor for a file. The DESCRIPTOR parameter is 41 // the descriptor the last time the file was used; this will be -1 44 // permanent storage. This returns the descriptor to use, which may 45 // or may not be the same as DESCRIPTOR. If there is an error 49 open(int descriptor, const char* name, int flags, int mode = 0); 51 // Release the file descriptor DESCRIPTOR. If PERMANENT is true, it 53 // is false this doesn't necessarily close the descriptor, but it 54 // makes it available to be closed; the descriptor must not be use [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstNat.java | 26 * {@code non-null;} the instance for name {@code TYPE} and descriptor 37 /** {@code non-null;} the descriptor (type) */ 38 private final CstUtf8 descriptor; field in class:CstNat 44 * @param descriptor {@code non-null;} the descriptor 46 public CstNat(CstUtf8 name, CstUtf8 descriptor) { 51 if (descriptor == null) { 52 throw new NullPointerException("descriptor == null"); 56 this.descriptor = descriptor; [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstNat.java | 26 * {@code non-null;} the instance for name {@code TYPE} and descriptor 37 /** {@code non-null;} the descriptor (type) */ 38 private final CstString descriptor; field in class:CstNat 44 * @param descriptor {@code non-null;} the descriptor 46 public CstNat(CstString name, CstString descriptor) { 51 if (descriptor == null) { 52 throw new NullPointerException("descriptor == null"); 56 this.descriptor = descriptor; [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstNat.java | 26 * {@code non-null;} the instance for name {@code TYPE} and descriptor 37 /** {@code non-null;} the descriptor (type) */ 38 private final CstString descriptor; field in class:CstNat 44 * @param descriptor {@code non-null;} the descriptor 46 public CstNat(CstString name, CstString descriptor) { 51 if (descriptor == null) { 52 throw new NullPointerException("descriptor == null"); 56 this.descriptor = descriptor; [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/csharp/ |
csharp_names.h | 35 // Provides a mechanism for mapping a descriptor to the 46 class Descriptor; 55 // descriptor != NULL 58 // The namespace to use for given file descriptor. 59 string GetFileNamespace(const FileDescriptor* descriptor); 62 // descriptor != NULL 66 string GetClassName(const Descriptor* descriptor); 69 // descriptor != NULL 73 // access to the file descriptor. Proto compiler generate [all...] |
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_helpers.h | 40 #include <google/protobuf/descriptor.pb.h> 41 #include <google/protobuf/descriptor.h> 84 const Descriptor* parent, const FileDescriptor* file); 87 // descriptor. 88 inline string ClassName(const Params& params, const Descriptor* descriptor) { 89 return ToJavaName(params, descriptor->name(), true, 90 descriptor->containing_type(), descriptor->file()); 92 string ClassName(const Params& params, const EnumDescriptor* descriptor); [all...] |
/external/valgrind/memcheck/tests/solaris/ |
syscall_at.stderr.exp | 2 Warning: invalid file descriptor 159879507 in syscall linkat() 3 Warning: invalid file descriptor 159879508 in syscall linkat() 4 Warning: invalid file descriptor 646349138 in syscall symlinkat() 5 Warning: invalid file descriptor 70680914 in syscall readlinkat() 6 Warning: invalid file descriptor 68362578 in syscall faccessat() 7 Warning: invalid file descriptor 70685266 in syscall fchownat() 8 Warning: invalid file descriptor 70717779 in syscall renameat() 9 Warning: invalid file descriptor 70717780 in syscall renameat() 10 Warning: invalid file descriptor 123765074 in syscall unlinkat() 11 Warning: invalid file descriptor 1112625490 in syscall fstatat( [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/python/ |
python_generator.h | 47 class Descriptor; 78 void PrintNestedEnums(const Descriptor& descriptor) const; 86 const Descriptor& message_descriptor, 89 int (Descriptor::*CountFn)() const, 90 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const; 91 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const; 92 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const; 94 void PrintDescriptor(const Descriptor& message_descriptor) const; 95 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const [all...] |