HomeSort by relevance Sort by last modified time
    Searched refs:Range (Results 401 - 425 of 849) sorted by null

<<11121314151617181920>>

  /external/clang/lib/Sema/
SemaStmt.cpp 684 /// Check the specified case value is in range for the given unpromoted switch
861 // Check the unconverted value is within the range of possible values of
871 // If this is a case range, remember it in CaseRanges, otherwise CaseVals.
    [all...]
SemaExceptionSpec.cpp 71 bool Sema::CheckSpecifiedExceptionType(QualType &T, SourceRange Range) {
101 Diag(Range.getBegin(), diag::err_rref_in_exception_spec)
102 << T << Range;
122 RequireCompleteType(Range.getBegin(), PointeeT, DiagID, Kind, Range))
    [all...]
Sema.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Record.cpp 462 ProfileBitsInit(FoldingSetNodeID &ID, ArrayRef<Init *> Range) {
463 ID.AddInteger(Range.size());
465 for (ArrayRef<Init *>::iterator i = Range.begin(),
466 iend = Range.end();
472 BitsInit *BitsInit::get(ArrayRef<Init *> Range) {
477 ProfileBitsInit(ID, Range);
483 BitsInit *I = new BitsInit(Range);
587 ArrayRef<Init *> Range,
589 ID.AddInteger(Range.size());
592 for (ArrayRef<Init *>::iterator i = Range.begin()
    [all...]
  /external/v8/tools/profviz/
composer.js 80 function Range(start, end) {
90 Range.prototype.duration = function() { return this.end - this.start; }
173 new Range(tick - kTickHalfDuration, tick + kTickHalfDuration));
184 if (merge_start > range_end) break; // Out of plot range.
191 if (next_range.end > merge_end) { // Extend range end.
195 if (merge_end < range_start) continue; // Out of plot range.
196 if (merge_end < merge_start) continue; // Not an actual range.
197 result.push(new Range(merge_start, merge_end));
206 result.push(new Range(Math.max(ranges[i].start, start),
238 var new_range = new Range(last_time_stamp[thread_id], start)
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecImpl.c 24 Check if the specified Address is the Valid Address Range.
27 Address. This Address is supposed to point to a range address. That means it
35 @retval TRUE The address is a vaild address range.
36 @retval FALSE The address is not a vaild address range.
95 Extrct the Address Range from a Address.
101 @param[out] Range Contain the return Address Range.
108 OUT EFI_IP_ADDRESS *Range
122 Addr = (UINT8 *) Range;
124 CopyMem (Range, Address, sizeof (EFI_IP_ADDRESS));
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c 575 /* it can be an empty bracket [] which means its range
1091 decl.Range.First = brackets[0].first;
1092 decl.Range.Last = brackets[0].last;
1094 decl.Range.First = brackets[1].first;
1095 decl.Range.Last = brackets[1].last;
1268 (decl.Range.Last + 1));
1270 for (i = 0; i <= decl.Range.Last; ++i) {
1278 if (i != decl.Range.Last) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackLayoutAlgorithm.java 49 * Used to describe a visible range that can be normalized to [0, 1].
51 class Range {
58 public Range(float relMin, float relMax) {
64 * Offsets this range to a given absolute position.
73 * Returns x normalized to the range 0 to 1 such that 0 = min, 0.5 = origin and 1 = max
86 * Given a normalized {@param x} value in this range, projected onto the full range to get an
98 * Returns whether a value at an absolute x would be within range.
251 private Range mUnfocusedRange;
252 private Range mFocusedRange
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 130 /// range will outlive it, so it doesn't take ownership of it.
143 /// range will outlive it, so it doesn't take ownership of it.
328 assert((int)Tok.getLength() >= 0 && "Token character range is bogus!");
361 assert((int)Tok.getLength() >= 0 && "Token character range is bogus!");
831 static CharSourceRange makeRangeFromFileLocs(CharSourceRange Range,
834 SourceLocation Begin = Range.getBegin();
835 SourceLocation End = Range.getEnd();
837 if (Range.isTokenRange()) {
858 CharSourceRange Lexer::makeFileCharRange(CharSourceRange Range,
861 SourceLocation Begin = Range.getBegin()
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 214 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
232 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
241 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
250 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
260 decl->Range.Last + 1);
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
SurfaceViewPreviewTest.java 40 import android.util.Range;
229 Range<Integer> maxFpsTarget = mStaticInfo.getAeMaxTargetFpsRange();
670 * Test preview fps range for all supported ranges. The exposure time are frame duration are
675 Range<Integer>[] fpsRanges = getDescendingTargetFpsRanges(mStaticInfo);
677 Range<Integer> fpsRange;
686 // range should be valid for any supported preview size.
700 // that the antibanding algorithm doesn't interfere with the fps range control.
702 " satisfy the specified fps range regardless of its current antibanding" +
720 int numFramesVerified, Range<Integer> fpsRange, Size previewSz) {
729 "Frame duration must be in the range of " + Arrays.toString(frameDurationRange)
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 376 void SDiagsWriter::AddCharSourceRangeToRecord(CharSourceRange Range,
379 AddLocToRecord(Range.getBegin(), Record, &SM);
381 if (Range.isTokenRange())
382 TokSize = Lexer::MeasureTokenLength(Range.getEnd(),
385 AddLocToRecord(Range.getEnd(), Record, &SM, TokSize);
    [all...]
DiagnosticRenderer.cpp 43 void replace(CharSourceRange range, StringRef text) override {
44 MergedFixits.push_back(FixItHint::CreateReplacement(range, text));
285 // the other location in the source range is also present in that expansion.
344 // and outputs an array of ranges where we want to draw the range highlighting
348 // chain for the beginning and end of each range. If the caret location
369 // Find the common parent for the beginning and end of the range.
371 // First, crawl the expansion chain for the beginning of the range.
379 // Then, crawl the expansion chain for the end of the range.
400 // Return the spelling location of the beginning and end of the range.
461 /// Check if all the locations in the range have the same macro argumen
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveDebugVariables.cpp 216 /// range of VNI.
222 /// @param Kills Append end points of VNI's live range to Kills.
236 /// @param Kills Points where the range of LocNo could be extended.
498 // Limit to VNI's live range.
501 LiveRange *Range = LI->getLiveRangeContaining(Start);
502 if (!Range || Range->valno != VNI) {
507 if (Range->end < Stop)
508 Stop = Range->end, ToEnd = false;
524 // Limited by VNI's live range
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 535 /// \brief Emit a source range.
536 void AddSourceRange(SourceRange Range, RecordDataImpl &Record);
797 /// \brief Emit a source range.
798 void AddSourceRange(SourceRange Range) {
799 return Writer->AddSourceRange(Range, *Record);
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
ArbitraryInstances.java 60 import com.google.common.collect.Range;
151 * Supplies an arbitrary "default" instance for a wide range of types, often useful in testing
276 .put(Range.class, Range.all())
  /external/llvm/lib/Target/Hexagon/
HexagonBlockRanges.cpp 46 // Treat "None" in the range end as equal to the range start.
105 // Compute a range A-B and add it to the list.
142 // Subtract a given range from each element in the list.
143 void HexagonBlockRanges::RangeList::subtract(const IndexRange &Range) {
149 if (Rg.overlaps(Range)) {
150 T.addsub(Rg, Range);
392 // Try to create the initial range.
400 // Creating a dead range that follows A. Pay attention to empty
410 // Try to create the final range
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.cpp 357 auto Range = Decorates.equal_range(Kind);
359 for (auto I = Range.first, E = Range.second; I != E; ++I) {
  /frameworks/base/core/java/android/hardware/camera2/
CaptureRequest.java 707 * values are clipped to fit within the range.</p>
742 * values is within the normalized range <code>[0, 1.0]</code>), or clipping may occur.</p>
743 * <p>The valid range of each matrix element varies on different devices, but
768 * <p>The valid range of gains varies on different devices, but gains
    [all...]
CaptureResult.java 417 * values are clipped to fit within the range.</p>
452 * values is within the normalized range <code>[0, 1.0]</code>), or clipping may occur.</p>
453 * <p>The valid range of each matrix element varies on different devices, but
478 * <p>The valid range of gains varies on different devices, but gains
588 * allowed range by {@link CameraCharacteristics#CONTROL_AE_COMPENSATION_RANGE android.control.aeCompensationRange}.</p>
602 * <p><b>Range of valid values:</b><br>
    [all...]
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
CameraOps.java 36 import android.util.Range;
119 Range<Integer> irange;
120 Range<Long> lrange;
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
CameraOps.java 36 import android.util.Range;
124 Range<Integer> irange;
125 Range<Long> lrange;
  /external/clang/include/clang/AST/
TypeLoc.h 126 /// \brief Get the full source range.
133 /// \brief Get the local source range.
801 void setAttrOperandParensRange(SourceRange range) {
803 getLocalData()->OperandParens = range;
807 // Note that this does *not* include the range of the attribute
816 SourceRange range(getAttrNameLoc());
818 range.setEnd(getAttrOperandParensRange().getEnd());
819 return range;
    [all...]
  /external/clang/lib/AST/
ExprObjC.cpp 24 NumElements(Elements.size()), Range(SR), ArrayWithObjectsMethod(Method) {
59 NumElements(VK.size()), HasPackExpansions(HasPackExpansions), Range(SR),
  /external/clang/lib/Format/
Format.cpp     [all...]

Completed in 1606 milliseconds

<<11121314151617181920>>