Searched defs:stat (Results 1 – 12 of 12) sorted by relevance
188 PreparedStatement stat = conn.prepareStatement("DELETE FROM " in testDelete7() local
208 PreparedStatement stat = conn.prepareStatement("INSERT INTO " in testInsertPrepared() local
266 PreparedStatement stat = conn.prepareStatement("UPDATE " in testUpdate9() local
406 int stat = b.offer(item, unowned); in doOffer() local444 int stat = r.retryOffer(item); in retryOffer() local1094 int stat = 0, cap = ((a = array) == null) ? 0 : a.length; in offer() local1150 int stat = 0, t = tail, h = head, cap; in retryOffer() local1161 final int startOnOffer(int stat) { in startOnOffer()
385 final StructStat stat = Libcore.os.fstat(fd); in FileReader() local
418 @Override public StructStat stat(String path) throws ErrnoException { in stat() method in BlockGuardOs
702 public StructStat stat(String path) throws ErrnoException; in stat() method
846 …public @Nullable StructStat stat(@Nullable String path) throws ErrnoException { return os.stat(pat… in stat() method in ForwardingOs
263 public native StructStat stat(String path) throws ErrnoException; in stat() method in Linux
805 Statement stat = conn.createStatement(); in testExecuteUpdate_String() local
283 static void stat(UnixPath path, UnixFileAttributes attrs) throws UnixException { in stat() method in UnixNativeDispatcher
904 … public static StructStat stat(String path) throws ErrnoException { return Libcore.os.stat(path); } in stat() method in Os