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

<<11121314151617181920>>

  /external/v8/src/regexp/
jsregexp.cc 88 // Consider the range from last to ranges[i].
89 // We haven't got to the new range yet.
91 // New range is wholly inside last-ranges[i]. Note that new_range.to() is
1156 Interval range = static_cast<DeferredClearCaptures*>(this)->range(); local
1200 Interval range = static_cast<DeferredClearCaptures*>(action)->range(); local
2151 CharacterRange& range = ranges->at(last_valid_range); local
2204 CharacterRange& range = ranges->at(i); local
2637 CharacterRange range = ranges->at(first_range); local
2653 CharacterRange range = ranges->at(i); local
4627 CharacterRange range = node->ranges(zone)->at(j); local
4806 CharacterRange range = ranges->at(0); local
4835 CharacterRange range = ranges->at(i >> 1); local
5105 ZoneList<CharacterRange>* range = CharacterRange::List( local
5891 CharacterRange range = ranges->at(i); local
6116 CharacterRange range = ranges->at(i); local
6456 CharacterRange& range = ranges->at(k); local
6542 CharacterRange range = ranges->at(i); local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderConformanceTest.java 29 import android.util.Range;
  /external/clang/tools/libclang/
CXCursor.h 141 CXCursor MakePreprocessingDirectiveCursor(SourceRange Range,
144 /// \brief Unpack a given preprocessing directive to retrieve its source range.
152 /// source range.
207 /// source range.
CursorVisitor.h 91 /// \brief When valid, a source range to which the cursor should restrict
113 /// \brief Determine whether this particular source range comes before, comes
116 /// \param R a half-open source range retrieved from the abstract syntax tree.
245 bool VisitNestedNameSpecifier(NestedNameSpecifier *NNS, SourceRange Range);
CXCursor.cpp 798 CXCursor cxcursor::MakePreprocessingDirectiveCursor(SourceRange Range,
801 { Range.getBegin().getPtrEncoding(),
802 Range.getEnd().getPtrEncoding(),
810 SourceRange Range(SourceLocation::getFromPtrEncoding(C.data[0]),
813 return TU->mapRangeFromPreamble(Range);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 30 using deqp::gls::Range;
  /external/easymock/src/org/easymock/internal/
MocksBehavior.java 61 Range count) {
  /external/eigen/bench/tensors/
benchmark_main.cc 79 Benchmark* Benchmark::Range(int lo, int hi) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterProperty.java 1332 Trie2.Range range; local
1426 Trie2.Range range; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterProperty.java 1331 Trie2.Range range; local
1425 Trie2.Range range; local
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 483 static const char *getMinimalTypeForRange(uint64_t Range) {
484 assert(Range < 0xFFFFFFFFULL && "Enum too large");
485 if (Range > 0xFFFF)
487 if (Range > 0xFF)
614 assert(OpIdx >= 0 && OpIdx < 0xFE && "Idx out of range");
616 "Idx out of range");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp 41 // was chosen to give a reasonable range of values.
44 // Range of line offsets in a special line info. opcode.
371 // If the line increment is out of range of a special opcode, we must encode
696 // range-start range-length compact-unwind-enc personality-func lsda
727 // Range Start
730 if (VerboseAsm) Streamer.AddComment("Range Start");
733 // Range Length
734 const MCExpr *Range = MakeStartMinusEndExpr(Streamer, *Frame.Begin,
736 if (VerboseAsm) Streamer.AddComment("Range Length")
    [all...]
  /frameworks/base/core/java/android/companion/
BluetoothLeDeviceFilter.java 356 * The range of bytes to be displayed cannot be empty
362 * @param byteOrder whether the given range of bytes is big endian (will be displayed
384 * The range of name characters to be displayed cannot be empty
408 checkArgument(length > 0, "Range must be non-empty");
  /frameworks/base/tools/aapt2/util/
Util.h 48 struct Range {
73 * UTF-16 isspace(). It basically checks for lower range characters that are
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 821 unsigned idx = fdec->Range.First;
910 if (fdec->Range.Last > high_temp) {
912 fdec->Range.Last;
916 if (fdec->Range.Last > high_addr) {
918 fdec->Range.Last;
922 if (fdec->Range.Last > high_const) {
924 fdec->Range.Last;
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 68 struct Range {
74 const Range *nextRange() {
83 static const Range ranges[4];
87 const HangulIterator::Range HangulIterator::ranges[4]={
995 const HangulIterator::Range *range; local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 22 import android.util.Range;
843 new TypeReference<Range<Integer>>() {{ }},
844 Range.create(123, 456),
849 new TypeReference<Range<Long>>() {{ }},
850 Range.create(123L, 456L),
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 367 void visitRangeMetadata(Instruction& I, MDNode* Range, Type* Ty);
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
CaptureRequestTest.java 41 import android.util.Range;
477 List<Range<Integer>> fpsRanges = getTargetFpsRangesUpTo30(mStaticInfo);
498 List<Range<Integer>> fpsRanges = getTargetFpsRangesGreaterThan30(mStaticInfo);
546 List<Range<Integer>> fpsRanges = getTargetFpsRangesUpTo30(mStaticInfo);
567 List<Range<Integer>> fpsRanges = getTargetFpsRangesGreaterThan30(mStaticInfo);
    [all...]
  /external/v8/src/compiler/
typer.cc 307 // Speed up termination in the presence of range types:
458 return Type::Range(min, max, t->zone());
573 return Type::Range(0.0, Code::kMaxArguments, typer_->zone());
767 return Type::Range(min, max, typer_->zone());
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 44 TypeResult Parser::ParseTypeName(SourceRange *Range,
64 if (Range)
65 *Range = DeclaratorInfo.getSourceRange();
632 SourceRange Range(StartLoc, EndLoc);
633 Diag(StartLoc, diag::warn_microsoft_qualifiers_ignored) << Range;
722 VersionTuple Parser::ParseVersionTuple(SourceRange &Range) {
723 Range = Tok.getLocation();
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 71 SourceRange Range, SourceRange directInitRange)
78 Range(Range), DirectInitRange(directInitRange),
117 this->Range.setEnd(DirectInitRange.getEnd()); break;
119 this->Range.setEnd(getInitializer()->getSourceRange().getEnd()); break;
122 this->Range.setEnd(TypeIdParens.getEnd());
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 201 SourceRange Range(Loc);
202 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin());
218 << Range << nameInfo.getName();
224 << IsField << RepClass << nameInfo.getName() << ContextClass << Range;
227 << nameInfo.getName() << Range;
230 << Range;
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 131 void printImportedSymbols(iterator_range<imported_symbol_iterator> Range);
134 iterator_range<imported_symbol_iterator> Range);
    [all...]

Completed in 824 milliseconds

<<11121314151617181920>>