/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | PYXWriter.java | 37 public void adup(char[] buff, int offset, int length) throws SAXException { in adup() 42 public void aname(char[] buff, int offset, int length) throws SAXException { in aname() 49 public void aval(char[] buff, int offset, int length) throws SAXException { in aval() 55 public void cmnt(char [] buff, int offset, int length) throws SAXException { in cmnt() 61 public void entity(char[] buff, int offset, int length) throws SAXException { } in entity() 65 public void eof(char[] buff, int offset, int length) throws SAXException { in eof() 69 public void etag(char[] buff, int offset, int length) throws SAXException { in etag() 75 public void decl(char[] buff, int offset, int length) throws SAXException { in decl() 78 public void gi(char[] buff, int offset, int length) throws SAXException { in gi() 84 public void cdsect(char[] buff, int offset, int length) throws SAXException { in cdsect() [all …]
|
D | Parser.java | 316 public boolean getFeature (String name) in getFeature() 325 public void setFeature (String name, boolean value) in setFeature() 345 public Object getProperty (String name) in getProperty() 364 public void setProperty (String name, Object value) in setProperty() 528 public void adup(char[] buff, int offset, int length) throws SAXException { in adup() 534 public void aname(char[] buff, int offset, int length) throws SAXException { in aname() 542 public void aval(char[] buff, int offset, int length) throws SAXException { in aval() 605 public void entity(char[] buff, int offset, int length) throws SAXException { in entity() 611 private int lookupEntity(char[] buff, int offset, int length) { in lookupEntity() 632 public void eof(char[] buff, int offset, int length) throws SAXException { in eof() [all …]
|
/external/chromium/net/disk_cache/ |
D | mapped_file_posix.cc | 16 void* MappedFile::Init(const FilePath& name, size_t size) { in Init() 36 size_t offset = block->offset() + view_size_; in Load() local 41 size_t offset = block->offset() + view_size_; in Store() local
|
D | mapped_file_win.cc | 13 void* MappedFile::Init(const FilePath& name, size_t size) { in Init() 46 size_t offset = block->offset() + view_size_; in Load() local 51 size_t offset = block->offset() + view_size_; in Store() local
|
D | file_posix.cc | 26 size_t offset, disk_cache::FileIOCallback* callback, in FileBackgroundIO() 111 size_t offset, disk_cache::FileIOCallback *callback) { in PostRead() 122 size_t buf_len, size_t offset, in PostWrite() 175 bool File::Init(const FilePath& name) { in Init() 202 bool File::Read(void* buffer, size_t buffer_len, size_t offset) { in Read() 211 bool File::Write(const void* buffer, size_t buffer_len, size_t offset) { in Write() 223 bool File::Read(void* buffer, size_t buffer_len, size_t offset, in Read() 241 bool File::Write(const void* buffer, size_t buffer_len, size_t offset, in Write() 280 bool File::AsyncWrite(const void* buffer, size_t buffer_len, size_t offset, in AsyncWrite()
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
D | IMethodCollection.java | 37 Method_info get (int offset); in get() 50 int [] get (ClassDef cls, String name); in get() 88 Method_info set (int offset, Method_info method); in set() 101 Method_info remove (int offset); in remove()
|
D | IFieldCollection.java | 37 Field_info get (int offset); in get() 52 int [] get (ClassDef cls, String name); in get() 91 Field_info set (int offset, Field_info field); in set()
|
D | MethodCollection.java | 28 public Method_info get (final int offset) in get() 33 public int [] get (final ClassDef cls, final String name) in get() 116 public Method_info set (final int offset, final Method_info method) in set() 121 public Method_info remove (final int offset) in remove()
|
D | FieldCollection.java | 28 public Field_info get (final int offset) in get() 33 public int [] get (final ClassDef cls, final String name) in get() 116 public Field_info set (final int offset, final Field_info field) in set()
|
/external/javassist/src/main/javassist/bytecode/ |
D | Bytecode.java | 44 public int read(int offset) { in read() 51 public void write(int offset, int value) { in write() 325 public int read(int offset) { in read() 333 public int read16bit(int offset) { in read16bit() 343 public int read32bit(int offset) { in read32bit() 355 public void write(int offset, int value) { in write() 363 public void write16bit(int offset, int value) { in write16bit() 372 public void write32bit(int offset, int value) { in write32bit() 796 public int addLoadParameters(CtClass[] params, int offset) { in addLoadParameters() 846 public void addGetfield(CtClass c, String name, String type) { in addGetfield() [all …]
|
/external/oprofile/libabi/ |
D | op_abi.h | 18 char const * name; member 20 int offset; member
|
/external/protobuf/src/google/protobuf/compiler/ |
D | zip_writer.h | 51 string name; member 52 uint32 offset; member
|
/external/grub/lib/ |
D | device.c | 282 get_floppy_disk_name (char *name, int unit) in get_floppy_disk_name() 317 get_ide_disk_name (char *name, int unit) in get_ide_disk_name() 358 get_scsi_disk_name (char *name, int unit) in get_scsi_disk_name() 400 get_dac960_disk_name (char *name, int controller, int drive) in get_dac960_disk_name() 406 get_ataraid_disk_name (char *name, int unit) in get_ataraid_disk_name() 663 char name[16]; in init_device_map() local 684 char name[PATH_MAX]; in init_device_map() local 718 char name[16]; in init_device_map() local 738 char name[20]; in init_device_map() local 758 char name[16]; in init_device_map() local [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | BinaryObject.h | 43 BinaryObject(const std::string &name, bool isLittleEndian, bool is64Bit) in BinaryObject() 194 inline void fixByte(uint8_t B, uint32_t offset) { in fixByte() 200 inline void fixWord16(uint16_t W, uint32_t offset) { in fixWord16() 209 inline void fixWord16LE(uint16_t W, uint32_t offset) { in fixWord16LE() 216 inline void fixWord16BE(uint16_t W, uint32_t offset) { in fixWord16BE() 223 inline void fixWord(uint64_t W, uint32_t offset) { in fixWord() 232 inline void fixWord32(uint32_t W, uint32_t offset) { in fixWord32() 241 inline void fixWord32LE(uint32_t W, uint32_t offset) { in fixWord32LE() 250 inline void fixWord32BE(uint32_t W, uint32_t offset) { in fixWord32BE() 259 inline void fixWord64(uint64_t W, uint32_t offset) { in fixWord64() [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | UnImplNode.java | 273 public NodeList getElementsByTagName(String name) in getElementsByTagName() 323 public boolean hasAttribute(String name) in hasAttribute() 340 public boolean hasAttributeNS(String name, String x) in hasAttributeNS() 356 public Attr getAttributeNode(String name) in getAttributeNode() 371 public void removeAttribute(String name) throws DOMException in removeAttribute() 384 public void setAttribute(String name, String value) throws DOMException in setAttribute() 396 public String getAttribute(String name) in getAttribute() 913 public Attr createAttribute(String name) throws DOMException in createAttribute() 930 public EntityReference createEntityReference(String name) in createEntityReference() 1036 public String substringData(int offset, int count) throws DOMException in substringData() [all …]
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLToken.h | 81 void setBaseOffset(int offset) in setBaseOffset() 183 void beginAttributeName(int offset) in beginAttributeName() 188 void endAttributeName(int offset) in endAttributeName() 196 void beginAttributeValue(int offset) in beginAttributeValue() 204 void endAttributeValue(int offset) in endAttributeValue() 252 const DataVector& name() const in name() function 425 const AtomicString& name() const in name() function 431 void setName(const AtomicString& name) in setName()
|
/external/qemu/elff/ |
D | elf_file.cc | 441 bool ElfFileImpl<Elf_Addr, Elf_Off>::get_section_info_by_name(const char* name, in get_section_info_by_name() 442 Elf_Off* offset, in get_section_info_by_name() 463 const char* name, in map_section_by_name() 469 Elf_Off offset; in map_section_by_name() local
|
/external/kernel-headers/original/linux/mtd/ |
D | partitions.h | 40 char *name; /* identifier string */ member 42 u_int32_t offset; /* offset within the master MTD space */ member 63 const char *name; member
|
/external/elfutils/src/ |
D | xelf.h | 39 # define XElf_Ehdr_vardef(name) Elf32_Ehdr *name argument 40 # define xelf_getehdr(elf, name) name = elf32_getehdr (elf) argument 41 # define xelf_getehdr_copy(elf, name, copy) \ argument 49 # define XElf_Phdr_vardef(name) Elf32_Phdr *name argument 51 # define xelf_getphdr(elf, idx, name) name = elf32_getphdr (elf) + idx argument 52 # define xelf_getphdr_ptr(elf, idx, name) name = elf32_getphdr (elf) + idx argument 56 # define XElf_Shdr_vardef(name) Elf32_Shdr *name argument 57 # define xelf_getshdr(scn, name) name = elf32_getshdr (scn) argument 58 # define xelf_getshdr_copy(scn, name, copy) \ argument 63 # define XElf_Sym_vardef(name) Elf32_Sym *name argument [all …]
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JIT.cpp | 114 #define NEXT_OPCODE(name) \ argument 119 #define DEFINE_BINARY_OP(name) \ argument 128 #define DEFINE_UNARY_OP(name) \ argument 138 #define DEFINE_BINARY_OP(name) \ argument 147 #define DEFINE_UNARY_OP(name) \ argument 156 #define DEFINE_OP(name) \ argument 162 #define DEFINE_SLOWCASE_OP(name) \ argument 530 unsigned offset = record.jumpTable.simpleJumpTable->branchOffsets[j]; in privateCompile() local 540 unsigned offset = it->second.branchOffset; in privateCompile() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | unlink.c | 22 const char *name; member 34 int offset, in unlink_proc() 71 const char *name, ext2_ino_t ino, in ext2fs_unlink()
|
/external/proguard/src/proguard/obfuscate/ |
D | SimpleNameFactory.java | 80 private String name(int index) in name() method in SimpleNameFactory 94 String name = newName(index); in name() local 113 int offset = index % totalCharacterCount; in newName() local
|
/external/qemu/hw/ |
D | goldfish_switch.c | 29 char *name; member 62 static uint32_t goldfish_switch_read(void *opaque, target_phys_addr_t offset) in goldfish_switch_read() 88 static void goldfish_switch_write(void *opaque, target_phys_addr_t offset, uint32_t value) in goldfish_switch_write() 144 void *goldfish_switch_add(char *name, uint32_t (*writefn)(void *opaque, uint32_t state), void *writ… in goldfish_switch_add()
|
/external/valgrind/main/callgrind/ |
D | events.h | 51 Char* name[0]; member 69 Int offset[MAX_EVENTGROUP_COUNT]; member 115 Int offset; member
|
/external/chromium/base/ |
D | platform_file_posix.cc | 33 PlatformFile CreatePlatformFile(const FilePath& name, int flags, in CreatePlatformFile() 142 int ReadPlatformFile(PlatformFile file, int64 offset, char* data, int size) { in ReadPlatformFile() 149 int WritePlatformFile(PlatformFile file, int64 offset, in WritePlatformFile()
|