| /third_party/grpc/tools/run_tests/performance/ |
| D | scenario_result_schema.json | 5 "mode": "NULLABLE", string 10 "mode": "NULLABLE", string 15 "mode": "NULLABLE", string 20 "mode": "NULLABLE", string 25 "mode": "NULLABLE", string 30 "mode": "NULLABLE", string 35 "mode": "NULLABLE", string 42 "mode": "NULLABLE", string 47 "mode": "NULLABLE", string 52 "mode": "NULLABLE", string [all …]
|
| /third_party/grpc/tools/run_tests/build_stats/ |
| D | build_stats_schema.json | 5 "mode": "NULLABLE" string 10 "mode": "NULLABLE" string 15 "mode": "REPEATED", string 20 "mode": "NULLABLE" string 25 "mode": "NULLABLE" string 30 "mode": "NULLABLE" string 35 "mode": "NULLABLE" string 40 "mode": "REPEATED", string 45 "mode": "NULLABLE" string 50 "mode": "NULLABLE" string
|
| D | build_stats_schema_no_matrix.json | 5 "mode": "NULLABLE" string 10 "mode": "NULLABLE" string 15 "mode": "NULLABLE" string 20 "mode": "NULLABLE" string 25 "mode": "NULLABLE" string 30 "mode": "NULLABLE" string 35 "mode": "REPEATED", string 40 "mode": "NULLABLE" string 45 "mode": "NULLABLE" string
|
| /third_party/zlib/contrib/iostream3/ |
| D | zfstream.cc | 52 std::ios_base::openmode mode) in open() 80 std::ios_base::openmode mode) in attach() 131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode() 380 std::ios_base::openmode mode) in gzifstream() 389 std::ios_base::openmode mode) in gzifstream() 399 std::ios_base::openmode mode) in open() 410 std::ios_base::openmode mode) in attach() 435 std::ios_base::openmode mode) in gzofstream() 444 std::ios_base::openmode mode) in gzofstream() 454 std::ios_base::openmode mode) in open() [all …]
|
| /third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream3/ |
| D | zfstream.cc | 52 std::ios_base::openmode mode) in open() 80 std::ios_base::openmode mode) in attach() 131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode() 380 std::ios_base::openmode mode) in gzifstream() 389 std::ios_base::openmode mode) in gzifstream() 399 std::ios_base::openmode mode) in open() 410 std::ios_base::openmode mode) in attach() 435 std::ios_base::openmode mode) in gzofstream() 444 std::ios_base::openmode mode) in gzofstream() 454 std::ios_base::openmode mode) in open() [all …]
|
| /third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/iostream3/ |
| D | zfstream.cc | 52 std::ios_base::openmode mode) in open() 80 std::ios_base::openmode mode) in attach() 131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode() 380 std::ios_base::openmode mode) in gzifstream() 389 std::ios_base::openmode mode) in gzifstream() 399 std::ios_base::openmode mode) in open() 410 std::ios_base::openmode mode) in attach() 435 std::ios_base::openmode mode) in gzofstream() 444 std::ios_base::openmode mode) in gzofstream() 454 std::ios_base::openmode mode) in open() [all …]
|
| /third_party/python/Lib/ |
| D | stat.py | 21 def S_IMODE(mode): argument 27 def S_IFMT(mode): argument 50 def S_ISDIR(mode): argument 54 def S_ISCHR(mode): argument 58 def S_ISBLK(mode): argument 62 def S_ISREG(mode): argument 66 def S_ISFIFO(mode): argument 70 def S_ISLNK(mode): argument 74 def S_ISSOCK(mode): argument 78 def S_ISDOOR(mode): argument [all …]
|
| /third_party/python/Modules/ |
| D | _stat.c | 92 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 96 # define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 100 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 104 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument 108 # define S_ISDOOR(mode) 0 argument 112 # define S_ISPORT(mode) 0 argument 116 # define S_ISWHT(mode) 0 argument 255 mode_t mode; in _PyLong_AsMode_t() local 328 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IMODE() local 341 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IFMT() local [all …]
|
| /third_party/flutter/skia/src/gpu/effects/ |
| D | GrXfermodeFragmentProcessor.cpp | 20 static inline bool does_cpu_blend_impl_match_gpu(SkBlendMode mode) { in does_cpu_blend_impl_match_gpu() 34 SkBlendMode mode) { in Make() 62 SkBlendMode mode) in ComposeTwoFragmentProcessor() 72 const GrFragmentProcessor* dst, SkBlendMode mode) { in OptFlags() 189 SkBlendMode mode; in TestCreate() local 230 SkBlendMode mode = cs.getMode(); in emitCode() local 247 SkBlendMode mode) { in MakeFromTwoProcessors() 271 SkBlendMode mode, Child child) { in Make() 298 SkBlendMode mode() const { return fMode; } in mode() function in ComposeOneFragmentProcessor 303 OptimizationFlags OptFlags(const GrFragmentProcessor* fp, SkBlendMode mode, Child child) { in OptFlags() [all …]
|
| /third_party/boost/boost/nowide/ |
| D | fstream.hpp | 23 static std::ios_base::openmode mode() { return std::ios_base::in; } in mode() function 32 static std::ios_base::openmode mode() { return std::ios_base::out; } in mode() function 41 static std::ios_base::openmode mode() { return std::ios_base::in | std::ios_base::out; } in mode() function 80 … explicit basic_ifstream(const char* file_name, std::ios_base::openmode mode = std::ios_base::in) in basic_ifstream() 85 …explicit basic_ifstream(const wchar_t* file_name, std::ios_base::openmode mode = std::ios_base::in) in basic_ifstream() 91 …explicit basic_ifstream(const std::string& file_name, std::ios_base::openmode mode = std::ios_base… in basic_ifstream() 99 … typename detail::enable_if_path<Path, std::ios_base::openmode>::type mode = std::ios_base::in) in basic_ifstream() 131 … explicit basic_ofstream(const char* file_name, std::ios_base::openmode mode = std::ios_base::out) in basic_ofstream() 136 …explicit basic_ofstream(const wchar_t* file_name, std::ios_base::openmode mode = std::ios_base::ou… in basic_ofstream() 141 …explicit basic_ofstream(const std::string& file_name, std::ios_base::openmode mode = std::ios_base… in basic_ofstream() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| D | validate_mode_setting.cpp | 80 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 98 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 120 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 137 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 153 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 171 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 191 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 229 const auto mode = i.GetOperandAs<SpvExecutionMode>(1); in ValidateEntryPoint() local 267 const auto mode = inst->GetOperandAs<SpvExecutionMode>(1); in ValidateExecutionMode() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| D | validate_mode_setting.cpp | 80 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 98 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 120 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 137 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 153 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 171 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 191 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 229 const auto mode = i.GetOperandAs<SpvExecutionMode>(1); in ValidateEntryPoint() local 267 const auto mode = inst->GetOperandAs<SpvExecutionMode>(1); in ValidateExecutionMode() local
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gsttagsetter.c | 83 GstTagMergeMode mode; member 176 GstTagMergeMode mode) in gst_tag_setter_merge_tags() 207 gst_tag_setter_add_tags (GstTagSetter * setter, GstTagMergeMode mode, in gst_tag_setter_add_tags() 231 gst_tag_setter_add_tag_values (GstTagSetter * setter, GstTagMergeMode mode, in gst_tag_setter_add_tag_values() 255 gst_tag_setter_add_tag_valist (GstTagSetter * setter, GstTagMergeMode mode, in gst_tag_setter_add_tag_valist() 286 GstTagMergeMode mode, const gchar * tag, va_list var_args) in gst_tag_setter_add_tag_valist_values() 316 GstTagMergeMode mode, const gchar * tag, const GValue * value) in gst_tag_setter_add_tag_value() 365 gst_tag_setter_set_tag_merge_mode (GstTagSetter * setter, GstTagMergeMode mode) in gst_tag_setter_set_tag_merge_mode() 391 GstTagMergeMode mode; in gst_tag_setter_get_tag_merge_mode() local
|
| /third_party/boost/boost/iostreams/detail/ |
| D | push.hpp | 36 #define BOOST_IOSTREAMS_DEFINE_PUSH_CONSTRUCTOR(name, mode, ch, helper) \ argument 45 #define BOOST_IOSTREAMS_DEFINE_PUSH(name, mode, ch, helper) \ argument 51 #define BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, arg, helper, has_return) \ argument 59 # define BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, has_return, result) \ argument 97 # define BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, has_return, result) \ argument 132 # define BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, has_return, result) \ argument
|
| /third_party/uboot/u-boot-2020.01/arch/arm/mach-versal/ |
| D | mp.c | 28 void set_r5_halt_mode(u8 halt, u8 mode) in set_r5_halt_mode() 49 void set_r5_tcm_mode(u8 mode) in set_r5_tcm_mode() 67 void release_r5_reset(u8 mode) in release_r5_reset() 91 void initialize_tcm(bool mode) in initialize_tcm() 106 void tcm_init(u8 mode) in tcm_init()
|
| /third_party/eudev/src/shared/ |
| D | mkdir.c | 32 int mkdir_safe_internal(const char *path, mode_t mode, uid_t uid, gid_t gid, mkdir_func_t _mkdir) { in mkdir_safe_internal() 53 int mkdir_parents_internal(const char *prefix, const char *path, mode_t mode, mkdir_func_t _mkdir) { in mkdir_parents_internal() 107 int mkdir_parents(const char *path, mode_t mode) { in mkdir_parents() 111 int mkdir_p_internal(const char *prefix, const char *path, mode_t mode, mkdir_func_t _mkdir) { in mkdir_p_internal() 127 int udev_mkdir_p(const char *path, mode_t mode) { in udev_mkdir_p()
|
| /third_party/flutter/skia/gm/ |
| D | gradients_degenerate.cpp | 87 static sk_sp<SkShader> make_linear(SkTileMode mode) { in make_linear() 93 static sk_sp<SkShader> make_radial(SkTileMode mode) { in make_radial() 98 static sk_sp<SkShader> make_sweep(SkTileMode mode) { in make_sweep() 105 static sk_sp<SkShader> make_sweep_zero_ang(SkTileMode mode) { in make_sweep_zero_ang() 111 static sk_sp<SkShader> make_2pt_conic(SkTileMode mode) { in make_2pt_conic() 117 static sk_sp<SkShader> make_2pt_conic_zero_rad(SkTileMode mode) { in make_2pt_conic_zero_rad()
|
| /third_party/skia/src/gpu/effects/ |
| D | GrBlendFragmentProcessor.cpp | 17 static inline bool does_cpu_blend_impl_match_gpu(SkBlendMode mode) { in does_cpu_blend_impl_match_gpu() 31 SkBlendMode mode) { in Make() 43 SkBlendMode mode) in BlendFragmentProcessor() 62 const GrFragmentProcessor* dst, SkBlendMode mode) { in OptFlags() 183 SkBlendMode mode; in TestCreate() local 202 SkBlendMode mode = bfp.fMode; in onMakeProgramImpl() local 226 SkBlendMode mode) { in Make()
|
| /third_party/boost/boost/math/distributions/ |
| D | triangular.hpp | 53 RealType mode, in check_triangular_mode() 111 RealType mode, in check_triangular() 170 RealType mode()const in mode() function in boost::math::triangular_distribution 206 RealType mode = dist.mode(); in pdf() local 244 RealType mode = dist.mode(); in cdf() local 280 RealType mode = dist.mode(); in quantile() local 322 RealType mode = c.dist.mode(); in cdf() local 379 RealType mode = c.dist.mode(); in quantile() local 406 RealType mode = dist.mode(); in mean() local 422 RealType mode = dist.mode(); in variance() local [all …]
|
| /third_party/skia/gm/ |
| D | gradients_degenerate.cpp | 91 static sk_sp<SkShader> make_linear(SkTileMode mode) { in make_linear() 97 static sk_sp<SkShader> make_radial(SkTileMode mode) { in make_radial() 102 static sk_sp<SkShader> make_sweep(SkTileMode mode) { in make_sweep() 109 static sk_sp<SkShader> make_sweep_zero_ang(SkTileMode mode) { in make_sweep_zero_ang() 115 static sk_sp<SkShader> make_2pt_conic(SkTileMode mode) { in make_2pt_conic() 121 static sk_sp<SkShader> make_2pt_conic_zero_rad(SkTileMode mode) { in make_2pt_conic_zero_rad()
|
| /third_party/skia/src/core/ |
| D | SkBlendMode.cpp | 11 bool SkBlendMode_ShouldPreScaleCoverage(SkBlendMode mode, bool rgb_coverage) { in SkBlendMode_ShouldPreScaleCoverage() 43 bool SkBlendMode_SupportsCoverageAsAlpha(SkBlendMode mode) { in SkBlendMode_SupportsCoverageAsAlpha() 47 bool SkBlendMode_AsCoeff(SkBlendMode mode, SkBlendModeCoeff* src, SkBlendModeCoeff* dst) { in SkBlendMode_AsCoeff() 87 void SkBlendMode_AppendStages(SkBlendMode mode, SkRasterPipeline* p) { in SkBlendMode_AppendStages() 125 SkPMColor4f SkBlendMode_Apply(SkBlendMode mode, const SkPMColor4f& src, const SkPMColor4f& dst) { in SkBlendMode_Apply()
|
| D | SkXfermode.cpp | 29 SkProcCoeffXfermode(SkBlendMode mode) : fMode(mode) {} in SkProcCoeffXfermode() 66 const char* SkBlendMode_Name(SkBlendMode mode) { in SkBlendMode_Name() 79 sk_sp<SkXfermode> SkXfermode::Make(SkBlendMode mode) { in Make() 108 bool SkXfermode::IsOpaque(SkBlendMode mode, SrcColorOpacity opacityType) { in IsOpaque() 141 const GrXPFactory* SkBlendMode_AsXPFactory(SkBlendMode mode) { in SkBlendMode_AsXPFactory()
|
| /third_party/flutter/skia/src/core/ |
| D | SkXfermode.cpp | 30 SkProcCoeffXfermode(SkBlendMode mode) : fMode(mode) {} in SkProcCoeffXfermode() 67 const char* SkBlendMode_Name(SkBlendMode mode) { in SkBlendMode_Name() 80 sk_sp<SkXfermode> SkXfermode::Make(SkBlendMode mode) { in Make() 109 bool SkXfermode::IsOpaque(SkBlendMode mode, SrcColorOpacity opacityType) { in IsOpaque() 142 const GrXPFactory* SkBlendMode_AsXPFactory(SkBlendMode mode) { in SkBlendMode_AsXPFactory()
|
| D | SkBlendMode.cpp | 12 bool SkBlendMode_ShouldPreScaleCoverage(SkBlendMode mode, bool rgb_coverage) { in SkBlendMode_ShouldPreScaleCoverage() 44 bool SkBlendMode_SupportsCoverageAsAlpha(SkBlendMode mode) { in SkBlendMode_SupportsCoverageAsAlpha() 72 bool SkBlendMode_AsCoeff(SkBlendMode mode, SkBlendModeCoeff* src, SkBlendModeCoeff* dst) { in SkBlendMode_AsCoeff() 85 void SkBlendMode_AppendStages(SkBlendMode mode, SkRasterPipeline* p) { in SkBlendMode_AppendStages() 123 SkPMColor4f SkBlendMode_Apply(SkBlendMode mode, const SkPMColor4f& src, const SkPMColor4f& dst) { in SkBlendMode_Apply()
|
| /third_party/boost/boost/filesystem/ |
| D | fstream.hpp | 64 open(const path& p, std::ios_base::openmode mode) in open() 91 basic_ifstream(const path& p, std::ios_base::openmode mode) in basic_ifstream() 97 void open(const path& p, std::ios_base::openmode mode) in open() 123 basic_ofstream(const path& p, std::ios_base::openmode mode) in basic_ofstream() 129 void open(const path& p, std::ios_base::openmode mode) in open() 156 basic_fstream(const path& p, std::ios_base::openmode mode) in basic_fstream() 163 void open(const path& p, std::ios_base::openmode mode) in open()
|