Searched refs:start (Results 101 - 125 of 6202) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/i18n/
H A Dnortrans.cpp102 // start and limit of the input range
103 int32_t start = offsets.start; local
105 if(start >= limit) {
119 int32_t length = limit - start;
120 _Replaceable_extractBetween(text, start, limit, input.getBuffer(length));
126 text.handleReplaceBetween(start, limit, normalized);
131 offsets.start = limit + delta;
137 UChar32 c = text.char32At(start);
139 int32_t prev = start;
[all...]
/external/chromium_org/v8/src/arm/
H A Dcpu-arm.cc27 void CpuFeatures::FlushICache(void* start, size_t size) { argument
36 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);
39 msync(start, size, MS_SYNC | MS_INVALIDATE_ICACHE);
42 register uint32_t beg asm("r0") = reinterpret_cast<uint32_t>(start);
/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/icu/icu4c/source/common/
H A Dunistr_props.cpp54 int32_t start; local
57 start = i;
68 if(start > 0) {
69 doReplace(0, start, 0, 0, 0);
/external/icu/icu4c/source/i18n/
H A Dnortrans.cpp102 // start and limit of the input range
103 int32_t start = offsets.start; local
105 if(start >= limit) {
119 int32_t length = limit - start;
120 _Replaceable_extractBetween(text, start, limit, input.getBuffer(length));
126 text.handleReplaceBetween(start, limit, normalized);
131 offsets.start = limit + delta;
137 UChar32 c = text.char32At(start);
139 int32_t prev = start;
[all...]
/external/javassist/src/main/javassist/
H A DTranslator.java42 void start(ClassPool pool) method in interface:Translator
/external/oprofile/daemon/liblegacy/
H A Dopd_mapping.h30 /** mapping start vma */
31 unsigned long start; member in struct:opd_map
64 * @param start start of mapping
72 unsigned long start, unsigned long offset, unsigned long end);
92 return (eip >= map->start && eip < map->end);
108 return (eip - map->start) + map->offset;
/external/qemu/include/qemu/
H A Dcache-utils.h18 static inline void flush_icache_range(uintptr_t start, uintptr_t stop) argument
24 start1 = start & ~(dsize - 1);
31 start &= start & ~(isize - 1);
/external/smali/util/src/main/java/org/jf/util/
H A DIndentingWriter.java68 private void writeLine(char[] chars, int start, int len) throws IOException { argument
73 writer.write(chars, start, len);
80 private void writeLine(String str, int start, int len) throws IOException { argument
85 writer.write(str, start, len);
94 public void write(char[] chars, int start, int len) throws IOException { argument
95 final int end = start+len;
96 int pos = start;
99 writeLine(chars, start, pos-start);
104 start
118 write(String str, int start, int len) argument
142 append(CharSequence charSequence, int start, int len) argument
[all...]
/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/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h340 * [<TT>start</TT>, <TT>start + length</TT>) with the characters
342 * (The parameters "start" and "length" are not applied to the other text "text".)
343 * @param start the offset at which the compare operation begins
353 inline int8_t compare(int32_t start,
359 * [<TT>start</TT>, <TT>start + length</TT>) with the characters
362 * @param start the offset at which the compare operation begins
365 * @param srcStart the offset into <TT>srcText</TT> to start comparison
374 inline int8_t compare(int32_t start,
3581 pinIndices(int32_t& start, int32_t& _length) const argument
3662 doCompare(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3712 compare(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3723 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3731 compare(int32_t start, int32_t _length, const UChar *srcChars) const argument
3737 compare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3745 compareBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const argument
3754 doCompareCodePointOrder(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3773 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3784 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3792 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars) const argument
3798 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3806 compareCodePointOrderBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const argument
3815 doCaseCompare(int32_t start, int32_t thisLength, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3836 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, uint32_t options) const argument
3851 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3861 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, uint32_t options) const argument
3869 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3879 caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const argument
3889 indexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
3916 indexOf(const UnicodeString& text, int32_t start, int32_t _length) const argument
3930 indexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3937 indexOf(UChar c, int32_t start, int32_t _length) const argument
3943 indexOf(UChar32 c, int32_t start, int32_t _length) const argument
3971 lastIndexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3986 lastIndexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
4002 lastIndexOf(const UnicodeString& text, int32_t start, int32_t _length) const argument
4019 lastIndexOf(UChar c, int32_t start, int32_t _length) const argument
4025 lastIndexOf(UChar32 c, int32_t start, int32_t _length) const argument
4119 replace(int32_t start, int32_t _length, const UnicodeString& srcText) argument
4125 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4133 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
4140 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4148 replace(int32_t start, int32_t _length, UChar srcChar) argument
4154 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText) argument
4160 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) argument
4174 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
4185 doExtract(int32_t start, int32_t _length, UnicodeString& target) const argument
4191 extract(int32_t start, int32_t _length, UChar *target, int32_t targetStart) const argument
4198 extract(int32_t start, int32_t _length, UnicodeString& target) const argument
4206 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const argument
4219 extractBetween(int32_t start, int32_t limit, UChar *dst, int32_t dstStart) const argument
4229 tempSubStringBetween(int32_t start, int32_t limit) const argument
4375 insert(int32_t start, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4382 insert(int32_t start, const UnicodeString& srcText) argument
4387 insert(int32_t start, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4394 insert(int32_t start, const UChar *srcChars, int32_t srcLength) argument
4400 insert(int32_t start, UChar srcChar) argument
4405 insert(int32_t start, UChar32 srcChar) argument
4423 remove(int32_t start, int32_t _length) argument
4434 removeBetween(int32_t start, int32_t limit) argument
4439 retainBetween(int32_t start, int32_t limit) argument
4464 reverse(int32_t start, int32_t _length) argument
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h340 * [<TT>start</TT>, <TT>start + length</TT>) with the characters
342 * (The parameters "start" and "length" are not applied to the other text "text".)
343 * @param start the offset at which the compare operation begins
353 inline int8_t compare(int32_t start,
359 * [<TT>start</TT>, <TT>start + length</TT>) with the characters
362 * @param start the offset at which the compare operation begins
365 * @param srcStart the offset into <TT>srcText</TT> to start comparison
374 inline int8_t compare(int32_t start,
3581 pinIndices(int32_t& start, int32_t& _length) const argument
3662 doCompare(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3712 compare(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3723 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3731 compare(int32_t start, int32_t _length, const UChar *srcChars) const argument
3737 compare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3745 compareBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const argument
3754 doCompareCodePointOrder(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3773 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3784 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3792 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars) const argument
3798 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3806 compareCodePointOrderBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const argument
3815 doCaseCompare(int32_t start, int32_t thisLength, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3836 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, uint32_t options) const argument
3851 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3861 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, uint32_t options) const argument
3869 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3879 caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const argument
3889 indexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
3916 indexOf(const UnicodeString& text, int32_t start, int32_t _length) const argument
3930 indexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3937 indexOf(UChar c, int32_t start, int32_t _length) const argument
3943 indexOf(UChar32 c, int32_t start, int32_t _length) const argument
3971 lastIndexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3986 lastIndexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
4002 lastIndexOf(const UnicodeString& text, int32_t start, int32_t _length) const argument
4019 lastIndexOf(UChar c, int32_t start, int32_t _length) const argument
4025 lastIndexOf(UChar32 c, int32_t start, int32_t _length) const argument
4119 replace(int32_t start, int32_t _length, const UnicodeString& srcText) argument
4125 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4133 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
4140 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4148 replace(int32_t start, int32_t _length, UChar srcChar) argument
4154 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText) argument
4160 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) argument
4174 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
4185 doExtract(int32_t start, int32_t _length, UnicodeString& target) const argument
4191 extract(int32_t start, int32_t _length, UChar *target, int32_t targetStart) const argument
4198 extract(int32_t start, int32_t _length, UnicodeString& target) const argument
4206 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const argument
4219 extractBetween(int32_t start, int32_t limit, UChar *dst, int32_t dstStart) const argument
4229 tempSubStringBetween(int32_t start, int32_t limit) const argument
4375 insert(int32_t start, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4382 insert(int32_t start, const UnicodeString& srcText) argument
4387 insert(int32_t start, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4394 insert(int32_t start, const UChar *srcChars, int32_t srcLength) argument
4400 insert(int32_t start, UChar srcChar) argument
4405 insert(int32_t start, UChar32 srcChar) argument
4423 remove(int32_t start, int32_t _length) argument
4434 removeBetween(int32_t start, int32_t limit) argument
4439 retainBetween(int32_t start, int32_t limit) argument
4464 reverse(int32_t start, int32_t _length) argument
[all...]
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtest_utils.js17 function newAsyncSlice(start, duration, startThread, endThread) {
18 return newAsyncSliceNamed('a', start, duration, startThread, endThread);
21 function newAsyncSliceNamed(name, start, duration, startThread, endThread) {
22 var s = new tracing.trace_model.AsyncSlice('', name, 0, start);
26 var subSlice = new tracing.trace_model.AsyncSlice('', name, 0, start);
48 function newSlice(start, duration) {
49 return newSliceNamed('a', start, duration);
52 function newSliceNamed(name, start, duration) {
53 var s = new tracing.trace_model.Slice('', name, 0, start, {}, duration);
57 function newSliceCategory(category, name, start, duratio
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dblkmap64_rb.c35 __u64 start; member in struct:bmap_rb_extent
61 static int rb_insert_extent(__u64 start, __u64 count,
79 ext->start, ext->start + ext->count);
94 printf("extent: %llu -> %llu (%u)\n", ext->start,
95 ext->start + ext->count, ext->count);
98 if (ext->start < 0) {
99 printf("Tree Error: start is crazy\n");
100 printf("extent: %llu -> %llu (%u)\n", ext->start,
101 ext->start
141 rb_get_new_extent(struct bmap_rb_extent **ext, __u64 start, __u64 count) argument
384 rb_insert_extent(__u64 start, __u64 count, struct ext2fs_rb_private *bp) argument
485 rb_remove_extent(__u64 start, __u64 count, struct ext2fs_rb_private *bp) argument
627 rb_test_clear_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 start, unsigned int len) argument
683 rb_set_bmap_range(ext2fs_generic_bitmap bitmap, __u64 start, size_t num, void *in) argument
726 rb_get_bmap_range(ext2fs_generic_bitmap bitmap, __u64 start, size_t num, void *out) argument
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dstacktrace_unittest.cc50 const void *start, *end; member in struct:__anon15576::AddressRange
53 // Expected function [start,end] range.
62 (prange)->start = &&start_label; \
64 CHECK_LT((prange)->start, (prange)->end); \
80 CHECK_LT((prange)->start, ra); \
83 (prange)->start, (prange)->end, \
84 (prange)->start, ra); \
92 (prange)->start = reinterpret_cast<const void *>(&fn); \
103 CHECK_GE(ret_addr, range.start);
116 INIT_ADDRESS_RANGE(CheckStackTraceLeaf, start, en
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dstacktrace_unittest.cc50 const void *start, *end; member in struct:__anon15619::AddressRange
53 // Expected function [start,end] range.
62 (prange)->start = &&start_label; \
64 CHECK_LT((prange)->start, (prange)->end); \
80 CHECK_LT((prange)->start, ra); \
83 (prange)->start, (prange)->end, \
84 (prange)->start, ra); \
92 (prange)->start = reinterpret_cast<const void *>(&fn); \
103 CHECK_GE(ret_addr, range.start);
116 INIT_ADDRESS_RANGE(CheckStackTraceLeaf, start, en
[all...]
/external/chromium_org/ui/gfx/animation/
H A Dtween.cc77 uint8 BlendColorComponents(uint8 start, argument
86 progress, start / 255.f * start_alpha, target / 255.f * target_alpha);
93 SkColor Tween::ColorValueBetween(double value, SkColor start, SkColor target) { argument
94 float start_a = SkColorGetA(start) / 255.f;
101 uint8 blended_r = BlendColorComponents(SkColorGetR(start),
107 uint8 blended_g = BlendColorComponents(SkColorGetG(start),
113 uint8 blended_b = BlendColorComponents(SkColorGetB(start),
125 double Tween::DoubleValueBetween(double value, double start, double target) { argument
126 return start + (target - start) * valu
130 FloatValueBetween(double value, float start, float target) argument
135 IntValueBetween(double value, int start, int target) argument
151 LinearIntValueBetween(double value, int start, int target) argument
[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;

Completed in 1937 milliseconds

1234567891011>>