| /third_party/node/deps/v8/src/codegen/ |
| D | reloc-info.h | 127 static constexpr bool IsRealRelocMode(Mode mode) { in IsRealRelocMode() 131 static constexpr bool IsGCRelocMode(Mode mode) { in IsGCRelocMode() 134 static constexpr bool IsShareableRelocMode(Mode mode) { in IsShareableRelocMode() 138 static constexpr bool IsCodeTarget(Mode mode) { return mode == CODE_TARGET; } in IsCodeTarget() 139 static constexpr bool IsCodeTargetMode(Mode mode) { in IsCodeTargetMode() 142 static constexpr bool IsRelativeCodeTarget(Mode mode) { in IsRelativeCodeTarget() 145 static constexpr bool IsFullEmbeddedObject(Mode mode) { in IsFullEmbeddedObject() 148 static constexpr bool IsCompressedEmbeddedObject(Mode mode) { in IsCompressedEmbeddedObject() 151 static constexpr bool IsDataEmbeddedObject(Mode mode) { in IsDataEmbeddedObject() 154 static constexpr bool IsEmbeddedObjectMode(Mode mode) { in IsEmbeddedObjectMode() [all …]
|
| /third_party/spirv-tools/source/val/ |
| D | validate_mode_setting.cpp | 79 [](const spv::ExecutionMode& mode) { in ValidateEntryPoint() 97 [](const spv::ExecutionMode& mode) { in ValidateEntryPoint() 118 [](const spv::ExecutionMode& mode) { in ValidateEntryPoint() 137 [](const spv::ExecutionMode& mode) { in ValidateEntryPoint() 159 [](const spv::ExecutionMode& mode) { in ValidateEntryPoint() 176 [](const spv::ExecutionMode& mode) { in ValidateEntryPoint() 192 [](const spv::ExecutionMode& mode) { in ValidateEntryPoint() 211 [](const spv::ExecutionMode& mode) { in ValidateEntryPoint() 231 [](const spv::ExecutionMode& mode) { in ValidateEntryPoint() 250 [](const spv::ExecutionMode& mode) { in ValidateEntryPoint() [all …]
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuTexVerifierUtil.hpp | 69 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/ |
| 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/mesa3d/src/mesa/main/ |
| D | polygon.c | 57 cull_face(struct gl_context *ctx, GLenum mode, bool no_error) in cull_face() 76 _mesa_CullFace_no_error(GLenum mode) in _mesa_CullFace_no_error() 84 _mesa_CullFace(GLenum mode) in _mesa_CullFace() 107 front_face(struct gl_context *ctx, GLenum mode, bool no_error) in front_face() 125 _mesa_FrontFace_no_error(GLenum mode) in _mesa_FrontFace_no_error() 133 _mesa_FrontFace(GLenum mode) in _mesa_FrontFace() 157 polygon_mode(struct gl_context *ctx, GLenum face, GLenum mode, bool no_error) in polygon_mode() 231 _mesa_PolygonMode_no_error(GLenum face, GLenum mode) in _mesa_PolygonMode_no_error() 239 _mesa_PolygonMode(GLenum face, GLenum mode) in _mesa_PolygonMode()
|
| D | draw.c | 155 valid_prim_mode_custom(struct gl_context *ctx, GLenum mode, in valid_prim_mode_custom() 181 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode) in _mesa_valid_prim_mode() 187 valid_prim_mode_indexed(struct gl_context *ctx, GLenum mode) in valid_prim_mode_indexed() 231 validate_DrawElements_common(struct gl_context *ctx, GLenum mode, in validate_DrawElements_common() 251 GLenum mode, GLsizei count, GLenum type) in _mesa_validate_DrawElements() 268 GLenum mode, const GLsizei *count, in _mesa_validate_MultiDrawElements() 329 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode, in _mesa_validate_DrawRangeElements() 396 count_tessellated_primitives(GLenum mode, GLuint count, GLuint num_instances) in count_tessellated_primitives() 449 GLenum mode, GLsizei count, GLsizei numInstances) in validate_draw_arrays() 477 _mesa_validate_DrawArrays(struct gl_context *ctx, GLenum mode, GLsizei count) in _mesa_validate_DrawArrays() [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/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/vk-gl-cts/external/amber/src/src/ |
| D | type.h | 38 static bool IsSignedInt(FormatMode mode) { in IsSignedInt() 43 static bool IsUnsignedInt(FormatMode mode) { in IsUnsignedInt() 48 static bool IsInt(FormatMode mode) { in IsInt() 52 static bool IsFloat(FormatMode mode) { in IsFloat() 56 static bool IsInt8(FormatMode mode, uint32_t num_bits) { in IsInt8() 59 static bool IsInt16(FormatMode mode, uint32_t num_bits) { in IsInt16() 62 static bool IsInt32(FormatMode mode, uint32_t num_bits) { in IsInt32() 65 static bool IsInt64(FormatMode mode, uint32_t num_bits) { in IsInt64() 69 static bool IsUint8(FormatMode mode, uint32_t num_bits) { in IsUint8() 72 static bool IsUint16(FormatMode mode, uint32_t num_bits) { in IsUint16() [all …]
|
| /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/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/node/test/fixtures/wpt/streams/readable-byte-streams/ |
| D | bad-buffers-and-views.any.js | 12 const reader = stream.getReader({ mode: 'byob' }); property 35 const reader = stream.getReader({ mode: 'byob' }); property 88 const reader = stream.getReader({ mode: 'byob' }); property 104 const reader = stream.getReader({ mode: 'byob' }); property 117 const reader = stream.getReader({ mode: 'byob' }); property 134 const reader = stream.getReader({ mode: 'byob' }); property 153 const reader = stream.getReader({ mode: 'byob' }); property 170 const reader = stream.getReader({ mode: 'byob' }); property 185 const reader = stream.getReader({ mode: 'byob' }); property 200 const reader = stream.getReader({ mode: 'byob' }); property [all …]
|
| D | tee.any.js | 32 const reader1 = branch1.getReader({ mode: 'byob' }); property 33 const reader2 = branch2.getReader({ mode: 'byob' }); property 113 const reader1 = branch1.getReader({ mode: 'byob' }); property 146 const reader1 = branch1.getReader({ mode: 'byob' }); property 147 const reader2 = branch2.getReader({ mode: 'byob' }); property 230 const reader1 = branch1.getReader({ mode: 'byob' }); property 231 const reader2 = branch2.getReader({ mode: 'byob' }); property 257 const reader1 = branch1.getReader({ mode: 'byob' }); property 258 const reader2 = branch2.getReader({ mode: 'byob' }); property 307 const reader1 = branch1.getReader({ mode: 'byob' }); property [all …]
|
| D | general.any.js | 10 assert_throws_js(TypeError, () => new ReadableStream().getReader({ mode: 'byob' })); property 16 new ReadableStream({ type: 'bytes' }).getReader({ mode: 'byob' }); property 19 .getReader({ mode: 'byob' }); property 21 .getReader({ mode: 'byob' }); property 25 …const ReadableStreamBYOBReader = new ReadableStream({ type: 'bytes' }).getReader({ mode: 'byob' })… property 28 let reader = rs.getReader({ mode: { toString() { return 'byob'; } } }); property 32 reader = rs.getReader({ mode: { toString: null, valueOf() {return 'byob';} } }); property 36 reader = rs.getReader({ mode: 'byob', notmode: 'ignored' }); property 169 const reader = stream.getReader({ mode: 'byob' }); property 200 const reader = stream.getReader({ mode: 'byob' }); property [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/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() 49 SkBlendMode mode) in BlendFragmentProcessor() 68 const GrFragmentProcessor* dst, SkBlendMode mode) { in OptFlags() 189 SkBlendMode mode; in TestCreate() local 208 SkBlendMode mode = bfp.fMode; in onMakeProgramImpl() local 232 SkBlendMode mode) { in Make()
|
| /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/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | op_classes.c | 19 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, u8 chan, in allow_channel() 43 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel) in get_center_80mhz() 65 static enum chan_allowed verify_80mhz(struct hostapd_hw_modes *mode, u8 channel) in verify_80mhz() 100 static int get_center_160mhz(struct hostapd_hw_modes *mode, u8 channel) in get_center_160mhz() 122 static enum chan_allowed verify_160mhz(struct hostapd_hw_modes *mode, in verify_160mhz() 162 enum chan_allowed verify_channel(struct hostapd_hw_modes *mode, u8 channel, in verify_channel() 216 struct hostapd_hw_modes *mode; in wpas_op_class_supported() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| D | ContextNULL.cpp | 132 gl::PrimitiveMode mode, in drawArrays() 140 gl::PrimitiveMode mode, in drawArraysInstanced() 149 gl::PrimitiveMode mode, in drawArraysInstancedBaseInstance() 159 gl::PrimitiveMode mode, in drawElements() 168 gl::PrimitiveMode mode, in drawElementsBaseVertex() 178 gl::PrimitiveMode mode, in drawElementsInstanced() 188 gl::PrimitiveMode mode, in drawElementsInstancedBaseVertex() 199 gl::PrimitiveMode mode, in drawElementsInstancedBaseVertexBaseInstance() 211 gl::PrimitiveMode mode, in drawRangeElements() 222 gl::PrimitiveMode mode, in drawRangeElementsBaseVertex() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | Context9.cpp | 164 gl::PrimitiveMode mode, in drawArrays() 172 gl::PrimitiveMode mode, in drawArraysInstanced() 181 gl::PrimitiveMode mode, in drawArraysInstancedBaseInstance() 192 gl::PrimitiveMode mode, in drawElements() 201 gl::PrimitiveMode mode, in drawElementsBaseVertex() 212 gl::PrimitiveMode mode, in drawElementsInstanced() 222 gl::PrimitiveMode mode, in drawElementsInstancedBaseVertex() 234 gl::PrimitiveMode mode, in drawElementsInstancedBaseVertexBaseInstance() 247 gl::PrimitiveMode mode, in drawRangeElements() 258 gl::PrimitiveMode mode, in drawRangeElementsBaseVertex() [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| D | acs.c | 264 static void acs_cleanup_mode(struct hostapd_hw_modes *mode) in acs_cleanup_mode() 470 static int acs_surveys_are_sufficient_mode(struct hostapd_hw_modes *mode) in acs_surveys_are_sufficient_mode() 489 struct hostapd_hw_modes *mode; in acs_surveys_are_sufficient() local 532 struct hostapd_iface *iface, struct hostapd_hw_modes *mode) in acs_survey_mode_interference_factor() 567 struct hostapd_hw_modes *mode; in acs_survey_all_chans_interference_factor() local 578 acs_find_chan_mode(struct hostapd_hw_modes *mode, int freq) in acs_find_chan_mode() 601 struct hostapd_hw_modes *mode; in acs_find_chan() local 617 static int is_24ghz_mode(enum hostapd_hw_mode mode) in is_24ghz_mode() 649 struct hostapd_hw_modes *mode, in acs_find_ideal_chan_mode() 846 struct hostapd_hw_modes *mode; in acs_find_ideal_chan() local [all …]
|
| /third_party/node/deps/v8/src/parsing/ |
| D | parsing.cc | 28 ReportStatisticsMode mode) { in MaybeReportStatistics() 42 Isolate* isolate, ReportStatisticsMode mode) { in ParseProgram() 65 ReportStatisticsMode mode) { in ParseProgram() 70 Isolate* isolate, ReportStatisticsMode mode) { in ParseFunction() 96 Isolate* isolate, ReportStatisticsMode mode) { in ParseAny()
|
| /third_party/ffmpeg/libavcodec/ |
| D | codec2utils.c | 27 int avpriv_codec2_mode_bit_rate(void *logctx, int mode) in avpriv_codec2_mode_bit_rate() 39 int avpriv_codec2_mode_frame_size(void *logctx, int mode) in avpriv_codec2_mode_frame_size() 61 int avpriv_codec2_mode_block_align(void *logctx, int mode) in avpriv_codec2_mode_block_align()
|
| /third_party/musl/porting/liteos_m/kernel/include/sys/ |
| D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument 45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument 46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument 48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
|