/external/emma/core/java12/com/vladium/jcd/cls/ |
FieldCollection.java | 28 public Field_info get (final int offset) 30 return (Field_info) m_fields.get (offset); 116 public Field_info set (final int offset, final Field_info field) 118 return (Field_info) m_fields.set (offset, field);
|
/external/grub/lib/ |
device.h | 45 int offset, int size, const char *buf);
|
/external/grub/stage2/ |
stage1_5.c | 25 disk_read_savesect_func (int sector, int offset, int length)
|
/external/icu4c/common/unicode/ |
unifilt.h | 89 int32_t& offset,
|
unimatch.h | 79 * the given text at the given offset. Zero, one, or more 83 * offset. Characters from offset forwards to limit-1 will be 87 * offset. Characters from offset backwards to limit+1 will be 90 * If limit == offset then the only match possible is a zero 93 * As a side effect, advance the offset parameter to the limit of 103 * @param offset on input, the index into text at which to begin 105 * number of matched characters is the output value of offset 106 * minus the input value. Offset should always point to th [all...] |
/external/icu4c/i18n/ |
unesctrn.h | 96 * @param offset the start and limit of the text, the position 101 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
|
/external/icu4c/layout/ |
OpenTypeLayoutEngine.h | 258 * @param offset - the index of the first character to process 273 virtual le_int32 characterProcessing(const LEUnicode /*chars*/[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/, 287 * @param offset - the index of the first character to process 305 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, 343 * @param offset - the index of the first character to process 359 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success); 376 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
OpenTypeTables.h | 21 typedef le_uint16 Offset; 33 Offset offset; member in struct:TagAndOffsetRecord
|
/external/icu4c/samples/layout/ |
ScriptCompositeFontInstance.cpp | 63 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const 69 if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scriptCodeCount) { 80 *offset = limit;
|
/external/kernel-headers/original/linux/sunrpc/ |
gss_api.h | 51 int offset, 56 int offset, 102 int offset, 107 int offset,
|
/external/opencore/codecs_v2/utilities/colorconvert/src/ |
ccyuv422toyuv420.cpp | 120 int outYsize, offset; local 141 offset = lpitch - _mSrc_width; 168 outcb += (offset >> 1); 169 outcr += (offset >> 1); 170 outy += offset; 188 outy += offset; 193 offset = lpitch - lheight; 266 offset = lpitch - _mSrc_width; 267 outy += (outYsize - 1) - offset; 268 outcb = outy + (outYsize >> 2) + offset; [all...] |
/external/opencore/fileformats/mp4/composer/include/ |
chunklargeoffsetatom.h | 46 // Adding to and getting first chunk offset values 47 void addChunkOffset(uint64 offset);
|
moviefragmentrandomaccessatom.h | 45 void updateMoofOffset(uint32 offset);
|
trackfragmentheaderatom.h | 25 #define FLAGS_TFHD_ATOM 0x000001 // only base data offset present 38 void setBaseDataOffset(uint64 offset);
|
/external/opencore/fileformats/mp4/composer/src/ |
chunkoffsetatom.cpp | 62 // If sample is the start of a new chunk, add the current offset entry 76 // Increment the size of the offset by the length of this sample 92 // Adding to and getting first chunk offset values 94 PVA_FF_ChunkOffsetAtom::addChunkOffset(uint32 offset) 96 _pchunkOffsets->push_back(offset); 103 // Updating all the chunk entries based on the current file offset at which 171 PVA_FF_ChunkOffsetAtom::reAuthorFirstChunkOffset(uint32 offset) 173 (*_pchunkOffsets)[0] = offset;
|
/external/opencore/fileformats/mp4/parser/include/ |
chunklargeoffsetatom.h | 58 // Adding to and getting first chunk offset values 59 void addChunkOffset(uint64 offset);
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_string.cpp | 232 OSCL_EXPORT_REF void OSCL_String::write(uint32 offset, uint32 length, const chartype* ptr) 242 if (offset > get_size()) 243 OsclError::Leave(OsclErrGeneral);//invalid offset. 245 if (length + offset > get_size()) 249 if (length + offset > get_maxsize()) 250 ncopy = get_maxsize() - offset;//truncate 251 oscl_strncpy(curbuf + offset, ptr, ncopy); 252 curbuf[offset+ncopy] = '\0'; 258 oscl_strncpy(curbuf + offset, ptr, length); 262 OSCL_EXPORT_REF void OSCL_wString::write(uint32 offset, uint32 length, const chartype* ptr [all...] |
/external/opencore/protocols/rtsp_parcom/src/ |
rtsp_embedded_rtp.cpp | 148 int offset = 0; local 154 offset, 170 static_cast<int8*>(fragments[currentBufferFragIdx].ptr) + offset; 171 fragments[ currentBufferFragIdx ].len -= offset;
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
MoreZeroFrame.java | 78 public void additionalVariablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationTypeVisitor verificationTypeVisitor) 82 additionalVariables[index].accept(clazz, method, codeAttribute, offset, verificationTypeVisitor); 95 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor) 97 stackMapFrameVisitor.visitMoreZeroFrame(clazz, method, codeAttribute, offset, this);
|
/external/proguard/src/proguard/classfile/instruction/visitor/ |
InstructionCounter.java | 54 int offset,
|
/external/qemu/distrib/sdl-1.2.12/src/timer/wince/ |
SDL_systimer.c | 72 Sint32 offset=wce_rel_date()-wce_rel_ticks(); local 73 if((offset < -1000) || (offset > 1000)) 75 // fprintf(stderr,"Time desync(%+d), resyncing\n",offset/1000); 76 start_ticks-=offset;
|
/external/qemu/elff/ |
elf_mapped_section.h | 36 * offset - Offset of the beginning of the section data in ELF file.
49 bool map(MapFile* handle, Elf_Xword offset, Elf_Word size);
|
/external/webkit/WebCore/rendering/style/ |
StyleSurroundData.h | 46 LengthBox offset; member in class:WebCore::StyleSurroundData
|
/frameworks/base/awt/java/awt/im/ |
InputMethodRequests.java | 47 public Rectangle getTextLocation(TextHitInfo offset);
|
/frameworks/base/media/libmediaplayerservice/ |
MidiMetadataRetriever.h | 35 virtual status_t setDataSource(int fd, int64_t offset, int64_t length);
|