/external/chromium_org/third_party/mesa/src/docs/ |
MESA_agp_offset.spec | 36 region into byte offsets into the AGP aperture.
|
/external/chromium_org/ui/base/l10n/ |
l10n_util.h | 97 // If non-NULL |offsets| will be replaced with the start points of the replaced 102 std::vector<size_t>* offsets); 141 // vector based version returns offsets ordered by parameter. For example if 142 // invoked with a and b offsets[0] gives the offset for a and offsets[1] the 150 std::vector<size_t>* offsets);
|
/external/icu4c/common/ |
ucnv_ext.h | 355 int32_t **offsets, int32_t srcIndex, 375 int32_t **offsets, int32_t srcIndex,
|
/external/mesa3d/docs/ |
MESA_agp_offset.spec | 36 region into byte offsets into the AGP aperture.
|
/external/chromium_org/third_party/icu/source/common/ |
triedict.cpp | 379 // for terminal nodes directly in offsets[] 397 uint32_t nodeCount; // Number of entries in offsets[] 399 uint32_t offsets[1]; // Offsets to nodes from start of data member in struct:CompactTrieHeader 406 uint16_t nodeCount; // Number of entries in offsets[] 408 uint32_t offsets[1]; // Offsets to nodes from start of data member in struct:CompactTrieHeaderV1 415 uint32_t nodeCount; // Number of entries in offsets[] 417 uint32_t *offsets; // Offsets to nodes from start of dat member in struct:CompactTrieInfo [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regex_internal.c | 150 if (pstr->offsets != NULL) 152 Idx *new_offsets = re_realloc (pstr->offsets, Idx, new_buf_len); 155 pstr->offsets = new_offsets; 404 if (pstr->offsets == NULL) 406 pstr->offsets = re_malloc (Idx, pstr->bufs_len); 408 if (pstr->offsets == NULL) 414 pstr->offsets[i] = i; 420 pstr->offsets[byte_idx] = src_idx; 423 pstr->offsets[byte_idx + i] 446 pstr->offsets[byte_idx + i] = src_idx + i [all...] |
/external/chromium/chrome/browser/notifications/ |
balloon_collection_impl.cc | 340 // Layout schemes that grow up from the bottom require offsets; 341 // schemes that grow down do not require offsets. 342 bool offsets = (placement_ == VERTICALLY_FROM_BOTTOM_LEFT || local 348 offsets = !offsets; 351 return offsets;
|
/external/chromium_org/third_party/angle/src/compiler/ |
localintermediate.h | 15 int offsets[4]; member in struct:TVectorFields
|
/frameworks/base/core/java/android/service/textservice/ |
SpellCheckerService.java | 422 final int[] offsets = new int[querySize]; local 436 offsets[i] = item.mStart; 443 : "<none>") + ", offset = " + offsets[i] + ", length = " 447 return new SentenceSuggestionsInfo(reconstructedSuggestions, offsets, lengths);
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
CollationElementIteratorTest.java | 46 int[] offsets = { 0, 1, 2, 3 }; local 49 assertEquals(offsets[i++], offset); 53 assertEquals(offsets[i++], offset);
|
/external/chromium/base/ |
string_util.cc | 836 const std::vector<OutStringType>& subst, std::vector<size_t>* offsets) { 864 if (offsets) { 881 if (offsets) { 884 offsets->push_back(i->offset); 892 std::vector<size_t>* offsets) { 893 return DoReplaceStringPlaceholders(format_string, subst, offsets); 898 std::vector<size_t>* offsets) { 899 return DoReplaceStringPlaceholders(format_string, subst, offsets); 905 std::vector<size_t> offsets; 908 string16 result = ReplaceStringPlaceholders(format_string, subst, &offsets); [all...] |
/external/chromium/chrome/browser/autocomplete/ |
history_quick_provider.cc | 162 std::vector<size_t> offsets = local 166 UnescapeRule::SPACES, NULL, NULL, &offsets); 169 offsets);
|
/external/chromium_org/base/strings/ |
string_util.cc | 667 const std::vector<OutStringType>& subst, std::vector<size_t>* offsets) { 701 if (offsets) { 718 if (offsets) { 721 offsets->push_back(i->offset); 729 std::vector<size_t>* offsets) { 730 return DoReplaceStringPlaceholders(format_string, subst, offsets); 735 std::vector<size_t>* offsets) { 736 return DoReplaceStringPlaceholders(format_string, subst, offsets); 742 std::vector<size_t> offsets; local 745 string16 result = ReplaceStringPlaceholders(format_string, subst, &offsets); [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
history_quick_provider.cc | 265 std::vector<size_t> offsets = local 272 net::UnescapeRule::SPACES, NULL, NULL, &offsets)); 274 ReplaceOffsetsInTermMatches(history_match.url_matches(), offsets);
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
SpellCheckRequester.cpp | 73 Vector<unsigned> offsets(markers.size()); 76 offsets[i] = markers[i]->startOffset(); 79 return adoptRef(new SpellCheckRequest(checkingRange, paragraphRange, text, textCheckingOptions, processType, hashes, offsets, requestNumber));
|
/external/chromium_org/third_party/freetype/src/cff/ |
cffload.c | 294 FT_FREE( idx->offsets ); 312 FT_FREE( idx->offsets ); 326 if ( idx->count > 0 && idx->offsets == NULL ) 337 if ( FT_NEW_ARRAY( idx->offsets, idx->count + 1 ) || 342 poff = idx->offsets; 373 FT_FREE( idx->offsets ); 396 if ( idx->offsets == NULL ) 413 /* at this point, `idx->offsets' can't be NULL */ 414 cur_offset = idx->offsets[0] - 1; 432 FT_ULong next_offset = idx->offsets[n] - 1 [all...] |
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttpost.c | 360 table->offsets = offset_table; 446 FT_FREE( table->offsets ); 551 idx += table->offsets[idx];
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
trnserr.cpp | 134 errln("FAIL: The input string was modified though the offsets were out of bounds."); 265 virtual void handleTransliterate(Replaceable& ,UTransPosition& offsets,UBool) const { 266 offsets.start = offsets.limit;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_xv.c | 249 int *pitches, int *offsets) 259 if (offsets) 260 offsets[0] = 0; 270 if (offsets) { 271 offsets[1] = size; 279 if (offsets) { 280 offsets[2] = size; 336 int pitches[3], offsets[3]; local 339 &w, &h, pitches, offsets); 341 y = buf + offsets[0] [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_shader.cpp | 308 signed char offsets[3]; local 310 offsets[i] = (signed char) offset->value.i[i]; 312 /* Combine all three offsets into a single unsigned dword: 321 offset_bits |= (offsets[i] << shift) & (0xF << shift);
|
/external/chromium_org/tools/cygprofile/ |
mergetraces.py | 96 """Converts the call addresses to static offsets and removes invalid calls. 143 Merges the two traces and coverts the virtual addresses to the offsets in the 146 addresses have already been converted to static offsets.
|
/external/freetype/src/cff/ |
cffload.c | 294 FT_FREE( idx->offsets ); 312 FT_FREE( idx->offsets ); 326 if ( idx->count > 0 && idx->offsets == NULL ) 337 if ( FT_NEW_ARRAY( idx->offsets, idx->count + 1 ) || 342 poff = idx->offsets; 373 FT_FREE( idx->offsets ); 396 if ( idx->offsets == NULL ) 413 /* at this point, `idx->offsets' can't be NULL */ 414 cur_offset = idx->offsets[0] - 1; 432 FT_ULong next_offset = idx->offsets[n] - 1 [all...] |
/external/freetype/src/sfnt/ |
ttpost.c | 360 table->offsets = offset_table; 446 FT_FREE( table->offsets ); 551 idx += table->offsets[idx];
|
/external/icu4c/test/intltest/ |
trnserr.cpp | 134 errln("FAIL: The input string was modified though the offsets were out of bounds."); 265 virtual void handleTransliterate(Replaceable& ,UTransPosition& offsets,UBool) const { 266 offsets.start = offsets.limit;
|
/external/llvm/test/MC/ARM/ |
eh-directive-pad.s | 4 @ Check for different stack pointer offsets. 6 @ The .pad directive will track the stack pointer offsets. There are several 7 @ ways to encode the stack offsets. We have to test:
|