Searched refs:end (Results 126 - 150 of 666) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/content/res/
H A DStringBlock.java92 // the style array is a flat array of <type, start, end> hence
175 + ", start=" + style[i+1] + ", end=" + style[i+2]);
356 int start, int end) {
367 if (end != 0 && end != len && buffer.charAt(end - 1) != '\n') {
368 for (end++; end < len; end++) {
369 if (buffer.charAt(end
355 addParagraphSpan(Spannable buffer, Object what, int start, int end) argument
407 chooseHeight(CharSequence text, int start, int end, int spanstartv, int v, Paint.FontMetricsInt fm) argument
414 chooseHeight(CharSequence text, int start, int end, int spanstartv, int v, Paint.FontMetricsInt fm, TextPaint paint) argument
[all...]
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp179 ArgEndGroupList("end-group",
185 cl::desc("alias for --end-group"),
292 dsEnd = ArgDefSymList.end();
301 inEnd = ArgInputObjectFiles.end();
312 nsEnd = ArgNameSpecList.end();
325 attrEnd = ArgWholeArchiveList.end();
333 attrEnd = ArgNoWholeArchiveList.end();
341 attrEnd = ArgAsNeededList.end();
349 attrEnd = ArgNoAsNeededList.end();
357 attrEnd = ArgAddNeededList.end();
[all...]
/frameworks/compile/mclinker/tools/mcld/lib/
H A DPositionalOptions.cpp121 llvm::cl::list<bool> ArgEndGroupList("end-group",
126 llvm::cl::desc("alias for --end-group"),
209 llvm::cl::list<std::string>::iterator spEnd = m_LinkerScript.end();
222 dsEnd = m_DefSymList.end();
231 inEnd = m_InputObjectFiles.end();
242 nsEnd = m_NameSpecList.end();
254 attrEnd = m_WholeArchiveList.end();
262 attrEnd = m_NoWholeArchiveList.end();
270 attrEnd = m_AsNeededList.end();
278 attrEnd = m_NoAsNeededList.end();
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java75 CharSequence rtrim(CharSequence substr, int start, int end) { argument
76 while (end > start && !isGraphicOrEmoji(substr.charAt(end-1))) {
77 end--;
79 if (end > start) {
80 return substr.subSequence(start, end);
95 int end = l.getLineEnd(0);
96 this.next = this.current + end;
97 return rtrim(substr, start, end);
122 int end
[all...]
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp164 iterator out, outBegin = begin(), outEnd = end();
167 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end();
181 const_iterator out, outBegin = begin(), outEnd = end();
183 Output::const_iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end();
195 iterator out, outBegin = begin(), outEnd = end();
197 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end();
209 const_iterator out, outBegin = begin(), outEnd = end();
220 iterator out, outBegin = begin(), outEnd = end();
233 iterator out, outBegin = begin(), outEnd = end();
238 if (out != end()) {
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3ZslStream.cpp156 List<sp<RingBufferConsumer::PinnedBufferItem> >::iterator it, end; local
158 end = mInputBufferQueue.end();
161 if (it == end) {
208 Vector<sp<PinnedBufferItem> >::iterator it, end; local
209 for (it = mBuffersInFlight.begin(), end = mBuffersInFlight.end();
210 it != end;
303 // TODO: this is problematic, we'll end up with using wrong result for this pinned buffer.
H A DCamera3Stream.cpp344 List<wp<Camera3StreamBufferListener> >::iterator it, end; local
353 for (it = mBufferListenerList.begin(), end = mBufferListenerList.end();
354 it != end;
506 List<wp<Camera3StreamBufferListener> >::iterator it, end; local
507 for (it = mBufferListenerList.begin(), end = mBufferListenerList.end();
508 it != end;
525 List<wp<Camera3StreamBufferListener> >::iterator it, end; local
526 for (it = mBufferListenerList.begin(), end
[all...]
/frameworks/base/core/java/android/text/style/
H A DLeadingMarginSpan.java63 * @param end the end of the line
70 CharSequence text, int start, int end,
85 * the beginning to the end of a paragraph.
147 CharSequence text, int start, int end,
67 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout layout) argument
144 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout layout) argument
/frameworks/base/tools/split-select/
H A DRuleGenerator.cpp41 allDensities.end(), (int) ResTable_config::DENSITY_ANY) != allDensities.end();
81 std::find(familyVariants.begin(), familyVariants.end(), thisAbi);
83 Vector<abi::Variant>::const_iterator end = familyVariants.end(); local
85 end = std::find(start, familyVariants.end(), splitAbis[index + 1]);
91 while (start != end) {
/frameworks/minikin/include/minikin/
H A DFontCollection.h37 int end; member in struct:android::FontCollection::Run
56 size_t end; member in struct:android::FontCollection::Range
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DInvisibleRecipientChip.java95 public void draw(final Canvas canvas, final CharSequence text, final int start, final int end, argument
101 public int getSize(final Paint paint, final CharSequence text, final int start, final int end, argument
/frameworks/base/tools/aapt/
H A DApkBuilder.cpp35 for (; iter != configs.end(); iter++) {
84 for (; iter != configs.end(); iter++) {
96 for (char* end = buf + len; buf < end; ++buf) {
121 for (; iter != mFiles.end(); iter++) {
/frameworks/compile/mclinker/lib/LD/
H A DGroupReader.cpp120 ArchiveListType::iterator end = ar_list.end(); local
124 for (it = ar_list.begin(); it != end; ++it) {
136 for (it = ar_list.begin(); it != end; ++it) {
145 for (it = ar_list.begin(); it != end; ++it) {
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp130 return end();
137 Directory::iterator Directory::end() function in class:Directory
139 return iterator(0, m_Cache.end());
200 if (m_pParent->m_Cache.end() == m_Iter) {
222 if (m_pParent->m_Cache.end() == m_Iter) {
/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java293 final int end = i + length;
294 while (i < end) {
296 appendLocked(str, i, next < end ? BUFFER_LEN : (end - i));
313 final int end = i + length;
314 while (i < end) {
316 appendLocked(buf, i, next < end ? BUFFER_LEN : (end - i));
634 * PrintWriter.print(csq.subsequence(start, end).toString())}. If {@code
643 * @param end
653 append(CharSequence csq, int start, int end) argument
[all...]
/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp229 ALOGE("%s: Expected end of line or trailing comment, got '%s'.",
250 char* end; local
251 int32_t code = int32_t(strtol(codeToken.string(), &end, 0));
252 if (*end) {
306 char* end; local
307 int32_t scanCode = int32_t(strtol(scanCodeToken.string(), &end, 0));
308 if (*end) {
339 axisInfo.splitValue = int32_t(strtol(splitToken.string(), &end, 0));
340 if (*end) {
381 axisInfo.flatOverride = int32_t(strtol(flatToken.string(), &end,
413 char* end; local
[all...]
H A DVirtualKeyMap.cpp134 ALOGE("%s: Expected end of line, got '%s'.",
163 char* end; local
164 *outValue = strtol(token.string(), &end, 0);
165 if (token.isEmpty() || *end != '\0') {
/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp43 iterator dir, dirEnd = end();
94 } // end of switch
97 DirList::iterator mcld_dir, mcld_dir_end = m_DirList.end();
101 MCLDDirectory::iterator enEnd = (*mcld_dir)->end();
126 enEnd = (*mcld_dir)->end();
138 } // end of switch
139 } // end of for
161 } // end of switch
164 DirList::const_iterator mcld_dir, mcld_dir_end = m_DirList.end();
168 MCLDDirectory::iterator enEnd = (*mcld_dir)->end();
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DStreamingTextView.java187 int wordEnd = textStart + m.end();
197 int end = textStart + text.length();
198 displayText.setSpan(span, start, end, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
202 * Sets the final, non changing, full text result. This should only happen at the very end of
238 public void draw(Canvas canvas, CharSequence text, int start, int end, argument
241 int width = (int) paint.measureText(text, start, end);
273 public int getSize(Paint paint, CharSequence text, int start, int end, argument
275 return (int) paint.measureText(text, start, end);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileDataControllerImpl.java123 final long start, end;
135 end = addMonth(policyTime, 1).toMillis(false);
138 end = policyTime.toMillis(false);
142 end = now;
146 final NetworkStatsHistory.Entry entry = history.getValues(start, end, now, null);
149 new Date(start), new Date(end), new Date(now), callEnd - callStart,
157 usage.period = formatDateRange(start, end);
225 private String formatDateRange(long start, long end) { argument
229 return DateUtils.formatDateRange(mContext, PERIOD_FORMATTER, start, end, flags, null)
/frameworks/av/media/libmedia/
H A DMetadata.cpp73 const size_t end = mData->dataPosition(); local
76 mData->writeInt32(end - mBegin);
77 mData->setDataPosition(end);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsRecorder.java136 public NetworkStatsCollection getOrLoadPartialLocked(long start, long end) { argument
139 res = loadLocked(start, end);
144 private NetworkStatsCollection loadLocked(long start, long end) { argument
148 mRotator.readMatching(res, start, end);
182 final long end = currentTimeMillis;
183 final long start = end - delta.getElapsedRealtime();
199 mPending.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
203 mSinceBoot.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
208 complete.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
366 // using end tim
401 dumpCheckin(PrintWriter pw, long start, long end) argument
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h40 static iterator end() { return s_TargetList.end(); } function in class:mcld::TargetRegistry
149 TargetRegistry::iterator target, ie = TargetRegistry::end();
189 } //end namespace mcld
/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.cpp79 it != frames.end(); ++it) {
87 it != frames.end(); ++it) {
126 it != packets.end(); ++it) {
133 it != packets.end(); ++it) {
/frameworks/base/core/java/android/text/
H A DSpanned.java40 * Depending on whether the insertion happens at the beginning or the end of a span, the span
42 * its beginning or a POINT at its end) or it will be <i>excluded</i>.
74 * (SPAN_MARK_MARK), except that if either end of the span is
75 * at the end of the buffer, that end behaves like _POINT
77 * middle and ends at the end, or SPAN_EXCLUSIVE_INCLUSIVE
78 * if it both starts and ends at the end).
80 * Its endpoints must be the start or end of the buffer or
83 * next \n that follows in the buffer (or to the end of
168 public <T> T[] getSpans(int start, int end, Clas argument
[all...]

Completed in 592 milliseconds

1234567891011>>