/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXInlineTextBox.cpp | 87 void AXInlineTextBox::textCharacterOffsets(Vector<int>& offsets) const 96 offsets.resize(len); 101 offsets[i] = lroundf(widthSoFar);
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
TextChecking.h | 80 TextCheckingRequestData(int sequence, const String& text, TextCheckingTypeMask mask, TextCheckingProcessType processType, const Vector<uint32_t>& markers, const Vector<unsigned>& offsets) 86 , m_offsets(offsets) 95 const Vector<unsigned>& offsets() const { return m_offsets; } function in class:WebCore::TextCheckingRequestData
|
/external/libhevc/common/ |
ihevc_cabac_tables.h | 60 * @brief start offsets of cabac contexts for various syntax elements 62 * @remarks Init ContextModel generation and these offsets are tightly coupled 63 See the cabac table generation utility for these offsets
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
dso-data.c | 50 struct test_data_offset offsets[] = { variable in typeref:struct:test_data_offset 109 for (i = 0; i < ARRAY_SIZE(offsets); i++) { 110 struct test_data_offset *data = &offsets[i];
|
/external/lldb/test/lang/objc/objc-ivar-offsets/ |
TestObjCIvarOffsets.py | 1 """Test printing ObjC objects that use unbacked properties - so that the static ivar offsets are incorrect.""" 11 mydir = os.path.join("lang", "objc", "objc-ivar-offsets") 78 # Make sure we also get bit-field offsets correct:
|
/external/chromium_org/third_party/icu/source/common/ |
ucnv_u32.c | 128 int32_t *myOffsets = args->offsets; 206 args->offsets = myOffsets; 232 &args->offsets, -1, 335 &args->offsets, -1, 341 myOffsets = args->offsets; 414 args->offsets = myOffsets; 596 int32_t *myOffsets = args->offsets; 684 args->offsets = myOffsets; 710 &args->offsets, -1, 821 &args->offsets, -1 1049 int32_t *offsets=pArgs->offsets; local [all...] |
ucnv.c | 755 _updateOffsets(int32_t *offsets, int32_t length, 770 * does not handle offsets 775 limit=offsets+length; 780 while(offsets<limit) { 781 offset=*offsets; 783 *offsets=offset+delta; 785 ++offsets; 790 * does not handle offsets 793 while(offsets<limit) { 794 *offsets++=-1 829 int32_t *offsets; local 1119 int32_t *offsets; local 1274 int32_t *offsets; local 1565 int32_t *offsets; local [all...] |
uresdata.h | 36 /** Resource type constant for tables with 32-bit count, key offsets and values. */ 40 * Resource type constant for tables with 16-bit count, key offsets and values. 143 * of the using-bundle are omitted, and the key string offsets for such key strings refer 144 * to offsets in the pool bundle. 198 * which are offsets to String-v2 resources in the same 16-bit-units array. 207 * All other types and values use 28-bit offsets to point to the item's data. 210 * To get byte offsets, the offset is multiplied by 4 (or shifted left by 2 bits). 213 * New in formatVersion 2/ICU 4.4: Some types use offsets into the 16-bit-units array, 221 * Table items contain key-value pairs where the keys are offsets to char * key strings. 223 * offsets into the 16-bit-units array, depending on the table type [all...] |
ucnv_io.c | 57 * you just need to sum up the previous offsets. 187 offsetsCount, /* length of the swapper's temporary offsets[] */ 1129 uint32_t offsets[offsetsCount]; \/* 16-bit-addressed offsets from inTable\/outTable *\/ local [all...] |
/external/icu/icu4c/source/common/ |
ucnv_u32.c | 129 int32_t *myOffsets = args->offsets; 207 args->offsets = myOffsets; 233 &args->offsets, -1, 336 &args->offsets, -1, 342 myOffsets = args->offsets; 415 args->offsets = myOffsets; 597 int32_t *myOffsets = args->offsets; 685 args->offsets = myOffsets; 711 &args->offsets, -1, 822 &args->offsets, -1 1050 int32_t *offsets=pArgs->offsets; local [all...] |
ucnv.c | 765 _updateOffsets(int32_t *offsets, int32_t length, 780 * does not handle offsets 785 limit=offsets+length; 790 while(offsets<limit) { 791 offset=*offsets; 793 *offsets=offset+delta; 795 ++offsets; 800 * does not handle offsets 803 while(offsets<limit) { 804 *offsets++=-1 839 int32_t *offsets; local 1129 int32_t *offsets; local 1284 int32_t *offsets; local 1575 int32_t *offsets; local [all...] |
uresdata.h | 37 /** Resource type constant for tables with 32-bit count, key offsets and values. */ 41 * Resource type constant for tables with 16-bit count, key offsets and values. 149 * of the using-bundle are omitted, and the key string offsets for such key strings refer 150 * to offsets in the pool bundle. 204 * which are offsets to String-v2 resources in the same 16-bit-units array. 213 * All other types and values use 28-bit offsets to point to the item's data. 216 * To get byte offsets, the offset is multiplied by 4 (or shifted left by 2 bits). 219 * New in formatVersion 2/ICU 4.4: Some types use offsets into the 16-bit-units array, 227 * Table items contain key-value pairs where the keys are offsets to char * key strings. 229 * offsets into the 16-bit-units array, depending on the table type [all...] |
ucnv_io.cpp | 58 * you just need to sum up the previous offsets. 189 offsetsCount, /* length of the swapper's temporary offsets[] */ 1134 uint32_t offsets[offsetsCount]; \/* 16-bit-addressed offsets from inTable\/outTable *\/ local [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
framed_browser_window.h | 12 // Offsets from the top/left of the window frame to the top of the window 17 // Offsets from the top/left of the window frame to the top of the window
|
/external/chromium_org/media/formats/common/ |
offset_byte_queue.h | 16 // offsets into this class, going some way towards preventing the proliferation 47 // The head and tail positions, in terms of the file's absolute offsets.
|
/external/chromium_org/mojo/public/cpp/bindings/lib/ |
bindings_serialization.h | 26 // Pointers are encoded as relative offsets. The offsets are relative to the
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_draw.h | 72 * glVertex/Color/TexCoordPointer() are really offsets into the VBO, not real 73 * addresses. At some point we need to convert those pointers to offsets.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-857.js | 28 // Make sure ES5 15.9.1.15 (ISO 8601 / RFC 3339) time zone offsets of 34 // colon-less time expressions in time zone offsets are not conformant
|
/external/freetype/src/autofit/ |
afblue.hin | 69 /* The AF_Blue_String enumeration values are offsets into the */ 111 /* The AF_Blue_Stringset enumeration values are offsets into the */
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfAccelTable.h | 41 // | OFFSETS | 52 // the offsets contain the offset into the data area for the particular 59 // If we have a match we look at that same entry in the offsets table and 86 // and hash data offsets in this table. 159 // hash and the offsets to the DIEs themselves. 168 const DIE *Die; // Offsets 193 DwarfAccelTable::DataArray &Data; // offsets 239 // Buckets/Hashes/Offsets
|
/external/mesa3d/src/mesa/state_tracker/ |
st_draw.h | 72 * glVertex/Color/TexCoordPointer() are really offsets into the VBO, not real 73 * addresses. At some point we need to convert those pointers to offsets.
|
/frameworks/av/media/img_utils/src/ |
TiffIfd.cpp | 79 ALOGW("%s: Could not calculate IFD offsets, IFD %u contains too many entries.", 85 ALOGW("%s: Could not calculate IFD offsets, IFD %u contains no entries.", __FUNCTION__, 91 ALOGW("%s: Could not calculate IFD offsets, IFD %u had a bad initial offset.", 264 // Set uninitialized offsets 298 // Get old offsets and bytecounts 325 // Calculate updated byte offsets 335 ALOGE("%s: Coult not build updated offsets entry in IFD %u", __FUNCTION__, mIfdId); 340 ALOGE("%s: Failed to add updated offsets entry in IFD %u", __FUNCTION__, mIfdId);
|
/external/icu/icu4c/source/test/intltest/ |
convtest.cpp | 135 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode); 137 cc.offsets=NULL; 139 errln("toUnicode[%d] unicode[%d] and offsets[%d] must have the same length", 257 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode); 259 cc.offsets=NULL; 261 errln("fromUnicode[%d] bytes[%d] and offsets[%d] must have the same length", 750 printOffsets(const int32_t *offsets, int32_t length, char *out) { 753 if(offsets==NULL) [all...] |
/art/runtime/entrypoints/interpreter/ |
interpreter_entrypoints.h | 22 #include "offsets.h"
|
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/ |
SampleSpellCheckerService.java | 104 final int[] offsets; local 118 offsets = new int[] { 2, 15, 20 }; 130 offsets = new int[] { 0 }; 134 new SentenceSuggestionsInfo(sis, lengths, offsets);
|