Searched refs:range (Results 376 - 400 of 1039) sorted by relevance

<<11121314151617181920>>

/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_s_b_i_x.py74 for i in range(self.numSets):
83 for i in range(self.numSets-1, -1, -1):
/external/jetty/src/java/org/eclipse/jetty/server/
H A DInclusiveByteRange.java30 /** Byte range inclusive of end points.
40 * given an entity length, converts range to string
108 LOG.warn("Bad range format: {}",t);
117 LOG.warn("Bad range format: {}",t);
137 InclusiveByteRange range = new InclusiveByteRange(first,last);
138 satRanges = LazyList.add(satRanges,range);
143 LOG.warn("Bad range format: {}",t);
151 LOG.warn("Bad range format: {}",t);
/external/libselinux/src/
H A Dcontext.c58 if (count < 2 || count > 5) { /* might not have a range */
67 /* MLS range is one component */
186 def_get(range, COMP_RANGE)
197 def_set(range, COMP_RANGE)
/external/lldb/include/lldb/Symbol/
H A DFunction.h326 /// The concreate information is the address range information and
337 /// based address range.
362 /// @param[in] range
371 const AddressRange& range);
376 /// based address range.
401 /// @param[in] range
410 const AddressRange& range);
628 AddressRange m_range; ///< The function address range that covers the widest range needed to contain all blocks
/external/lldb/scripts/Python/interface/
H A DSBType.i242 for i in range(num_args):
286 for idx in range(self.GetNumberOfDirectBaseClasses()):
293 for idx in range(self.GetNumberOfVirtualBaseClasses()):
300 for idx in range(self.GetNumberOfFields()):
/external/lldb/source/Symbol/
H A DFuncUnwinders.cpp32 AddressRange range
36 m_range(range),
75 // function does not cover the entire range of the function and so the FDE only lists a subset of the
76 // address range. If we try to look up the unwind info by the starting address of the function
/external/lldb/test/benchmarks/disassembly/
H A DTestDisassembly.py89 for i in range(count):
129 for i in range(count):
/external/lldb/test/benchmarks/expression/
H A DTestRepeatedExprs.py61 for i in range(count):
106 for i in range(count):
/external/lldb/test/
H A Dlldbutil.py583 return map(GetFuncName, range(thread.GetNumFrames()))
593 return map(GetSymbol, range(thread.GetNumFrames()))
603 return map(GetPCAddress, range(thread.GetNumFrames()))
613 return map(GetFilename, range(thread.GetNumFrames()))
623 return map(GetLineNumber, range(thread.GetNumFrames()))
633 return map(GetModuleName, range(thread.GetNumFrames()))
643 return map(GetStackFrame, range(thread.GetNumFrames()))
668 for i in range(depth):
/external/lldb/test/unittest2/test/
H A Dtest_unittest2_with.py75 one = ''.join(chr(i) for i in range(255))
83 one = ''.join(chr(i) for i in range(255))
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_table.py110 for i in range(4):
122 for i in range(4):
/external/parameter-framework/test/functional-tests/PfwTestCase/Domains/
H A DtDomain_Configuration_Selection.py139 for iteration in range (self.crit_change_iteration+1):
170 for domain in range (domains_nbr):
/external/parameter-framework/test/test-fixed-point-parameter/
H A DMain.py86 # bigValue is to be sure a value far out of range is refused
88 # little is to be sure a value just out of range is refused
238 for integral in range(0, size):
239 for fractional in range (0, size - integral):
/external/regex-re2/re2/
H A Dunicode.py49 """Converts string to Unicode range.
58 Unicode range
61 InputError: the string is not a valid Unicode range.
70 return range(lo, hi + 1)
71 raise InputError("invalid Unicode range %s" % (s,))
97 Instead of giving an explicit range in a single table entry,
99 code value in the range and one for the last.
125 code ranges (using the .. notation and splitting the range across
158 first = None # first code in multiline range
159 expect_last = None # tag expected for "Last" line in multiline range
[all...]
/external/selinux/libselinux/src/
H A Dcontext.c58 if (count < 2 || count > 5) { /* might not have a range */
67 /* MLS range is one component */
184 def_get(range, COMP_RANGE)
195 def_set(range, COMP_RANGE)
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dsymshift.pl86 reads in a combination of symbol tables with ids in range [0..2^8-1]
87 and converts into one symbol table with ids in range [0..2^16-1] which
/external/fonttools/Lib/fontTools/
H A DcffLib.py326 for index in range(count+1):
388 for i in range(len(self)):
427 for i in range(len(self)):
463 for i in range(nRanges):
466 for glyphID in range(prev, first):
472 for glyphID in range(prev, first):
503 for i in range(len(charset)):
904 for i in range(numGlyphs - 1):
908 for i in range(numGlyphs - 1):
924 for CID in range(firs
[all...]
/external/fonttools/Tools/fontTools/
H A DcffLib.py326 for index in range(count+1):
388 for i in range(len(self)):
427 for i in range(len(self)):
463 for i in range(nRanges):
466 for glyphID in range(prev, first):
472 for glyphID in range(prev, first):
503 for i in range(len(charset)):
904 for i in range(numGlyphs - 1):
908 for i in range(numGlyphs - 1):
924 for CID in range(firs
[all...]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
H A Dtestserver.py61 [self.pending.append(True) for x in range(count)]
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
H A Dtest_fileapp.py187 def build(range, status=206):
189 return TestApp(app).get("/",headers={'Range': range}, status=status)
202 def build(range, status=206):
204 return TestApp(app).get("/",headers={'Range': range},
/external/chromium-trace/trace-viewer/tracing/build/
H A Dbenchmarks.py58 for i in range(options.repeat_count):
H A Dcheck_common.py35 for i in range(len(listed_files)):
/external/clang/include/clang/ARCMigrate/
H A DARCMT.h113 virtual void remove(CharSourceRange range) { } argument
/external/clang/include/clang/Basic/
H A DPlistSupport.h110 assert(R.isCharRange() && "cannot handle a token range");
/external/deqp/scripts/khr_util/
H A Dformat.py58 columnLengths = [nextMod(max(len(line[ndx]) for line in lineColumns if len(line) > ndx), tabSize) for ndx in range(numColumns)]

Completed in 745 milliseconds

<<11121314151617181920>>