/external/swiftshader/src/Renderer/ |
Primitive.hpp | 66 struct Span 72 // The rasterizer adds a zero length span to the top and bottom of the polygon to allow 74 Span outlineUnderflow[2]; 75 Span outline[OUTLINE_RESOLUTION]; 76 Span outlineOverflow[2];
|
QuadRasterizer.cpp | 121 Int x0a = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->left) + (y + 0) * sizeof(Primitive::Span))); 122 Int x0b = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->left) + (y + 1) * sizeof(Primitive::Span))); 127 x0a = Int(*Pointer<Short>(primitive + q * sizeof(Primitive) + OFFSET(Primitive,outline->left) + (y + 0) * sizeof(Primitive::Span))); 128 x0b = Int(*Pointer<Short>(primitive + q * sizeof(Primitive) + OFFSET(Primitive,outline->left) + (y + 1) * sizeof(Primitive::Span))); 134 Int x1a = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->right) + (y + 0) * sizeof(Primitive::Span))); 135 Int x1b = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->right) + (y + 1) * sizeof(Primitive::Span))); 140 x1a = Int(*Pointer<Short>(primitive + q * sizeof(Primitive) + OFFSET(Primitive,outline->right) + (y + 0) * sizeof(Primitive::Span))); 141 x1b = Int(*Pointer<Short>(primitive + q * sizeof(Primitive) + OFFSET(Primitive,outline->right) + (y + 1) * sizeof(Primitive::Span))); 272 xLeft[q] = *Pointer<Short4>(primitive + q * sizeof(Primitive) + OFFSET(Primitive,outline) + y * sizeof(Primitive::Span));
|
/external/boringssl/src/include/openssl/ |
span.h | 32 class Span; 38 // they can be used with any type that implicitly converts into a Span. 40 "Span<T> must be derived from SpanBase<const T>"); 42 friend bool operator==(Span<T> lhs, Span<T> rhs) { 59 friend bool operator!=(Span<T> lhs, Span<T> rhs) { return !(lhs == rhs); } 63 // A Span<T> is a non-owning reference to a contiguous array of objects of type 64 // |T|. Conceptually, a Span is a simple a pointer to |T| and a count of 65 // elements accessible via that pointer. The elements referenced by the Span ca [all...] |
/prebuilts/tools/linux-x86_64/kythe/proto/ |
common.proto | 44 // A Span represents an inclusive-exclusive range inside of a file or buffer. 45 message Span {
|
/external/boringssl/src/ssl/ |
span_test.cc | 25 static void TestCtor(Span<int> s, const int *ptr, size_t size) { 30 static void TestConstCtor(Span<const int> s, const int *ptr, size_t size) { 36 Span<int> s; 42 Span<int> s(v.data(), v.size()); 51 Span<int> s(v); 80 Span<int> s(v);
|
t1_enc.cc | 158 bool tls1_prf(const EVP_MD *digest, Span<uint8_t> out, 159 Span<const uint8_t> secret, Span<const char> label, 160 Span<const uint8_t> seed1, Span<const uint8_t> seed2) { 167 static bool ssl3_prf(Span<uint8_t> out, Span<const uint8_t> secret, 168 Span<const char> label, Span<const uint8_t> seed1, 169 Span<const uint8_t> seed2) [all...] |
internal.h | 159 #include <openssl/span.h> 331 bool CopyFrom(Span<const uint8_t> in) { 538 Span<const uint8_t> buffer() { 556 bool Update(Span<const uint8_t> in); 592 bool tls1_prf(const EVP_MD *digest, Span<uint8_t> out, 593 Span<const uint8_t> secret, Span<const char> label, 594 Span<const uint8_t> seed1, Span<const uint8_t> seed2); 620 Span<const uint8_t> enc_key 1047 Span<uint8_t> span() { return MakeSpan(data(), size()); } function in class:bssl::SSLBuffer [all...] |
d1_pkt.cc | 131 ssl_open_record_t dtls1_open_app_data(SSL *ssl, Span<uint8_t> *out, 133 Span<uint8_t> in) { 137 Span<uint8_t> record;
|
tls_record.cc | 207 Span<uint8_t> *out, size_t *out_consumed, 208 uint8_t *out_alert, Span<uint8_t> in) { 552 Span<const uint8_t> in) { 603 OpenRecordResult OpenRecord(SSL *ssl, Span<uint8_t> *out, 605 const Span<uint8_t> in) { 616 Span<uint8_t> plaintext; 659 bool SealRecord(SSL *ssl, const Span<uint8_t> out_prefix, 660 const Span<uint8_t> out, Span<uint8_t> out_suffix, 661 const Span<const uint8_t> in) [all...] |
s3_pkt.cc | 291 ssl_open_record_t ssl3_open_app_data(SSL *ssl, Span<uint8_t> *out, 293 Span<uint8_t> in) { 298 Span<uint8_t> body; 353 Span<uint8_t> in) { 355 Span<uint8_t> body;
|
s3_both.cc | 136 Span<const uint8_t> in) { 187 Span<const uint8_t> rest = msg; 189 Span<const uint8_t> chunk = rest.subspan(0, ssl->max_send_fragment); 282 Span<const uint8_t> in) { 305 CBS v2_client_hello = CBS(ssl->s3->read_buffer.span().subspan(2, msg_length)); 475 uint8_t *out_alert, Span<uint8_t> in) { 530 Span<uint8_t> body;
|
ssl_key_share.cc | 77 Span<const uint8_t> peer_key) override { 147 Span<const uint8_t> peer_key) override { 207 uint8_t *out_alert, Span<const uint8_t> peer_key) {
|
ssl_aead_ctx.cc | 59 const SSL_CIPHER *cipher, Span<const uint8_t> enc_key, 60 Span<const uint8_t> mac_key, Span<const uint8_t> fixed_iv) { 225 bool SSLAEADContext::Open(Span<uint8_t> *out, uint8_t type, 227 Span<uint8_t> in) {
|
tls13_enc.cc | 176 Span<const uint8_t>(), MakeConstSpan(iv, iv_len)); 341 bool tls13_derive_session_psk(SSL_SESSION *session, Span<const uint8_t> nonce) { 351 int tls13_export_keying_material(SSL *ssl, Span<uint8_t> out, 352 Span<const uint8_t> secret, 353 Span<const char> label, 354 Span<const uint8_t> context) {
|
/frameworks/base/tools/aapt2/compile/ |
PseudolocaleGenerator_test.cpp | 28 original_style.spans = {Span{"i", 1, 10}, Span{"b", 2, 3}, Span{"b", 6, 7}}; 49 original_style.spans.insert(original_style.spans.begin(), Span{"em", 0, 11u}); 75 original_style.spans = {Span{"b", 0, 3}, Span{"i", 0, 3}}; 97 original_style.spans = {Span{"i", 2, 3}, Span{"b", 0, 1}}; 119 original_style.spans = {Span{"b", 16u, 19u}, Span{"em", 29u, 47u}, Span{"i", 38u, 40u} [all...] |
/frameworks/base/tools/aapt2/ |
StringPool.h | 35 struct Span { 43 std::vector<Span> spans; 136 struct Span { 146 std::vector<Span> spans;
|
StringPool.cpp | 134 for (const Span& span : entry_->spans) { 135 const Span& rhs_span = *rhs_iter; 136 if (span.first_char != rhs_span.first_char || span.last_char != rhs_span.last_char || 137 span.name != rhs_span.name) { 213 for (const aapt::Span& span : str.spans) { 214 entry->spans.emplace_back(Span{MakeRef(span.name), span.first_char, span.last_char}) 475 android::ResStringPool_span* span = local [all...] |
/external/swiftshader/src/Shader/ |
SetupRoutine.cpp | 233 *Pointer<Short>(leftEdge + y * sizeof(Primitive::Span)) = x; 234 *Pointer<Short>(rightEdge + y * sizeof(Primitive::Span)) = x; 256 For(, yMin < yMax && *Pointer<Short>(leftEdge + yMin * sizeof(Primitive::Span)) == *Pointer<Short>(rightEdge + yMin * sizeof(Primitive::Span)), yMin++) 261 For(, yMax > yMin && *Pointer<Short>(leftEdge + (yMax - 1) * sizeof(Primitive::Span)) == *Pointer<Short>(rightEdge + (yMax - 1) * sizeof(Primitive::Span)), yMax--) 271 *Pointer<Short>(leftEdge + (yMin - 1) * sizeof(Primitive::Span)) = *Pointer<Short>(leftEdge + yMin * sizeof(Primitive::Span)); 272 *Pointer<Short>(rightEdge + (yMin - 1) * sizeof(Primitive::Span)) = *Pointer<Short>(leftEdge + yMin * sizeof(Primitive::Span)); [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/ |
dumper.go | 101 // this permits printing of the unexported span and 103 // calling the Span() and Comment() instead of using 161 // if span, ok := x.Interface().(lexical.Span); ok { 162 // p.printf("%s", &span) 173 // p.printf("Span: %s\n", n.Span())
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
dumper.go | 101 // this permits printing of the unexported span and 103 // calling the Span() and Comment() instead of using 161 // if span, ok := x.Interface().(lexical.Span); ok { 162 // p.printf("%s", &span) 173 // p.printf("Span: %s\n", n.Span())
|
/prebuilts/tools/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/ |
opentracing-impl-0.13.0.jar | |
/prebuilts/tools/common/m2/repository/io/opentracing/opentracing-api/0.13.0/ |
opentracing-api-0.13.0.jar | |
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
StaggeredGridLayoutManager.java | 77 * check if there are gaps in the because of full span items. If it finds, it will re-layout 109 Span[] mSpans; 123 * The width or height per span, depending on the orientation. 197 * If a full span item is invalid / or created in reverse direction; it may create gaps in 266 * When a full span item is laid out in reverse direction, it sets a flag which we check when 336 * Intermediate gaps created by full span items are tracked via mLaidOutInvalidFullSpan field. 390 // equal, check span indices. 402 private boolean checkSpanForGap(Span span) { 404 if (span.getEndLine() < mPrimaryOrientation.getEndAfterPadding()) [all...] |
/prebuilts/go/darwin-x86/src/cmd/vet/ |
shadow.go | 59 // Span stores the minimum range of byte positions in the file in which a 63 // shadowing variable is declared within the span of the shadowed variable. 69 // One wrinkle: A "naked return" is a silent use of a variable that the Span 79 type Span struct { 84 // contains reports whether the position is inside the span. 85 func (s Span) contains(pos token.Pos) bool { 89 // growSpan expands the span for the object to contain the instance represented 97 span, ok := pkg.spans[obj] 99 if span.min > pos { 100 span.min = po [all...] |
/prebuilts/go/linux-x86/src/cmd/vet/ |
shadow.go | 59 // Span stores the minimum range of byte positions in the file in which a 63 // shadowing variable is declared within the span of the shadowed variable. 69 // One wrinkle: A "naked return" is a silent use of a variable that the Span 79 type Span struct { 84 // contains reports whether the position is inside the span. 85 func (s Span) contains(pos token.Pos) bool { 89 // growSpan expands the span for the object to contain the instance represented 97 span, ok := pkg.spans[obj] 99 if span.min > pos { 100 span.min = po [all...] |