/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng.h | 65 #define GPS_AUTO_OFF_TIME 2 /* secs */
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
loc_eng.h | 65 #define GPS_AUTO_OFF_TIME 2 /* secs */
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
loc_eng.h | 65 #define GPS_AUTO_OFF_TIME 2 /* secs */
|
/platform_testing/libraries/google-docs-app-helper/src/android/platform/test/helpers/ |
GoogleDocsHelperImpl.java | 49 private static final long LOAD_DOCUMENT_TIMEOUT = 60000; // 60 secs
|
/platform_testing/libraries/power-helper/src/com/android/helper/ |
PowerTestHelper.java | 40 private final static long SYNC_DELAY = 10 * 1000; // 10 secs
|
/platform_testing/tests/androidbvt/src/com/android/androidbvt/ |
FrameworkDownloadTests.java | 160 // Tries 5 times/5 secs for download to be completed
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_capi.py | 28 time.sleep(random.random()*0.02) #0.01 secs on average
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_capi.py | 28 time.sleep(random.random()*0.02) #0.01 secs on average
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_capi.py | 28 time.sleep(random.random()*0.02) #0.01 secs on average
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_capi.py | 28 time.sleep(random.random()*0.02) #0.01 secs on average
|
/toolchain/binutils/binutils-2.25/include/som/ |
internal.h | 26 unsigned int secs; member in struct:som_clock
|
/packages/apps/Music/src/com/android/music/ |
MusicUtils.java | 751 public static String makeTimeString(Context context, long secs) { 753 secs < 3600 ? R.string.durationformatshort : R.string.durationformatlong); 761 timeArgs[0] = secs / 3600; 762 timeArgs[1] = secs / 60; 763 timeArgs[2] = (secs / 60) % 60; 764 timeArgs[3] = secs; 765 timeArgs[4] = secs % 60; [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
nlmcode.h | 1146 asection **secs; local 1232 asection **secs; local [all...] |
/system/update_engine/common/ |
utils.cc | 975 string FormatSecs(unsigned secs) { 976 return FormatTimeDelta(TimeDelta::FromSeconds(secs)); 995 unsigned secs = delta.InSeconds(); local 996 delta -= TimeDelta::FromSeconds(secs); 1005 base::StringAppendF(&str, "%u", secs); [all...] |
/external/wpa_supplicant_8/src/utils/ |
eloop.h | 169 * @secs: Number of seconds to the timeout 179 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
AnotherPacketSource.cpp | 39 const int64_t kNearEOSMarkUs = 2000000ll; // 2 secs 271 ALOGV("queueAccessUnit timeUs=%" PRIi64 " us (%.2f secs)",
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
Converter.cpp | 174 mOutputFormat->setInt32("i-frame-interval", 15); // Iframes every 15 secs 749 ALOGV("[%s] time %lld us (%.2f secs)",
|
/prebuilts/go/darwin-x86/src/runtime/ |
os1_darwin.go | 373 secs := timediv(ns, 1000000000, &nsecs) 374 r := mach_semaphore_timedwait(uint32(_g_.m.waitsema), uint32(secs), uint32(nsecs))
|
/prebuilts/go/linux-x86/src/runtime/ |
os1_darwin.go | 373 secs := timediv(ns, 1000000000, &nsecs) 374 r := mach_semaphore_timedwait(uint32(_g_.m.waitsema), uint32(secs), uint32(nsecs))
|
/system/core/libnetutils/ |
dhcpclient.c | 273 ALOGD("xid = 0x%08x secs = %d, flags = 0x%04x optlen = %d", 274 ntohl(msg->xid), ntohs(msg->secs), ntohs(msg->flags), len);
|
/build/kati/ |
INTERNALS.md | 24 For Android with my fairly beefy workstation, null build took ~100 secs with GNU 25 make. This means you needed to wait ~100 secs to see if there's a compile error 521 kati takes ~30 secs at the first run but the second run takes only ~1 sec. 532 Quickly doing the last check is not trivial. It takes ~18 secs to run all
|
/cts/suite/audio_quality/lib/src/ |
SignalProcessingImpl.cpp | 249 const int READ_TIMEOUT_MS = 60000 * 2; // as some calculation like calc_delay takes almost 20 secs
|
/external/ceres-solver/internal/ceres/ |
canonical_views_clustering.cc | 94 VLOG(2) << "Canonical views clustering time (secs): "
|
/external/chromium-trace/catapult/devil/devil/android/ |
app_ui.py | 166 is *slow*, ~2 secs per call. Do not rely on low-level implementation
|
/external/dhcpcd-6.8.2/ |
dhcp.h | 167 uint16_t secs; /* elapsed time in sec. from boot */ member in struct:dhcp_message
|