Home
last modified time | relevance | path

Searched full:semantics (Results 1 – 25 of 6088) sorted by relevance

12345678910>>...244

/external/python/cpython3/Doc/library/
Dhttp.rst62 ``100`` ``CONTINUE`` HTTP Semantics :rfc:`9110`, Section 15.2.1
63 ``101`` ``SWITCHING_PROTOCOLS`` HTTP Semantics :rfc:`9110`, Section 15.2.2
66 ``200`` ``OK`` HTTP Semantics :rfc:`9110`, Section 15.3.1
67 ``201`` ``CREATED`` HTTP Semantics :rfc:`9110`, Section 15.3.2
68 ``202`` ``ACCEPTED`` HTTP Semantics :rfc:`9110`, Section 15.3.3
69 ``203`` ``NON_AUTHORITATIVE_INFORMATION`` HTTP Semantics :rfc:`9110`, Section 15.3.4
70 ``204`` ``NO_CONTENT`` HTTP Semantics :rfc:`9110`, Section 15.3.5
71 ``205`` ``RESET_CONTENT`` HTTP Semantics :rfc:`9110`, Section 15.3.6
72 ``206`` ``PARTIAL_CONTENT`` HTTP Semantics :rfc:`9110`, Section 15.3.7
76 ``300`` ``MULTIPLE_CHOICES`` HTTP Semantics :rfc:`9110`, Section 15.4.1
[all …]
/external/webrtc/pc/
Dpeer_connection_header_extension_unittest.cc78 absl::optional<SdpSemantics> semantics) { in CreatePeerConnection() argument
106 if (semantics) in CreatePeerConnection()
107 config.sdp_semantics = *semantics; in CreatePeerConnection()
125 SdpSemantics semantics; in TEST_P() local
126 std::tie(media_type, semantics) = GetParam(); in TEST_P()
127 if (semantics != SdpSemantics::kUnifiedPlan) in TEST_P()
130 CreatePeerConnection(media_type, semantics); in TEST_P()
138 SdpSemantics semantics; in TEST_P() local
139 std::tie(media_type, semantics) = GetParam(); in TEST_P()
141 CreatePeerConnection(media_type, semantics); in TEST_P()
[all …]
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_memory_semantics.cpp38 << ": expected Memory Semantics to be a 32-bit int"; in ValidateMemorySemantics()
45 << "Memory Semantics ids must be OpConstant when Shader " in ValidateMemorySemantics()
53 << "Memory Semantics must be a constant instruction when " in ValidateMemorySemantics()
68 << ": Memory Semantics can have at most one of the following " in ValidateMemorySemantics()
77 "semantics cannot be used with " in ValidateMemorySemantics()
85 << ": Memory Semantics MakeAvailableKHR requires capability " in ValidateMemorySemantics()
93 << ": Memory Semantics MakeVisibleKHR requires capability " in ValidateMemorySemantics()
101 << ": Memory Semantics OutputMemoryKHR requires capability " in ValidateMemorySemantics()
109 << ": Memory Semantics Volatile requires capability " in ValidateMemorySemantics()
115 << "Memory Semantics Volatile can only be used with atomic " in ValidateMemorySemantics()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf_saved_model_ops_invalid.mlir3 module attributes {tf_saved_model.semantics} {
14 module attributes {tf_saved_model.semantics} {
27 module attributes {tf_saved_model.semantics} {
40 ….exported_names' must be on an op whose immediate parent has attribute 'tf_saved_model.semantics'}}
47 module attributes {tf_saved_model.semantics} {
58 module attributes {tf_saved_model.semantics} {
69 module attributes {tf_saved_model.semantics} {
85 // expected-error@+1 {{'tf_saved_model.semantics' must be on a module op}}
86 "some_dialect.some_op"() {tf_saved_model.semantics} : () -> ()
95 module attributes {tf_saved_model.semantics} {
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DAPFloat.h30 llvm_unreachable("Unexpected semantics"); \
77 /// full extended precision). Adding a new format that obeys IEEE semantics
149 /// \name Floating Point Semantics.
151 enum Semantics { enum
170 static const llvm::fltSemantics &EnumToSemantics(Semantics S);
171 static Semantics SemanticsToEnum(const llvm::fltSemantics &Sem);
251 /// semantics.
386 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics()
393 /// magnitude in the current semantics.
397 /// number in the given semantics.
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory_semantics.cpp38 << ": expected Memory Semantics to be a 32-bit int"; in ValidateMemorySemantics()
45 << "Memory Semantics ids must be OpConstant when Shader " in ValidateMemorySemantics()
53 << "Memory Semantics must be a constant instruction when " in ValidateMemorySemantics()
68 << ": Memory Semantics can have at most one of the following " in ValidateMemorySemantics()
78 "semantics cannot be used with " in ValidateMemorySemantics()
86 << ": Memory Semantics MakeAvailableKHR requires capability " in ValidateMemorySemantics()
94 << ": Memory Semantics MakeVisibleKHR requires capability " in ValidateMemorySemantics()
102 << ": Memory Semantics OutputMemoryKHR requires capability " in ValidateMemorySemantics()
110 << ": Memory Semantics Volatile requires capability " in ValidateMemorySemantics()
116 << "Memory Semantics Volatile can only be used with atomic " in ValidateMemorySemantics()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory_semantics.cpp38 << ": expected Memory Semantics to be a 32-bit int"; in ValidateMemorySemantics()
45 << "Memory Semantics ids must be OpConstant when Shader " in ValidateMemorySemantics()
53 << "Memory Semantics must be a constant instruction when " in ValidateMemorySemantics()
68 << ": Memory Semantics can have at most one of the following " in ValidateMemorySemantics()
78 "semantics cannot be used with " in ValidateMemorySemantics()
86 << ": Memory Semantics MakeAvailableKHR requires capability " in ValidateMemorySemantics()
94 << ": Memory Semantics MakeVisibleKHR requires capability " in ValidateMemorySemantics()
102 << ": Memory Semantics OutputMemoryKHR requires capability " in ValidateMemorySemantics()
110 << ": Memory Semantics Volatile requires capability " in ValidateMemorySemantics()
116 << "Memory Semantics Volatile can only be used with atomic " in ValidateMemorySemantics()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h30 llvm_unreachable("Unexpected semantics"); \
77 /// full extended precision). Adding a new format that obeys IEEE semantics
149 /// \name Floating Point Semantics.
151 enum Semantics { enum
160 static const llvm::fltSemantics &EnumToSemantics(Semantics S);
161 static Semantics SemanticsToEnum(const llvm::fltSemantics &Sem);
236 /// semantics.
371 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics()
378 /// magnitude in the current semantics.
382 /// magnitude in the current semantics.
[all …]
/external/sdv/vsomeip/third_party/boost/fusion/doc/
Dalgorithm.qbk80 [heading Expression Semantics]
85 [*Semantics]: `e2 = e1` for each element `e1` in `src` and `e2` in `dest`.
119 [heading Expression Semantics]
124 [*Semantics]: `e2 = std::move(e1)` for each element `e1` in `src` and `e2` in `dest`.
164 [heading Expression Semantics]
170 [*Semantics]: Returns the return type of __copy__ for 2 sequences of types `Seq1` and `Seq2`.
200 [heading Expression Semantics]
206 [*Semantics]: Returns the return type of __move__ for 2 sequences of types `Seq1` and `Seq2`.
288 [heading Expression Semantics]
293 [*Semantics]: Equivalent to [^f(... f(f(initial_state,[arg_id][I0]),[arg_id][I1]) ...[arg_id][IN])]…
[all …]
Diterator.qbk69 [heading Expression Semantics]
71 [[Expression] [Semantics]]
142 [heading Expression Semantics]
143 The semantics of an expression are defined only where they differ from, or are not defined
147 [[Expression] [Semantics]]
221 An Associative Iterator provides additional semantics to obtain the properties
288 [heading Expression Semantics]
293 [*Semantics]: Dereferences the iterator `i`.
326 [heading Expression Semantics]
331 [*Semantics]: Returns an iterator to the next element after `i`.
[all …]
Dcontainer.qbk120 [heading Expression Semantics]
122 Semantics of an expression is defined only where it differs from, or is not
126 [[Expression] [Semantics]]
185 [heading Expression Semantics]
187 Semantics of an expression is defined only where it differs from, or is not
191 [[Expression] [Semantics]]
274 [heading Expression Semantics]
276 Semantics of an expression is defined only where it differs from, or is not
280 [[Expression] [Semantics]]
361 [heading Expression Semantics]
[all …]
Dsequence.qbk96 [heading Expression Semantics]
99 [[Expression] [Semantics]]
183 [heading Expression Semantics]
185 The semantics of an expression are defined only where they differ from, or
189 [[Expression] [Semantics]]
270 [heading Expression Semantics]
272 The semantics of an expression are defined only where they differ from, or
276 [[Expression] [Semantics]]
344 [heading Expression Semantics]
347 [[Expression] [Semantics]]
[all …]
Dview.qbk55 [heading Expression Semantics]
57 Semantics of an expression is defined only where it differs from, or is not
61 [[Expression] [Semantics]]
112 [heading Expression Semantics]
114 Semantics of an expression is defined only where it differs from, or is not
118 [[Expression] [Semantics]]
177 [heading Expression Semantics]
179 Semantics of an expression is defined only where it differs from, or is not
183 [[Expression] [Semantics]]
244 [heading Expression Semantics]
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h67 /// full extended precision). Adding a new format that obeys IEEE semantics
136 /// \name Floating Point Semantics.
207 /// semantics.
388 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics()
395 /// magnitude in the current semantics.
399 /// magnitude in the current semantics.
476 /// semantics.
567 /// The semantics that this value obeys.
568 const fltSemantics *semantics; variable
597 // The interface and layout is designed for arbitray underlying semantics,
[all …]
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Dintro.md10 new semantics.
45 The semantics described below can be summarized as:
52 ### Python semantics
54 In general, AutoGraph does not change the semantics of error-free Python.
55 In special circumstances, AutoGraph may also preserve the semantics of code that
56 raises error as well. Semantics are preserved in the sense of the
83 ### TensorFlow Eager semantics
86 certain semantics that are different from the Graph execution semantics.
110 AutoGraph transfers the Eager semantics to the graph function:
120 semantics are not supported:
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DAPFloat.cpp35 llvm_unreachable("Unexpected semantics"); \
70 /* Represents floating point arithmetic semantics. */
84 /* Number of bits actually used in the semantics. */
89 // Returns true if any number described by this semantics can be precisely
90 // represented by the specified semantics. Does not take into account
109 /* The IBM double-double semantics. Such a number consists of a pair of IEEE
120 /* These are legacy semantics for the fallback, inaccrurate implementation of
132 Currently, these semantics are used in the following way:
143 semantics. */
147 const llvm::fltSemantics &APFloatBase::EnumToSemantics(Semantics S) { in EnumToSemantics()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp35 llvm_unreachable("Unexpected semantics"); \
53 /* Represents floating point arithmetic semantics. */
67 /* Number of bits actually used in the semantics. */
78 /* The IBM double-double semantics. Such a number consists of a pair of IEEE
89 /* These are legacy semantics for the fallback, inaccrurate implementation of
101 Currently, these semantics are used in the following way:
112 semantics. */
116 const llvm::fltSemantics &APFloatBase::EnumToSemantics(Semantics S) { in EnumToSemantics()
131 llvm_unreachable("Unrecognised floating semantics"); in EnumToSemantics()
134 APFloatBase::Semantics
[all …]
/external/sdv/vsomeip/third_party/boost/concept_check/doc/reference/
DRandomAccessIterator.xml109 <semantics>Equivalent to applying <code>i++</code> <code>n</code> times
112 operation if <code>n</code> is zero.</semantics>
125 <semantics>Equivalent to applying <code>i++</code> <code>n</code> times
128 operation if <code>n</code> is zero.</semantics>
141 <semantics>Equivalent to <code>i+=(-n)</code></semantics>
154 <semantics>Equivalent to <code>i+=(-n)</code></semantics>
165 <semantics>Equivalent to <code>{Iter j = i; j += n; return j;}</code></semantics>
176 <semantics>Equivalent to <code>{Iter j = i; j += n; return j;}</code></semantics>
187 <semantics>Equivalent to <code>i + n</code></semantics>
198 <semantics>Equivalent to <code>i + n</code></semantics>
[all …]
/external/angle/third_party/spirv-tools/src/test/val/
Dval_barriers_test.cpp326 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F()
339 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F()
482 "Semantics to be None if used with Invocation Memory Scope")); in TEST_F()
493 HasSubstr("ControlBarrier: Memory Semantics can have at most one " in TEST_F()
510 "ControlBarrier: expected Memory Semantics to include a " in TEST_F()
511 "Vulkan-supported storage class if Memory Semantics is not None")); in TEST_F()
526 "ControlBarrier: expected Memory Semantics to include a " in TEST_F()
527 "Vulkan-supported storage class if Memory Semantics is not None")); in TEST_F()
543 "Memory Semantics to have one of the following bits set: Acquire, " in TEST_F()
787 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F()
[all …]
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_barriers_test.cpp326 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F()
339 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F()
482 "Semantics to be None if used with Invocation Memory Scope")); in TEST_F()
493 HasSubstr("ControlBarrier: Memory Semantics can have at most one " in TEST_F()
510 "ControlBarrier: expected Memory Semantics to include a " in TEST_F()
511 "Vulkan-supported storage class if Memory Semantics is not None")); in TEST_F()
755 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F()
767 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F()
803 HasSubstr("MemoryBarrier: Memory Semantics can have at most one " in TEST_F()
819 HasSubstr("MemoryBarrier: Vulkan specification requires Memory Semantics " in TEST_F()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_barriers_test.cpp326 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F()
339 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F()
482 "Semantics to be None if used with Invocation Memory Scope")); in TEST_F()
493 HasSubstr("ControlBarrier: Memory Semantics can have at most one " in TEST_F()
510 "ControlBarrier: expected Memory Semantics to include a " in TEST_F()
511 "Vulkan-supported storage class if Memory Semantics is not None")); in TEST_F()
755 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F()
767 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F()
803 HasSubstr("MemoryBarrier: Memory Semantics can have at most one " in TEST_F()
819 HasSubstr("MemoryBarrier: Vulkan specification requires Memory Semantics " in TEST_F()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_target_env.cpp30 return "SPIR-V 1.0 (under Vulkan 1.0 semantics)"; in spvTargetEnvDescription()
34 return "SPIR-V 1.0 (under OpenCL 1.2 Full Profile semantics)"; in spvTargetEnvDescription()
36 return "SPIR-V 1.0 (under OpenCL 1.2 Embedded Profile semantics)"; in spvTargetEnvDescription()
38 return "SPIR-V 1.0 (under OpenCL 2.0 Full Profile semantics)"; in spvTargetEnvDescription()
40 return "SPIR-V 1.0 (under OpenCL 2.0 Embedded Profile semantics)"; in spvTargetEnvDescription()
42 return "SPIR-V 1.0 (under OpenCL 2.1 Full Profile semantics)"; in spvTargetEnvDescription()
44 return "SPIR-V 1.0 (under OpenCL 2.1 Embedded Profile semantics)"; in spvTargetEnvDescription()
46 return "SPIR-V 1.2 (under OpenCL 2.2 Full Profile semantics)"; in spvTargetEnvDescription()
48 return "SPIR-V 1.2 (under OpenCL 2.2 Embedded Profile semantics)"; in spvTargetEnvDescription()
50 return "SPIR-V 1.0 (under OpenGL 4.0 semantics)"; in spvTargetEnvDescription()
[all …]
/external/sdv/vsomeip/third_party/boost/range/doc/
Dboost_range.qbk39 [def __range_result_iterator__ [link range.reference.concept_implementation.semantics.metafunction…
41 [def __implementation_of_metafunctions__ [link range.reference.concept_implementation.semantics.met…
42 [def __implementation_of_functions__ [link range.reference.concept_implementation.semantics.fun…
44 [def __range_value__ [link range.reference.concept_implementation.semantics.metafunction…
45 [def __range_iterator__ [link range.reference.concept_implementation.semantics.metafunction…
46 [def __range_difference__ [link range.reference.concept_implementation.semantics.metafunction…
47 [def __range_pointer__ [link range.reference.concept_implementation.semantics.metafunction…
48 [def __range_category__ [link range.reference.concept_implementation.semantics.metafunction…
49 [def __range_reverse_iterator__ [link range.reference.concept_implementation.semantics.metafunction…
50 [def __begin__ [link range.reference.concept_implementation.semantics.functions `b…
[all …]
/external/libtextclassifier/native/
DJavaTests.bp31 "utils/grammar/semantics/composer_test.cc",
32 "utils/grammar/semantics/evaluators/arithmetic-eval_test.cc",
33 "utils/grammar/semantics/evaluators/const-eval_test.cc",
34 "utils/grammar/semantics/evaluators/merge-values-eval_test.cc",
35 "utils/grammar/semantics/evaluators/span-eval_test.cc",
36 "utils/grammar/semantics/evaluators/constituent-eval_test.cc",
37 "utils/grammar/semantics/evaluators/parse-number-eval_test.cc",
38 "utils/grammar/semantics/evaluators/compose-eval_test.cc",
/external/bazelbuild-rules_python/python/private/
Dpy_executable.bzl53 ":semantics.bzl",
134 def py_executable_base_impl(ctx, *, semantics, is_test, inherited_environment = []):
138 semantics object.
142 semantics: BinarySemantics struct; see create_binary_semantics_struct()
155 precompile_result = semantics.maybe_precompile(ctx, direct_sources)
179 imports = collect_imports(ctx, semantics)
181 runtime_details = _get_runtime_details(ctx, semantics)
183 extra_deps = semantics.get_coverage_deps(ctx, runtime_details)
190 extra_deps.extend(semantics.get_debugger_deps(ctx, runtime_details))
192 cc_details = semantics.get_cc_details_for_binary(ctx, extra_deps = extra_deps)
[all …]

12345678910>>...244