| /external/u-boot/include/linux/ |
| D | stat.h | 47 struct stat { struct 62 unsigned long st_ctime; /* time file status was last changed */ argument 73 struct stat { argument 74 unsigned short st_dev; 75 unsigned short __pad1; 76 unsigned long st_ino; 100 struct stat { argument 101 dev_t st_dev; 102 long st_pad1[3]; 103 ino_t st_ino; [all …]
|
| /external/strace/linux/x86_64/ |
| D | asm_stat.h | 5 # define stat redirect_kernel_stat macro 16 struct stat { struct 17 kernel_ulong_t st_dev; 18 kernel_ulong_t st_ino; 19 kernel_ulong_t st_nlink; 20 unsigned int st_mode; 21 unsigned int st_uid; 22 unsigned int st_gid; 23 unsigned int pad0__; 24 kernel_ulong_t st_rdev; [all …]
|
| /external/kernel-headers/original/uapi/asm-mips/asm/ |
| D | stat.h | 19 struct stat { struct 20 unsigned st_dev; 21 long st_pad1[3]; /* Reserved for network id */ 22 ino_t st_ino; 23 mode_t st_mode; 47 * This matches struct stat64 in glibc2.1, hence the absolutely insane argument 49 * struct stat of the 64-bit kernel. argument 93 struct stat { struct 94 unsigned int st_dev; 95 unsigned int st_pad0[3]; /* Reserved for st_dev expansion */ [all …]
|
| /external/kernel-headers/original/uapi/asm-x86/asm/ |
| D | stat.h | 10 struct stat { struct 11 unsigned long st_dev; 12 unsigned long st_ino; 13 unsigned short st_mode; 14 unsigned short st_nlink; 15 unsigned short st_uid; 39 /* This matches struct stat64 in glibc2.1, hence the absolutely argument 83 struct stat { struct 84 __kernel_ulong_t st_dev; 85 __kernel_ulong_t st_ino; [all …]
|
| /external/kernel-headers/original/uapi/asm-generic/ |
| D | stat.h | 24 struct stat { struct 41 long st_ctime; /* Time of last status change. */ argument 47 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */ argument
|
| /external/kernel-headers/original/uapi/asm-arm/asm/ |
| D | stat.h | 21 struct stat { struct 23 unsigned short st_dev; 24 unsigned short __pad1; 28 unsigned long st_ino; 52 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
|
| /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/ |
| D | JcDnld.cpp | 38 BOOLEAN stat = FALSE; in JCDNLD_Init() local 97 BOOLEAN stat = FALSE; in JCDNLD_StartDownload() local 116 BOOLEAN stat = FALSE; in JCDNLD_DeInit() local
|
| D | JcopOsDownload.cpp | 267 bool stat = false; in TriggerApdu() local 331 bool stat = false; in GetInfo() local 426 bool stat = false; in load_JcopOS_image() local
|
| /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/ |
| D | leaf_model_operators_test.cc | 108 std::unique_ptr<LeafStat> stat(new LeafStat); in TEST() local 139 std::unique_ptr<LeafStat> stat(new LeafStat); in TEST() local 168 std::unique_ptr<LeafStat> stat(new LeafStat); in TEST() local 202 std::unique_ptr<LeafStat> stat(new LeafStat()); in TEST() local
|
| D | leaf_model_operators.cc | 74 const LeafStat& stat, decision_trees::Leaf* leaf) const { in ExportModel() argument 108 const LeafStat& stat, decision_trees::Leaf* leaf) const { in ExportModel() argument 132 const LeafStat& stat, decision_trees::Leaf* leaf) const { in ExportModel() argument 153 const LeafStat& stat, decision_trees::Leaf* leaf) const { in ExportModel() argument
|
| D | grow_stats_test.cc | 73 std::unique_ptr<DenseClassificationGrowStats> stat( in TEST() local 116 std::unique_ptr<TestableRunningStats> stat( in TEST() local 173 std::unique_ptr<TestableFinishEarly> stat(new TestableFinishEarly(params, 1)); in TEST() local 294 std::unique_ptr<LeastSquaresRegressionGrowStats> stat( in TEST() local 326 std::unique_ptr<SparseClassificationGrowStats> stat( in TEST() local 395 std::unique_ptr<FixedSizeSparseClassificationGrowStats> stat( in TEST() local
|
| /external/perf_data_converter/src/quipper/ |
| D | perf_recorder_test.cc | 78 quipper::PerfStatProto stat; in TEST_F() local 103 quipper::PerfStatProto stat; in TEST_F() local 129 quipper::PerfStatProto stat; in TEST_F() local
|
| /external/flatbuffers/grpc/tests/ |
| D | GameFactory.java | 23 public static Monster createMonsterFromStat(Stat stat, int seqNo) { in createMonsterFromStat() 38 Stat stat = Stat.getRootAsStat(builder.dataBuffer()); in createStat() local
|
| /external/u-boot/drivers/misc/ |
| D | fsl_iim.c | 79 u32 stat; member 121 static void finish_access(struct fsl_iim *regs, u32 *stat, u32 *err) in finish_access() 145 u32 stat, err; in fuse_read() local 164 u32 fctl, u32 *stat, u32 *err) in direct_access() 179 u32 stat, err; in fuse_sense() local 204 u32 stat, err; in prog_bit() local 261 u32 stat, err; in fuse_override() local
|
| /external/u-boot/drivers/mmc/ |
| D | mxcmmc.c | 202 static int mxcmci_finish_data(struct mxcmci_host *host, unsigned int stat) in mxcmci_finish_data() 229 static int mxcmci_read_response(struct mxcmci_host *host, unsigned int stat) in mxcmci_read_response() 266 u32 stat; in mxcmci_poll_status() local 282 unsigned int stat; in mxcmci_pull() local 311 unsigned int stat; in mxcmci_push() local 344 int stat; in mxcmci_transfer_data() local 367 static int mxcmci_cmd_done(struct mxcmci_host *host, unsigned int stat) in mxcmci_cmd_done() 395 u32 stat; in mxcmci_request() local
|
| /external/python/cpython2/Demo/tkinter/ttk/ |
| D | listbox_scrollcmd.py | 25 stat = ttk.Label(text="Status message here", anchor='w') variable
|
| /external/python/cpython3/Modules/_decimal/tests/ |
| D | deccheck.py | 703 def verify(t, stat): argument 815 def test_unary(method, prec, exp_range, restricted_range, itr, stat): argument 840 def test_binary(method, prec, exp_range, restricted_range, itr, stat): argument 865 def test_ternary(method, prec, exp_range, restricted_range, itr, stat): argument 890 def test_format(method, prec, exp_range, restricted_range, itr, stat): argument 919 def test_round(method, prec, exprange, restricted_range, itr, stat): argument 933 def test_from_float(method, prec, exprange, restricted_range, itr, stat): argument 959 def test_quantize_api(method, prec, exprange, restricted_range, itr, stat): argument
|
| /external/clang/test/CodeGenCXX/ |
| D | debug-info-global-ctor-dtor.cpp | 16 static A stat; in foo() local
|
| /external/u-boot/drivers/i2c/ |
| D | lpc32xx_i2c.c | 90 int stat; in __i2c_probe_chip() local 113 int stat, wlen; in __i2c_read() local 180 int stat; in __i2c_write() local
|
| /external/webrtc/webrtc/modules/video_coding/codecs/test/ |
| D | videoprocessor.cc | 198 FrameStatistic& stat = stats_->NewFrame(frame_number); in ProcessFrame() local 249 FrameStatistic& stat = stats_->stats_[frame_number]; in FrameEncoded() local 311 FrameStatistic& stat = stats_->stats_[frame_number]; in FrameDecoded() local
|
| /external/libpcap/ |
| D | dlpisubs.h | 19 struct pcap_stat stat; member
|
| /external/mesa3d/src/intel/vulkan/ |
| D | genX_query.c | 257 uint32_t stat = u_bit_scan(&statistics); in genX() local 384 emit_pipeline_stat(struct anv_cmd_buffer *cmd_buffer, uint32_t stat, in emit_pipeline_stat() 427 uint32_t stat = u_bit_scan(&statistics); in genX() local 463 uint32_t stat = u_bit_scan(&statistics); in genX() local 763 uint32_t stat = u_bit_scan(&statistics); in genX() local
|
| /external/antlr/runtime/ObjC/Framework/examples/combined/ |
| D | CombinedParser.m | 94 {
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowPosix.java | 21 public static Object stat(String path) throws ErrnoException { in stat() method in ShadowPosix
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_stat.cc | 25 void StatOutput(u64 *stat) { in StatOutput()
|