HomeSort by relevance Sort by last modified time
    Searched refs:st (Results 426 - 450 of 780) sorted by null

<<11121314151617181920>>

  /external/bluetooth/bluez/compat/
dun.c 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
189 struct stat st; local
214 while (stat(tty, &st) < 0) {
216 if (stat(tty, &st) < 0) {
  /external/dbus/dbus/
dbus-userdb-util.c 55 DBusStat st; local
70 if (_dbus_stat(&f, &st, NULL) && (st.uid == uid))
  /external/dbus/tools/
dbus-monitor.c 56 SYSTEMTIME st; local
57 GetSystemTime (&st);
58 SystemTimeToFileTime (&st, ftp);
  /external/icu4c/i18n/
colldata.cpp 715 UnicodeString *st = new UnicodeString(ch); local
717 if (st == NULL) {
722 CEList *ceList = new CEList(coll, *st, status);
724 ceToCharsStartingWith->put(ceList->get(0), st, status);
727 charsToCEList->put(st, ceList, status);
730 delete st;
734 UnicodeString *st = new UnicodeString(buffer, len); local
736 if (st == NULL) {
741 CEList *ceList = new CEList(coll, *st, status);
743 ceToCharsStartingWith->put(ceList->get(0), st, status)
    [all...]
  /external/junit/src/junit/runner/
TestCaseClassLoader.java 67 StringTokenizer st= new StringTokenizer(classPath, separator); local
68 while (st.hasMoreTokens()) {
69 fPathItems.addElement(st.nextToken());
  /external/qemu/block/
cow.c 224 struct stat st; local
255 if (fstat(fd, &st) != 0) {
260 cow_header.mtime = cpu_to_be32(st.st_mtime);
raw-posix.c 584 struct stat st; local
586 if (fstat(fd, &st))
588 if (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode)) {
594 dl.d_partitions[DISKPART(st.st_rdev)].p_size;
596 return st.st_size;
824 struct stat st; local
830 if (stat(filename, &st) >= 0 &&
831 (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode)))
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_defs.h 151 extern void amd64g_dirtyhelper_CPUID_baseline ( VexGuestAMD64State* st );
152 extern void amd64g_dirtyhelper_CPUID_sse3_and_cx16 ( VexGuestAMD64State* st );
153 extern void amd64g_dirtyhelper_CPUID_sse42_and_cx16 ( VexGuestAMD64State* st );
  /external/valgrind/main/coregrind/m_ume/
main.c 205 struct vg_stat st; local
239 res = VG_(stat)(exe_name, &st);
240 if (!sr_isError(res) && VKI_S_ISDIR(st.mode)) {
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 39 var daysSuffix = ["st", "nd", "rd", "th", "th", "th", "th", // 1st - 7th
41 "th", "th", "th", "th", "th", "th", "st", // 15th - 21st
43 "th", "th", "st"]; // 29th - 31st
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 39 var daysSuffix = ["st", "nd", "rd", "th", "th", "th", "th", // 1st - 7th
41 "th", "th", "th", "th", "th", "th", "st", // 15th - 21st
43 "th", "th", "st"]; // 29th - 31st
  /external/webkit/Source/WebKit/efl/ewk/
ewk_settings.cpp 146 struct stat st; local
148 if (stat(directory, &st)) {
153 if (!S_ISDIR(st.st_mode)) {
  /external/webp/src/dec/
io_sse2.c 42 const __m128i tmp1 = _mm_and_si128((ij), st); /* (ij) & (s^t) */ \
69 const __m128i st = _mm_xor_si128(s, t); /* st = s^t */ \
75 const __m128i t2 = _mm_or_si128(t1, st); /* (a^d) | (b^c) | (s^t) */ \
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
levinson.cpp 399 st = pointer to structures of type LevinsonState
468 LevinsonState *st,
549 A[j] = st->old_A[j];
603 st->old_A[i] = A[i] = pv_round (L_shl (t0, 1));
633 LevinsonState *st,
757 memcpy(A, &(st->old_A[0]), sizeof(Word16)*(M + 1));
820 st->old_A[i] = *(p_A++) = (Word16)((t0 + 0x00002000) >> 14);
  /frameworks/base/test-runner/src/junit/runner/
TestCaseClassLoader.java 58 StringTokenizer st= new StringTokenizer(classPath, separator); local
59 while (st.hasMoreTokens()) {
60 fPathItems.addElement(st.nextToken());
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 348 static inline bool InStateZero(const UTF8ScanObj* st, const uint8* Tbl) {
349 const uint8* Tbl0 = &st->state_table[st->state0];
350 return (static_cast<uint32>(Tbl - Tbl0) < st->state0_size);
356 int UTF8GenericScan(const UTF8ScanObj* st,
363 int eshift = st->entry_shift;
368 const uint8* Tbl_0 = &st->state_table[st->state0];
374 const uint8* Tbl2 = &st->fast_state[0];
375 const uint32 losub = st->losub
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 900 IRStmt* st = sbIn->stmts[i]; local
902 if (!st || st->tag == Ist_NoOp) continue;
904 switch (st->tag) {
921 IRExpr* data = st->Ist.WrTmp.data;
934 IRExpr* data = st->Ist.Store.data;
935 IRExpr* aexpr = st->Ist.Store.addr;
944 IRDirty* d = st->Ist.Dirty.details;
974 IRCAS* cas = st->Ist.CAS.details;
989 if (st->Ist.LLSC.storedata == NULL)
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
MapMaker.java 249 int st = stackTop; local
250 copyFrom(st, stackTypes, tStackTypes);
251 recordStackMap0(target, st, tStackTypes);
269 private void recordStackMap0(TypedBlock target, int st, TypeData[] tStackTypes)
281 target.setStackMap(st, tStackTypes, k, tLocalsTypes);
  /external/openssl/crypto/sha/asm/
sha1-sparcv9.pl 261 st $A,[$ctx+0]
263 st $B,[$ctx+4]
265 st $C,[$ctx+8]
267 st $D,[$ctx+12]
269 st $E,[$ctx+16]
  /external/skia/src/views/
SkWidgets.cpp 73 SkAnimator* SkinSuite::get(SkinType st)
75 SkASSERT((unsigned)st < kSkinTypeCount);
76 return fAnimators[st];
81 static SkAnimator* get_skin_animator(SkinType st)
86 return gSkinSuite->get(st);
  /external/valgrind/main/coregrind/
m_libcfile.c 55 struct vg_stat st; local
56 return VG_(fstat)(fd, &st) == 0;
527 struct vg_stat st; local
528 SysRes res = VG_(stat)(f, &st);
537 if ( (st.mode & (VKI_S_ISUID | VKI_S_ISGID)) && !allow_setuid ) {
543 if (VG_(geteuid)() == st.uid) {
544 if (!(st.mode & VKI_S_IXUSR))
549 if (VG_(getegid)() == st.gid)
557 if (groups[i] == st.gid) {
565 if (!(st.mode & VKI_S_IXGRP))
    [all...]
  /bootable/recovery/
recovery.c 330 struct stat st; local
331 if (stat(SIDELOAD_TEMP_DIR, &st) != 0) {
335 if (!S_ISDIR(st.st_mode)) {
339 if ((st.st_mode & 0777) != 0700) {
340 LOGE("%s has perms %o\n", SIDELOAD_TEMP_DIR, st.st_mode);
343 if (st.st_uid != 0) {
344 LOGE("%s owned by %lu; not root\n", SIDELOAD_TEMP_DIR, st.st_uid);
  /external/iproute2/tc/
q_cbq.c 558 struct tc_cbq_xstats *st; local
563 if (RTA_PAYLOAD(xstats) < sizeof(*st))
566 st = RTA_DATA(xstats);
567 fprintf(f, " borrowed %u overactions %u avgidle %g undertime %g", st->borrows,
568 st->overactions, (double)st->avgidle, (double)st->undertime);
  /system/core/libcutils/
tzstrftime.c 738 struct stat st; local
783 if (fstat(fd, &st) != 0)
785 if (st.st_size <= 0)
787 bufsize = namesize + st.st_size;
794 plim = p + st.st_size;
795 if (read(fd, p, (size_t) st.st_size) != st.st_size)
  /external/chromium/base/third_party/nspr/
prtime.cc 103 SYSTEMTIME st = {0}; local
107 st.wYear = exploded->tm_year;
108 st.wMonth = exploded->tm_month + 1;
109 st.wDayOfWeek = exploded->tm_wday;
110 st.wDay = exploded->tm_mday;
111 st.wHour = exploded->tm_hour;
112 st.wMinute = exploded->tm_min;
113 st.wSecond = exploded->tm_sec;
114 st.wMilliseconds = exploded->tm_usec/1000;
116 if (!SystemTimeToFileTime(&st, &ft))
    [all...]

Completed in 1002 milliseconds

<<11121314151617181920>>