HomeSort by relevance Sort by last modified time
    Searched refs:sbuf (Results 126 - 150 of 226) sorted by null

1 2 3 4 56 7 8 910

  /external/tensorflow/tensorflow/core/platform/windows/
windows_file_system.cc 505 struct _stat sbuf; local
507 if (_wstat(ws_translated_fname.c_str(), &sbuf) != 0) {
510 stat->mtime_nsec = sbuf.st_mtime * 1e9;
511 stat->length = sbuf.st_size;
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_ocsp.c 785 char sbuf[128]; local
787 x509_name_string(&cert->subject, sbuf, sizeof(sbuf));
790 sbuf);
x509v3.c 1338 char sbuf[128]; local
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
AlgorithmId.java 314 StringBuilder sbuf = new StringBuilder(); local
315 sbuf.append(algid.toString());
316 sbuf.append(paramsToString());
317 return sbuf.toString().hashCode();
    [all...]
  /bionic/libc/dns/resolv/
res_send.c 1319 char sbuf[NI_MAXSERV]; local
    [all...]
res_init.c 355 char sbuf[NI_MAXSERV]; local
368 sprintf(sbuf, "%u", NAMESERVER_PORT);
369 if (getaddrinfo(cp, sbuf, &hints, &ai) == 0 &&
  /external/fio/
memory.c 117 struct shmid_ds sbuf; local
121 shmctl(td->shm_id, IPC_RMID, &sbuf);
  /libcore/ojluni/src/main/java/java/io/
ObjectInputStream.java 3063 StringBuilder sbuf = new StringBuilder(); local
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
auth.c     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 963 StringBuilder sbuf = new StringBuilder(); local
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 160 SmallString<128> sbuf; local
161 llvm::raw_svector_ostream os(sbuf);
499 SmallString<128> sbuf;
500 llvm::raw_svector_ostream os(sbuf);
806 SmallString<128> sbuf;
807 llvm::raw_svector_ostream os(sbuf);
    [all...]
  /external/iproute2/ip/
ipxfrm.c 933 char sbuf[STRBUF_SIZE]; local
935 memcpy(sbuf, buf, sizeof(sbuf));
936 strlcat(sbuf, "sel ", sizeof(sbuf));
938 xfrm_selector_print(&xsinfo->sel, xsinfo->family, fp, sbuf);
    [all...]
  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_filesystem_test.c 286 struct stat sbuf; local
290 if (lstat(dev_ram_path, &sbuf) == 0 &&
291 S_ISBLK(sbuf.st_mode) && MAJOR(sbuf.st_rdev) == 1)
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.h 292 struct pipe_shader_buffer *sbuf);
  /system/core/adb/
file_sync_client.cpp 441 syncsendbuf sbuf; local
442 sbuf.id = ID_DATA;
444 int bytes_read = adb_read(lfd, sbuf.data, max - sizeof(SyncRequest));
453 sbuf.size = bytes_read;
454 WriteOrDie(lpath, rpath, &sbuf, sizeof(SyncRequest) + bytes_read);
    [all...]
  /external/annotation-tools/asmx/test/lib/
log4j-1.2.9.jar 
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 
  /prebuilts/tools/common/m2/repository/log4j/log4j/1.2.12/
log4j-1.2.12.jar 
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 638 std::string sbuf; local
639 llvm::raw_string_ostream os(sbuf);
651 std::string sbuf; local
652 llvm::raw_string_ostream os(sbuf);
711 std::string sbuf; local
712 llvm::raw_string_ostream os(sbuf);
722 std::string sbuf; local
723 llvm::raw_string_ostream os(sbuf);
747 std::string sbuf; local
748 llvm::raw_string_ostream os(sbuf);
796 std::string sbuf; local
824 std::string sbuf; local
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver_test.go 178 sbuf, err := ioutil.ReadFile(solution)
184 sbuf = bytes.Replace(sbuf, []byte("testdata/"), []byte("testdata\\"), -1)
185 sbuf = bytes.Replace(sbuf, []byte("/path/to/"), []byte("\\path\\to\\"), -1)
190 sbuf = removeScripts(sbuf)
193 if string(b) != string(sbuf) {
195 d, err := proftest.Diff(sbuf, b)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver_test.go 178 sbuf, err := ioutil.ReadFile(solution)
184 sbuf = bytes.Replace(sbuf, []byte("testdata/"), []byte("testdata\\"), -1)
185 sbuf = bytes.Replace(sbuf, []byte("/path/to/"), []byte("\\path\\to\\"), -1)
190 sbuf = removeScripts(sbuf)
193 if string(b) != string(sbuf) {
195 d, err := proftest.Diff(sbuf, b)
    [all...]
  /external/ppp/pppd/
sys-solaris.c     [all...]
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 

Completed in 1213 milliseconds

1 2 3 4 56 7 8 910