/external/chromium_org/chrome/browser/speech/ |
tts_linux.cc | 177 float rate = params.rate > 3 ? 3 : params.rate; local 178 rate = params.rate < 0.334 ? 0.334 : rate; 192 libspeechd_loader_.spd_set_voice_rate(conn_, 100 * log10(rate) / log10(3));
|
/external/chromium_org/components/nacl/renderer/ |
histogram.cc | 199 int32_t rate = std::min(kb / (us / 1000000.0), kMaxRate); local 201 rate,
|
/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_refresh_scheduler_unittest.cc | 126 base::TimeDelta rate = base::TimeDelta::FromMilliseconds( local 130 CheckTimingWithAge(rate, 209 // The scheduler has scheduled refreshes at the initial refresh rate. 226 // The next refresh has been scheduled using a lower refresh rate. 255 // The next refresh has been scheduled at the normal rate. 272 // The next refresh has been scheduled using a lower refresh rate. 276 // refresh is rescheduled at the lower rate again; after executing all 280 // The next refresh has been scheduled using a lower refresh rate. 299 // The next refresh has been scheduled using a lower refresh rate. 307 // default polling rate [all...] |
/external/chromium_org/storage/browser/quota/ |
storage_monitor.h | 40 // rate of the observer. 53 base::TimeDelta rate; member in struct:storage::StorageObserverList::ObserverState
|
/external/chromium_org/third_party/WebKit/Source/platform/speech/ |
PlatformSpeechSynthesisUtterance.h | 61 float rate() const { return m_rate; } function in class:blink::FINAL 62 void setRate(float rate) { m_rate = std::max(std::min(10.0f, rate), 0.1f); }
|
/external/chromium_org/tools/android/ps_ext/ |
ps_ext.c | 26 const long rate = sysconf(_SC_CLK_TCK); local 32 const long ticks = (long) (rate * uptime_secs); 33 printf(" \"time\": { \"ticks\": %ld, \"rate\": %ld}", ticks, rate);
|
/external/iproute2/tc/ |
q_hfsc.c | 54 "SC := [ [ umax BYTE ] dmax SEC ] rate BPS\n" 58 " rate : rate\n" 340 unsigned int umax = 0, dmax = 0, rate = 0; local 360 if (matches(*argv, "rate") == 0) { 362 if (get_rate(&rate, *argv) < 0) { 363 explain1("rate"); 374 if (dmax != 0 && ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax) > rate) { 381 sc->m2 = rate; 385 * is at dmax - umax / rate [all...] |
q_netem.c | 42 " [ rate RATE [PACKETOVERHEAD] [CELLSIZE] [CELLOVERHEAD]]\n"); 179 struct tc_netem_rate rate; local 187 memset(&rate, 0, sizeof(rate)); 386 } else if (matches(*argv, "rate") == 0) { 389 if (get_rate(&rate.rate, *argv)) { 390 explain1("rate"); 395 if (get_s32(&rate.packet_overhead, *argv, 0)) 504 const struct tc_netem_rate *rate = NULL; local [all...] |
/external/kernel-headers/original/uapi/rdma/ |
ib_user_sa.h | 70 __u8 rate; member in struct:ib_user_path_rec
|
/external/netperf/ |
netcpu_kstat.c | 41 idle. The rate at which this increments during a test is compared 259 rate[MAXTIMES], local 287 rate[i] = (float)0.0; 329 if (temp_rate > rate[i]) rate[i] = temp_rate; 331 fprintf(where,"\trate[%d] = %g\n",i,rate[i]); 334 if (local_maxrate < rate[i]) local_maxrate = rate[i];
|
netcpu_perfstat.c | 43 idle. The rate at which this increments during a test is compared 125 rate[MAXTIMES], local 166 rate[i] = (float)0.0; 250 if (temp_rate > rate[i]) rate[i] = temp_rate; 252 fprintf(where,"\trate[%d] = %g\n",i,rate[i]); 255 if (local_maxrate < rate[i]) local_maxrate = rate[i];
|
netcpu_pstat.c | 34 idle. The rate at which this increments during a test is compared 95 cpu rate to the calling routine. */ 108 rate[MAXTIMES], local 139 rate[i] = 0.0; 201 if (temp_rate > rate[i]) rate[i] = temp_rate; 203 fprintf(where,"\trate[%d] = %g\n",i,rate[i]); 206 if (local_maxrate < rate[i]) local_maxrate = rate[i];
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorIntegrationTests.java | 53 * It is however, acceptable that when a client is activated at a higher sampling rate, it would 54 * cause other clients to receive data at a faster sampling rate. A client causing other clients 55 * to receive data at a lower sampling rate is, however, not acceptable. 258 int rate; local 261 rate = SensorManager.SENSOR_DELAY_FASTEST; 266 rate = maxSamplingRate * mGenerator.nextInt(10); 268 return rate;
|
/cts/tests/tests/textureview/src/android/textureview/cts/ |
TextureViewTestActivity.java | 58 /* Worst case is 2 * actual refresh rate, in case when the delay pushes the frame off 65 /* Need to give time based on (frame duration limited by refresh rate + delay given 78 float rate = display.getRefreshRate(); local 79 oneframeMs = roundUpFrame(mDelayMs, (int)(1000.0f / rate));
|
/external/chromium_org/chrome/browser/net/ |
predictor_unittest.cc | 395 double rate; local 397 motivation_url, subresource_url, recovered_referral_list, &rate)); 398 EXPECT_EQ(rate, kUseRate); 512 double rate; local 515 &rate)); 516 EXPECT_SIMILAR(rate, kRateIcon); 519 motivation_url, img_subresource_url, recovered_referral_list, &rate)); 520 EXPECT_SIMILAR(rate, kRateImg); 529 motivation_url, icon_subresource_url, recovered_referral_list, &rate)); 530 EXPECT_SIMILAR(rate, kRateIcon / 2) [all...] |
/external/chromium_org/chrome/browser/speech/extension_api/ |
tts_extension_api.cc | 184 double rate = 1.0; local 187 options->GetDouble(constants::kRateKey, &rate)); 188 if (rate < 0.1 || rate > 10.0) { 263 continuous_params.rate = rate;
|
/external/chromium_org/third_party/leveldatabase/src/doc/bench/ |
db_bench_tree_db.cc | 260 char rate[100]; local 261 snprintf(rate, sizeof(rate), "%6.1f MB/s", 264 message_ = std::string(rate) + " " + message_; 266 message_ = rate;
|
/external/chromium_org/third_party/opus/src/src/ |
opus_compare.c | 183 unsigned rate; local 198 rate=48000; 203 rate=atoi(_argv[2]); 204 if(rate!=8000&&rate!=12000&&rate!=16000&&rate!=24000&&rate!=48000){ 206 "Sampling rate must be 8000, 12000, 16000, 24000, or 48000\n"); 209 downsample=48000/rate; [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
page_heap.cc | 47 "Rate at which we release unused memory to the system. " 329 const double rate = FLAGS_tcmalloc_release_rate; local 330 if (rate <= 1e-6) { 331 // Tiny release rate means that releasing is disabled. 345 const double mult = 1000.0 / rate;
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
page_heap.cc | 47 "Rate at which we release unused memory to the system. " 268 const double rate = FLAGS_tcmalloc_release_rate; local 269 if (rate <= 1e-6) { 270 // Tiny release rate means that releasing is disabled. 284 const double mult = 1000.0 / rate;
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ |
audio_processing_impl.h | 50 void set(int rate) { 51 rate_ = rate; 55 int rate() const { return rate_; } function in class:webrtc::AudioRate 70 void set(int rate, int num_channels) { 71 AudioRate::set(rate); 95 virtual int set_sample_rate_hz(int rate) OVERRIDE;
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
rtp_receiver_impl.cc | 103 const uint32_t rate) { 111 payload_name, payload_type, frequency, channels, rate, 270 uint32_t rate = 0; local 304 rate = payload->typeSpecific.Audio.rate; 321 rtp_header.payload_type_frequency, channels, rate)) {
|
/external/libopus/src/ |
opus_compare.c | 183 unsigned rate; local 198 rate=48000; 203 rate=atoi(_argv[2]); 204 if(rate!=8000&&rate!=12000&&rate!=16000&&rate!=24000&&rate!=48000){ 206 "Sampling rate must be 8000, 12000, 16000, 24000, or 48000\n"); 209 downsample=48000/rate; [all...] |
/external/libvorbis/include/vorbis/ |
codec.h | 31 long rate; member in struct:vorbis_info 37 implies a fixed rate bitstream 43 may also be set to give a nominal rate.
|
/external/libvorbis/lib/ |
backends.h | 43 long rate; member in struct:__anon4288
|