Home
last modified time | relevance | path

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

12345678910>>...138

/external/grpc-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 …]
/external/rust/crates/grpcio-sys/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 …]
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2020-012.md3 ### CVE Number
6 ### Impact
18 ### Vulnerable Versions
22 ### Patches
30 ### For more information
36 ### Attribution
Dtfsa-2020-026.md3 ### CVE Number
6 ### Impact
29 ### Vulnerable Versions
33 ### Patches
41 ### For more information
47 ### Attribution
/external/grpc-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
/external/rust/crates/grpcio-sys/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
/external/xz-embedded/linux/lib/xz/
Dxz_private.h67 # 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/tensorflow/tensorflow/python/grappler/
Dauto_mixed_precision_test.py276 def _count_casts(mode, nodes): argument
350 def _lower_precision_dtype(self, mode): argument
353 def _assert_output_f16(self, mode, node_map, node_name, output_port=0): argument
357 def _run(self, mode, fetches): argument
370 def _maybe_skip(self, mode): argument
380 def _run_simple_loop_test(self, mode, inp, body, out): argument
437 def test_conv_bn(self, mode): argument
468 def test_conv3d_bn(self, mode): argument
493 def test_conv3d(self, mode): argument
523 def test_conv_bn_dropout(self, mode): argument
[all …]
/external/llvm-project/clang/utils/analyzer/projects/
Dprojects.json4 "mode": 1, number
12 "mode": 1, number
20 "mode": 1, number
28 "mode": 1, number
36 "mode": 1, number
44 "mode": 1, number
52 "mode": 1, number
60 "mode": 1, number
68 "mode": 1, number
76 "mode": 1, number
[all …]
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DNextXxxAccessTest.java126 private void _testIsNextTokenName1(int mode) throws Exception in _testIsNextTokenName1()
196 private void _testIsNextTokenName2(int mode) throws Exception in _testIsNextTokenName2()
232 private void _testIsNextTokenName3(int mode) throws Exception in _testIsNextTokenName3()
267 private void _testIsNextTokenName4(int mode) throws Exception in _testIsNextTokenName4()
287 private void _testIsNextTokenName5(int mode) throws Exception in _testIsNextTokenName5()
306 private void _testNextFieldNameIndent(int mode) throws Exception in _testNextFieldNameIndent()
323 private void _textNextText(int mode) throws Exception in _textNextText()
358 private void _textNextInt(int mode) throws Exception in _textNextInt()
394 private void _textNextLong(int mode) throws Exception in _textNextLong()
430 private void _textNextBoolean(int mode) throws Exception in _textNextBoolean()
[all …]
DParserScopeMatchingTest.java22 public void _testUnclosedArray(int mode) throws Exception in _testUnclosedArray()
45 private void _testUnclosedObject(int mode) throws Exception in _testUnclosedObject()
67 public void _testEOFInName(int mode) throws Exception in _testEOFInName()
93 private void _testWeirdToken(int mode) throws Exception in _testWeirdToken()
114 private void _testMismatchArrayToObject(int mode) throws Exception in _testMismatchArrayToObject()
137 private void _testMismatchObjectToArray(int mode) throws Exception in _testMismatchObjectToArray()
160 private void _testMisssingColon(int mode) throws Exception in _testMisssingColon()
/external/deqp/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()
/external/rust/crates/libz-sys/src/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 …]
/external/mesa3d/src/mesa/main/
Dpolygon.c54 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()
Ddraw_validate.c361 _mesa_is_valid_prim_mode(const struct gl_context *ctx, GLenum mode) in _mesa_is_valid_prim_mode()
392 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode, const char *name) in _mesa_valid_prim_mode()
654 GLenum mode, GLsizei count, GLenum type, in validate_DrawElements_common()
716 GLenum mode, GLsizei count, GLenum type, in _mesa_validate_DrawElements()
731 GLenum mode, const GLsizei *count, in _mesa_validate_MultiDrawElements()
794 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode, in _mesa_validate_DrawRangeElements()
857 count_tessellated_primitives(GLenum mode, GLuint count, GLuint num_instances) in count_tessellated_primitives()
910 GLenum mode, GLsizei count, GLsizei numInstances) in validate_draw_arrays()
947 _mesa_validate_DrawArrays(struct gl_context *ctx, GLenum mode, GLsizei count) in _mesa_validate_DrawArrays()
954 _mesa_validate_DrawArraysInstanced(struct gl_context *ctx, GLenum mode, GLint first, in _mesa_validate_DrawArraysInstanced()
[all …]
Ddraw.c236 GLenum mode, GLint start, GLsizei count) in print_draw_arrays()
348 _mesa_draw_arrays(struct gl_context *ctx, GLenum mode, GLint start, in _mesa_draw_arrays()
441 _mesa_EvalMesh1(GLenum mode, GLint i1, GLint i2) in _mesa_EvalMesh1()
480 _mesa_EvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) in _mesa_EvalMesh2()
560 _mesa_DrawArrays(GLenum mode, GLint start, GLsizei count) in _mesa_DrawArrays()
595 _mesa_DrawArraysInstancedARB(GLenum mode, GLint start, GLsizei count, in _mesa_DrawArraysInstancedARB()
631 _mesa_DrawArraysInstancedBaseInstance(GLenum mode, GLint first, in _mesa_DrawArraysInstancedBaseInstance()
692 _mesa_exec_MultiDrawArrays(GLenum mode, const GLint *first, in _mesa_exec_MultiDrawArrays()
828 _mesa_validated_drawrangeelements(struct gl_context *ctx, GLenum mode, in _mesa_validated_drawrangeelements()
905 _mesa_DrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, in _mesa_DrawRangeElementsBaseVertex()
[all …]
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py140 def unwrap_output_dict(strategy, grouped_outputs, mode): argument
442 mode, argument
462 mode=None): argument
611 def _prepare_feed_values(model, inputs, targets, sample_weights, mode): argument
694 def _build_network_on_replica(model, mode, inputs=None, targets=None): argument
764 def _build_distributed_network(model, strategy, mode, inputs=None, argument
774 def _clone_and_build_model(model, mode, inputs=None, targets=None): argument
816 def clone_model_on_replicas(model, strategy, mode, inputs=None, targets=None): argument
826 def _make_execution_function(model, mode): argument
840 def _make_execution_function_without_cloning(model, mode): argument
[all …]
/external/python/cpython3/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 …]
/external/python/cpython3/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 …]
/external/deqp-deps/amber/src/
Dtype.h38 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 …]
/external/skqp/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 …]
/external/igt-gpu-tools/lib/
Digt_psr.c28 static bool psr_active_check(int debugfs_fd, enum psr_mode mode) in psr_active_check()
39 static inline const char *psr_active_state_get(enum psr_mode mode) in psr_active_state_get()
47 bool psr_wait_entry(int debugfs_fd, enum psr_mode mode) in psr_wait_entry()
52 bool psr_wait_update(int debugfs_fd, enum psr_mode mode) in psr_wait_update()
57 bool psr_long_wait_update(int debugfs_fd, enum psr_mode mode) in psr_long_wait_update()
108 static bool psr_set(int debugfs_fd, int mode) in psr_set()
155 bool psr_enable(int debugfs_fd, enum psr_mode mode) in psr_enable()
166 bool psr_sink_support(int debugfs_fd, enum psr_mode mode) in psr_sink_support()
/external/python/cpython2/Lib/
Dstat.py21 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

12345678910>>...138