HomeSort by relevance Sort by last modified time
    Searched defs:tm (Results 201 - 225 of 289) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocPBQP.cpp 128 const TargetMachine *tm; member in class:__anon40542::RegAllocPBQP
346 const TargetMachine &tm = mf->getTarget(); local
347 CoalescerPair cp(*tm.getInstrInfo(), *tm.getRegisterInfo());
642 tm = &mf->getTarget();
643 tri = tm->getRegisterInfo();
644 tii = tm->getInstrInfo();
  /external/toybox/toys/pending/
crond.c 586 time_t tm = ptime-ptime%60; local
588 for (; tm <= ctime; tm += 60) {
589 struct tm *lt;
593 if (tm <= ptime) continue;
594 lt = localtime(&tm);
  /external/u-boot/drivers/net/
ftmac100.h 39 unsigned int tm; /* 0xcc */ member in struct:ftmac100
  /external/u-boot/drivers/spi/
atcspi200_spi.c 95 u32 tm; local
97 tm = ns->regs->timing;
98 tm &= ~SCLK_DIV_MASK;
109 tm |= div;
110 ns->regs->timing = tm;
tegra114_spi.c 254 int tm, i; local
280 for (tm = 0; tm < SPI_TIMEOUT; ++tm) {
327 if (tm >= SPI_TIMEOUT)
328 ret = tm;
341 printf("%s: timeout during SPI transfer, tm %d\n",
tegra20_slink.c 239 int tm, i; local
261 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) {
272 tm++;
289 if (tm >= SPI_TIMEOUT)
290 ret = tm;
303 printf("%s: timeout during SPI transfer, tm %d\n",
tegra210_qspi.c 212 int num_bytes, tm, ret; local
231 tm = QSPI_TIMEOUT;
232 while ((tm && readl(&regs->fifo_status) &
235 tm--;
239 if (!tm) {
307 for (tm = 0; tm < QSPI_TIMEOUT; ++tm) {
348 if (tm >= QSPI_TIMEOUT)
349 ret = tm;
    [all...]
  /external/wpa_supplicant_8/src/utils/
os_unix.c 133 struct tm tm, *tm1; local
142 memset(&tm, 0, sizeof(tm));
143 tm.tm_year = year - 1900;
144 tm.tm_mon = month - 1;
145 tm.tm_mday = day;
146 tm.tm_hour = hour;
147 tm.tm_min = min;
148 tm.tm_sec = sec
    [all...]
  /external/testng/src/main/java/org/testng/internal/
Invoker.java 163 for(ITestNGMethod tm : methods) {
165 testClass= tm.getTestClass();
170 tm,
178 Object inst = tm.getInstance();
183 Method method= tm.getMethod();
194 if (!confInvocationPassed(tm, currentTestMethod, testClass, instance) && !alwaysRun) {
195 handleConfigurationSkip(tm, testResult, configurationAnnotation, currentTestMethod, instance, suite);
199 log(3, "Invoking " + Utils.detailedMethodName(tm, true));
201 Object[] parameters = Parameters.createConfigurationParameters(tm.getMethod(),
215 invokeConfigurationMethod(newInstance, tm,
    [all...]
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
NetworkUsageStatsTest.java 340 TelephonyManager tm = (TelephonyManager) getInstrumentation().getContext() local
342 return ShellIdentityUtils.invokeMethodWithShellPermissions(tm,
    [all...]
  /cts/tests/tests/telephony/current/src/android/telephony/cts/
SubscriptionManagerTest.java 686 TelephonyManager tm = InstrumentationRegistry.getContext() local
688 return tm != null && tm.getPhoneCount() > 1;
  /cts/tests/tests/text/src/android/text/util/cts/
LinkifyTest.java 363 final TelephonyManager tm = local
365 final String region = tm.getSimCountryIso().toUpperCase(Locale.US);
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 268 struct tm tm; local
277 gmtime_r( &now, &tm );
278 r->utc_year = tm.tm_year + 1900;
279 r->utc_mon = tm.tm_mon + 1;
280 r->utc_day = tm.tm_mday;
287 tm.tm_hour = hour;
288 tm.tm_min = minute;
289 tm.tm_sec = (int) seconds;
290 tm.tm_year = r->utc_year - 1900
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lgc.c 811 const TValue *tm; local
814 tm = luaT_gettmbyobj(L, &v, TM_GC);
815 if (tm != NULL && ttisfunction(tm)) { /* is there a finalizer? */
821 setobj2s(L, L->top, tm); /* push finalizer... */
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_jack.c 307 struct cras_tm *tm = cras_system_state_get_tm(); local
310 cras_tm_cancel_timer(tm, jack->display_info_timer);
342 jack->display_info_timer = cras_tm_create_timer(tm,
    [all...]
cras_bt_device.c 276 struct cras_tm *tm = cras_system_state_get_tm(); local
280 cras_tm_cancel_timer(tm, device->conn_watch_timer);
282 cras_tm_cancel_timer(tm, device->switch_profile_timer);
284 cras_tm_cancel_timer(tm, device->suspend_timer);
469 struct cras_tm *tm; local
490 tm = cras_system_state_get_tm();
491 cras_tm_cancel_timer(tm, device->conn_watch_timer);
565 struct cras_tm *tm; local
614 tm = cras_system_state_get_tm();
615 device->conn_watch_timer = cras_tm_create_timer(tm,
627 struct cras_tm *tm = cras_system_state_get_tm(); local
641 struct cras_tm *tm = cras_system_state_get_tm(); local
1038 struct cras_tm *tm = cras_system_state_get_tm(); local
1112 struct cras_tm *tm = cras_system_state_get_tm(); local
1122 struct cras_tm *tm = cras_system_state_get_tm(); local
    [all...]
cras_iodev_list.c 722 struct cras_tm *tm = cras_system_state_get_tm(); local
730 tm, INIT_DEV_DELAY_MS, init_device_cb, retry);
    [all...]
  /external/curl/lib/vtls/
gtls.c 223 struct tm buffer;
224 const struct tm *tm = &buffer; local
234 Curl_wkday[tm->tm_wday?tm->tm_wday-1:6],
235 tm->tm_mday,
236 Curl_month[tm->tm_mon],
237 tm->tm_year + 1900,
238 tm->tm_hour,
239 tm->tm_min
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 24 #include "time.h" /* for struct tm */
231 static char * abbr(struct tm * tmp);
233 static intmax_t delta(struct tm * newp, struct tm * oldp) ATTRIBUTE_PURE;
234 static void dumptime(const struct tm * tmp);
255 static struct tm *
258 register struct tm * tmp;
262 struct tm tm; local
265 tm = *tmp
349 struct tm tm; local
738 struct tm tm; local
933 struct tm tm; local
    [all...]
  /external/iproute2/lib/
utils.c 1072 struct tm *tm; local
1075 tm = localtime(&tv.tv_sec);
1080 strftime(tshort, sizeof(tshort), "%Y-%m-%dT%H:%M:%S", tm);
1083 char *tstr = asctime(tm);
  /external/ipsec-tools/src/racoon/
racoonctl.c 1098 struct tm *tm; local
1194 tm = localtime(&pd->created);
1195 strftime(tbuf, sizeof(tbuf), "%Y-%m-%d %T", tm);
1313 struct tm *tm; local
1324 tm = localtime(&sc->created);
1325 strftime(tbuf, sizeof(tbuf), "%Y-%m-%d %T", tm);
    [all...]
  /external/lua/src/
lvm.c 163 const TValue *tm; /* metamethod */ local
167 tm = luaT_gettmbyobj(L, t, TM_INDEX);
168 if (ttisnil(tm))
174 tm = fasttm(L, hvalue(t)->metatable, TM_INDEX); /* table's metamethod */
175 if (tm == NULL) { /* no metamethod? */
181 if (ttisfunction(tm)) { /* is metamethod a function? */
182 luaT_callTM(L, tm, t, key, val, 1); /* call it */
185 t = tm; /* else try to access 'tm[key]' */
207 const TValue *tm; /* '__newindex' metamethod * local
408 const TValue *tm; local
518 const TValue *tm; local
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 318 struct tm tm; local
323 tm = *localtime(&uct);
329 localtime_r((time_t*)&tv.tv_sec, &tm);
332 printf("%2d:%02d:%02d.%03d ", tm.tm_hour, tm.tm_min, tm.tm_sec, ms);
    [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 46 #include <time.h> // For "struct tm" etc.
480 struct tm tm; local
485 localtime_r((time_t*)&tv.tv_sec, &tm);
486 mprintf("\n%d:%02d:%02d.%06d Interface %d/%s\n", tm.tm_hour, tm.tm_min, tm.tm_sec, tv.tv_usec, index, if_name);
824 struct tm tm; local
885 localtime_r((time_t*)&tv_start.tv_sec, &tm);
    [all...]
  /external/newfs_msdos/
mkfs_msdos.c 249 struct tm *tm; local
623 tm = gmtime(&now);
627 tm = localtime(&now);
706 x = (((u_int)(1 + tm->tm_mon) << 8 |
707 (u_int)tm->tm_mday) +
708 ((u_int)tm->tm_sec << 8 |
710 ((u_int)(1900 + tm->tm_year) +
711 ((u_int)tm->tm_hour << 8 |
712 (u_int)tm->tm_min))
    [all...]

Completed in 3237 milliseconds

1 2 3 4 5 6 7 891011>>