HomeSort by relevance Sort by last modified time
    Searched full:num_records (Results 26 - 46 of 46) sorted by null

12

  /external/freetype/src/truetype/
ttpload.c 503 FT_UInt version, nn, num_records; local
521 num_records = FT_NEXT_USHORT( p );
538 /* The limit for `num_records' is a heuristic value. */
540 num_records > 255 ||
548 if ( FT_NEW_ARRAY( face->hdmx_record_sizes, num_records ) )
551 for ( nn = 0; nn < num_records; nn++ )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttpload.c 503 FT_UInt version, nn, num_records; local
521 num_records = FT_NEXT_USHORT( p );
538 /* The limit for `num_records' is a heuristic value. */
540 num_records > 255 ||
548 if ( FT_NEW_ARRAY( face->hdmx_record_sizes, num_records ) )
551 for ( nn = 0; nn < num_records; nn++ )
  /external/pdfium/third_party/freetype/src/truetype/
ttpload.c 497 FT_UInt version, nn, num_records; local
515 num_records = FT_NEXT_USHORT( p );
532 /* The limit for `num_records' is a heuristic value. */
534 num_records > 255 ||
542 if ( FT_NEW_ARRAY( face->hdmx_record_sizes, num_records ) )
545 for ( nn = 0; nn < num_records; nn++ )
  /system/core/libziparchive/
zip_archive_common.h 49 // disk only. i.e, that num_records_on_disk == num_records.
52 uint16_t num_records; member in struct:EocdRecord
zip_archive.cc 282 if (eocd->num_records == 0) {
288 eocd->num_records, eocd->cd_size, eocd->cd_start_offset);
300 archive->num_entries = eocd->num_records;
    [all...]
zip_writer.cc 433 er.num_records = files_.size();
  /external/kernel-headers/original/uapi/linux/
ndctl.h 85 __u32 num_records; member in struct:nd_cmd_ars_status
  /hardware/libhardware/include/hardware/
bt_sdp.h 112 typedef void (*btsdp_search_callback)(bt_status_t status, bt_bdaddr_t *bd_addr, uint8_t* uuid, int num_records, bluetooth_sdp_record *records);
bt_gatt_client.h 213 int num_records, int data_len, uint8_t* rep_data);
  /bionic/libc/kernel/uapi/linux/
ndctl.h 94 __u32 num_records; member in struct:nd_cmd_ars_status
  /system/bt/btif/src/
btif_gatt_client.c 127 uint8_t num_records; member in struct:__anon73360
755 , p_data->read_reports.num_records, p_data->read_reports.data_len, p_rep_data);
949 UINT8 num_records, UINT16 data_len,
954 BTIF_TRACE_DEBUG("%s - client_if:%d, %d, %d, %d",__FUNCTION__, ref_value, status, num_records,
962 btif_scan_track_cb.read_reports.num_records = num_records;
    [all...]
  /system/bt/stack/sdp/
sdpint.h 143 UINT16 num_records; member in struct:__anon73986
sdp_api.c 964 UINT8 num_records = 0; local
    [all...]
  /art/runtime/
trace.cc 699 size_t num_records = (final_offset - kTraceHeaderLength) / GetRecordSize(clock_source_); local
700 os << StringPrintf("num-method-calls=%zd\n", num_records);
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 487 int num_records, int data_len, uint8_t *p_rep_data)
494 report_format, num_records, jb);
    [all...]
  /system/bt/stack/include/
btm_ble_api.h 533 UINT8 num_records, UINT16 total_len,
574 UINT8 num_records[BTM_BLE_BATCH_REP_MAIN_Q_SIZE]; member in struct:__anon73820
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.cpp 1279 int num_records = 1; local
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 4133 int num_records = 0, num_ops = 0; local
    [all...]
  /system/bt/bta/include/
bta_api.h     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 791 bfd_size_type num_records;
820 num_records = table_size / table_entry_size;
823 bfd_malloc (num_records * sizeof (property_table_entry));
788 bfd_size_type num_records; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
ChangeLog.21     [all...]

Completed in 6360 milliseconds

12