HomeSort by relevance Sort by last modified time
    Searched defs:time_out (Results 1 - 13 of 13) sorted by null

  /bionic/libc/kernel/uapi/linux/
ncp_mount.h 38 unsigned int time_out; member in struct:ncp_mount_data
53 unsigned int time_out; member in struct:ncp_mount_data_v4
  /external/kernel-headers/original/uapi/linux/
ncp_mount.h 34 unsigned int time_out; /* How long should I wait after member in struct:ncp_mount_data
57 unsigned int time_out; /* How long should I wait after member in struct:ncp_mount_data_v4
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ncp_mount.h 33 unsigned int time_out; /* How long should I wait after member in struct:ncp_mount_data
56 unsigned int time_out; /* How long should I wait after member in struct:ncp_mount_data_v4
  /development/host/windows/usb/api/
adb_api_legacy.h 138 ULONG time_out; member in struct:AdbBulkTransfer
147 time_out = 0;
  /system/core/fastboot/
usb_windows.cpp 155 unsigned long time_out = 5000; local
166 &written, time_out);
194 unsigned long time_out = 0; local
203 ret = AdbReadEndpointSync(handle_->adb_read_pipe, data, xfer, &read, time_out);
  /external/libxaac/decoder/armv7/
ixheaacd_qmf_dec_armv7.c 236 WORD32 time_out[2 * NO_SYNTHESIS_CHANNELS]; local
238 WORD32 ui_rem = ((WORD32)(&time_out[0]) % 8);
239 WORD32 *ptime_out = (pVOID)((WORD8 *)&time_out[0] + 8 - ui_rem);
247 ixheaacd_dct2_32(dct_in, time_out, qmf_dec_tables_ptr, filter_states);
  /external/syslinux/gpxe/src/drivers/net/
smc9000.c 626 unsigned long time_out; local
650 for (time_out = currticks() + 5*TICKS_PER_SEC; currticks() < time_out; ) {
715 status = 0; time_out = currticks() + 5*TICKS_PER_SEC;
749 }while(currticks() < time_out);
  /system/core/adb/client/
usb_windows.cpp 328 unsigned long time_out = 5000; local
341 time_out)) {
360 if (!AdbWriteEndpointSync(handle->adb_write_pipe, (void*)data, 0, &written, time_out)) {
384 unsigned long time_out = 0; local
397 if (!AdbReadEndpointSync(handle->adb_read_pipe, data, len, &read, time_out)) {
  /external/libxaac/decoder/
ixheaacd_sbr_dec.c 465 WORD32 *time_out = &(ptr_sbr_dec->sbr_scratch_local[128]); local
524 filter_l, &time_out[0], ch_fac);
528 syn_buffer[k] = (FLOAT32)time_out[k] / (1 << 16);
    [all...]
  /external/libxaac/decoder/armv8/
ixheaacd_qmf_dec_armv8.c 480 WORD32 time_out[2 * NO_SYNTHESIS_CHANNELS]; local
482 WORD32 ui_rem = ((WORD64)(&time_out[0]) % 8);
483 WORD32 *ptime_out = (pVOID)((WORD8 *)&time_out[0] + 8 - ui_rem);
488 ixheaacd_dct2_32(dct_in, time_out, qmf_dec_tables_ptr, filter_states);
    [all...]
  /external/libxaac/decoder/generic/
ixheaacd_qmf_dec_generic.c 714 WORD32 time_out[2 * NO_SYNTHESIS_CHANNELS]; local
716 WORD32 *ptime_out = &time_out[0];
721 ixheaacd_dct2_32(dct_in, time_out, qmf_dec_tables_ptr, filter_states);
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 87 "TransientResource", "time_out", "socket_peer_reset", "ioerror_peer_reset",
1375 time_out = TransientResource(OSError, errno=errno.ETIMEDOUT) variable
    [all...]
  /external/toybox/generated/
globals.h 440 unsigned long time_out; member in struct:arping_data

Completed in 465 milliseconds