/external/libvorbis/vq/ |
make_residue_books.pl | 50 my($name,$datafile,$bookname,$interval,$range)=split(' ',$1); 59 my $command="huffbuild $bookname.tmp $interval";
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowLooper.java | 99 public static void idleMainLooper(long interval) { 100 shadowOf(Looper.getMainLooper()).idle(interval);
|
/external/bluetooth/bluedroid/stack/btm/ |
btm_pm.c | 223 /* already in the requested mode and the current interval has less latency than the max */ 225 ((p_mode->mode & BTM_PM_MD_FORCE) && (p_mode->max >= p_cb->interval) && (p_mode->min <= p_cb->interval)) || 226 ((p_mode->mode & BTM_PM_MD_FORCE)==0 && (p_mode->max >= p_cb->interval)) ) 228 BTM_TRACE_DEBUG4( "BTM_SetPowerMode: mode:0x%x interval %d max:%d, min:%d", p_mode->mode, p_cb->interval, p_mode->max, p_mode->min); 597 ((md_res.max >= p_cb->interval) && (md_res.min <= p_cb->interval)) ) 779 ** interval - number of baseband slots (meaning depends on mode) 784 void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval) [all...] |
/art/runtime/base/ |
histogram.h | 56 void PrintConfidenceIntervals(std::ostream& os, double interval,
|
/external/chromium_org/cc/scheduler/ |
frame_rate_controller.h | 71 base::TimeDelta interval);
|
/external/chromium_org/cc/trees/ |
layer_tree_host_perftest.cc | 256 float interval = 0.5f; variable 258 // Start time in the middle of the interval when zoom = 1. 259 seconds += interval / 2.f; 263 float time_in_two_intervals = fmod(seconds, 2.f * interval) / interval;
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
cloud_print_xmpp_listener.h | 73 // Update ping interval when new local_settings was received. 74 void set_standard_ping_interval(int interval); 104 // Interval between pings in regular workflow.
|
/external/chromium_org/content/browser/geolocation/ |
gps_location_provider_linux.h | 89 void ScheduleNextGpsPoll(int interval);
|
wifi_data_provider_common.h | 27 // Calculates the new polling interval for wiFi scans, given the previous 28 // interval and whether the last scan produced new results. 107 void ScheduleNextScan(int interval); 119 // Controls the polling update interval.
|
/external/chromium_org/content/browser/gpu/ |
gpu_process_host_ui_shim.h | 109 base::TimeDelta interval);
|
/external/chromium_org/content/renderer/gpu/ |
compositor_output_surface.h | 92 base::TimeTicks timebase, base::TimeDelta interval);
|
/external/chromium_org/gpu/command_buffer/service/ |
gl_context_virtual.h | 45 virtual void SetSwapInterval(int interval) OVERRIDE;
|
/external/chromium_org/remoting/host/ |
heartbeat_sender.h | 62 // <rem:set-interval>300</rem:set-interval> 66 // The set-interval tag is used to specify desired heartbeat interval 67 // in seconds. The heartbeat-result and the set-interval tags are 68 // optional. Host uses default heartbeat interval if it doesn't find 69 // set-interval tag in the result Iq stanza it receives from the 122 void SetInterval(int interval);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/thread/ |
messagepump_unittest.py | 39 def schedule(self, interval, callback):
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tzbdtest.h | 75 virtual void findBoundariesStepwise(int32_t year, UDate interval, TimeZone* z, int32_t expectedChanges); 94 static const UDate INTERVAL;
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
fakeperiodicvideocapturer.h | 72 GetCaptureFormat()->interval / talk_base::kNumNanosecsPerMillisec),
|
/external/chromium_org/ui/gl/ |
gl_context.h | 56 // Set swap interval. This context must be current. 57 virtual void SetSwapInterval(int interval) = 0;
|
/external/icu4c/test/intltest/ |
tzbdtest.h | 75 virtual void findBoundariesStepwise(int32_t year, UDate interval, TimeZone* z, int32_t expectedChanges); 94 static const UDate INTERVAL;
|
/external/libppp/src/ |
radius.h | 76 int interval; member in struct:radius::__anon22850
|
/external/netperf/ |
netcpu_sysctl.c | 94 calibrate_idle_rate(int iterations, int interval)
|
netsh.h | 103 extern double interval;
|
/frameworks/base/services/common_time/ |
common_time_server.h | 67 status_t getMasterAnnounceInterval(int *interval); 68 status_t setMasterAnnounceInterval(int interval); 69 status_t getClientSyncInterval(int *interval); 70 status_t setClientSyncInterval(int interval);
|
/frameworks/native/include/ui/ |
FramebufferNativeWindow.h | 68 static int setSwapInterval(ANativeWindow* window, int interval);
|
/hardware/libhardware/include/hardware/ |
fb.h | 61 /* min swap interval supported by this framebuffer */ 64 /* max swap interval supported by this framebuffer */ 73 * requests a specific swap-interval (same definition than EGL) 78 int interval);
|
/hardware/qcom/media/mm-core/inc/ |
QOMX_FileFormatExtensions.h | 120 IL client to indicate the interval of the statistics notification to file mux 121 component. Time interval will indicate the frequency(in ms) when client needs 126 OMX_TICKS interval;/**< specifies the time(milliseconds) between updates */ member in struct:QOMX_RECORDINGSTATISTICSINTERVALTYPE
|