Searched refs:end (Results 101 - 125 of 908) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocData.h83 const_iterator end() const { return m_Relocations.end(); } function in class:mcld::RelocData
84 iterator end() { return m_Relocations.end(); } function in class:mcld::RelocData
H A DSectionData.h75 const_iterator end() const { return m_Fragments.end(); } function in class:mcld::SectionData
76 iterator end() { return m_Fragments.end(); } function in class:mcld::SectionData
/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h42 if (dataIter != f_KeyMap.end())
49 if (dataIter != f_KeyMap.end())
56 if (dataIter != f_KeyMap.end()) {
69 if (dataIter != f_KeyMap.end()) {
/frameworks/compile/mclinker/lib/Core/
H A DModule.cpp39 iterator sect, sectEnd = end();
48 const_iterator sect, sectEnd = end();
70 std::vector<AliasList*>::iterator list_it, list_it_e = m_AliasLists.end();
73 alias_iterator alias_it, alias_it_e = list.end();
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h47 /** Compute difference between start and end */
48 #define TIME_DIFF(start, end, diff) \
49 diff = ((end.tv_sec - start.tv_sec) * 1000000) + \
50 (end.tv_usec - start.tv_usec);
76 struct timeval mTimeEnd; // Time at the end of decode()
/frameworks/av/media/libstagefright/foundation/
H A DParsedMessage.cpp70 char *end; local
71 *value = strtol(stringValue.c_str(), &end, 10);
73 if (end == stringValue.c_str() || *end != '\0') {
213 char *end; local
214 *statusCode = strtol(statusCodeString.c_str(), &end, 10);
216 if (*end != '\0' || end == statusCodeString.c_str()
290 char *end; local
291 *value = strtol(stringValue.c_str(), &end, 1
[all...]
/frameworks/base/core/java/android/text/style/
H A DIconMarginSpan.java43 CharSequence text, int start, int end,
54 public void chooseHeight(CharSequence text, int start, int end, argument
57 if (end == ((Spanned) text).getSpanEnd(this)) {
41 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/libs/hwui/
H A DFrameInfoVisualizer.h64 void nextBarSegment(FrameInfoIndex start, FrameInfoIndex end);
68 inline float durationMS(size_t index, FrameInfoIndex start, FrameInfoIndex end) { argument
69 float duration = mFrameSource[index].duration(start, end) * 0.000001f;
H A DGradientCache.cpp196 void GradientCache::mixBytes(GradientColor& start, GradientColor& end, float amount, argument
199 const float alpha = start.a * oppAmount + end.a * amount;
202 *dst++ = uint8_t(a * (start.r * oppAmount + end.r * amount));
203 *dst++ = uint8_t(a * (start.g * oppAmount + end.g * amount));
204 *dst++ = uint8_t(a * (start.b * oppAmount + end.b * amount));
208 void GradientCache::mixFloats(GradientColor& start, GradientColor& end, float amount, argument
211 const float a = start.a * oppAmount + end.a * amount;
214 *d++ = a * (start.r * oppAmount + end.r * amount);
215 *d++ = a * (start.g * oppAmount + end.g * amount);
216 *d++ = a * (start.b * oppAmount + end
242 GradientColor end; local
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedLockImageSpan.java49 public void draw(Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, argument
64 public int getSize(Paint paint, CharSequence text, int start, int end, argument
66 int size = super.getSize(paint, text, start, end, fontMetrics);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSIsThreadablePass.cpp83 list.end(),
86 if (lower != list.end() && name.compare(*lower) == 0)
94 std::sort(nonThreadableFns.begin(), nonThreadableFns.end());
H A DRSScreenFunctionsPass.cpp41 list.end(),
44 if (lower != list.end() && name.compare(*lower) == 0)
71 std::sort(whiteList.begin(), whiteList.end());
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h49 const_dot_iterator dot_end() const { return m_DotAssignments.end(); }
50 dot_iterator dot_end() { return m_DotAssignments.end(); }
98 const_iterator end() const { return m_InputList.end(); } function in class:mcld::SectionMap::Output
99 iterator end() { return m_InputList.end(); } function in class:mcld::SectionMap::Output
116 const_dot_iterator dot_end() const { return m_DotAssignments.end(); }
117 dot_iterator dot_end() { return m_DotAssignments.end(); }
179 const_iterator end() const { return m_OutputDescList.end(); } function in class:mcld::SectionMap
180 iterator end() { return m_OutputDescList.end(); } function in class:mcld::SectionMap
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DMemoryAreaFactory.cpp28 if (m_AreaMap.find(name) == m_AreaMap.end()) {
42 if (m_AreaMap.find(name) == m_AreaMap.end()) {
55 if (m_AreaMap.find(name) == m_AreaMap.end()) {
/frameworks/rs/api/
H A DGenerator.cpp57 * end:
71 * end:
85 * end:
99 * end:
112 * end:
136 * end:
163 char* end; local
164 *maxApiLevel = strtol(argv[i], &end, 10);
165 if (*end != '\0') {
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java246 int end = start + mPartitions.get(i).count;
247 if (position >= start && position < end) {
250 start = end;
263 int end = start + partition.count;
264 if (position >= start && position < end) {
271 start = end;
315 int end = start + mPartitions.get(i).count;
316 if (position >= start && position < end) {
327 start = end;
337 int end
[all...]
/frameworks/base/include/androidfw/
H A DAttributeFinder.h59 BackTrackingAttributeFinder(const Iterator& begin, const Iterator& end);
84 BackTrackingAttributeFinder<Derived, Iterator>::BackTrackingAttributeFinder(const Iterator& begin, const Iterator& end) argument
87 , mEnd(end)
92 , mFrameworkStart(end)
93 , mAppStart(end) {
/frameworks/base/tools/aapt2/link/
H A DAutoVersioner.cpp31 const auto endIter = entry->values.end();
40 assert(iter != entry->values.end());
83 while (iter != style->entries.end()) {
122 newStyle->entries.insert(newStyle->entries.end(),
124 std::make_move_iterator(stripped.end()));
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.cpp39 iter != w_.end();
53 iter != w1.w_.end();
67 iter != w1.w_.end();
82 iter != w1.w_.end();
101 iter != w1.w_.end();
125 iter != w_.end();
141 iter != w_.end();
163 iter != w_.end();
176 iter != w_.end();
199 iter != w1.w_.end();
[all...]
/frameworks/base/core/java/android/widget/
H A DAlphabetIndexer.java166 int end = count;
179 end = pos;
196 // Now that we have a possibly optimized start and end, let's binary search
198 pos = (end + start) / 2;
200 while (pos < end) {
232 end = pos;
241 end = pos;
244 pos = (start + end) / 2;
H A DSpellChecker.java194 private void addSpellCheckSpan(Editable editable, int start, int end) { argument
197 editable.setSpan(spellCheckSpan, start, end, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
216 public void spellCheck(int start, int end) { argument
218 Log.d(TAG, "Start spell-checking: " + start + ", " + end);
226 end = mTextView.getText().length();
242 spellParser.parse(start, end);
257 spellParser.parse(start, end);
275 final int end = editable.getSpanEnd(spellCheckSpan);
284 final boolean apostrophe = (selectionStart == end + 1 && editable.charAt(end)
505 parse(int start, int end) argument
528 setRangeSpan(Editable editable, int start, int end) argument
753 haveWordBoundariesChanged(final Editable editable, final int start, final int end, final int spanStart, final int spanEnd) argument
[all...]
/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp41 iterator dir, dirEnd = end();
86 } // end of switch
89 DirList::iterator mcld_dir, mcld_dir_end = m_DirList.end();
93 MCLDDirectory::iterator enEnd = (*mcld_dir)->end();
118 enEnd = (*mcld_dir)->end();
130 } // end of switch
131 } // end of for
151 } // end of switch
154 DirList::const_iterator mcld_dir, mcld_dir_end = m_DirList.end();
158 MCLDDirectory::iterator enEnd = (*mcld_dir)->end();
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.h101 if (it == m_SectToExData.end()) {
122 /// end - return the iterator to the end of the map
123 iterator end() { return m_SectToExData.end(); } function in class:mcld::ARMInputExMap
124 const_iterator end() const { return m_SectToExData.end(); } function in class:mcld::ARMInputExMap
154 if (it == m_Inputs.end()) {
163 if (it == m_ExIdxToTuple.end()) {
/frameworks/base/core/java/android/text/
H A DHtml.java326 private static void withinDiv(StringBuilder out, Spanned text, int start, int end, argument
329 for (int i = start; i < end; i = next) {
330 next = text.nextSpanTransition(i, end, QuoteSpan.class);
345 private static String getTextDirection(Spanned text, int start, int end) { argument
346 final int len = end - start;
349 TextUtils.getChars(text, start, end, buffer, 0);
362 private static String getTextStyles(Spanned text, int start, int end, argument
371 final AlignmentSpan[] alignmentSpans = text.getSpans(start, end, AlignmentSpan.class);
383 textAlign = "text-align:end;";
406 private static void withinBlockquote(StringBuilder out, Spanned text, int start, int end, argument
415 withinBlockquoteIndividual(StringBuilder out, Spanned text, int start, int end) argument
480 withinBlockquoteConsecutive(StringBuilder out, Spanned text, int start, int end) argument
517 withinParagraph(StringBuilder out, Spanned text, int start, int end) argument
643 withinStyle(StringBuilder out, CharSequence text, int start, int end) argument
1075 private static void end(Editable text, Class kind, Object repl) { method in class:HtmlToSpannedConverter
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h75 const_iterator end() const { return m_Pool.end(); } function in class:mcld::KeyEntryMap
76 iterator end() { return m_Pool.end(); } function in class:mcld::KeyEntryMap
90 const_iterator mapping, mEnd = m_Pool.end();
102 iterator mapping, mEnd = m_Pool.end();
115 const_iterator mapping, mEnd = m_Pool.end();
128 const_iterator mapping, mEnd = m_Pool.end();
141 const_iterator mapping, mEnd = m_Pool.end();
154 const_iterator mapping, mEnd = m_Pool.end();
[all...]

Completed in 768 milliseconds

1234567891011>>