/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | 541 ConstantRange Span = ConstantRange::makeAllowedICmpRegion( 548 Span = Span.subtract(*RHSC); 556 Span = Span.inverse(); 559 if (Span.getSetSize().ugt(8) || Span.isEmptySet()) { 568 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp) [all...] |
/external/boringssl/src/ssl/ |
tls13_both.cc | 70 Span<const char> context;
|
ssl_test.cc | [all...] |
/frameworks/base/tools/aapt2/format/proto/ |
ProtoSerialize_test.cpp | 69 style_string.spans.push_back(Span{"b", 0u, 4u});
|
ProtoDeserialize.cpp | 853 for (const pb::StyledString::Span& pb_span : pb_str.span()) { 854 style_str.spans.push_back(Span{pb_span.tag(), pb_span.first_char(), pb_span.last_char()}); [all...] |
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/ |
normalize.go | 271 // Span implements transform.SpanningTransformer. It returns a boundary n such 273 func (f Form) Span(b []byte, atEOF bool) (n int, err error) {
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/ |
normalize.go | 271 // Span implements transform.SpanningTransformer. It returns a boundary n such 273 func (f Form) Span(b []byte, atEOF bool) (n int, err error) {
|
/frameworks/base/core/java/android/widget/ |
ScrollView.java | 156 * The StrictMode "critical time span" objects to catch animation 161 private StrictMode.Span mScrollStrictSpan = null; // aka "drag" 162 private StrictMode.Span mFlingStrictSpan = null; 227 final int span = getChildAt(0).getBottom() - mScrollY - bottomEdge; local 228 if (span < length) { 229 return span / (float) length; [all...] |
AbsListView.java | 539 * The StrictMode "critical time span" objects to catch animation 544 private StrictMode.Span mScrollStrictSpan = null; 545 private StrictMode.Span mFlingStrictSpan = null; [all...] |
/prebuilts/go/darwin-x86/src/cmd/vet/ |
types.go | 77 pkg.spans = make(map[types.Object]Span)
|
main.go | 390 spans map[types.Object]Span
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
types.go | 77 pkg.spans = make(map[types.Object]Span)
|
main.go | 390 spans map[types.Object]Span
|
/external/swiftshader/third_party/subzero/src/ |
IceTargetLoweringX86BaseImpl.h | [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
mgcsweep.go | 75 // sweeps one span 83 // in the middle of sweep thus leaving the span in an inconsistent state for next GC 101 // swept this span, but in that case the sweep 104 print("runtime: bad span s.state=", s.state, " s.sweepgen=", s.sweepgen, " sweepgen=", sg, "\n") 105 throw("non in-use span in unswept list") 114 // Span is still in-use, so this returned no 115 // pages to the heap and the span needs to 147 // Returns only when span s has been swept. 151 // Otherwise when this function returns the span can become unswept again 162 // The caller must be sure that the span is a MSpanInUse span [all...] |
stack.go | 178 // no free stacks. Allocate another span worth. 199 throw("span has no free stacks") 214 throw("freeing stack not in a stack span") 224 // Span is completely free. Return it to the heap 233 // 4) The containing span is marked free 236 // pointer into a free span. 340 // a dedicated span. 461 throw("bad span state") 469 // stack span to the heap because it could be 470 // reused as a heap span, and this stat [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
mgcsweep.go | 75 // sweeps one span 83 // in the middle of sweep thus leaving the span in an inconsistent state for next GC 101 // swept this span, but in that case the sweep 104 print("runtime: bad span s.state=", s.state, " s.sweepgen=", s.sweepgen, " sweepgen=", sg, "\n") 105 throw("non in-use span in unswept list") 114 // Span is still in-use, so this returned no 115 // pages to the heap and the span needs to 147 // Returns only when span s has been swept. 151 // Otherwise when this function returns the span can become unswept again 162 // The caller must be sure that the span is a MSpanInUse span [all...] |
stack.go | 178 // no free stacks. Allocate another span worth. 199 throw("span has no free stacks") 214 throw("freeing stack not in a stack span") 224 // Span is completely free. Return it to the heap 233 // 4) The containing span is marked free 236 // pointer into a free span. 340 // a dedicated span. 461 throw("bad span state") 469 // stack span to the heap because it could be 470 // reused as a heap span, and this stat [all...] |
/external/autotest/server/ |
autoserv | 753 with trace.Span(get_job_status(parser.options)):
|
autoserv.py | 753 with trace.Span(get_job_status(parser.options)):
|
/external/autotest/scheduler/ |
scheduler_models.py | 702 """Emits a Cloud Trace span for the HQE's duration.""" 704 span = cloud_trace.Span('HQE', spanId='0', 707 span.startTime = types.Timestamp() 708 span.startTime.FromDatetime(self.started_on) 709 span.endTime = types.Timestamp() 710 span.endTime.FromDatetime(self.finished_on) 714 cloud_trace.LogSpan(span) [all...] |
/frameworks/base/tools/aapt2/ |
ResourceValues.cpp | 334 for (const StringPool::Span& span : value->spans) { 335 *out << " " << *span.name << ":" << span.first_char << "," << span.last_char;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
VfrSyntax.g | [all...] |
/external/golang-protobuf/protoc-gen-go/descriptor/ |
descriptor.pb.go | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
VfrSyntax.g | [all...] |