Home
last modified time | relevance | path

Searched full:takes (Results 1 – 25 of 10361) sorted by relevance

12345678910>>...415

/external/deqp-deps/glslang/Test/
Dspv.float16.frag24 float16_t x; // rule 1: align = 2, takes offsets 0-1
25 f16vec2 y; // rule 2: align = 4, takes offsets 4-7
26 f16vec3 z; // rule 3: align = 8, takes offsets 8-13
31 float16_t a; // rule 1: align = 2, takes offsets 0-1
32 f16vec2 b; // rule 2: align = 4, takes offsets 4-7
33 f16vec3 c; // rule 3: align = 8, takes offsets 8-15
35 // takes offsets 16-47
37 // takes offsets 48-79
39 // array stride = 32, f[0] takes
40 // offsets 80-111, f[1] takes offsets
[all …]
D440.frag81 vec4 a; // a takes offsets 0-15
82 layout(offset = 32) vec3 b; // b takes offsets 32-43
89 vec4 a; // a takes offsets 0-15
90 layout(offset = 32) vec3 b; // b takes offsets 32-43
91 layout(offset = 48) vec2 d; // d takes offsets 48-55
92 layout(align = 16) float e; // e takes offsets 64-67
93 layout(align = 2) double f; // f takes offsets 72-79
94 layout(offset = 80) float h; // h takes offsets 80-83
95 layout(align = 64) dvec3 i; // i takes offsets 128-151
96 layout(offset = 164, align = 8) float j; // j takes offsets 168-171
[all …]
/external/angle/third_party/glslang/src/Test/
Dspv.float16.frag24 float16_t x; // rule 1: align = 2, takes offsets 0-1
25 f16vec2 y; // rule 2: align = 4, takes offsets 4-7
26 f16vec3 z; // rule 3: align = 8, takes offsets 8-13
31 float16_t a; // rule 1: align = 2, takes offsets 0-1
32 f16vec2 b; // rule 2: align = 4, takes offsets 4-7
33 f16vec3 c; // rule 3: align = 8, takes offsets 8-15
35 // takes offsets 16-47
37 // takes offsets 48-79
39 // array stride = 32, f[0] takes
40 // offsets 80-111, f[1] takes offsets
[all …]
D440.frag81 vec4 a; // a takes offsets 0-15
82 layout(offset = 32) vec3 b; // b takes offsets 32-43
89 vec4 a; // a takes offsets 0-15
90 layout(offset = 32) vec3 b; // b takes offsets 32-43
91 layout(offset = 48) vec2 d; // d takes offsets 48-55
92 layout(align = 16) float e; // e takes offsets 64-67
93 layout(align = 2) double f; // f takes offsets 72-79
94 layout(offset = 80) float h; // h takes offsets 80-83
95 layout(align = 64) dvec3 i; // i takes offsets 128-151
96 layout(offset = 164, align = 8) float j; // j takes offsets 168-171
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dspv.coopmatKHR_arithmeticError.comp.out2 ERROR: 0:21: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
3 ERROR: 0:22: '-' : wrong operand types: no operation '-' exists that takes a left-hand operand of …
4 ERROR: 0:23: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
5 ERROR: 0:24: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
6 ERROR: 0:25: '-' : wrong operand types: no operation '-' exists that takes a left-hand operand of …
7 ERROR: 0:26: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
11 ERROR: 0:31: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
12 ERROR: 0:32: '-' : wrong operand types: no operation '-' exists that takes a left-hand operand of …
13 ERROR: 0:33: '*' : wrong operand types: no operation '*' exists that takes a left-hand operand of …
14 ERROR: 0:34: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
[all …]
D300operations.frag.out3 ERROR: 0:30: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
4 ERROR: 0:31: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
5 ERROR: 0:32: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
6 ERROR: 0:33: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
7 ERROR: 0:34: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
9 ERROR: 0:36: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
10 ERROR: 0:37: '-' : wrong operand types: no operation '-' exists that takes a left-hand operand of …
11 ERROR: 0:38: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
12 ERROR: 0:39: '*' : wrong operand types: no operation '*' exists that takes a left-hand operand of …
13 ERROR: 0:40: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
[all …]
DrayQuery-allOps.Error.rgen.out2 ERROR: 0:47: '==' : wrong operand types: no operation '==' exists that takes a left-hand operand o…
4 ERROR: 0:59: '==' : wrong operand types: no operation '==' exists that takes a left-hand operand o…
5 ERROR: 0:64: '==' : wrong operand types: no operation '==' exists that takes a left-hand operand o…
8 ERROR: 0:79: '>' : wrong operand types: no operation '>' exists that takes a left-hand operand of …
9 ERROR: 0:84: '>' : wrong operand types: no operation '>' exists that takes a left-hand operand of …
14 ERROR: 0:145: '==' : wrong operand types: no operation '==' exists that takes a left-hand operand …
17 ERROR: 0:168: '>' : wrong operand types: no operation '>' exists that takes a left-hand operand of…
18 ERROR: 0:173: '>' : wrong operand types: no operation '>' exists that takes a left-hand operand of…
/external/angle/third_party/glslang/src/Test/baseResults/
Dspv.coopmatKHR_arithmeticError.comp.out2 ERROR: 0:21: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
3 ERROR: 0:22: '-' : wrong operand types: no operation '-' exists that takes a left-hand operand of …
4 ERROR: 0:23: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
5 ERROR: 0:24: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
6 ERROR: 0:25: '-' : wrong operand types: no operation '-' exists that takes a left-hand operand of …
7 ERROR: 0:26: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
11 ERROR: 0:31: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
12 ERROR: 0:32: '-' : wrong operand types: no operation '-' exists that takes a left-hand operand of …
13 ERROR: 0:33: '*' : wrong operand types: no operation '*' exists that takes a left-hand operand of …
14 ERROR: 0:34: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
[all …]
D300operations.frag.out3 ERROR: 0:30: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
4 ERROR: 0:31: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
5 ERROR: 0:32: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
6 ERROR: 0:33: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
7 ERROR: 0:34: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
9 ERROR: 0:36: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
10 ERROR: 0:37: '-' : wrong operand types: no operation '-' exists that takes a left-hand operand of …
11 ERROR: 0:38: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
12 ERROR: 0:39: '*' : wrong operand types: no operation '*' exists that takes a left-hand operand of …
13 ERROR: 0:40: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
[all …]
DrayQuery-allOps.Error.rgen.out2 ERROR: 0:47: '==' : wrong operand types: no operation '==' exists that takes a left-hand operand o…
4 ERROR: 0:59: '==' : wrong operand types: no operation '==' exists that takes a left-hand operand o…
5 ERROR: 0:64: '==' : wrong operand types: no operation '==' exists that takes a left-hand operand o…
8 ERROR: 0:79: '>' : wrong operand types: no operation '>' exists that takes a left-hand operand of …
9 ERROR: 0:84: '>' : wrong operand types: no operation '>' exists that takes a left-hand operand of …
14 ERROR: 0:145: '==' : wrong operand types: no operation '==' exists that takes a left-hand operand …
17 ERROR: 0:168: '>' : wrong operand types: no operation '>' exists that takes a left-hand operand of…
18 ERROR: 0:173: '>' : wrong operand types: no operation '>' exists that takes a left-hand operand of…
/external/icu/icu4c/source/i18n/unicode/
Dtzrule.h104 * Gets the very first time when this rule takes effect.
106 * takes effect in milliseconds.
109 * @param result Receives the very first time when this rule takes effect.
117 * Gets the final time when this rule takes effect.
119 * takes effect in milliseconds.
122 * @param result Receives the final time when this rule takes effect.
130 * Gets the first time when this rule takes effect after the specified time.
133 * takes effect in milliseconds.
137 * @param result Receives The first time when this rule takes effect after
147 * Gets the most recent time when this rule takes effect before the specified time.
[all …]
/external/cronet/third_party/icu/source/i18n/unicode/
Dtzrule.h104 * Gets the very first time when this rule takes effect.
106 * takes effect in milliseconds.
109 * @param result Receives the very first time when this rule takes effect.
117 * Gets the final time when this rule takes effect.
119 * takes effect in milliseconds.
122 * @param result Receives the final time when this rule takes effect.
130 * Gets the first time when this rule takes effect after the specified time.
133 * takes effect in milliseconds.
137 * @param result Receives The first time when this rule takes effect after
147 * Gets the most recent time when this rule takes effect before the specified time.
[all …]
/external/icu/libicu/cts_headers/unicode/
Dtzrule.h104 * Gets the very first time when this rule takes effect.
106 * takes effect in milliseconds.
109 * @param result Receives the very first time when this rule takes effect.
117 * Gets the final time when this rule takes effect.
119 * takes effect in milliseconds.
122 * @param result Receives the final time when this rule takes effect.
130 * Gets the first time when this rule takes effect after the specified time.
133 * takes effect in milliseconds.
137 * @param result Receives The first time when this rule takes effect after
147 * Gets the most recent time when this rule takes effect before the specified time.
[all …]
/external/clang/test/Sema/
Dattr-args.c4 inline __attribute__((noreturn(a))) void *f1(); // expected-error {{'noreturn' attribute takes no …
5 …(always_inline(a))) void *f2(); // expected-error {{'always_inline' attribute takes no arguments}}
6 inline __attribute__((cdecl(a))) void *f3(); // expected-error {{'cdecl' attribute takes no argume…
7 inline __attribute__((const(a))) void *f4(); // expected-error {{'const' attribute takes no argume…
8 inline __attribute__((fastcall(a))) void *f5(); // expected-error {{'fastcall' attribute takes no …
9 inline __attribute__((malloc(a))) void *f5(); // expected-error {{'malloc' attribute takes no argu…
10 inline __attribute__((nothrow(a))) void *f7(); // expected-error {{'nothrow' attribute takes no ar…
11 inline __attribute__((stdcall(a))) void *f8(); // expected-error {{'stdcall' attribute takes no ar…
12 inline __attribute__((used(a))) void *f9(); // expected-error {{'used' attribute takes no argument…
13 inline __attribute__((unused(a))) void *f10(); // expected-error {{'unused' attribute takes no arg…
[all …]
/external/federated-compute/fcp/client/
Dhistogram_counters.proto34 * How long it takes to run a plan on device, excluding downloading the plan
46 /** How long running a "restore state op" takes. */
50 * How long it takes to run training for a whole client execution (which may
56 /** How long running an "init op" takes. */
59 /** How long running a "before op" takes. */
62 /** How long running an "after op" takes. */
66 * How long it takes to run training for a whole epoch. This includes
73 * How long it takes to gather enough examples for a mini batch.
79 * How long it takes to run training on a mini batch.
85 * How long it takes the TensorFlow session to terminate after it's been
[all …]
/external/sdv/vsomeip/third_party/boost/algorithm/doc/
Dis_palindrome.qbk15 The routine `is_palindrome` takes a sequence and, optionally, a predicate. It will return true if t…
17 The routine come in 6 forms; the first one takes two iterators to define the range. The second form…
18 The third form takes a single range parameter, and uses Boost.Range to traverse it. The fourth form…
19 The fifth form takes a single C-string and a predicate. The sixth form takes a single C-string.
26 1) takes two iterators.
27 2) takes two iterators and a predicate.
28 3) takes a range.
29 4) takes a range and a predicate.
30 5) takes a C-string and a predicate.
31 6) takes a C-string.
Done_of.qbk14 The routine `one_of` takes a sequence and a predicate. It will return true if the predicate returns…
16 The routine `one_of_equal` takes a sequence and a value. It will return true if one element in the …
18 …th routines come in two forms; the first one takes two iterators to define the range. The second f…
23 … one item in the sequence. There are two versions; one takes two iterators, and the other takes a…
34 …ut instead of taking a predicate to test the elements of the sequence, it takes a value to compare…
78 …ator>::value_type`) because that allows more flexibility for callers, and takes advantage of built…
/external/python/cpython3/Lib/test/
Dtest_call.py54 msg = r"__contains__\(\) takes exactly one argument \(0 given\)"
58 msg = r"__contains__\(\) takes exactly one argument \(2 given\)"
62 msg = r"^from_bytes\(\) takes at most 2 positional arguments \(3 given\)"
85 msg = r"__contains__\(\) takes no keyword arguments"
89 msg = r"__contains__\(\) takes no keyword arguments"
93 msg = r"bool\(\) takes no keyword arguments"
97 msg = r"^list[.]index\(\) takes no keyword arguments$"
101 msg = r"^hasattr\(\) takes no keyword arguments$"
105 msg = r"^getattr\(\) takes no keyword arguments$"
109 msg = r"^next\(\) takes no keyword arguments$"
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DTimeZoneRule.java92 * Gets the very first time when this rule takes effect.
95 * takes effect in milliseconds.
99 * @return The very first time when this rule takes effect.
104 * Gets the final time when this rule takes effect.
107 * takes effect in milliseconds.
111 * @return The very last time when this rule takes effect,
117 * Gets the first time when this rule takes effect after the specified time.
121 * takes effect in milliseconds.
126 * @return The first time when this rule takes effect after the specified time,
127 * or null when this rule never takes effect after the specified time.
[all …]
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
DTimeZoneRule.java101 * Gets the very first time when this rule takes effect.
104 * takes effect in milliseconds.
108 * @return The very first time when this rule takes effect.
115 * Gets the final time when this rule takes effect.
118 * takes effect in milliseconds.
122 * @return The very last time when this rule takes effect,
130 * Gets the first time when this rule takes effect after the specified time.
134 * takes effect in milliseconds.
139 * @return The first time when this rule takes effect after the specified time,
140 * or null when this rule never takes effect after the specified time.
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/
DXPathVisitor.java56 * be reset if rewriting takes place.
68 * be reset if rewriting takes place.
80 * be reset if rewriting takes place.
95 * be reset if rewriting takes place.
107 * be reset if rewriting takes place.
119 * be reset if rewriting takes place.
131 * be reset if rewriting takes place.
143 * be reset if rewriting takes place.
155 * be reset if rewriting takes place.
167 * be reset if rewriting takes place.
[all …]
/external/webrtc/pc/g3doc/
Dpeer_connection.md13 * PeerConnectionFactory, which is created via a static Create method and takes
17 it takes more resources.)
19 PeerConnectionFactory::CreatePeerConnectionOrError, and takes a
36 * SdpOfferAnswerHandler takes care of negotiating configurations with
38 * RtpTransmissionManager takes care of the lists of RtpSenders,
41 * DataChannelController takes care of managing the PeerConnection's
43 * JsepTransportController takes care of configuring the details of senders
/external/tensorflow/tensorflow/c/
Dkernels_experimental.h53 // in the plugin for Training. The API takes in the context with indices for
55 // pluggable vendor to do the copying of the tensors. The caller takes ownership
71 // in the plugin for Training on ref variables. The API takes in the context
74 // caller takes ownership of the `source` and `dest` tensors and is responsible
84 // in the plugin for Training. The API takes in the context with indices for the
87 // apply the arithmetic operation. The caller takes ownership of the `source`,
103 // caller takes ownership of the `source` and `dest` tensors and is responsible
113 // variable passed with input index. The caller takes ownership of the `source`
152 // in the plugin for Variant data types. The API takes in the context and a
154 // tensors unwrapped from the Variant tensors. The caller takes ownership of the
[all …]
/external/clang/test/SemaCXX/
Dattr-deprecated-replacement-error.cpp7 int a1 [[deprecated("warning", "fixit")]]; // expected-error{{'deprecated' attribute takes no more …
8 int a2 [[deprecated("warning", 1)]]; // expected-error{{'deprecated' attribute takes no more than 1…
10 int b1 [[gnu::deprecated("warning", "fixit")]]; // expected-error{{'deprecated' attribute takes no …
11 int b2 [[gnu::deprecated("warning", 1)]]; // expected-error{{'deprecated' attribute takes no more t…
13 __declspec(deprecated("warning", "fixit")) int c1; // expected-error{{'deprecated' attribute takes
14 __declspec(deprecated("warning", 1)) int c2; // expected-error{{'deprecated' attribute takes no mor…
/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/privacy_pass/
Dtoken_encodings.h204 // This methods takes in a Token and outputs the authenticator input /
214 // This methods takes in a Token structure and encodes it into a string.
218 // This methods takes in an encoded Token and decodes it into a Token struct.
221 // This methods takes in an Extension struct and encodes it into a string.
225 // This methods takes in an Extensions struct and encodes it into a string.
229 // This methods takes a string of encoded extensions and decodes it to an
234 // This method takes in a TokenChallenge structure and encodes it into a string.
238 // This method takes in a TokenRequest structure and encodes it into a string.
242 // This methods takes in an encoded TokenRequest and decodes it into a
247 // This method takes in an ExtendedTokenRequest structure and encodes it into a
[all …]

12345678910>>...415