HomeSort by relevance Sort by last modified time
    Searched refs:delay_time (Results 1 - 18 of 18) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
xtestext1proto.h 173 CARD16 delay_time B16; /* how long to delay (in ms) */
184 CARD16 delay_time B16; /* how long to delay (in ms) */
200 CARD16 delay_time B16; /* how long to delay (in ms) */
218 CARD32 delay_time B32; /* how long to delay (in ms) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
xtestext1proto.h 173 CARD16 delay_time B16; /* how long to delay (in ms) */
184 CARD16 delay_time B16; /* how long to delay (in ms) */
200 CARD16 delay_time B16; /* how long to delay (in ms) */
218 CARD32 delay_time B32; /* how long to delay (in ms) */
  /external/autotest/server/site_tests/display_Tearing/
display_Tearing.py 195 delay_time = [timestamp_list[i] - timestamp_list[i-1]
205 max(delay_time), min(delay_time),
206 sum(delay_time)/len(delay_time))
  /external/pdfium/core/fxcodec/codec/
icodec_gifmodule.h 29 int32_t delay_time,
ccodec_gifmodule.cpp 68 int32_t delay_time,
77 delay_time, user_input, trans_index, disposal_method, interlace);
ccodec_progressivedecoder.h 188 int32_t delay_time,
fx_codec_progress.cpp 631 int32_t delay_time,
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_ht.c 320 unsigned int delay_time; local
321 delay_time = OVERLAPPING_BSS_TRANS_DELAY_FACTOR *
325 eloop_register_timeout(delay_time, 0, ap_ht2040_timeout,
329 delay_time);
400 unsigned int delay_time = OVERLAPPING_BSS_TRANS_DELAY_FACTOR * local
404 delay_time);
406 eloop_register_timeout(delay_time, 0, ap_ht2040_timeout,
  /external/ltp/tools/top-LTP/
top.c     [all...]
top.h 216 float delay_time; // 'd' or 's' - How long to sleep twixt updates member in struct:RCF_t
  /external/pdfium/core/fxcodec/lgif/
fx_gif.h 79 uint16_t delay_time; member in struct:tagGifGCE
247 int32_t delay_time,
fx_gif.cpp 748 gif_ptr->gce_ptr->delay_time =
749 GetWord_LSBFirst((uint8_t*)&gif_gce_ptr->delay_time);
895 (int32_t)gif_image_ptr->image_gce_ptr->delay_time,
    [all...]
  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java 88 mDelayEditText = (EditText) findViewById(R.id.delay_time);
  /developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java 88 mDelayEditText = (EditText) findViewById(R.id.delay_time);
  /development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
MainActivity.java 88 mDelayEditText = (EditText) findViewById(R.id.delay_time);
  /frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
MainActivity.java 62 mDelayEditText = findViewById(R.id.delay_time);
  /external/wpa_supplicant_8/src/radius/
radius_client.c 429 u32 delay_time; local
439 delay_time = now - entry->first_try;
440 WPA_PUT_BE32(acct_delay_time, delay_time);
444 delay_time);
    [all...]
  /hardware/broadcom/libbt/src/
hardware.c 158 const uint32_t delay_time; member in struct:__anon39970
312 ret_value = p_entry->delay_time;
    [all...]

Completed in 291 milliseconds