Searched refs:range (Results 251 - 275 of 1039) sorted by relevance

<<11121314151617181920>>

/external/lldb/source/Symbol/
H A DFunction.cpp203 const AddressRange& range
211 m_range (range),
227 const AddressRange &range
235 m_range (range),
343 *s << "id = " << (const UserID&)*this << ", name = \"" << name << "\", range = ";
510 prologue_end_file_addr = first_line_entry.range.GetBaseAddress().GetFileAddress();
524 prologue_end_file_addr = line_entry.range.GetBaseAddress().GetFileAddress();
545 prologue_end_file_addr = line_entry.range.GetBaseAddress().GetFileAddress();
553 prologue_end_file_addr = first_line_entry.range.GetBaseAddress().GetFileAddress() + first_line_entry.range
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBufferedTokenStream.java69 protected int range = -1; // how deep have we gone? field in class:BufferedTokenStream
81 public int range() { return range; } method in class:BufferedTokenStream
143 throw new NoSuchElementException("token index "+i+" out of range 0.."+(tokens.size()-1));
180 if ( i>range ) range = i;
H A DLegacyCommonTokenStream.java62 protected int range = -1; // how deep have we gone? field in class:LegacyCommonTokenStream
265 if ( i>range ) range = i;
334 public int range() { method in class:LegacyCommonTokenStream
335 return range;
/external/ipsec-tools/src/racoon/
H A Dsecurity.c206 * configured range for a policy rule.
208 * char *range Range
209 * return: 1 if the sl is within the range
210 * 0 if the sl is not within the range or an error
215 within_range(security_context_t sl, security_context_t range) argument
224 if (!*range) /* This policy doesn't have security context */
231 * Get the sids for the sl and range contexts
240 rtn = avc_context_to_sid(range, &rangesid);
244 "sid for range context (%s).\n", range);
[all...]
/external/libxml2/
H A DgenChRanges.py32 s = lst[pos:].index(1) # look for start of next range
35 pos += s # pointer to start of possible range
37 e = lst[pos:].index(0) # look for end of range
41 ret.append((pos, e-1)) # append range tuple to list
42 pos = e + 1 # ready to check for next range
52 # dictionary of functions, key=name, element contains char-map and range-list
101 for v in range(256):
125 # pos <=0 means not a range, so must be individual value
138 # so convert val to range
140 # pos > 0 means this is a range, s
[all...]
/external/parameter-framework/test/functional-tests/PfwTestCase/Domains/
H A DtDomain_creation_deletion.py135 for line in range(domains_nbr):
213 for line in range(domains_nbr):
267 for index in range (self.new_domains_number):
296 for line in range(domains_nbr):
312 for index in range (self.new_domains_number):
H A DtDomain_rename.py113 for iteration in range (self.renaming_iterations):
134 for line in range(domains_nbr):
220 for line in range(domains_nbr):
252 for line in range(domains_nbr):
328 for line in range(domains_nbr):
H A DtDomain_Configuration.py98 for iteration in range (self.new_conf_number):
121 for iteration in range (self.new_conf_number):
157 for iteration in range(self.new_conf_number):
211 for iteration in range (self.new_conf_number):
234 for iteration in range (self.new_conf_number-1):
271 for iteration in range(self.new_conf_number):
324 for iteration in range (self.new_conf_number):
380 for iteration in range(self.new_conf_number):
433 for iteration in range (self.new_conf_number):
456 for iteration in range(sel
[all...]
/external/skia/bench/
H A Dtile_analyze.py152 matrix = [[0 for y in range(tile_cols)] for x in range(truncated_tile_rows)]
153 for y in range(min(viewport_cols, tile_cols)):
154 for x in range(min(truncated_tile_rows, viewport_rows)):
167 for i in range(len(matrix[0])):
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java850 * Checks if the offset runs out of the text string range
851 * @param textstart offset of the first character in the range
852 * @param textlimit limit offset of the text string range
1087 // There still is a chance of match failure if the CE range not correspond to
1088 // an acceptable character range.
1318 // There still is a chance of match failure if the CE range not correspond to
1319 // an acceptable character range.
1633 * @param range receiving the iterator index before/after fetching the CE.
1637 public long nextProcessed(Range range) { argument
1656 if (range !
1676 previousProcessed(Range range) argument
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb123 indexed within the range <tt>op.index .. op.last_index</tt>
160 skip over the tokens indexed within the range <tt>op.index .. op.last_index</tt>
181 range, text = cast_range( range_arguments, 1 )
183 op = Replace.new( @stream, range, text )
205 range, = cast_range( range_arguments )
206 op = Delete.new( @stream, range )
275 range = 0 ... @stream.length
277 range, = cast_range( range_arguments )
286 cursor = range.first
287 while range
[all...]
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
H A Dheaders.py46 for i in range(len(items)-1, -1, -1):
55 for i in range(len(items)-1, -1, -1):
84 for i in range(len(self._items)):
/external/fio/
H A Dtickmarks.c96 double graphmin, graphmax; /* graph range min and max */
97 double range, x; local
101 range = nicenum(max - min, 0);
102 d = nicenum(range / (nticks - 1), 1);
128 printf("Testing range %g - %g\n", x, y);
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DC_P_A_L_.py19 for i in range(numPalettes):
25 for j in range(self.numPaletteEntries):
32 for i in range(len(self.palettes)):
H A DsbixBitmapSet.py50 for i in range(self.numBitmaps + 1): # + 1 because there's one more offset than bitmaps
56 for i in range(self.numBitmaps):
109 for i in range(len(glyphOrder)):
H A D_p_o_s_t.py92 for glyphID in range(numGlyphs):
103 for i in range(numGlyphs, ttFont['maxp'].numGlyphs):
111 for i in range(ttFont['maxp'].numGlyphs):
139 for i in range(min(len(indices),numGlyphs)):
155 for i in range(len(extraNames)):
157 for glyphID in range(numGlyphs):
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DC_P_A_L_.py19 for i in range(numPalettes):
25 for j in range(self.numPaletteEntries):
32 for i in range(len(self.palettes)):
H A DsbixBitmapSet.py50 for i in range(self.numBitmaps + 1): # + 1 because there's one more offset than bitmaps
56 for i in range(self.numBitmaps):
109 for i in range(len(glyphOrder)):
H A D_p_o_s_t.py92 for glyphID in range(numGlyphs):
103 for i in range(numGlyphs, ttFont['maxp'].numGlyphs):
111 for i in range(ttFont['maxp'].numGlyphs):
139 for i in range(min(len(indices),numGlyphs)):
155 for i in range(len(extraNames)):
157 for glyphID in range(numGlyphs):
/external/freetype/src/truetype/
H A Dttinterp.h178 FT_Int curRange; /* current code range number */
179 FT_Byte* code; /* current code range */
181 FT_Long codeSize; /* size of current range */
293 FT_Int range,
298 FT_Int range,
304 FT_Int range );
/external/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp141 // first of the contiguous range:
149 lldb::addr_t start_file_addr = sc.line_entry.range.GetBaseAddress().GetFileAddress();
150 lldb::addr_t end_file_addr = start_file_addr + sc.line_entry.range.GetByteSize();
169 Address line_start = sc.line_entry.range.GetBaseAddress();
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnamesSet.cpp150 std::pair<cstr_to_index_mmap::const_iterator, cstr_to_index_mmap::const_iterator> range(m_name_to_descriptor_index.equal_range(name));
151 for (cstr_to_index_mmap::const_iterator pos = range.first; pos != range.second; ++pos)
/external/lldb/test/pexpect-2.4/
H A Dpxssh.py112 current = range(n+1)
113 for i in range(1,m+1):
115 for j in range(1,n+1):
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.h190 FT_Int curRange; /* current code range number */
191 FT_Byte* code; /* current code range */
193 FT_Long codeSize; /* size of current range */
301 FT_Int range,
306 FT_Int range,
312 FT_Int range );
/external/icu/icu4c/source/common/
H A Dunames.cpp850 getAlgName(AlgorithmicRange *range, uint32_t code, UCharNameChoice nameChoice, argument
863 switch(range->type) {
866 const char *s=(const char *)(range+1);
877 count=range->variant;
903 const uint16_t *factors=(const uint16_t *)(range+1);
904 uint16_t count=range->variant;
914 s, code-range->start, indexes, NULL, NULL, buffer, bufferLength);
934 enumAlgNames(AlgorithmicRange *range, argument
945 switch(range->type) {
951 length=getAlgName(range, (uint32_
1076 findAlgName(AlgorithmicRange *range, UCharNameChoice nameChoice, const char *otherName) argument
1215 AlgorithmicRange *range; local
[all...]

Completed in 2523 milliseconds

<<11121314151617181920>>