HomeSort by relevance Sort by last modified time
    Searched full:period (Results 376 - 400 of 2697) sorted by null

<<11121314151617181920>>

  /external/nist-sip/java/gov/nist/javax/sip/
ClientTransactionExt.java 26 * given time period ( in base timer interval count ) after sending request. The stack will
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
sound9.c 43 soundsystem->period = 0x1000000 / rate;
  /external/qemu/pc-bios/keymaps/
pt-br 59 period 0x34
  /external/replicaisland/res/values/
arrays.xml 60 <item>PERIOD</item>
  /external/smack/src/org/jivesoftware/smack/
PacketInterceptor.java 44 * not block for any extended period of time.
PacketListener.java 42 * for any extended period of time.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 85 public String period; field in class:NetworkController.MobileDataController.DataUsageInfo
  /packages/inputmethods/LatinIME/java/res/xml-sw600dp/
key_period.xml 24 <!-- The table period key which may have different label depending on locale -->
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
timeb.h 96 struct timespec it_interval; /* Timer period */
  /external/chromium_org/chrome/app/
signature_validator_win.cc 103 // moment, based on the validity period specified in the certificate.
126 // Validity period start-date
129 // Validity period end-date
  /external/chromium_org/chrome/browser/sync_file_system/
sync_process_runner_unittest.cc 253 // The next task will run after throttle period is over.
254 // And its failure should extend the throttle period by twice.
269 // Then, following failing task should not extend throttling period.
  /external/chromium_org/net/base/
load_states_list.h 83 // request, this state includes the period of time during which the message
89 // corresponds to the period after the request is sent and before all of the
95 // the period after the response headers have been received and before all of
  /external/chromium_org/net/quic/
quic_time_wait_list_manager.h 39 // wait state. After the connection_id expires its time wait period, a new
85 // period.
155 // Time period for which connection_ids should remain in time wait state.
  /external/chromium_org/net/tools/quic/
quic_time_wait_list_manager.h 43 // wait state. After the connection_id expires its time wait period, a new
89 // period.
159 // Time period for which connection_ids should remain in time wait state.
  /external/chromium_org/third_party/hwcplus/include/hardware/
hwcomposer_defs.h 53 * the layer will be unavailable for use for an extended period of time,
138 * Returns the vsync period in nanoseconds.
157 /* The vsync period in nanoseconds */
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 152 double period = 1.0 / (double)freq.QuadPart; local
155 double start_time = ctime_li.QuadPart * period;
175 double ctime = (double)ctime_li.QuadPart * period - start_time;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp 136 double period = 1.0 / (double)freq.QuadPart; local
139 double start_time = ctime_li.QuadPart * period;
159 double ctime = (double)ctime_li.QuadPart * period - start_time;
  /external/chromium_org/third_party/webrtc/base/
pathutils.h 36 // If extension exists, it consists of a period followed by zero or more
37 // non-period/non-delimiter characters, and basename is non-empty.
88 // SetExtension will prefix a period, if needed.
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 152 double period = 1.0 / (double)freq.QuadPart; local
155 double start_time = ctime_li.QuadPart * period;
175 double ctime = (double)ctime_li.QuadPart * period - start_time;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp 136 double period = 1.0 / (double)freq.QuadPart; local
139 double start_time = ctime_li.QuadPart * period;
159 double ctime = (double)ctime_li.QuadPart * period - start_time;
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockResponse.java 232 * Throttles the response body writer to sleep for the given period after each
236 public MockResponse throttleBody(int bytesPerPeriod, long period, TimeUnit unit) {
238 this.throttlePeriod = period;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DataUsageDetailView.java 104 final TextView period = (TextView) findViewById(R.id.usage_period_text); local
105 period.setText(info.period);
  /frameworks/native/services/surfaceflinger/
FrameTracker.h 73 // setDisplayRefreshPeriod sets the display refresh period in nanoseconds.
75 // to this period.
154 // mDisplayPeriod is the display refresh period of the display for which
  /hardware/intel/img/psb_video/src/
tng_slotorder.c 98 int intracnt, /*Input, Intra period*/
99 int idrcnt, /*INput, IDR period. 0: only one IDR; */
150 printf("%s [bframe_number] [intra period] [frame_number]\n", argv[0]);
  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 54 * the layer will be unavailable for use for an extended period of time,
158 * Returns the vsync period in nanoseconds.
177 /* The vsync period in nanoseconds */

Completed in 684 milliseconds

<<11121314151617181920>>