Searched defs:end (Results 1 - 25 of 3317) sorted by path

1234567891011>>

/external/aac/libAACenc/src/
H A Ddyn_bits.cpp150 int end = CODE_BOOK_ESC_NDX; local
153 for (j = 0; j <= end; j++)
172 int end = CODE_BOOK_ESC_NDX; local
175 for (j = 0; j <= end; j++)
587 /* end of section */
619 INT end = sectionData->huffsection[m].sfbStart + sectionData->huffsection[m].sfbCnt; local
620 for (n = sectionData->huffsection[m].sfbStart; n<end; n++)
/external/ant-glob/src/org/apache/tools/ant/types/selectors/
H A DSelectorUtils.java487 private static boolean allStars(char[] chars, int start, int end) { argument
488 for (int i = start; i <= end; ++i) {
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs250 // to insert after, just insert before next index (even if past end)
367 public virtual string ToOriginalString(int start, int end) { argument
369 for (int i = start; i >= MIN_TOKEN_INDEX && i <= end && i < _tokens.Count; i++) {
386 public override string ToString(int start, int end) { argument
387 return ToString(DEFAULT_PROGRAM_NAME, start, end);
390 public virtual string ToString(string programName, int start, int end) { argument
395 // ensure start/end are in range
396 if (end > _tokens.Count - 1)
397 end = _tokens.Count - 1;
402 return ToOriginalString(start, end); // n
607 ToDebugString(int start, int end) argument
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java224 // to insert after, just insert before next index (even if past end)
339 public String toOriginalString(int start, int end) { argument
341 for (int i=start; i>=MIN_TOKEN_INDEX && i<=end && i<tokens.size(); i++) {
357 public String toString(int start, int end) { argument
358 return toString(DEFAULT_PROGRAM_NAME, start, end);
361 public String toString(String programName, int start, int end) { argument
364 // ensure start/end are in range
365 if ( end>tokens.size()-1 ) end = tokens.size()-1;
369 return toOriginalString(start,end); // n
583 toDebugString(int start, int end) argument
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicTokenIterator.java194 int end = findTokenEnd(start);
195 this.currentToken = createToken(this.currentHeader, start, end);
196 return end;
216 * @param end the index after the last token character
220 protected String createToken(String value, int start, int end) { argument
221 return value.substring(start, end);
276 * Because of multi-header joining rules, the end of a
284 * or at the end
323 * since the end of the header value is a token boundary.
338 int end
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java678 * Set if the operating systems end-of-line line separator should
686 * operating systems end-of-line separator.
974 * @param end The end index of the significant characters.
983 protected int writeUTF16Surrogate(char c, char ch[], int i, int end) argument
987 if (i + 1 >= end)
1102 * end-of-line separator should be output rather than a new-line character.
1116 int end = start + length;
1118 for (int i = start; i < end; i++)
1135 writeUTF16Surrogate(c, ch, i, end);
1706 processDirty( char[] chars, int end, int i, char ch, int lastDirty, boolean fromTextNode) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSet.java314 * signals that the iterator should be run to the end.
562 * @param end index.
571 private boolean addNodesInDocOrder(int start, int end, int testIndex, argument
582 for (i = end; i >= start; i--)
694 } // end addNodeInDocOrder(Vector v, Object obj)
713 } // end addNodeInDocOrder(Vector v, Object obj)
/external/arduino/hardware/arduino/cores/arduino/
H A DHardwareSerial.cpp225 void HardwareSerial::end() function in class:HardwareSerial
/external/arduino/libraries/SPI/
H A DSPI.cpp38 void SPIClass::end() { function in class:SPIClass
/external/bison/examples/calc++/
H A Dlocation.hh56 , end (e)
63 , end (p)
72 , end (f, l, c)
83 end = begin;
92 begin = end;
98 end += count;
104 end.lines (count);
113 position end; member in class:yy::location
117 inline const location operator+ (const location& begin, const location& end) argument
120 res.end
[all...]
H A Dstack.hh100 inline const_iterator end () const { return seq_.rend (); } function in class:yy::stack
/external/bison/lib/
H A Dstrnlen.c28 const char *end = memchr (string, '\0', maxlen); local
29 return end ? (size_t) (end - string) : maxlen;
H A Dstrnlen1.c30 const char *end = (const char *) memchr (string, '\0', maxlen); local
31 if (end != NULL)
32 return end - string + 1;
H A Dstrtol.c247 const STRING_TYPE *save, *end; local
329 /* Find the end of the digit string and check its grouping. */
330 end = s;
331 for (c = *end; c != L_('\0'); c = *++end)
337 end = s;
339 end = correctly_grouped_prefix (s, end, thousands, grouping);
343 end = NULL;
352 if (s == end)
[all...]
H A Dvasnprintf.c220 const char *end = memchr (string, '\0', maxlen); local
221 return end ? (size_t) (end - string) : maxlen;
641 at the end: r = roomptr[0..b_len-1], q = roomptr[b_len..a_len] */
1703 would need to access a wide character one past the end of the
3362 DCHAR_T *end = p + pad; local
3373 DCHAR_T *q = end;
3383 DCHAR_T *q = end;
3391 p = end;
4548 DCHAR_T *end local
5458 DCHAR_T *end = p + pad; local
[all...]
/external/bison/src/
H A DSbitset.c38 Sbitset end; local
41 for (ptr = result, end = result + Sbitset__nbytes (nbits); ptr < end; ++ptr)
H A Dlocation.c90 loc->end = *cur;
105 int end_col = 0 != loc.end.column ? loc.end.column - 1 : 0;
114 if (loc.start.file != loc.end.file)
118 loc.end.file));
119 if (0 <= loc.end.line)
121 res += fprintf (out, ":%d", loc.end.line);
126 else if (0 <= loc.end.line)
128 if (loc.start.line < loc.end.line)
130 res += fprintf (out, "-%d", loc.end
196 int end = loc.start.line != loc.end.line ? len : loc.end.column; local
[all...]
H A Dlocation.h87 boundary end; member in struct:__anon378
119 res = boundary_cmp (a.end, b.end);
H A Dscan-code.c67 /* end standard C headers. */
162 /* Returned upon end-of-file. */
302 * end of it.
698 #define YY_USER_ACTION location_compute (loc, &loc->end, code_text, code_leng);
934 /* end tables serialization structures and prototypes */
960 /* Code executed at the end of each rule. */
1000 for this because, at the end of strings and comments, we still need
1053 while ( 1 ) /* loops until end-of-file is reached */
1112 fprintf( stderr, "--(end of buffer or a NUL)\n" );
1285 _("a ';' might be needed at the end o
2557 find_prefix_end(const char *prefix, char *begin, char *end) argument
[all...]
H A Dtables.c209 /* Leave a 0 at the end. */
496 goto_number end = goto_map[sym - ntokens + 1]; local
500 for (i = begin; i < end; i++)
512 for (i = begin; i < end; i++)
/external/blktrace/
H A Dblkparse.c42 unsigned long start, end; member in struct:skip_info
409 unsigned long end)
414 if (end == (sip->start - 1)) {
417 } else if (start == (sip->end + 1)) {
418 sip->end = end;
425 sip->end = end;
457 #define IN_SKIP(sip,seq) (((sip)->start <= (seq)) && ((seq) <= sip->end))
465 if (sip->end
408 insert_skip(struct per_cpu_info *pci, unsigned long start, unsigned long end) argument
[all...]
/external/blktrace/btt/
H A Dglobals.h102 __u64 start, end; member in struct:range_info
H A Dseek.c187 long long start = BIT_START(iop), end = BIT_END(iop); local
194 ((sip->last_start <= end) && (end <= sip->last_end)))
204 sip->last_end = end;

Completed in 436 milliseconds

1234567891011>>