/external/grpc-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 …]
|
/external/v8/src/ |
D | reloc-info.h | 113 static constexpr bool IsRealRelocMode(Mode mode) { in IsRealRelocMode() 117 static constexpr bool IsGCRelocMode(Mode mode) { in IsGCRelocMode() 120 static constexpr bool IsShareableRelocMode(Mode mode) { in IsShareableRelocMode() 126 static constexpr bool IsCodeTarget(Mode mode) { return mode == CODE_TARGET; } in IsCodeTarget() 127 static constexpr bool IsCodeTargetMode(Mode mode) { in IsCodeTargetMode() 130 static constexpr bool IsRelativeCodeTarget(Mode mode) { in IsRelativeCodeTarget() 133 static constexpr bool IsEmbeddedObject(Mode mode) { in IsEmbeddedObject() 136 static constexpr bool IsRuntimeEntry(Mode mode) { in IsRuntimeEntry() 139 static constexpr bool IsWasmCall(Mode mode) { return mode == WASM_CALL; } in IsWasmCall() 140 static constexpr bool IsWasmStubCall(Mode mode) { in IsWasmStubCall() [all …]
|
/external/grpc-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
|
/external/xz-embedded/linux/lib/xz/ |
D | xz_private.h | 67 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) argument 69 # define DEC_IS_SINGLE(mode) (false) argument 73 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) argument 75 # define DEC_IS_PREALLOC(mode) (false) argument 79 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC) argument 81 # define DEC_IS_DYNALLOC(mode) (false) argument 85 # define DEC_IS_MULTI(mode) (true) argument 87 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) argument 89 # define DEC_IS_MULTI(mode) (false) argument
|
/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.hpp | 59 inline bool isNearestMipmapFilter (const Sampler::FilterMode mode) in isNearestMipmapFilter() 64 inline bool isLinearMipmapFilter (const Sampler::FilterMode mode) in isLinearMipmapFilter() 69 inline bool isMipmapFilter (const Sampler::FilterMode mode) in isMipmapFilter() 74 inline bool isLinearFilter (const Sampler::FilterMode mode) in isLinearFilter() 79 inline bool isNearestFilter (const Sampler::FilterMode mode) in isNearestFilter() 84 inline Sampler::FilterMode getLevelFilter (const Sampler::FilterMode mode) in getLevelFilter() 89 inline bool isWrapModeSupported (const Sampler::WrapMode mode) in isWrapModeSupported()
|
/external/zlib/src/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 …]
|
/external/mesa3d/src/mesa/main/ |
D | polygon.c | 54 cull_face(struct gl_context *ctx, GLenum mode, bool no_error) in cull_face() 75 _mesa_CullFace_no_error(GLenum mode) in _mesa_CullFace_no_error() 83 _mesa_CullFace(GLenum mode) in _mesa_CullFace() 106 front_face(struct gl_context *ctx, GLenum mode, bool no_error) in front_face() 126 _mesa_FrontFace_no_error(GLenum mode) in _mesa_FrontFace_no_error() 134 _mesa_FrontFace(GLenum mode) in _mesa_FrontFace() 158 polygon_mode(struct gl_context *ctx, GLenum face, GLenum mode, bool no_error) in polygon_mode() 224 _mesa_PolygonMode_no_error(GLenum face, GLenum mode) in _mesa_PolygonMode_no_error() 232 _mesa_PolygonMode(GLenum face, GLenum mode) in _mesa_PolygonMode()
|
D | api_validate.c | 342 _mesa_is_valid_prim_mode(const struct gl_context *ctx, GLenum mode) in _mesa_is_valid_prim_mode() 373 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode, const char *name) in _mesa_valid_prim_mode() 635 GLenum mode, GLsizei count, GLenum type, in validate_DrawElements_common() 697 GLenum mode, GLsizei count, GLenum type, in _mesa_validate_DrawElements() 714 GLenum mode, const GLsizei *count, in _mesa_validate_MultiDrawElements() 779 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode, in _mesa_validate_DrawRangeElements() 834 GLenum mode, GLsizei count, GLsizei numInstances) in validate_draw_arrays() 873 _mesa_validate_DrawArrays(struct gl_context *ctx, GLenum mode, GLsizei count) in _mesa_validate_DrawArrays() 880 _mesa_validate_DrawArraysInstanced(struct gl_context *ctx, GLenum mode, GLint first, in _mesa_validate_DrawArraysInstanced() 907 _mesa_validate_MultiDrawArrays(struct gl_context *ctx, GLenum mode, in _mesa_validate_MultiDrawArrays() [all …]
|
/external/python/cpython3/Modules/ |
D | _stat.c | 88 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 92 # define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 96 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 100 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument 104 # define S_ISDOOR(mode) 0 argument 108 # define S_ISPORT(mode) 0 argument 112 # define S_ISWHT(mode) 0 argument 251 mode_t mode; in _PyLong_AsMode_t() local 324 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IMODE() local 337 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IFMT() local [all …]
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_array.c | 241 GLenum mode, GLint start, GLsizei count) in print_draw_arrays() 460 vbo_draw_arrays(struct gl_context *ctx, GLenum mode, GLint start, in vbo_draw_arrays() 514 vbo_exec_EvalMesh1(GLenum mode, GLint i1, GLint i2) in vbo_exec_EvalMesh1() 550 vbo_exec_EvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) in vbo_exec_EvalMesh2() 620 vbo_exec_DrawArrays(GLenum mode, GLint start, GLsizei count) in vbo_exec_DrawArrays() 653 vbo_exec_DrawArraysInstanced(GLenum mode, GLint start, GLsizei count, in vbo_exec_DrawArraysInstanced() 688 vbo_exec_DrawArraysInstancedBaseInstance(GLenum mode, GLint first, in vbo_exec_DrawArraysInstancedBaseInstance() 725 vbo_exec_MultiDrawArrays(GLenum mode, const GLint *first, in vbo_exec_MultiDrawArrays() 853 vbo_validated_drawrangeelements(struct gl_context *ctx, GLenum mode, in vbo_validated_drawrangeelements() 938 vbo_exec_DrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, in vbo_exec_DrawRangeElementsBaseVertex() [all …]
|
/external/skqp/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 …]
|
/external/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 …]
|
/external/python/cpython2/Lib/ |
D | stat.py | 21 def S_IMODE(mode): argument 24 def S_IFMT(mode): argument 40 def S_ISDIR(mode): argument 43 def S_ISCHR(mode): argument 46 def S_ISBLK(mode): argument 49 def S_ISREG(mode): argument 52 def S_ISFIFO(mode): argument 55 def S_ISLNK(mode): argument 58 def S_ISSOCK(mode): argument
|
/external/strace/ |
D | printmode.c | 41 print_symbolic_mode_t(const unsigned int mode) in print_symbolic_mode_t() 64 print_numeric_umode_t(const unsigned short mode) in print_numeric_umode_t() 70 print_numeric_long_umask(const unsigned long mode) in print_numeric_long_umask()
|
/external/skia/gm/ |
D | gradients_degenerate.cpp | 75 static sk_sp<SkShader> make_linear(SkShader::TileMode mode) { in make_linear() 81 static sk_sp<SkShader> make_radial(SkShader::TileMode mode) { in make_radial() 86 static sk_sp<SkShader> make_sweep(SkShader::TileMode mode) { in make_sweep() 93 static sk_sp<SkShader> make_sweep_zero_ang(SkShader::TileMode mode) { in make_sweep_zero_ang() 99 static sk_sp<SkShader> make_2pt_conic(SkShader::TileMode mode) { in make_2pt_conic() 105 static sk_sp<SkShader> make_2pt_conic_zero_rad(SkShader::TileMode mode) { in make_2pt_conic_zero_rad()
|
/external/skqp/gm/ |
D | gradients_degenerate.cpp | 75 static sk_sp<SkShader> make_linear(SkShader::TileMode mode) { in make_linear() 81 static sk_sp<SkShader> make_radial(SkShader::TileMode mode) { in make_radial() 86 static sk_sp<SkShader> make_sweep(SkShader::TileMode mode) { in make_sweep() 93 static sk_sp<SkShader> make_sweep_zero_ang(SkShader::TileMode mode) { in make_sweep_zero_ang() 99 static sk_sp<SkShader> make_2pt_conic(SkShader::TileMode mode) { in make_2pt_conic() 105 static sk_sp<SkShader> make_2pt_conic_zero_rad(SkShader::TileMode mode) { in make_2pt_conic_zero_rad()
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | distributed_training_utils.py | 407 mode=None): argument 553 def _prepare_feed_values(model, inputs, targets, sample_weights, mode): argument 603 def _build_network_on_replica(model, mode, inputs=None, targets=None): argument 670 def _build_distributed_network(model, strategy, mode, inputs=None, argument 680 def _clone_and_build_model(model, mode, inputs=None, targets=None): argument 722 def clone_model_on_replicas(model, strategy, mode, inputs=None, targets=None): argument 732 def _make_execution_function(model, mode): argument 765 def _make_graph_execution_function(model, mode): argument 806 def _make_eager_execution_function(model, mode): argument 846 def _copy_weights_to_distributed_model(original_model, mode): argument [all …]
|
/external/python/cpython3/Lib/ |
D | stat.py | 21 def S_IMODE(mode): argument 27 def S_IFMT(mode): argument 46 def S_ISDIR(mode): argument 50 def S_ISCHR(mode): argument 54 def S_ISBLK(mode): argument 58 def S_ISREG(mode): argument 62 def S_ISFIFO(mode): argument 66 def S_ISLNK(mode): argument 70 def S_ISSOCK(mode): argument 139 def filemode(mode): argument
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_mode_setting.cpp | 79 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 99 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 116 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 132 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 150 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 170 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 238 const auto mode = inst->GetOperandAs<SpvExecutionMode>(1); in ValidateExecutionMode() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_mode_setting.cpp | 79 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 99 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 116 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 132 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 150 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 170 [](const SpvExecutionMode& mode) { in ValidateEntryPoint() 238 const auto mode = inst->GetOperandAs<SpvExecutionMode>(1); in ValidateExecutionMode() local
|
/external/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()
|
/external/skqp/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()
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 621 inline mpreal::mpreal(const mpz_t u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 629 inline mpreal::mpreal(const mpq_t u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 637 inline mpreal::mpreal(const double u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 654 inline mpreal::mpreal(const long double u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 662 inline mpreal::mpreal(const unsigned long long int u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 670 inline mpreal::mpreal(const long long int u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 678 inline mpreal::mpreal(const unsigned long int u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 686 inline mpreal::mpreal(const unsigned int u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 694 inline mpreal::mpreal(const long int u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 702 inline mpreal::mpreal(const int u, mp_prec_t prec, mp_rnd_t mode) in mpreal() [all …]
|
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/java/com/android/dx/mockito/inline/extended/ |
D | StaticInOrder.java | 43 public <T> T verify(T mock, VerificationMode mode) { in verify() 129 public void verify(MockedVoidMethod method, VerificationMode mode) { in verify() 140 public void verify(MockedMethod method, VerificationMode mode) { in verify() 141 verify((MockedVoidMethod) method::get, mode); in verify() local
|