/art/runtime/ |
offsets.h | 25 // Allow the meaning of offsets to be strongly typed. 44 // Offsets relative to the current frame. 52 // Offsets relative to the current running thread. 59 // Offsets relative to an object.
|
/device/generic/goldfish/camera/ |
JpegStub.cpp | 40 int offsets[2]; local 41 offsets[0] = 0; 42 offsets[1] = width * height; 48 if (encoder->encode(stream, pY, width, height, offsets, quality)) {
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/ |
SampleList.java | 18 long[] offsets; field in class:SampleList 27 * Gets a sorted random access optimized list of all sample offsets. 30 * @return the sorted list of sample offsets 33 return offsets; 60 offsets = new long[sizes.length]; 67 offsets[sampleIndex] = sampleOffset; 90 if (sizes == null || offsets == null) { 92 offsets = new long[0]; 98 // We have now a map from all sample offsets to their sizes 107 long[] nuOffsets = new long[offsets.length + keys.size()] [all...] |
/external/chromium_org/base/strings/ |
utf_offset_string_conversions.h | 17 // A helper class and associated data structures to adjust offsets into a 19 // (e.g., eliminating a range). For details on offsets, see the comments by 34 // Adjusts all offsets in |offsets_for_adjustment| to reflect the adjustments 37 // Offsets represents insertion/selection points between characters: if |src| 39 // end of the string. Valid input offsets range from 0 to |src_len|. On 52 // Adjusts all offsets in |offsets_for_unadjustment| to reflect the reverse 53 // of the adjustments recorded in |adjustments|. In other words, the offsets 54 // provided represent offsets into an adjusted string and the caller wants 55 // to know the offsets they correspond to in the original string. If an 71 // |adjustments_on_adjusted_string|, with the offsets recorded in thes [all...] |
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
ftrfork.h | 124 /* offset (offsets[N]), and an error code (errors[N]). */ 143 /* offsets :: */ 144 /* An array of guessed file offsets. `offsets[N]' holds the file */ 151 /* FT_Err_Ok, `new_names[N]' and `offsets[N]' are meaningless. */ 158 FT_Long* offsets, 207 /* Get the data offsets for a tag in a resource fork. Offsets are */ 228 /* offsets :: */ 229 /* The stream offsets for the resource data specified by `tag'. * [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_gather.h | 40 LLVMValueRef offsets, 49 LLVMValueRef offsets, 58 LLVMValueRef offsets);
|
/external/freetype/include/internal/ |
ftrfork.h | 124 /* offset (offsets[N]), and an error code (errors[N]). */ 143 /* offsets :: */ 144 /* An array of guessed file offsets. `offsets[N]' holds the file */ 151 /* FT_Err_Ok, `new_names[N]' and `offsets[N]' are meaningless. */ 158 FT_Long* offsets, 207 /* Get the data offsets for a tag in a resource fork. Offsets are */ 235 /* offsets :: */ 236 /* The stream offsets for the resource data specified by `tag'. * [all...] |
/external/libunwind/src/aarch64/ |
gen-offsets.c | 18 "/* Define various structure offsets to simplify cross-compilation. */\n\n" 20 "/* Offsets for AArch64 Linux \"ucontext_t\": */\n\n"); 28 printf ("\n/* Offsets for AArch64 Linux \"struct sigcontext\": */\n\n");
|
offsets.h | 3 /* Define various structure offsets to simplify cross-compilation. */ 5 /* Offsets for AArch64 Linux "ucontext_t": */ 13 /* Offsets for AArch64 Linux "struct sigcontext": */
|
/external/libunwind/src/arm/ |
gen-offsets.c | 18 "/* Define various structure offsets to simplify cross-compilation. */\n\n" 20 "/* Offsets for ARM Linux \"ucontext_t\": */\n\n"); 29 printf ("\n/* Offsets for ARM Linux \"struct sigcontext\": */\n\n");
|
/external/libunwind/src/mips/ |
offsets.h | 3 /* Define various structure offsets to simplify cross-compilation. */ 8 of the three ABIs, gen-offsets.c can not quite generate this file. */ 10 /* Offsets for MIPS Linux "ucontext_t": */
|
/external/libunwind/src/sh/ |
gen-offsets.c | 18 "/* Define various structure offsets to simplify cross-compilation. */\n\n" 20 "/* Offsets for SH Linux \"ucontext_t\": */\n\n"); 28 printf ("\n/* Offsets for SH Linux \"struct sigcontext\": */\n\n");
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_gather.h | 40 LLVMValueRef offsets, 49 LLVMValueRef offsets, 58 LLVMValueRef offsets);
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
ftrfork.h | 124 /* offset (offsets[N]), and an error code (errors[N]). */ 143 /* offsets :: */ 144 /* An array of guessed file offsets. `offsets[N]' holds the file */ 151 /* FT_Err_Ok, `new_names[N]' and `offsets[N]' are meaningless. */ 158 FT_Long* offsets, 207 /* Get the data offsets for a tag in a resource fork. Offsets are */ 228 /* offsets :: */ 229 /* The stream offsets for the resource data specified by `tag'. * [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
ftrfork.h | 124 /* offset (offsets[N]), and an error code (errors[N]). */ 143 /* offsets :: */ 144 /* An array of guessed file offsets. `offsets[N]' holds the file */ 151 /* FT_Err_Ok, `new_names[N]' and `offsets[N]' are meaningless. */ 158 FT_Long* offsets, 207 /* Get the data offsets for a tag in a resource fork. Offsets are */ 228 /* offsets :: */ 229 /* The stream offsets for the resource data specified by `tag'. * [all...] |
/libcore/luni/src/main/native/ |
java_util_regex_Matcher.cpp | 87 ScopedIntArrayRW offsets(mEnv, javaOffsets); 88 if (offsets.get() == NULL) { 93 offsets[2*i + 0] = mMatcher->start(i, mStatus); 94 offsets[2*i + 1] = mMatcher->end(i, mStatus); 124 static jint Matcher_findImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jint startIndex, jintArray offsets) { 128 matcher.updateOffsets(offsets); 133 static jint Matcher_findNextImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offsets) { 140 matcher.updateOffsets(offsets); 155 static jint Matcher_lookingAtImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offsets) { 159 matcher.updateOffsets(offsets); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucnv_u16.c | 53 int32_t *offsets; local 74 &pArgs->offsets, -1, 86 offsets=pArgs->offsets; 101 if(offsets!=NULL) { 102 *offsets++=-1; 103 *offsets++=-1; 104 *offsets++=-1; 105 *offsets++=-1; 122 if(offsets==NULL) 257 int32_t *offsets; local 652 int32_t *offsets; local 856 int32_t *offsets; local 1328 int32_t *offsets=pArgs->offsets; local [all...] |
/external/icu/icu4c/source/common/ |
ucnv_u16.c | 53 int32_t *offsets; local 74 &pArgs->offsets, -1, 86 offsets=pArgs->offsets; 101 if(offsets!=NULL) { 102 *offsets++=-1; 103 *offsets++=-1; 104 *offsets++=-1; 105 *offsets++=-1; 122 if(offsets==NULL) 257 int32_t *offsets; local 652 int32_t *offsets; local 856 int32_t *offsets; local 1328 int32_t *offsets=pArgs->offsets; local [all...] |
/external/chromium_org/components/query_parser/ |
snippet.h | 24 // Parses an offsets string as returned from a sqlite full text index. An 25 // offsets string encodes information about why a row matched a text query. 36 // offsets to wide, use ConvertMatchPositionsToWide. 52 // Note that |document| is UTF-8 and the offsets in |matches| are byte 53 // offsets.
|
/external/chromium_org/third_party/icu/source/i18n/ |
name2uni.cpp | 106 void NameUnicodeTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets, 114 offsets.start = offsets.limit; 122 offsets.start = offsets.limit; 129 int32_t cursor = offsets.start; 130 int32_t limit = offsets.limit; 243 offsets.contextLimit += limit - offsets.limit; 244 offsets.limit = limit [all...] |
nortrans.cpp | 99 void NormalizationTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets, 102 int32_t start = offsets.start; 103 int32_t limit = offsets.limit; 111 * In incremental mode, a chunk that ends with offsets.limit 128 offsets.contextLimit += delta; 129 offsets.limit += delta; 130 offsets.start = limit + delta; 168 offsets.start = start; 169 offsets.contextLimit += limit - offsets.limit [all...] |
/external/icu/icu4c/source/i18n/ |
name2uni.cpp | 108 void NameUnicodeTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets, 116 offsets.start = offsets.limit; 124 offsets.start = offsets.limit; 131 int32_t cursor = offsets.start; 132 int32_t limit = offsets.limit; 245 offsets.contextLimit += limit - offsets.limit; 246 offsets.limit = limit [all...] |
nortrans.cpp | 100 void NormalizationTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets, 103 int32_t start = offsets.start; 104 int32_t limit = offsets.limit; 112 * In incremental mode, a chunk that ends with offsets.limit 129 offsets.contextLimit += delta; 130 offsets.limit += delta; 131 offsets.start = limit + delta; 169 offsets.start = start; 170 offsets.contextLimit += limit - offsets.limit [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
svga_overlay.h | 124 * Computes the size, pitches and offsets for YUV frames. 130 * Pitches and offsets for the given YUV frame are put in 'pitches' 131 * and 'offsets' respectively. They are both optional though. 142 uint32 *offsets) // OUT (optional) 148 if (offsets) { 149 offsets[0] = 0; 163 if (offsets) { 164 offsets[1] = *size; 176 if (offsets) { 177 offsets[2] = *size [all...] |
/external/libsepol/src/ |
module.c | 370 /* Get the section offsets from a package file, offsets will be malloc'd to 374 size_t ** offsets, uint32_t * sections) 429 ERR(file->handle, "offsets are not increasing (at %u, " 446 *offsets = off; 468 size_t *offsets, len; local 472 if (module_package_read_offsets(mod, file, &offsets, &nsec)) 475 /* we know the section offsets, seek to them and read in the data */ 479 if (policy_file_seek(file, offsets[i])) { 481 "module package section %u", offsets[i], i) 654 size_t *offsets = NULL; local 878 uint32_t buf[5], offsets[5], len, nsec = 0; local [all...] |