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

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
UserBigramSuggestHelper.java 78 StringTokenizer st = new StringTokenizer(sentence); local
80 while (st.hasMoreTokens()) {
81 String current = st.nextToken();
  /external/zlib/examples/
gzlog.c 351 struct stat st; local
357 if (stat(log->path, &st) == 0 && time(NULL) - st.st_mtime > PATIENCE) {
364 if (stat(log->path, &st) == 0)
365 log->lock = st.st_mtime;
374 struct stat st; local
378 if (stat(log->path, &st) == 0)
379 log->lock = st.st_mtime;
386 struct stat st; local
389 if (stat(log->path, &st) || st.st_mtime != log->lock
743 struct stat st; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
dir.c 17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */
175 vmsstat_dir (char *name, struct stat *st)
189 st->st_dev = (char *)vms_hash (name);
195 st->st_dev = 0;
200 st->st_ino[0] = h & 0xff;
201 st->st_ino[1] = h & 0xff00;
202 st->st_ino[2] = h >> 16;
451 struct stat st;
470 r = vmsstat_dir (name, &st);
472 EINTRLOOP (r, stat (name, &st));
448 struct stat st; local
586 struct stat st; local
    [all...]
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 735 char* st = file;
736 skipSpace(&st);
737 if (st[0] != '\\' && st[0] != '$')
738 result.push_back(st);
787 char* st = start;
789 if (strncmp(st, "GEN", 3) != 0)
791 st += 3;
792 skipSpace(&st);
793 if (strncmp(st, ":=", 2) != 0
    [all...]
  /bionic/libc/tools/zoneinfo/
ZoneCompactor.java 94 StringTokenizer st = new StringTokenizer(s); local
95 st.nextToken();
96 String to = st.nextToken();
97 String from = st.nextToken();
  /bionic/libm/amd64/
s_remquo.S 43 fstp %st(1)
s_remquof.S 43 fstp %st(1)
  /bionic/libm/i387/
s_remquo.S 41 fstp %st(1)
s_remquof.S 41 fstp %st(1)
  /external/icu4c/test/intltest/
windttst.cpp 73 SYSTEMTIME st; local
97 GetSystemTime(&st);
98 SystemTimeToFileTime(&st, &ft);
99 SystemTimeToTzSpecificLocalTime(&tzi, &st, &winNow);
  /external/kernel-headers/original/linux/sunrpc/
stats.h 71 const struct svc_stat *st) {}
  /external/llvm/lib/Target/Blackfin/
BlackfinRegisterInfo.h 33 BlackfinRegisterInfo(BlackfinSubtarget &st, const TargetInstrInfo &tii);
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
bits.h 81 int PackBits(Word16 prms[], Word16 coding_mode, Word16 mode, Coder_State *st);
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/output/
FileWriterWithEncoding.java 281 * @param st The start offset
285 public void write(char[] chr, int st, int end) throws IOException {
286 out.write(chr, st, end);
301 * @param st The start offset
305 public void write(String str, int st, int end) throws IOException {
306 out.write(str, st, end);
LockableFileWriter.java 297 * @param st The start offset
301 public void write(char[] chr, int st, int end) throws IOException {
302 out.write(chr, st, end);
317 * @param st The start offset
321 public void write(String str, int st, int end) throws IOException {
322 out.write(str, st, end);
  /frameworks/base/core/java/android/text/
SpannableStringInternal.java 41 int st = sp.getSpanStart(spans[i]); local
45 if (st < start)
46 st = start;
50 setSpan(spans[i], st - start, en - start, fl);
295 int st = data[i * COLUMNS + START]; local
298 if (st > start && st < limit && kind.isInstance(spans[i]))
299 limit = st;
325 private void sendSpanChanged(Object what, int s, int e, int st, int en) {
326 SpanWatcher[] recip = getSpans(Math.min(s, st), Math.max(e, en)
    [all...]
SpannableStringBuilder.java 76 int st = sp.getSpanStart(spans[i]) - start; local
80 if (st < 0)
81 st = 0;
82 if (st > end - start)
83 st = end - start;
90 setSpan(spans[i], st, en, fl);
281 int st = mSpanStarts[i]; local
282 if (st > mGapStart)
283 st -= mGapLength;
289 int ost = st;
332 int st = sp.getSpanStart(spans[i]); local
809 int st = starts[i]; local
    [all...]
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
UnixStream.cpp 59 struct stat st; local
62 ret = ::lstat(tmp, &st);
  /external/clang/test/Sema/
init.c 94 } st; typedef in typeref:struct:__anon5111
96 st st1 = { .i2 = 1 };
  /external/icu4c/i18n/
windtfmt.cpp 235 void Win32DateFormat::formatDate(const SYSTEMTIME *st, UnicodeString &appendTo) const
241 result = GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, STACK_BUFFER_SIZE);
245 int newLength = GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, NULL, 0);
248 GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, newLength);
261 void Win32DateFormat::formatTime(const SYSTEMTIME *st, UnicodeString &appendTo) const
267 result = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, STACK_BUFFER_SIZE);
271 int newLength = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, NULL, 0);
274 GetDateFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, newLength);
  /external/iproute2/tc/
q_htb.c 304 struct tc_htb_xstats *st; local
308 if (RTA_PAYLOAD(xstats) < sizeof(*st))
311 st = RTA_DATA(xstats);
313 st->lends,st->borrows,st->giants);
314 fprintf(f, " tokens: %d ctokens: %d\n", st->tokens,st->ctokens);
  /external/openssl/crypto/ocsp/
ocsp_vfy.c 64 X509_STORE *st, unsigned long flags);
71 X509_STORE *st, unsigned long flags);
76 X509_STORE *st, unsigned long flags)
82 ret = ocsp_find_signer(&signer, bs, certs, st, flags);
106 init_res = X509_STORE_CTX_init(&ctx, st, signer, NULL);
108 init_res = X509_STORE_CTX_init(&ctx, st, signer, bs->certs);
163 X509_STORE *st, unsigned long flags)
429 X509_STORE *st, unsigned long flags)
  /external/valgrind/tsan/
ts_valgrind.cc 1336 IRStmt* st = bbIn->stmts[i]; local
1354 IRStmt* st = bbIn->stmts[i]; local
    [all...]
  /frameworks/base/core/java/android/text/style/
DrawableMarginSpan.java 46 int st = ((Spanned) text).getSpanStart(this); local
48 int itop = (int)layout.getLineTop(layout.getLineForOffset(st));
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java 72 final AnimatedRotateState st = mState; local
73 final Drawable drawable = st.mDrawable;
79 float px = st.mPivotXRel ? (w * st.mPivotX) : st.mPivotX;
80 float py = st.mPivotYRel ? (h * st.mPivotY) : st.mPivotY;

Completed in 1360 milliseconds

<<11121314151617181920>>