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

<<11121314151617181920>>

  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 262 // Find space location range between receiver expression and getter method.
302 SourceRange Range(BegLoc, EndLoc);
303 commit.replace(Range, PropertyDotString);
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 191 class Range final : public ZoneObject {
193 Range()
199 Range(int32_t lower, int32_t upper)
207 Range* next() const { return next_; }
208 Range* CopyClearLower(Zone* zone) const {
209 return new(zone) Range(kMinInt, upper_);
211 Range* CopyClearUpper(Zone* zone) const {
212 return new(zone) Range(lower_, kMaxInt);
214 Range* Copy(Zone* zone) const {
215 Range* result = new(zone) Range(lower_, upper_)
649 Range* range() const { function in namespace:v8
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/
CameraTestUtils.java 54 import android.util.Range;
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 716 SourceRange Range;
738 Range = IS->getCond()->getSourceRange();
748 Range = CO->getCond()->getSourceRange();
760 Range = BO->getLHS()->getSourceRange();
777 Range = cast<WhileStmt>(Term)->getCond()->getSourceRange();
779 Fixit1 = FixItHint::CreateReplacement(Range, FixitStr);
784 Range = cast<ForStmt>(Term)->getCond()->getSourceRange();
787 Fixit1 = FixItHint::CreateRemoval(Range);
789 Fixit1 = FixItHint::CreateReplacement(Range, FixitStr);
793 // The use occurs if a range-based for loop's body never executes
    [all...]
  /external/google-benchmark/test/
reporter_output_test.cc 168 state.SetComplexityN(state.range(0));
170 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);
  /external/google-breakpad/src/processor/
range_map-inl.h 30 // range_map-inl.h: Range map implementation.
66 // Ensure that this range does not overlap with another one already in the
72 // Some other range begins in the space used by this range. It may be
73 // contained within the space used by this range, or it may extend lower.
81 // BPLOG(INFO) << "StoreRange failed, an existing range is contained by or "
82 // "extends lower than the new range: new " <<
92 // The range above this one overlaps with this one. It may fully
93 // contain this range, or it may begin within this range and exten
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_repeat_test.cc 137 testing::Range(0, kNumberOfParamTests));
  /external/googletest/googletest/test/
gtest_repeat_test.cc 137 testing::Range(0, kNumberOfParamTests));
  /external/libcxx/utils/google-benchmark/test/
reporter_output_test.cc 168 state.SetComplexityN(state.range(0));
170 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);
  /external/libvpx/libvpx/test/
active_map_refresh_test.cc 127 ::testing::Range(5, 6));
level_test.cc 146 ::testing::Range(0, 9));
  /external/llvm/test/MC/COFF/
cv-def-range.s 84 # CHECK: Range: 0xF
  /external/protobuf/gtest/test/
gtest_repeat_test.cc 137 testing::Range(0, kNumberOfParamTests));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 168 CaseBB(bb), LT(lt), GE(ge), Range(r) {}
176 /// Range - A pair of iterators representing the range of case values to be
178 CaseRange Range;
219 // Emit by default LHS op RHS. MHS is used for range comparisons:
244 /// Default - the MBB of the default bb, which is a successor of the range
275 First(F), Range(R), SValue(SV), Reg(Rg), RegVT(RgVT), Emitted(E),
278 APInt Range;
  /external/v8/src/compiler/
type-cache.h 79 // The FixedArray::length property always containts a smi in the range
83 // The FixedDoubleArray::length property always containts a smi in the range
88 // The JSArray::length property always contains a tagged number in the range
92 // The JSTyped::length property always contains a tagged number in the range
96 // The String::length property always contains a smi in the range
100 // The JSDate::day property always contains a tagged number in the range
105 // The JSDate::hour property always contains a tagged number in the range
110 // The JSDate::minute property always contains a tagged number in the range
115 // The JSDate::month property always contains a tagged number in the range
120 // The JSDate::second property always contains a tagged number in the range
    [all...]
  /external/v8/testing/gtest/test/
gtest_repeat_test.cc 137 testing::Range(0, kNumberOfParamTests));
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_repeat_test.cc 137 testing::Range(0, kNumberOfParamTests));
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyRequestMapper.java 29 import android.util.Range;
162 Range<Integer> aeFpsRange = request.get(CONTROL_AE_TARGET_FPS_RANGE);
167 for(int[] range : params.getSupportedPreviewFpsRange()) {
168 // Round range up/down to integer FPS value
169 int intRangeLow = (int) Math.floor(range[0] / 1000.0) * 1000;
170 int intRangeHigh = (int) Math.ceil(range[1] / 1000.0) * 1000;
172 rangeToApply = range;
180 Log.w(TAG, "Unsupported FPS range set [" + legacyFps[0] + "," + legacyFps[1] + "]");
190 Range<Integer> compensationRange =
199 "is out of range, ignoring value")
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2SwitchPreviewTest.java 54 import android.util.Range;
340 List<Range<Integer> > fpsRanges = Arrays.asList(
352 Range<Integer> fpsRange = new Range(profile.videoFrameRate, profile.videoFrameRate);
365 assertTrue("Frame rate range " + fpsRange + " (for profile ID " + profileId +
366 ") must be one of the camera device available FPS range!",
  /prebuilts/go/darwin-x86/src/math/
sin.go 27 // Range reduction is into intervals of pi/4. The reduction error is nearly
58 // Range reduction is into intervals of pi/4. The reduction error is nearly
  /prebuilts/go/linux-x86/src/math/
sin.go 27 // Range reduction is into intervals of pi/4. The reduction error is nearly
58 // Range reduction is into intervals of pi/4. The reduction error is nearly
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_repeat_test.cc 137 testing::Range(0, kNumberOfParamTests));
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_repeat_test.cc 137 testing::Range(0, kNumberOfParamTests));
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 81 /// The Value falls within this range. (Used only for integer typed values.)
92 ConstantRange Range;
95 LVILatticeVal() : Tag(undefined), Val(nullptr), Range(1, true) {}
138 "Cannot get the constant-range of a non-constant-range!");
139 return Range;
190 bool changed = Range != NewR;
191 Range = std::move(NewR);
200 Range = std::move(NewR);
213 Range = RHS.Range
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SCCP.cpp 475 std::pair<ItTy, ItTy> Range = UsersOfOverdefinedPHIs.equal_range(PN);
476 for (ItTy It = Range.first, E = Range.second; It != E;) {
490 std::pair<ItTy, ItTy> Range = UsersOfOverdefinedPHIs.equal_range(PN);
491 for (ItTy J = Range.first, E = Range.second; J != E; ++J)
708 std::pair<ItTy, ItTy> Range = UsersOfOverdefinedPHIs.equal_range(&PN);
710 if (Range.first == Range.second)
714 for (ItTy I = Range.first, E = Range.second; I != E; ++I
    [all...]

Completed in 2090 milliseconds

<<11121314151617181920>>