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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aepack.py 15 aetypes.Range(1, 10),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
mls.py 128 "{0} is not a valid level ({1} is not a valid category range)".
176 """Factory function for creating MLS range objects."""
181 if isinstance(sym, Range):
185 return Range(policy, sym)
187 # build range:
195 raise exception.InvalidRange("{0} is not a valid range ({1}).".format(sym, ex))
200 raise exception.InvalidRange("{0} is not a valid range ({1}).".format(sym, ex))
204 # convert to range object
208 raise exception.InvalidRange("{0} is not a valid range ({1} is not dominated by {2})".
211 return Range(policy, policy_range
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aepack.py 15 aetypes.Range(1, 10),
  /external/libmtp/src/
libmtp.c     [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 123 /// Represents a range of memset'd bytes with the ByteVal value.
130 /// the first store, we make a range [1, 2). The second store extends the range
131 /// to [0, 2). The third makes a new range [2, 3). The fourth store joins the
135 // Start/End - A semi range that describes the span that this range covers.
136 // The range is closed at the start and open at the end: [Start, End).
140 /// range.
146 /// TheStores - The actual stores that make up this range.
238 /// new range for the specified store at the specified offset, merging int
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsSerializer.java 41 import android.util.Range;
195 private static Object serializeRange(Range range)
198 rangeObj.put(range.getLower());
199 rangeObj.put(range.getUpper());
332 ((ParameterizedType)keyType).getRawType() == Range.class) {
333 return new MetadataEntry(keyName, serializeRange((Range)keyValue));
413 ((ParameterizedType)elmtType).getRawType() == Range.class) {
416 jsonArray.put(serializeRange((Range)Array.get(keyValue,i)));
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
PcdXml.py 122 # Convert HEX2 format range
130 # Convert INT2 format range
138 # Convert HEX1 format range
149 # Convert INT1 format range
202 Range = ' %s - %s' % (MixItem.strip(), MaxItem.strip())
203 ValidRangeExpr = ValidRangeExpr.replace(Key, Range)
226 Range = ' %s - %s' % (MixItem.strip(), MaxItem.strip())
227 ValidRangeExpr = ValidRangeExpr.replace(Key, Range)
233 Range = re.compile(PCD_PATTERN).sub(' ', MatchStr)
234 ValidRangeExpr = ValidRangeExpr.replace(MatchStr, Range)
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 33 /// conditional and the source range covered by it.
35 SourceRange Range;
51 SourceRange getRange() const { return Range; }
53 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); }
55 Range.setBegin(B); Range.setEnd(E);
57 void setBegin(SourceLocation L) { Range.setBegin(L); }
58 void setEnd(SourceLocation L) { Range.setEnd(L); }
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 1 //== RangeConstraintManager.cpp - Manage range constraints.------*- C++ -*--==//
27 /// A Range represents the closed range [from, to]. The caller must
28 /// guarantee that from <= to. Note that Range is immutable, so as not
31 class Range : public std::pair<const llvm::APSInt*,
34 Range(const llvm::APSInt &from, const llvm::APSInt &to)
58 class RangeTrait : public llvm::ImutContainerInfo<Range> {
60 // When comparing if one Range is less than another, we should compare
74 typedef llvm::ImmutableSet<Range, RangeTrait> PrimRangeSet;
88 for (const auto &range : ranges
    [all...]
  /external/clang/unittests/Format/
FormatTestJava.cpp 26 std::vector<tooling::Range> Ranges(1, tooling::Range(Offset, Length));
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UBiDiProps.java 106 /* add the start code point of each same-value range of the trie */
107 Iterator<Trie2.Range> trieIterator=trie.iterator();
108 Trie2.Range range; local
109 while(trieIterator.hasNext() && !(range=trieIterator.next()).leadSurrogate) {
110 set.add(range.startCodePoint);
140 /* switch to the second Joining_Group range */
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UBiDiProps.java 102 /* add the start code point of each same-value range of the trie */
103 Iterator<Trie2.Range> trieIterator=trie.iterator();
104 Trie2.Range range; local
105 while(trieIterator.hasNext() && !(range=trieIterator.next()).leadSurrogate) {
106 set.add(range.startCodePoint);
136 /* switch to the second Joining_Group range */
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 63 // List of range lists for a given compile unit, separate from the ranges for
131 /// addRange - Add an address range to the list of ranges for this unit.
132 void addRange(RangeSpan Range);
153 void addScopeRangeList(DIE &ScopeDIE, SmallVector<RangeSpan, 2> Range);
250 /// getRangeLists - Get the vector of range lists.
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.c 110 next_token( ctx, &decl->Range );
128 for (i = 0; i <= decl->Range.Last; ++i) {
  /frameworks/av/media/libstagefright/include/foundation/
ColorUtils.h 90 kColorRangeUnspecified = GET_HAL_BITFIELD(RANGE, UNSPECIFIED),
91 kColorRangeFull = GET_HAL_BITFIELD(RANGE, FULL),
92 kColorRangeLimited = GET_HAL_BITFIELD(RANGE, LIMITED),
93 kColorRangeMax = GET_HAL_BITFIELD(RANGE, MASK),
111 // using int32_t for media range/standard/transfers to denote extended ranges
115 static int32_t wrapColorAspectsIntoColorRange(ColorAspects::Range range);
120 int32_t range, ColorAspects::Range *aspect);
128 int32_t range, int32_t standard, int32_t transfer, ColorAspects &aspects)
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraConstrainedHighSpeedCaptureSessionImpl.java 28 import android.util.Range;
79 Range<Integer> fpsRange = request.get(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE);
  /packages/apps/TV/src/com/android/tv/dvr/
Scheduler.java 30 import android.util.Range;
135 .getScheduledRecordings(new Range<>(mLastStartTimePendingMs,
  /packages/apps/TV/tests/unit/src/com/android/tv/dvr/
DvrDataManagerInMemoryImpl.java 24 import android.util.Range;
109 public List<ScheduledRecording> getScheduledRecordings(Range<Long> period,
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5373.go 7 // Ensure that zeroing range loops have the requisite side-effects.
17 // When n == 0, i is untouched by the range loop.
22 for i = range s {
26 fmt.Printf("index after range with side-effect = %d want %d\n", i, want)
32 for i := range s {
36 fmt.Printf("index after range without side-effect = %d want %d\n", i, want)
47 for a[f()] = range s {
55 // Range expression whose evaluation has side-effects
58 for i := range b[f()] {
62 fmt.Printf("range expr function calls = %d want %d\n", x, want
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5373.go 7 // Ensure that zeroing range loops have the requisite side-effects.
17 // When n == 0, i is untouched by the range loop.
22 for i = range s {
26 fmt.Printf("index after range with side-effect = %d want %d\n", i, want)
32 for i := range s {
36 fmt.Printf("index after range without side-effect = %d want %d\n", i, want)
47 for a[f()] = range s {
55 // Range expression whose evaluation has side-effects
58 for i := range b[f()] {
62 fmt.Printf("range expr function calls = %d want %d\n", x, want
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
24k-triple-stores-4.d 3 #name: 24K: Triple Store (Range Check >= 32)
24k-triple-stores-8.d 3 #name: 24K: Triple Store (Range Check >= 24)
loc-swap-2.d 16 Line Range: 14
micromips@loc-swap-2.d 16 Line Range: 14
mips16@loc-swap-2.d 16 Line Range: 14

Completed in 619 milliseconds

<<11121314151617181920>>