HomeSort by relevance Sort by last modified time
    Searched refs:secs (Results 176 - 200 of 247) sorted by null

1 2 3 4 5 6 78 910

  /external/mesa3d/src/gallium/state_trackers/clover/api/
kernel.cpp 221 if (!any_of(type_equals(module::section::text_executable), m.secs))
  /external/skia/samplecode/
SampleAtlas.cpp 243 SkScalar angle = SkDoubleToScalar(fmod(timer.secs() * 360 / 24, 360));
  /external/skqp/samplecode/
SampleAtlas.cpp 243 SkScalar angle = SkDoubleToScalar(fmod(timer.secs() * 360 / 24, 360));
  /external/v8/src/base/platform/
platform.h 120 static int GetUserTime(uint32_t* secs, uint32_t* usecs);
platform-win32.cc 427 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) {
439 *secs = static_cast<uint32_t>(usertime / 1000000);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 65 u_int16_t secs; member in struct:dhcp_message
  /system/update_engine/common/
utils.h 273 std::string FormatSecs(unsigned secs);
  /external/python/cpython3/Lib/test/
test_calendar.py     [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java 1112 long secs = 0; local
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 1210 NormalizedSeconds(IO &, TotalSeconds &secs)
1211 : hours(secs/3600),
1212 minutes((secs - (hours*3600))/60),
1213 seconds(secs % 60) {
1224 static void mapping(IO &io, TotalSeconds &secs) {
1225 MappingNormalization<NormalizedSeconds, TotalSeconds> keys(io, secs);
    [all...]
  /external/ppp/pppd/
main.c     [all...]
  /external/wpa_supplicant_8/src/utils/
eloop.c 762 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
777 timeout->time.sec += secs;
783 wpa_printf(MSG_DEBUG, "ELOOP: Too long timeout (secs=%u) to "
784 "ever happen - ignore it", secs);
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 563 time_t secs = ts.tv_sec - visu_ctxt->buffer_update_time.tv_sec; local
566 --secs;
569 delta_ms = secs * 1000 + nsec / 1000000;
    [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 778 char secs[256]; local
780 sprintf(secs, "%f", (timeStop-timeStart)/1000.0);
782 secs[0]=0;
789 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL);
    [all...]
  /external/iproute2/misc/
ss.c 876 int secs, msecs, minutes; local
878 secs = timeout/1000;
879 minutes = secs/60;
880 secs = secs%60;
887 secs = 0;
889 if (secs) {
890 if (secs > 9)
892 sprintf(buf+strlen(buf), "%d%s", secs, msecs ? "." : "sec");
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_darwin.go 426 secs := timediv(ns, 1000000000, &nsecs)
427 r := mach_semaphore_timedwait(_g_.m.waitsema, uint32(secs), uint32(nsecs))
  /prebuilts/go/linux-x86/src/runtime/
os_darwin.go 426 secs := timediv(ns, 1000000000, &nsecs)
427 r := mach_semaphore_timedwait(_g_.m.waitsema, uint32(secs), uint32(nsecs))
  /system/connectivity/wifilogd/tests/
os_unittest.cpp 32 *os << "[secs:" << ts.tv_sec << " "
123 EXPECT_EQ(kFakeSecs, received.secs);
  /system/core/libnetutils/
dhcpclient.c 271 ALOGD("xid = 0x%08x secs = %d, flags = 0x%04x optlen = %d",
272 ntohl(msg->xid), ntohs(msg->secs), ntohs(msg->flags), len);
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 576 of 0 secs and using low battery percent threshold of 3.5
592 secs = float(line.split(split_re)[1].split()[0])
594 return (percent, secs)
  /external/syslinux/lzo/src/
lzo_supp.h 2931 double secs; local
2971 double secs; local
    [all...]
  /frameworks/base/tests/net/java/android/net/dhcp/
DhcpPacketTest.java 873 short secs = 7; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
bfd.c     [all...]
  /external/fio/
backend.c 804 uint64_t secs, remainder, bps, bytes, iops; local
823 secs = bytes / bps;
825 return remainder * 1000000 / bps + secs * 1000000;
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandScheduler.java 1748 long secs = duration % 60; local
    [all...]

Completed in 1119 milliseconds

1 2 3 4 5 6 78 910