Home
last modified time | relevance | path

Searched defs:stat (Results 251 – 275 of 1851) sorted by relevance

1...<<11121314151617181920>>...75

/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dstat.h23 struct stat { struct
43 struct stat64 { argument
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/asm/
H A Dstat.h23 struct stat { struct
43 struct stat64 { argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/asm-arm/asm/
Dstat.h35 struct stat { struct
55 struct stat64 { argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/asm-arm/asm/
Dstat.h35 struct stat { struct
55 struct stat64 { argument
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/asm-arm/asm/
Dstat.h35 struct stat { struct
55 struct stat64 { argument
/aosp_15_r20/external/llvm-libc/include/llvm-libc-types/
H A Dstruct_stat.h23 struct stat { struct
24 dev_t st_dev;
25 ino_t st_ino;
26 mode_t st_mode;
27 nlink_t st_nlink;
28 uid_t st_uid;
29 gid_t st_gid;
30 dev_t st_rdev;
31 off_t st_size;
32 struct timespec st_atim;
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
D_mingw_stat64.h40 struct stat { struct
55 struct _stat32i64 { argument
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Ddefs1_solaris_amd64.go202 type stat struct { struct
203 st_dev uint64
204 st_ino uint64
205 st_mode uint32
206 st_nlink uint32
207 st_uid uint32
208 st_gid uint32
209 st_rdev uint64
210 st_size int64
211 st_atim timespec
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dxplane_builder.h111 static uint64 IntOrUintValue(const XStat& stat) { in IntOrUintValue()
120 XStat* stat = stats_owner_->add_stats(); in AddStat() local
134 static void SetStatValue(bool value, XStat* stat) { in SetStatValue()
143 static void SetStatValue(Int value, XStat* stat) { in SetStatValue()
151 static void SetStatValue(UInt value, XStat* stat) { in SetStatValue()
154 static void SetStatValue(double value, XStat* stat) { in SetStatValue()
157 static void SetStatValue(const char* value, XStat* stat) { in SetStatValue()
160 static void SetStatValue(absl::string_view value, XStat* stat) { in SetStatValue()
163 static void SetStatValue(std::string&& value, XStat* stat) { in SetStatValue()
166 static void SetStatValue(const XStatMetadata& value, XStat* stat) { in SetStatValue()
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/unix/
H A Dthread_rwlock.c29 apr_status_t stat; in thread_rwlock_cleanup() local
44 apr_status_t stat; in apr_thread_rwlock_create() local
66 apr_status_t stat; in apr_thread_rwlock_rdlock() local
79 apr_status_t stat; in apr_thread_rwlock_tryrdlock() local
95 apr_status_t stat; in apr_thread_rwlock_wrlock() local
108 apr_status_t stat; in apr_thread_rwlock_trywrlock() local
124 apr_status_t stat; in apr_thread_rwlock_unlock() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrThreadSafePipelineBuilder.h43 int numInlineProgramCacheResult(ProgramCacheResult stat) const { in numInlineProgramCacheResult()
46 void incNumInlineProgramCacheResult(ProgramCacheResult stat) { in incNumInlineProgramCacheResult()
53 int numPreProgramCacheResult(ProgramCacheResult stat) const { in numPreProgramCacheResult()
56 void incNumPreProgramCacheResult(ProgramCacheResult stat) { in incNumPreProgramCacheResult()
90 void incNumInlineProgramCacheResult(ProgramCacheResult stat) {} in incNumInlineProgramCacheResult()
92 void incNumPreProgramCacheResult(ProgramCacheResult stat) {} in incNumPreProgramCacheResult()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/
H A Dthread.c43 apr_status_t stat; in apr_threadattr_create() local
70 apr_status_t stat; local
107 int stat; local
151 apr_status_t stat; local
214 apr_status_t stat; local
232 apr_status_t stat; local
/aosp_15_r20/hardware/interfaces/drm/1.1/vts/functional/
H A Ddrm_hal_clearkey_test.cpp359 auto stat = drmPlugin->removeAllSecureStops(); in TEST_P() local
374 auto stat = drmPlugin->removeAllSecureStops(); in TEST_P() local
409 auto stat = drmPlugin->removeAllSecureStops(); in TEST_P() local
424 auto stat = drmPlugin->removeAllSecureStops(); in TEST_P() local
458 auto stat = drmPlugin->removeAllSecureStops(); in TEST_P() local
473 auto stat = drmPlugin->removeAllSecureStops(); in TEST_P() local
533 auto stat = drmPlugin->removeAllSecureStops(); in TEST_P() local
566 auto stat = drmPlugin->removeSecureStop(emptyId); in TEST_P() local
576 auto stat = drmPlugin->removeAllSecureStops(); in TEST_P() local
603 auto stat = drmPlugin->removeAllSecureStops(); in TEST_P() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dcheck-static-inits.py22 stat = 0 variable
34 stat = 2 variable
42 stat = 1 variable
47 stat = 1 variable
H A Dcheck-includes.py24 stat = 0 variable
33 stat = 1 variable
42 stat = 1 variable
49 stat = 1 variable
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DMemoryStatUtilTest.java131 MemoryStat stat = parseMemoryStatFromMemcg(MEMORY_STAT_CONTENTS); in testParseMemoryStatFromMemcg_parsesCorrectValues() local
141 MemoryStat stat = parseMemoryStatFromMemcg(""); in testParseMemoryStatFromMemcg_emptyMemoryStatContents() local
150 MemoryStat stat = parseMemoryStatFromProcfs(PROC_STAT_CONTENTS); in testParseMemoryStatFromProcfs_parsesCorrectValues() local
160 MemoryStat stat = parseMemoryStatFromProcfs(""); in testParseMemoryStatFromProcfs_emptyContents() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/beos/
H A Dthread_mutex.c47 apr_status_t stat = APR_SUCCESS; in apr_thread_mutex_create() local
86 int32 stat; in apr_thread_mutex_lock() local
115 int32 stat; in apr_thread_mutex_unlock() local
138 apr_status_t stat; in apr_thread_mutex_destroy() local
H A Dproc_mutex.c48 apr_status_t stat = APR_SUCCESS; in apr_proc_mutex_create() local
83 int32 stat; in apr_proc_mutex_lock() local
101 int32 stat; in apr_proc_mutex_unlock() local
114 apr_status_t stat; in apr_proc_mutex_destroy() local
/aosp_15_r20/external/pytorch/torch/csrc/monitor/
H A Dcounters.cpp45 void registerStat(Stat<double>* stat) { in registerStat()
50 void registerStat(Stat<int64_t>* stat) { in registerStat()
55 void unregisterStat(Stat<double>* stat) { in unregisterStat()
60 void unregisterStat(Stat<int64_t>* stat) { in unregisterStat()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/
H A Dthreadpriv.c23 apr_status_t stat; in apr_threadkey_private_create() local
40 apr_status_t stat; in apr_threadkey_private_get() local
52 apr_status_t stat; in apr_threadkey_private_set() local
63 apr_status_t stat; in apr_threadkey_private_delete() local
/aosp_15_r20/bionic/libc/bionic/
H A Dftw.cpp31 int (*ftw_fn)(const char*, const struct stat*, int), in do_nftw()
118 int ftw(const char* path, int (*ftw_fn)(const char*, const struct stat*, int), int nfds) { in ftw()
122 int nftw(const char* path, int (*nftw_fn)(const char*, const struct stat*, int, FTW*), in nftw()
/aosp_15_r20/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
H A DAla.cpp524 bool stat = false; in ALA_OpenChannel() local
594 bool stat = false; in ALA_SelectAla() local
717 bool stat = false; in ALA_StoreData() local
785 BOOLEAN stat = FALSE; in ALA_loadapplet() local
1075 bool stat = false; in ALA_Check_KeyIdentifier() local
1452 bool stat =false, chanl_open_cmd = false; in ALA_SendtoEse() local
1572 bool stat =false; in ALA_SendtoAla() local
1619 bool stat = false; in ALA_CloseChannel() local
2167 bool stat =false; in Send_Backall_Loadcmds() local
2955 bool stat = false; in ALA_getAppletLsStatus() local
/aosp_15_r20/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py825 def verify(t, stat): argument
963 def test_unary(method, prec, exp_range, restricted_range, itr, stat): argument
988 def test_binary(method, prec, exp_range, restricted_range, itr, stat): argument
1013 def test_ternary(method, prec, exp_range, restricted_range, itr, stat): argument
1038 def test_format(method, prec, exp_range, restricted_range, itr, stat): argument
1067 def test_round(method, prec, exprange, restricted_range, itr, stat): argument
1081 def test_from_float(method, prec, exprange, restricted_range, itr, stat): argument
1107 def test_quantize_api(method, prec, exprange, restricted_range, itr, stat): argument
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
H A Dgcs_filesystem.cc142 tf_gcs_filesystem::GcsFileStat stat; in LoadBufferFromGCS() local
532 const std::string& object, GcsFileStat* stat, in UncachedStatForObject()
568 GcsFileStat stat; in NewRandomAccessFile() local
572 TF_Status* status) { in NewRandomAccessFile()
706 GcsFileStat* stat, TF_Status* status) { in StatForObject()
716 TF_Status* status) { in StatForObject()
726 GcsFileStat stat; in ObjectExists() local
798 [gcs_file](const std::string& dir, GcsFileStat* stat, TF_Status* status) { in FolderExists()
809 GcsFileStat stat; in FolderExists() local
839 GcsFileStat stat; in PathExists() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.cc974 GcsFileStat stat; in NewRandomAccessFile() local
977 [this, bucket, object](const string& fname, GcsFileStat* stat) { in NewRandomAccessFile()
1091 GcsFileStat stat; in LoadBufferFromGCS() local
1292 GcsFileStat stat; in NewWritableFile() local
1369 GcsFileStat stat; in NewAppendableFile() local
1419 GcsFileStat stat; in FileExists() local
1436 GcsFileStat stat; in ObjectExists() local
1453 GcsFileStat* stat) { in UncachedStatForObject()
1506 const string& object, GcsFileStat* stat) { in StatForObject()
1514 [this, &bucket, &object](const string& fname, GcsFileStat* stat) { in StatForObject()
[all …]

1...<<11121314151617181920>>...75