Searched defs:end (Results 26 - 50 of 351) sorted by relevance

1234567891011>>

/frameworks/av/media/img_utils/src/
H A DEndianUtils.cpp22 EndianOutput::EndianOutput(Output* out, Endianness end) argument
23 : mOffset(0), mOutput(out), mEndian(end) {}
36 void EndianOutput::setEndianness(Endianness end) { argument
37 mEndian = end;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode_inline.h26 UInt end, match; local
33 end = 1;
35 end = 1 << (32 - nc);
37 while (match >= end)
73 end = 1 << (32 - nc);
74 while (match >= end)
117 UInt end, match; local
135 mov end, #0x80000000 local
136 mov end, end, ls local
176 mov end, #0x80000000 local
177 mov end, end, lsr run /* mask*/ local
231 UInt end = 0, match; local
[all...]
/frameworks/av/services/audioflinger/
H A DStateQueue.cpp83 template<typename T> void StateQueue<T>::end(bool didModify) function in class:android::StateQueue
85 ALOG_ASSERT(mInMutation, "end() called when not in a mutation");
86 ALOG_ASSERT(mIsInitialized || didModify, "first end() must modify for initialization");
/frameworks/av/services/camera/libcameraservice/utils/
H A DCameraTraces.cpp55 pcsList.erase(--pcsList.end());
84 List<ProcessCallStack>::iterator it, end; local
85 for (it = pcsList.begin(), end = pcsList.end(); it != end; ++it) {
/frameworks/base/core/java/android/text/
H A DSpanSet.java51 // These arrays may end up being too large because of the discarded empty spans
86 * @param end must be strictly greater than start
88 public boolean hasSpansIntersecting(int start, int end) { argument
91 if (spanStarts[i] >= end || spanEnds[i] <= start) continue;
H A DEditable.java30 * Editable with a copy of the slice <code>start&hellip;end</code> from
48 public Editable replace(int st, int en, CharSequence source, int start, int end); argument
57 * Convenience for replace(where, where, text, start, end)
60 public Editable insert(int where, CharSequence text, int start, int end); argument
81 * Convenience for replace(length(), length(), text, start, end)
84 public Editable append(CharSequence text, int start, int end); argument
/frameworks/base/core/java/android/text/style/
H A DReplacementSpan.java26 int start, int end,
29 int start, int end, float x,
25 getSize(Paint paint, CharSequence text, int start, int end, Paint.FontMetricsInt fm) argument
28 draw(Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, int bottom, Paint paint) argument
/frameworks/base/core/java/com/android/internal/util/
H A DCharSequences.java40 public CharSequence subSequence(int start, int end) {
41 return forAsciiBytes(bytes, start, end);
56 * @param end index, exclusive
58 * @throws IndexOutOfBoundsException if start or end are negative, if end
59 * is greater than length(), or if start is greater than end
62 final int start, final int end) {
63 validate(start, end, bytes.length);
70 return end - start;
86 static void validate(int start, int end, in argument
61 forAsciiBytes(final byte[] bytes, final int start, final int end) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_UEventObserver.cpp52 const char* end = buffer + length + 1; local
59 } while (field != end);
/frameworks/base/tools/aapt/
H A Dpseudolocalize.h11 virtual String16 end() { return String16(); } function in class:PseudoMethodImpl
35 String16 end();
50 String16 end() { return mImpl->end(); } function in class:Pseudolocalizer
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew.bat77 :end label
/frameworks/compile/mclinker/include/mcld/Script/
H A DSectionsCmd.h40 const_iterator end() const { return m_SectionCommands.end(); } function in class:mcld::SectionsCmd
41 iterator end() { return m_SectionCommands.end(); } function in class:mcld::SectionsCmd
/frameworks/data-binding/compiler/
H A Dgradlew.bat77 :end label
/frameworks/data-binding/developmentPlugins/bintrayPlugin/
H A Dgradlew.bat77 :end label
/frameworks/data-binding/developmentPlugins/
H A Dgradlew.bat77 :end label
/frameworks/data-binding/gradlePlugin/
H A Dgradlew.bat77 :end label
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dgradlew.bat77 :end label
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dgradlew.bat77 :end label
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dgradlew.bat77 :end label
/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew.bat77 :end label
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew.bat77 :end label
/frameworks/support/v4/java/android/support/v4/widget/
H A DTextViewCompat.java38 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
42 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
46 int start, int top, int end, int bottom);
54 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
56 textView.setCompoundDrawables(start, top, end, bottom);
61 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
63 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
68 int start, int top, int end, int bottom) {
69 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
78 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
37 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
41 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
45 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, int start, int top, int end, int bottom) argument
53 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
60 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
67 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, int start, int top, int end, int bottom) argument
77 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
84 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
92 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, int start, int top, int end, int bottom) argument
103 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
110 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
119 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, int start, int top, int end, int bottom) argument
154 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
174 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
198 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, int start, int top, int end, int bottom) argument
[all...]
/frameworks/support/v4/jellybean-mr2/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatJellybeanMr2.java39 public static void setTextSelection(Object info, int start, int end) { argument
40 ((AccessibilityNodeInfo) info).setTextSelection(start, end);
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntryImpl.h38 TiffEntryImpl(uint16_t tag, TagType type, uint32_t count, Endianness end, const T* data);
64 TiffEntryImpl<T>::TiffEntryImpl(uint16_t tag, TagType type, uint32_t count, Endianness end, argument
66 : mTag(tag), mType(static_cast<uint16_t>(type)), mCount(count), mEnd(end) {
/frameworks/base/core/java/android/print/
H A DPageRange.java23 * Represents a range of pages. The start and end page indices of
40 * @param end The end page index (zero based and inclusive).
42 * @throws IllegalArgumentException If start is less than zero or end
43 * is less than zero or start greater than end.
45 public PageRange(int start, int end) { argument
49 if (end < 0) {
50 throw new IllegalArgumentException("end cannot be less than zero.");
52 if (start > end) {
53 throw new IllegalArgumentException("start must be lesser than end
[all...]

Completed in 750 milliseconds

1234567891011>>