Searched refs:start (Results 51 - 75 of 3523) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DCommonErrorNode.js1 org.antlr.runtime.tree.CommonErrorNode = function(input, start, stop, e) {
3 (stop.getTokenIndex() < start.getTokenIndex() &&
7 // in follow set. So, stop will be 1 to left to start. adjust.
8 // Also handle case where start is the first token and no token
10 stop = start;
13 this.start = start;
29 if ( this.start instanceof org.antlr.runtime.Token ) {
30 var i = this.start.getTokenIndex();
37 else if ( this.start instanceo
[all...]
/external/guava/guava/src/com/google/common/io/
H A DLineBuffer.java59 int start = pos;
63 line.append(cbuf, start, pos - start);
70 start = pos + 1;
74 line.append(cbuf, start, pos - start);
76 start = pos + 1;
80 line.append(cbuf, start, off + len - start);
/external/webkit/Source/WebCore/html/canvas/
H A DArrayBufferView.cpp87 void ArrayBufferView::calculateOffsetAndLength(int start, int end, unsigned arraySize, argument
90 if (start < 0)
91 start += arraySize;
92 if (start < 0)
93 start = 0;
98 if (end < start)
99 end = start;
100 *offset = static_cast<unsigned>(start);
101 *length = static_cast<unsigned>(end - start);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er_ssdp.c26 char buf[MULTICAST_MAX_READ], *pos, *pos2, *start; local
59 for (start = buf; start && *start; start = pos) {
60 pos = os_strchr(start, '\n');
66 if (os_strstr(start, "schemas-wifialliance-org:device:"
69 if (os_strstr(start, "schemas-wifialliance-org:service:"
72 if (os_strncasecmp(start, "LOCATION:", 9) == 0) {
73 start
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_er_ssdp.c26 char buf[MULTICAST_MAX_READ], *pos, *pos2, *start; local
59 for (start = buf; start && *start; start = pos) {
60 pos = os_strchr(start, '\n');
66 if (os_strstr(start, "schemas-wifialliance-org:device:"
69 if (os_strstr(start, "schemas-wifialliance-org:service:"
72 if (os_strncasecmp(start, "LOCATION:", 9) == 0) {
73 start
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er_ssdp.c26 char buf[MULTICAST_MAX_READ], *pos, *pos2, *start; local
59 for (start = buf; start && *start; start = pos) {
60 pos = os_strchr(start, '\n');
66 if (os_strstr(start, "schemas-wifialliance-org:device:"
69 if (os_strstr(start, "schemas-wifialliance-org:service:"
72 if (os_strncasecmp(start, "LOCATION:", 9) == 0) {
73 start
[all...]
/external/icu4c/common/unicode/
H A Dunistr.h283 * [<TT>start</TT>, <TT>start + length</TT>) with the characters
285 * @param start the offset at which the compare operation begins
295 inline int8_t compare(int32_t start,
301 * [<TT>start</TT>, <TT>start + length</TT>) with the characters
304 * @param start the offset at which the compare operation begins
307 * @param srcStart the offset into <TT>srcText</TT> to start comparison
316 inline int8_t compare(int32_t start,
339 * [<TT>start</T
3482 pinIndices(int32_t& start, int32_t& _length) const argument
3553 doCompare(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3606 compare(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3617 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3625 compare(int32_t start, int32_t _length, const UChar *srcChars) const argument
3631 compare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3639 compareBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const argument
3648 doCompareCodePointOrder(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3667 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3678 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3686 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars) const argument
3692 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3700 compareCodePointOrderBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const argument
3709 doCaseCompare(int32_t start, int32_t thisLength, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3730 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, uint32_t options) const argument
3745 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3755 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, uint32_t options) const argument
3763 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3773 caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const argument
3783 indexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
3810 indexOf(const UnicodeString& text, int32_t start, int32_t _length) const argument
3824 indexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3831 indexOf(UChar c, int32_t start, int32_t _length) const argument
3837 indexOf(UChar32 c, int32_t start, int32_t _length) const argument
3865 lastIndexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3880 lastIndexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
3896 lastIndexOf(const UnicodeString& text, int32_t start, int32_t _length) const argument
3913 lastIndexOf(UChar c, int32_t start, int32_t _length) const argument
3919 lastIndexOf(UChar32 c, int32_t start, int32_t _length) const argument
4013 replace(int32_t start, int32_t _length, const UnicodeString& srcText) argument
4019 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4027 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
4034 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4042 replace(int32_t start, int32_t _length, UChar srcChar) argument
4048 replace(int32_t start, int32_t _length, UChar32 srcChar) argument
4060 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText) argument
4066 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) argument
4080 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
4091 doExtract(int32_t start, int32_t _length, UnicodeString& target) const argument
4097 extract(int32_t start, int32_t _length, UChar *target, int32_t targetStart) const argument
4104 extract(int32_t start, int32_t _length, UnicodeString& target) const argument
4112 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const argument
4125 extractBetween(int32_t start, int32_t limit, UChar *dst, int32_t dstStart) const argument
4135 tempSubStringBetween(int32_t start, int32_t limit) const argument
4370 insert(int32_t start, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4377 insert(int32_t start, const UnicodeString& srcText) argument
4382 insert(int32_t start, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4389 insert(int32_t start, const UChar *srcChars, int32_t srcLength) argument
4395 insert(int32_t start, UChar srcChar) argument
4400 insert(int32_t start, UChar32 srcChar) argument
4420 remove(int32_t start, int32_t _length) argument
4431 removeBetween(int32_t start, int32_t limit) argument
4436 retainBetween(int32_t start, int32_t limit) argument
4464 reverse(int32_t start, int32_t _length) argument
[all...]
/external/chromium-trace/trace-viewer/src/
H A Dtest_utils.js26 function newAsyncSlice(start, duration, startThread, endThread) {
27 return newAsyncSliceNamed('a', start, duration, startThread, endThread);
30 function newAsyncSliceNamed(name, start, duration, startThread, endThread) {
31 var s = new tracing.TimelineAsyncSlice('', name, 0, start);
35 var subSlice = new tracing.TimelineAsyncSlice('', name, 0, start);
43 function newSlice(start, duration) {
44 return newSliceNamed('a', start, duration);
47 function newSliceNamed(name, start, duration) {
48 var s = new tracing.TimelineSlice('', name, 0, start, {}, duration);
52 function newSliceCategory(category, name, start, duratio
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DITokenStream.cs73 * Return the text of all tokens from start to stop, inclusive.
79 string ToString(int start, int stop); argument
84 * indicate the start/end location. Most often this will just delegate
89 string ToString(IToken start, IToken stop); argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DITokenStream.cs77 * Return the text of all tokens from start to stop, inclusive.
83 string ToString( int start, int stop ); argument
88 * indicate the start/end location. Most often this will just delegate
93 string ToString( IToken start, IToken stop ); argument
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DParserRuleReturnScope.java40 * from start and stop using the input stream's toString() method. I
51 public Token start, stop; field in class:ParserRuleReturnScope
52 public Object getStart() { return start; }
H A DTokenStream.java61 /** Return the text of all tokens from start to stop, inclusive.
66 public String toString(int start, int stop); argument
70 * indicate the start/end location. Most often this will just delegate
74 public String toString(Token start, Token stop); argument
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DXMLStringFactory.java44 * @param start The start position in the array.
49 public abstract XMLString newstr(FastStringBuffer string, int start, argument
57 * @param start The start position in the array.
62 public abstract XMLString newstr(char[] string, int start, argument
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncSubstring.java50 double start = m_arg1.execute(xctxt).num();
60 if (Double.isNaN(start))
65 start = -1000000;
70 start = Math.round(start);
71 startIndex = (start > 0) ? (int) start - 1 : 0;
77 int end = (int) (Math.round(len) + start) - 1;
/external/clang/test/Preprocessor/
H A Dstringize_misc.c17 #define START_END(start, end) start c=3; end
/external/compiler-rt/test/Unit/
H A Dclear_cache_test.c16 void __clear_cache(void* start, void* end) argument
18 if (!FlushInstructionCache(GetCurrentProcess(), start, end-start))
23 extern void __clear_cache(void* start, void* end);
48 char* start = (char*)((uintptr_t)execution_buffer & (-4095)); local
53 if (!VirtualQuery(start, &b, sizeof(b)))
57 if (mprotect(start, end-start, PROT_READ|PROT_WRITE|PROT_EXEC) != 0)
/external/embunit/src/
H A DstdImpl.c39 char *start = dst; local
47 return start;
52 char *start = dst; local
65 return start;
70 char *start = dst; local
87 return start;
113 char *start = string; local
132 return start;
/external/quake/quake/src/QW/client/
H A Dcrc.h25 unsigned short CRC_Block (byte *start, int count);
/external/v8/src/ia32/
H A Dcpu-ia32.cc54 void CPU::FlushICache(void* start, size_t size) { argument
70 unsigned res = VALGRIND_DISCARD_TRANSLATIONS(start, size);
/external/v8/src/x64/
H A Dcpu-x64.cc54 void CPU::FlushICache(void* start, size_t size) { argument
70 unsigned res = VALGRIND_DISCARD_TRANSLATIONS(start, size);
/external/webkit/Source/WebCore/editing/chromium/
H A DSelectionControllerChromium.cpp42 if (AXObjectCache::accessibilityEnabled() && m_selection.start().isNotNull() && m_selection.end().isNotNull()) {
44 document->axObjectCache()->postNotification(m_selection.start().deprecatedNode()->renderer(), AXObjectCache::AXSelectedTextChanged, false);
/external/webkit/Source/WebCore/html/
H A DHTMLOListElement.idl24 attribute long start;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DIPAddress.java52 int start = 0;
53 while (start < temp.length()
54 && (pos = temp.indexOf('.', start)) > start)
62 octet = Integer.parseInt(temp.substring(start, pos));
72 start = pos + 1;
134 int start = 0;
135 while (start < temp.length()
136 && (pos = temp.indexOf(':', start)) >= start)
[all...]
/external/chromium/net/tools/flip_server/
H A Dbalsa_headers_token_utils.cc110 const char* start,
113 if (start == end) {
118 while (*start == ',' || *start <= ' ') {
119 ++start;
120 if (start == end) {
125 const char* nws = start;
128 while (*start != ',' && *start > ' ') {
129 ++start;
109 ParseTokenList( const char* start, const char* end, BalsaHeaders::HeaderTokenList* tokens) argument
[all...]
/external/emma/core/java12/com/vladium/util/
H A DDescriptors.java126 for (int start = 1; start < end; )
128 if (start > 1) out.append (", ");
129 start = typeDescriptorToJavaName (chars, start, shortTypeNames, out);
155 // private static int typeSignatureToJavaName (final char [] signature, int start,
163 private static int typeDescriptorToJavaName (final char [] descriptor, int start, argument
168 for (dims = 0; descriptor [start] == '['; ++ dims, ++ start);
170 char c = descriptor [start
[all...]

Completed in 375 milliseconds

1234567891011>>