Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 3188) sorted by relevance

12345678910>>...128

/third_party/grpc/tools/run_tests/performance/
Dscenario_result_schema.json5 "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/
Dbuild_stats_schema.json5 "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
Dbuild_stats_schema_no_matrix.json5 "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/vk-gl-cts/framework/common/
DtcuTexVerifierUtil.hpp69 inline bool isNearestMipmapFilter(const Sampler::FilterMode mode) in isNearestMipmapFilter()
74 inline bool isLinearMipmapFilter(const Sampler::FilterMode mode) in isLinearMipmapFilter()
79 inline bool isMipmapFilter(const Sampler::FilterMode mode) in isMipmapFilter()
84 inline bool isNearestFilter(const Sampler::FilterMode mode) in isNearestFilter()
89 inline bool isLinearFilter(const Sampler::FilterMode mode) in isLinearFilter()
94 inline bool isCubicFilter(const Sampler::FilterMode mode) in isCubicFilter()
99 inline Sampler::FilterMode getLevelFilter(const Sampler::FilterMode mode) in getLevelFilter()
108 inline bool isWrapModeSupported (const Sampler::WrapMode mode) in isWrapModeSupported()
/third_party/zlib/contrib/iostream3/
Dzfstream.cc52 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/
Dzfstream.cc52 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/
Dzfstream.cc52 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/mesa3d/src/mesa/main/
Dpolygon.c55 cull_face(struct gl_context *ctx, GLenum mode, bool no_error) in cull_face()
77 _mesa_CullFace_no_error(GLenum mode) in _mesa_CullFace_no_error()
85 _mesa_CullFace(GLenum mode) in _mesa_CullFace()
108 front_face(struct gl_context *ctx, GLenum mode, bool no_error) in front_face()
129 _mesa_FrontFace_no_error(GLenum mode) in _mesa_FrontFace_no_error()
137 _mesa_FrontFace(GLenum mode) in _mesa_FrontFace()
161 polygon_mode(struct gl_context *ctx, GLenum face, GLenum mode, bool no_error) in polygon_mode()
238 _mesa_PolygonMode_no_error(GLenum face, GLenum mode) in _mesa_PolygonMode_no_error()
246 _mesa_PolygonMode(GLenum face, GLenum mode) in _mesa_PolygonMode()
Ddraw.c146 valid_prim_mode_custom(struct gl_context *ctx, GLenum mode, in valid_prim_mode_custom()
172 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode) in _mesa_valid_prim_mode()
178 valid_prim_mode_indexed(struct gl_context *ctx, GLenum mode) in valid_prim_mode_indexed()
222 validate_DrawElements_common(struct gl_context *ctx, GLenum mode, in validate_DrawElements_common()
242 GLenum mode, GLsizei count, GLenum type) in _mesa_validate_DrawElements()
259 GLenum mode, const GLsizei *count, in _mesa_validate_MultiDrawElements()
320 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode, in _mesa_validate_DrawRangeElements()
387 count_tessellated_primitives(GLenum mode, GLuint count, GLuint num_instances) in count_tessellated_primitives()
440 GLenum mode, GLsizei count, GLsizei numInstances) in validate_draw_arrays()
468 _mesa_validate_DrawArrays(struct gl_context *ctx, GLenum mode, GLsizei count) in _mesa_validate_DrawArrays()
[all …]
/third_party/python/Lib/
Dstat.py21 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.c92 # 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/
DGrXfermodeFragmentProcessor.cpp20 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/
Dfstream.hpp23 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/spirv-tools/source/val/
Dvalidate_mode_setting.cpp80 [](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/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_mode_setting.cpp80 [](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/
Dgsttagsetter.c83 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/
Dpush.hpp36 #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/eudev/src/shared/
Dmkdir.c32 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/
Dgradients_degenerate.cpp87 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/
DGrBlendFragmentProcessor.cpp17 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/
Dtriangular.hpp53 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/spirv-tools/source/val/
Dvalidate_mode_setting.cpp80 [](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()
260 const auto mode = inst->GetOperandAs<SpvExecutionMode>(1); in ValidateExecutionMode() local
/third_party/skia/gm/
Dgradients_degenerate.cpp91 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/
DSkBlendMode.cpp11 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()
DSkXfermode.cpp29 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()

12345678910>>...128