Searched refs:offset (Results 176 - 200 of 5445) sorted by relevance

1234567891011>>

/external/elfutils/libdw/
H A Ddwarf_offabbrev.c1 /* Get abbreviation at given offset.
38 dwarf_offabbrev (Dwarf *dbg, Dwarf_Off offset, size_t *lengthp, argument
44 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp,
/external/elfutils/tests/
H A Drun-debugaltlink.sh22 test-offset-loop libtestfile_multi_shared.so
26 test-offset-loop libtestfile_multi_shared.so <<\EOF
30 test-offset-loop: test-offset-loop.alt, build ID: 066bbf1a7bc5676f5015ee1966a088f23bdb83ae
/external/emma/core/java12/com/vladium/jcd/cls/
H A DIInterfaceCollection.java32 * constant pool index for offset'th direct superinterface.
34 * @param offset superinterface number [must be in [0, size()) range]
37 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
39 int get (int offset); argument
61 * @return offset of the new pointer [same as {@link #size()}-1 when called
67 * Replaces superinterface pointer number 'offset' with new value 'interface_index'.
72 * @param offset offset of the superinterface pointer to replace [must be in [0, size()) range]
76 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
78 int set (int offset, in argument
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DIDeclaredExceptionTable.java31 * pool index for offset'th exception type thrown by the method that contains
34 * @param offset thrown exception class number [must be in [0, size()) range]
37 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
39 int get (int offset); argument
64 * @return offset of the new pointer [same as {@link #size()}-1 when called
70 * Replaces exception class pointer number 'offset' with new value 'interface_index'.
75 * @param offset thrown exception class number [must be in [0, size()) range]
79 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
81 int set (int offset, int exception_index); argument
H A DIExceptionHandlerTable.java31 * Returns {@link Exception_info} descriptor at a given offset.
33 * @param offset exception offset [must be in [0, size()) range; input not checked]
36 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
38 Exception_info get (int offset); argument
68 * Replaces the Exception_info descriptor at a given offset. No duplicate
74 * @param offset exception offset [must be in [0, size()) range; input not checked]
76 * @return previous exception descriptor at this offset [never null]
78 * @throws IndexOutOfBoundsException if 'offset' i
80 set(int offset, Exception_info exception) argument
[all...]
/external/google-breakpad/src/common/linux/
H A Dmemory_mapped_file.cc49 MemoryMappedFile::MemoryMappedFile(const char* path, size_t offset) { argument
50 Map(path, offset);
59 bool MemoryMappedFile::Map(const char* path, size_t offset) { argument
82 // If the file does not extend beyond the offset, simply use an empty
85 if (offset >= file_len) {
92 void* data = sys_mmap(NULL, file_len, PROT_READ, MAP_PRIVATE, fd, offset);
94 if ((offset & 4095) != 0) {
100 NULL, file_len, PROT_READ, MAP_PRIVATE, fd, offset >> 12);
107 content_.Set(data, file_len - offset);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DReplaceable.java28 * offset and a limit offset. The range of characters thus specified
29 * includes the characters at offset start..limit-1. That is, the
30 * start offset is inclusive, and the limit offset is exclusive.
65 * Returns the 16-bit code unit at the given offset into the text.
66 * @param offset an integer between 0 and <code>length()</code>-1
68 * @return 16-bit code unit of text at given offset
70 char charAt(int offset); argument
73 * Returns the 32-bit code point at the given 16-bit offset int
85 char32At(int offset) argument
[all...]
/external/icu/icu4c/source/common/unicode/
H A Drep.h46 * offset and a limit offset. The range of characters thus specified
47 * includes the characters at offset start..limit-1. That is, the
48 * start offset is inclusive, and the limit offset is exclusive.
90 * Returns the 16-bit code unit at the given offset into the text.
91 * @param offset an integer between 0 and <code>length()</code>-1
93 * @return 16-bit code unit of text at given offset
96 inline UChar charAt(int32_t offset) const;
99 * Returns the 32-bit code point at the given 16-bit offset int
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DReplaceable.java27 * offset and a limit offset. The range of characters thus specified
28 * includes the characters at offset start..limit-1. That is, the
29 * start offset is inclusive, and the limit offset is exclusive.
66 * Returns the 16-bit code unit at the given offset into the text.
67 * @param offset an integer between 0 and <code>length()</code>-1
69 * @return 16-bit code unit of text at given offset
72 char charAt(int offset); argument
75 * Returns the 32-bit code point at the given 16-bit offset int
88 char32At(int offset) argument
[all...]
/external/llvm/utils/testgen/
H A Dmc-bundling-x86-gen.py6 # For every possible offset in an aligned bundle, a bundle-locked group of every
47 for offset in range(0, BUNDLE_SIZE):
51 print('INSTRLEN_{0}_OFFSET_{1}:'.format(instlen, offset))
52 if offset > 0:
53 print(NOPFILL.format(offset))
58 inst_orig_offset = base_offset + offset # had it not been padded...
70 if offset + instlen == BUNDLE_SIZE:
73 elif offset + instlen < BUNDLE_SIZE:
77 else: # offset + instlen > BUNDLE_SIZE
86 if offset
[all...]
/external/ltp/testcases/network/nfs/nfslock01/
H A Dnfs_flock.c21 int offset = 0; local
50 if (mac == 1) { /* Set the offset to even lines */
53 offset = 0;
55 offset += 2 * BYTES;
58 } else { /* Set the offset to odd lines */
61 offset = BYTES;
63 offset += 2 * BYTES;
68 if (writeb_lock(fd, offset, SEEK_SET, BYTES) < 0)
71 lseek(fd, offset, SEEK_SET);
76 if (unb_lock(fd, offset, SEEK_SE
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.h13 uint32_t offset; member in struct:nouveau_mm_allocation
25 struct nouveau_bo **, uint32_t *offset);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_scratch.h37 int offset; member in struct:nouveau_scratch_state
43 struct nouveau_bo **bo, unsigned *offset);
/external/parameter-framework/upstream/parameter/
H A DBitwiseAreaConfiguration.h44 virtual void copyTo(CParameterBlackboard *pToBlackboard, size_t offset) const;
45 virtual void copyFrom(const CParameterBlackboard *pFromBlackboard, size_t offset);
/external/proguard/src/proguard/evaluation/
H A DBranchUnit.java34 * Sets the new instruction offset.
38 int offset,
43 * Sets the new instruction offset, depending on the certainty of the
48 int offset,
36 branch(Clazz clazz, CodeAttribute codeAttribute, int offset, int branchTarget) argument
46 branchConditionally(Clazz clazz, CodeAttribute codeAttribute, int offset, int branchTarget, int conditional) argument
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteOutput.java68 * @param offset the offset of the start of the writable range
69 * @param length the number of bytes to write starting from {@code offset}
72 public abstract void write(byte[] value, int offset, int length) throws IOException; argument
83 * @param offset the offset of the start of the writable range
84 * @param length the number of bytes to write starting from {@code offset}
87 public abstract void writeLazy(byte[] value, int offset, int length) throws IOException; argument
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.cc32 int32_t offset,
35 if (offset >= 0 && length > 0) {
37 buffer->begin() + offset,
38 buffer->begin() + offset + length);
46 void MemoryOutputStream::Write(byte_t* buffer, int32_t offset, int32_t length) { argument
48 if (offset >= 0 && length > 0) {
49 store_.insert(store_.end(), buffer + offset, buffer + offset + length);
31 Write(ByteVector* buffer, int32_t offset, int32_t length) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
H A DDexDataStore.java9 @Nonnull OutputStream outputAt(int offset); argument
10 @Nonnull InputStream readAt(int offset); argument
/external/strace/tests/
H A Dllseek.c41 const long long offset = 0xfacefeeddeadbeefLL; local
46 offset, &result, rc, errno2name());
/external/strace/tests-m32/
H A Dllseek.c41 const long long offset = 0xfacefeeddeadbeefLL; local
46 offset, &result, rc, errno2name());
/external/strace/tests-mx32/
H A Dllseek.c41 const long long offset = 0xfacefeeddeadbeefLL; local
46 offset, &result, rc, errno2name());
/external/swiftshader/src/OpenGL/libGLESv2/
H A DBuffer.h40 void bufferSubData(const void *data, GLsizeiptr size, GLintptr offset);
46 GLintptr offset() const { return mOffset; } function in class:es2::Buffer
50 void* mapRange(GLintptr offset, GLsizeiptr length, GLbitfield access);
52 void flushMappedRange(GLintptr offset, GLsizeiptr length) {} argument
69 BufferBinding() : offset(0), size(0) { }
74 offset = newOffset;
78 int getOffset() const { return offset; }
84 int offset; member in class:es2::BufferBinding
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
H A Dbiosint.c28 .offset = handler,
35 ( chain_vector->offset != 0 ) ) {
44 chain_vector->segment, chain_vector->offset );
48 chain_vector->offset, sizeof ( code ) );
77 if ( ( vector.segment != rm_cs ) || ( vector.offset != handler ) ) {
79 vector.segment, vector.offset );
84 chain_vector->segment, chain_vector->offset );
89 chain_vector->offset = 0;
/external/syslinux/libinstaller/
H A Dsyslxcom.h7 ssize_t xpread(int fd, void *buf, size_t count, off_t offset);
8 ssize_t xpwrite(int fd, const void *buf, size_t count, off_t offset);
/external/toybox/toys/other/
H A Dfallocate.c14 usage: fallocate [-l size] [-o offset] file
23 long offset;
30 if ((errno = posix_fallocate(fd, TT.offset, TT.size)))

Completed in 5143 milliseconds

1234567891011>>