HomeSort by relevance Sort by last modified time
    Searched defs:st (Results 676 - 700 of 1469) sorted by null

<<21222324252627282930>>

  /hardware/qcom/msm8998/gpt-utils/
gpt-utils.cpp 662 struct stat st; local
670 if (!stat(XBL_BACKUP, &st))
672 else if (!stat(XBL_AB_SECONDARY, &st))
681 if (!stat(XBL_PRIMARY, &st))
683 else if (!stat(XBL_AB_PRIMARY, &st))
696 if((stat(XBL_PRIMARY, &st) ||
697 stat(XBL_BACKUP, &st)) &&
698 (stat(XBL_AB_PRIMARY, &st) ||
699 stat(XBL_AB_SECONDARY, &st))) {
928 struct stat st; local
1062 struct stat st; local
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
String.java 20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2700 int st = 0; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsData.java 278 final ProcessStats.PackageState st = vpkgs.valueAt(iv); local
279 for (int iproc = 0; iproc < st.mProcesses.size(); iproc++) {
280 final ProcessState pkgProc = st.mProcesses.valueAt(iproc);
284 Log.w(TAG, "No process found for pkg " + st.mPackageName
285 + "/" + st.mUid + " proc name " + pkgProc.getName());
290 ent = new ProcStatsEntry(proc, st.mPackageName, bgTotals, runTotals,
303 ent.addPackage(st.mPackageName);
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 221 StringTokenizer st = new StringTokenizer(line, SEPARATOR); local
225 final String word = st.nextToken();
226 final String frequency = st.nextToken();
230 if (st.hasMoreTokens()) locale = st.nextToken();
232 if (st.hasMoreTokens()) appid = st.nextToken();
233 if (st.hasMoreTokens()) shortcut = st.nextToken();
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
gcov-io.c 190 struct stat st; local
192 if (fstat (fd, &st) < 0)
198 if (st.st_size != 0)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
gcov-io.c 190 struct stat st; local
192 if (fstat (fd, &st) < 0)
198 if (st.st_size != 0)
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
gcov-io.c 190 struct stat st; local
192 if (fstat (fd, &st) < 0)
198 if (st.st_size != 0)
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
gcov-io.c 190 struct stat st; local
192 if (fstat (fd, &st) < 0)
198 if (st.st_size != 0)
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
gcov-io.c 190 struct stat st; local
192 if (fstat (fd, &st) < 0)
198 if (st.st_size != 0)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
gcov-io.c 190 struct stat st; local
192 if (fstat (fd, &st) < 0)
198 if (st.st_size != 0)
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
gcov-io.c 190 struct stat st; local
192 if (fstat (fd, &st) < 0)
198 if (st.st_size != 0)
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
gcov-io.c 190 struct stat st; local
192 if (fstat (fd, &st) < 0)
198 if (st.st_size != 0)
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
vfprintf.c 476 unsigned st, ps; local
545 st=0;
548 ps=st;
549 st=states[st]S(*s++);
550 } while (st-1<STOP);
551 if (!st) return -1;
554 if (st==NOARG) {
558 if (argpos>=0) nl_type[argpos]=st, arg=nl_arg[argpos];
559 else if (f) pop_arg(&arg, st, ap)
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
vfprintf.c 476 unsigned st, ps; local
545 st=0;
548 ps=st;
549 st=states[st]S(*s++);
550 } while (st-1<STOP);
551 if (!st) return -1;
554 if (st==NOARG) {
558 if (argpos>=0) nl_type[argpos]=st, arg=nl_arg[argpos];
559 else if (f) pop_arg(&arg, st, ap)
    [all...]
  /system/bt/service/client/
main.cc 363 int32_t st; local
364 bt_iface->GetState(&st);
365 bluetooth::AdapterState state = static_cast<bluetooth::AdapterState>(st);
    [all...]
  /system/bt/stack/smp/
aes.cc 419 static void shift_sub_rows(uint_8t st[N_BLOCK]) {
422 st[0] = s_box(st[0]);
423 st[4] = s_box(st[4]);
424 st[8] = s_box(st[8]);
425 st[12] = s_box(st[12]);
427 tt = st[1]
477 uint_8t st[N_BLOCK]; local
505 uint_8t st[N_BLOCK]; local
    [all...]
  /system/core/adb/
file_sync_client.cpp 317 bool FinishStat(struct stat* st) {
320 memset(st, 0, sizeof(*st));
336 st->st_dev = msg.stat_v2.dev;
337 st->st_ino = msg.stat_v2.ino;
338 st->st_mode = msg.stat_v2.mode;
339 st->st_nlink = msg.stat_v2.nlink;
340 st->st_uid = msg.stat_v2.uid;
341 st->st_gid = msg.stat_v2.gid;
342 st->st_size = msg.stat_v2.size
426 struct stat st; local
682 struct stat st; local
710 struct stat st; local
    [all...]
  /system/core/libbacktrace/
BacktraceOffline.cpp 755 struct stat st; local
756 if (stat(filename.c_str(), &st) != 0 || !S_ISREG(st.st_mode)) {
774 struct stat st; local
775 if (stat(apk_path.c_str(), &st) != 0 || !S_ISREG(st.st_mode)) {
  /system/extras/ioshark/
ioshark_bench.c 656 struct stat st; local
665 while ((c = getopt(argc, argv, "b:dn:st:qv")) != EOF) {
712 if (stat(infile, &st) < 0) {
717 if (st.st_size == 0) {
  /system/libhwbinder/
IPCThreadState.cpp 284 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k); local
285 if (st) return st;
313 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k); local
314 return st;
325 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(gTLS); local
326 if (st) {
327 delete st;
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
Bar.driver.cpp 1274 struct stat st; local
1294 struct stat st; local
    [all...]
  /test/vts/drivers/hal/common/driver_base/
DriverBase.cpp 377 struct stat st; local
381 if (fstatat(dirfd(srcdir), dent->d_name, &st, 0) < 0) {
385 if (S_ISDIR(st.st_mode)) {
415 struct stat st; local
419 if (fstatat(dirfd(srcdir), dent->d_name, &st, 0) < 0) {
423 if (S_ISDIR(st.st_mode)) {
529 struct stat st; local
533 if (fstatat(dirfd(srcdir), dent->d_name, &st, 0) < 0) {
537 if (S_ISDIR(st.st_mode)) {
570 struct stat st; local
    [all...]
  /external/testng/src/main/java/org/testng/
TestNGAntTask.java 445 StringTokenizer st= new StringTokenizer(listeners, " ,"); local
446 while(st.hasMoreTokens()) {
447 m_listeners.add(st.nextToken());
452 StringTokenizer st= new StringTokenizer(methodSelectors, " ,"); local
453 while(st.hasMoreTokens()) {
454 m_methodselectors.add(st.nextToken());
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 432 final LayerState st = mLayerState; local
433 final int N = st.mChildren != null ? st.mChildren.length : 0;
434 final int i = st.mNumChildren;
438 System.arraycopy(st.mChildren, 0, nu, 0, i);
441 st.mChildren = nu;
444 st.mChildren[i] = layer;
445 st.mNumChildren++;
446 st.invalidateCache();
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 49 Statement st = null; field in class:OldResultSetGetterTests
218 st = conn.createStatement();
220 st.execute(queries[i]);
222 res = st.executeQuery(queryAllSelect);
228 st.execute("drop table if exists type");
229 st.close();
233 st.close();
262 Statement st = null; local
270 st = conn.createStatement();
271 st.executeUpdate("create table testBinary (VARBINARY value);")
294 Statement st = null; local
344 Statement st = null; local
377 Statement st = null; local
    [all...]

Completed in 1475 milliseconds

<<21222324252627282930>>