Searched defs:records (Results 1 - 11 of 11) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
H A Dwinutil.cpp74 void Win32Utilities::freeLocales(LCIDRecord *records) argument
76 delete[] records;
/external/icu4c/layout/
H A DOpenTypeUtilities.cpp54 Offset OpenTypeUtilities::getTagOffset(LETag tag, const TagAndOffsetRecord *records, le_int32 recordCount) argument
62 if (SWAPT(records[extra].tag) <= tag) {
69 if (SWAPT(records[index + probe].tag) <= tag) {
74 if (SWAPT(records[index].tag) == tag) {
75 return SWAPW(records[index].offset);
81 le_int32 OpenTypeUtilities::getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount) argument
93 if (SWAPW(records[extra].firstGlyph) <= glyphID) {
100 if (SWAPW(records[range + probe].firstGlyph) <= glyphID) {
105 if (SWAPW(records[range].firstGlyph) <= glyphID && SWAPW(records[rang
[all...]
H A DPairPositioningSubtables.cpp127 const PairValueRecord *PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records, le_uint16 recordCount, le_uint16 recordSize) const argument
133 const PairValueRecord *record = records;
147 const PairValueRecord *record = records;
/external/icu4c/test/intltest/
H A Dwinutil.cpp81 void Win32Utilities::freeLocales(LCIDRecord *records) argument
86 delete[] records;
/external/mtpd/
H A Dmtpd.c277 struct addrinfo *records; local
283 error = getaddrinfo(server, port, &hints, &records);
290 for (r = records; r; r = r->ai_next) {
301 freeaddrinfo(records);
/external/qemu/telephony/
H A Dsim_card.c16 /* set ENABLE_DYNAMIC_RECORDS to 1 to enable dynamic records
174 cbytes_t records; member in struct:__anon5036
/external/skia/src/animator/
H A DSkAnimateActive.cpp129 int records = saveIndex / oldCount; local
130 int newTotal = records * newCount;
/external/bluetooth/bluez/plugins/
H A Dservice.c77 GSList *records; member in struct:service_adapter
282 for (list = serv_adapter->records; list; list = list->next) {
326 serv_adapter->records = g_slist_remove(serv_adapter->records,
409 serv_adapter->records = g_slist_append(serv_adapter->records,
758 for (l = serv_adapter->records; l != NULL; l = next) {
/external/bluetooth/bluez/src/
H A Dstorage.c976 sdp_list_t *records, *seq; local
982 records = read_records(src, dst);
984 for (seq = records; seq; seq = seq->next) {
989 if (records)
990 sdp_list_free(records, (sdp_free_func_t) sdp_record_free);
H A Ddevice.c102 sdp_list_t *records; member in struct:browse_req
197 if (req->records)
198 sdp_list_free(req->records, (sdp_free_func_t) sdp_record_free);
1348 sdp_list_t *records; local
1354 records = read_records(&src, &device->bdaddr);
1387 rec = find_record_in_list(records, list->data);
1393 records = sdp_list_remove(records, rec);
1398 if (records)
1399 sdp_list_free(records, (sdp_free_func_
[all...]
/external/freetype/include/freetype/internal/
H A Dtttypes.h180 /* A structure modeling TrueType name records. Name records are used */
234 /* names :: An array of name records. */
353 /* num_records :: The number of hdmx records. */
355 /* records :: An array of hdmx records. */
361 TT_HdmxEntry records; member in struct:TT_HdmxRec_
1117 /* num_names :: The number of name records within this */
1120 /* name_table :: The table of name records (`name'). */
1279 FT_UShort num_names; /* number of name records */
[all...]

Completed in 244 milliseconds