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

<<21222324252627282930>>

  /frameworks/base/cmds/dumpstate/
utils.c 123 struct stat st; local
124 if (memcmp(path, "/proc/", 6) && memcmp(path, "/sys/", 5) && !fstat(fd, &st)) {
126 time_t mtime = st.st_mtime;
  /frameworks/base/core/java/android/text/
DynamicLayout.java 234 int st = sp.getSpanStart(force[i]); local
237 if (st < where) {
240 int diff = where - st;
  /system/core/libpixelflinger/
scanline.cpp 770 uint8_t& st = texel.s[j]; local
775 if (st) {
777 sf = st;
781 if (st) {
782 uint32_t factor = Ct + (Ct>>(st-1));
783 Cf = (Cf * factor) >> st;
788 rescale(Cf, sf, Ct, st);
793 if (st) {
797 uint32_t factor = Ct + (Ct>>(st-1));
798 Cf = ((((1<<st) - factor) * Cf) + Ct*Cc)>>st
1862 } st[2]; member in union:android::__anon26021::__anon26022
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 218 struct stat st; local
219 rv = stat(mount_point, &st);
223 mode_t new_mode = st.st_mode | S_IXUSR | S_IXGRP | S_IXOTH;
224 if (new_mode != st.st_mode) {
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/jhead/
main.c 94 struct stat st; local
95 if (stat(FileName, &st) >= 0) {
96 ImageInfo.FileDateTime = st.st_mtime;
97 ImageInfo.FileSize = st.st_size;
  /external/libffi/src/s390/
sysv.S 60 st %r11,0(%r15) # Set up back chain
93 st %r2,0(%r8) # Return int
135 st %r1,0(%r15) # Set up back chain
297 st %r2,0(%r8) # Return int
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.cc 17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
461 ButtonState st = e->state(); local
462 if( (st & ShiftButton) ) { keysym.mod = static_cast<SDLMod>(keysym.mod | KMOD_LSHIFT); }
463 if( (st & ControlButton) ) { keysym.mod = static_cast<SDLMod>(keysym.mod | KMOD_LCTRL); }
464 if( (st & AltButton) ) { keysym.mod = static_cast<SDLMod>(keysym.mod | KMOD_LALT); }
  /external/v8/test/mjsunit/
array-pop.js 34 assertEquals(1, a.pop(), "1st pop");
35 assertEquals(6, a.length, "length 1st pop");
  /frameworks/base/include/surfaceflinger/
Surface.h 125 explicit Surface(const sp<ISurfaceTexture>& st);
  /frameworks/base/include/utils/
Looper.h 372 static void threadDestructor(void *st);
  /external/bluetooth/bluez/tools/
hciconfig.c 22 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1857 struct hci_dev_stats *st = &di->stat; local
    [all...]
  /external/icu4c/i18n/
ucol_bld.cpp 325 uint32_t st = 0; local
409 for(st = 0; st < 3; st++) {
410 if((pos = lh->pos[st]) >= 0) {
413 lh->gapsHi[3*st] = (t1 & UCOL_PRIMARYMASK) | (t2 & UCOL_PRIMARYMASK) >> 16;
414 lh->gapsHi[3*st+1] = (t1 & UCOL_SECONDARYMASK) << 16 | (t2 & UCOL_SECONDARYMASK) << 8;
415 //lh->gapsHi[3*st+2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16;
416 lh->gapsHi[3*st+2] = (t1&0x3f) << 24 | (t2&0x3f) << 16;
422 lh->gapsLo[3*st] = (t1 & UCOL_PRIMARYMASK) | (t2 & UCOL_PRIMARYMASK) >> 16
    [all...]
  /external/harfbuzz/src/
harfbuzz-gpos-private.h 715 _HB_GPOS_Load_SubTable( HB_GPOS_SubTable* st,
720 _HB_GPOS_Free_SubTable( HB_GPOS_SubTable* st,
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 177 // to the listener (tx == INVITE ST, terminated upon sending
206 SIPServerTransaction st = (SIPServerTransaction) eventWrapper.transaction; local
207 sipStack.putPendingTransaction(st);
  /external/openssl/crypto/x509/
by_dir.c 399 struct stat st; local
400 if (stat(b->data,&st) < 0)
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLInputElement01.js 81 Retrieve the defaultValue attribute of the 1st INPUT element and examine
HTMLInputElement03.js 80 Retrieve the form attribute of the 1st INPUT element and examine its value.
HTMLInputElement07.js 81 Retrieve the alt attribute of the 1st INPUT element and examine
HTMLInputElement10.js 81 Retrieve the maxLenght attribute of the 1st INPUT element and examine
HTMLInputElement11.js 81 Retrieve the name attribute of the 1st INPUT element and examine
HTMLInputElement12.js 81 Retrieve the readOnly attribute of the 1st INPUT element and examine
HTMLInputElement13.js 81 Retrieve the size attribute of the 1st INPUT element and examine
HTMLInputElement16.js 80 Retrieve the type attribute of the 1st INPUT element and examine
HTMLIsIndexElement03.js 80 Retrieve the prompt attribute of the 1st isindex element and examine

Completed in 683 milliseconds

<<21222324252627282930>>