Searched refs:ll (Results 1 - 25 of 116) sorted by relevance

12345

/frameworks/base/core/tests/coretests/src/android/os/
H A DLocaleListTest.java27 LocaleList ll;
28 ll = new LocaleList(Locale.forLanguageTag("fr"), null);
29 assertEquals("fr", ll.toLanguageTags());
31 ll = new LocaleList(Locale.forLanguageTag("fr"), LocaleList.getEmptyLocaleList());
32 assertEquals("fr", ll.toLanguageTags());
34 ll = new LocaleList(Locale.forLanguageTag("fr"), LocaleList.forLanguageTags("fr"));
35 assertEquals("fr", ll.toLanguageTags());
37 ll = new LocaleList(Locale.forLanguageTag("fr"), LocaleList.forLanguageTags("de"));
38 assertEquals("fr,de", ll.toLanguageTags());
40 ll
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DButtonsWithTallTextViewInBetween.java40 LinearLayout ll = getContentChildAt(2);
41 return (Button) ll.getChildAt(0);
H A DShortButtons.java41 LinearLayout ll = getContentChildAt(3);
42 return (Button) ll.getChildAt(index - 3);
/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java48 final LinearLayout ll = new LinearLayout(context);
49 ll.setOrientation(LinearLayout.VERTICAL);
60 ll.addView(topButton);
67 ll.addView(middleFiller);
72 ll.addView(bottomButton);
73 ll.setTag("twoButtons");
74 return ll;
93 final LinearLayout ll = new LinearLayout(context);
94 ll.setOrientation(LinearLayout.HORIZONTAL);
121 ll
[all...]
H A DScrollViewScenario.java175 final LinearLayout ll = new LinearLayout(context);
176 ll.setOrientation(LinearLayout.VERTICAL);
185 ll.addView(button, lp);
188 return ll;
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemISVAndButton.java45 final LinearLayout ll = new LinearLayout(context);
46 ll.setOrientation(LinearLayout.VERTICAL);
52 ll.addView(isv);
62 ll.addView(topButton);
69 ll.addView(filler);
72 return ll;
H A DAdjacentListsWithAdjacentISVsInside.java90 final LinearLayout ll = new LinearLayout(views[0].getContext());
91 ll.setOrientation(LinearLayout.HORIZONTAL);
96 ll.addView(view, lp);
98 return ll;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp21 mLastBufferUpdateUs(-1ll),
22 mStartTimeUs(-1ll),
41 if (mStartTimeUs >= 0ll) {
42 int64_t nextTimeUs = mStartTimeUs + (mFrameCount * 1000000ll) / mRateHz;
60 mStartTimeUs = -1ll;
116 int64_t bufferTimeUs = -1ll;
118 if (mStartTimeUs < 0ll) {
120 while ((mLastBufferUpdateUs < 0ll || mBuffer == NULL)
129 bufferTimeUs = mStartTimeUs + (mFrameCount * 1000000ll) / mRateHz;
134 if (delayUs > 0ll) {
[all...]
H A DPlaybackSession.cpp140 mLastOutputBufferQueuedTimeUs(-1ll) {
149 mLastOutputBufferQueuedTimeUs(-1ll) {
299 *timeUs = 0ll;
333 if (mLastOutputBufferQueuedTimeUs < 0ll) {
341 return (ALooper::GetNowUs() - mLastOutputBufferQueuedTimeUs) > 60000ll;
364 mPrevTimeUs(-1ll),
367 mFirstSampleTimeRealUs(-1ll),
368 mFirstSampleTimeUs(-1ll) {
612 mFirstSampleTimeRealUs = -1ll;
613 mFirstSampleTimeUs = -1ll;
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DHorizontalFocusSearch.java117 LinearLayout ll = new LinearLayout(this);
118 ll.setOrientation(LinearLayout.VERTICAL);
119 ll.setLayoutParams(new LinearLayout.LayoutParams(
124 ll.addView(filler);
125 ll.addView(button);
126 root.addView(ll);
128 ll.addView(button);
129 ll.addView(filler);
130 root.addView(ll);
H A DVerticalFocusSearch.java133 LinearLayout ll = new LinearLayout(this);
134 ll.setOrientation(LinearLayout.HORIZONTAL);
135 ll.setLayoutParams(new LinearLayout.LayoutParams(
140 ll.addView(filler);
141 ll.addView(button);
142 root.addView(ll);
144 ll.addView(button);
145 ll.addView(filler);
146 root.addView(ll);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpp_semaphore_luma.cpp29 ll = pointer to the buffer (int)
117 int *ll, /* i */
228 pp_dec_y += ll[kk];
229 pp_prev1 += ll[kk];
230 pp_prev2 += ll[kk];
231 pp_prev3 += ll[kk];
232 pp_prev4 += ll[kk];
366 pp_dec_y += ll[kk];
112 pp_semaphore_luma( int xpred, int ypred, uint8 *pp_dec_y, uint8 *pstprcTypPrv, int *ll, int *mv_loc, int dx, int dy, int mvwidth, int width, int height ) argument
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1319 void rsDebug(const char *s, long long ll) { argument
1320 ALOGD("%s %lld 0x%llx", s, LL(ll), LL(ll));
1324 long2 ll = *c; local
1325 ALOGD("%s {%lld, %lld} 0x%llx 0x%llx", s, LL(ll.x), LL(ll.y), LL(ll.x), LL(ll.y));
1329 long3 ll = *c; local
1330 ALOGD("%s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, LL(ll
1334 long4 ll = *c; local
1339 unsigned long long ll = l; local
1343 rsDebug(const char *s, unsigned long long ll) argument
1348 ulong2 ll = *c; local
1353 ulong3 ll = *c; local
1358 ulong4 ll = *c; local
1376 long2 ll = *(const long2 *)c; local
1381 long3 ll = *(const long3 *)c; local
1386 long4 ll = *(const long4 *)c; local
1391 ulong2 ll = *(const ulong2 *)c; local
1396 ulong3 ll = *(const ulong3 *)c; local
1401 ulong4 ll = *(const ulong4 *)c; local
1406 rsDebug(const char *s, const long2 ll) argument
1410 rsDebug(const char *s, const long3 ll) argument
1414 rsDebug(const char *s, const long4 ll) argument
1418 rsDebug(const char *s, const ulong2 ll) argument
1422 rsDebug(const char *s, const ulong3 ll) argument
1426 rsDebug(const char *s, const ulong4 ll) argument
[all...]
/frameworks/base/core/java/android/content/
H A DSyncActivityTooManyDeletes.java84 final LinearLayout ll = new LinearLayout(this);
85 ll.setOrientation(LinearLayout.VERTICAL);
88 ll.addView(textView, lp);
89 ll.addView(listView, lp);
99 // ll.addView(imageView, lp);
106 setContentView(ll);
/frameworks/rs/driver/runtime/
H A DAndroid.mk37 ll32/allocation.ll
40 ll64/allocation.ll
51 ll32/math.ll
55 ll64/math.ll
60 arch/neon.ll \
65 arch/asimd.ll \
71 arch/x86_sse2.ll \
72 arch/x86_sse3.ll
H A Dbuild_bc_lib_internal.mk72 ll_sources := $(filter %.ll,$(bc_src_files))
77 ll_bc_files := $(patsubst %.ll,%.bc, \
91 $(ll_bc_files): $(intermediates)/%.bc: $(LOCAL_PATH)/%.ll $(RS_LLVM_AS)
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp44 mTotalBitrate(-1ll),
45 mDurationUs(-1ll) {
198 mTotalBitrate = 0ll;
199 mDurationUs = -1ll;
214 mTotalBitrate = -1ll;
215 } else if (mTotalBitrate >= 0ll) {
317 info->mSampleTimeUs = -1ll;
361 info->mSampleTimeUs = -1ll;
379 info->mSampleTimeUs = -1ll;
392 if (seekTimeUs >= 0ll) {
[all...]
H A DThrottledSource.cpp54 mTotalTransferred * 1000000ll / mBandwidthLimitBytesPerSecond;
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp133 mMaxTimestampGapUs(-1ll),
134 mPrevOriginalTimeUs(-1ll),
135 mPrevModifiedTimeUs(-1ll),
136 mSkipFramesBeforeNs(-1ll),
137 mRepeatAfterUs(-1ll),
139 mRepeatLastFrameTimestamp(-1ll),
145 mTimePerCaptureUs(-1ll),
146 mTimePerFrameUs(-1ll),
147 mPrevCaptureUs(-1ll),
148 mPrevFrameUs(-1ll) {
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp48 const int64_t PlaylistFetcher::kMinBufferedDurationUs = 30000000ll;
49 const int64_t PlaylistFetcher::kMaxMonitorDelayUs = 3000000ll;
150 mStartTimeUs(-1ll),
151 mSegmentStartTimeUs(-1ll),
152 mDiscontinuitySeq(-1ll),
154 mLastPlaylistFetchTimeUs(-1ll),
155 mPlaylistTimeUs(-1ll),
162 mNextPTSTimeUs(-1ll),
165 mLastDiscontinuitySeq(-1ll),
168 mFirstTimeUs(-1ll),
[all...]
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java144 LinearLayout ll = new LinearLayout(context);
145 ll.setOrientation(LinearLayout.VERTICAL);
146 addView(ll, new FrameLayout.LayoutParams(
153 ll.addView(tw, new LinearLayout.LayoutParams(
159 ll.addView(fl, new LinearLayout.LayoutParams(0, 0, 0));
163 ll.addView(fl, new LinearLayout.LayoutParams(
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTabHost.java152 LinearLayout ll = new LinearLayout(context);
153 ll.setOrientation(LinearLayout.VERTICAL);
154 addView(ll, new FrameLayout.LayoutParams(
161 ll.addView(tw, new LinearLayout.LayoutParams(
167 ll.addView(fl, new LinearLayout.LayoutParams(0, 0, 0));
171 ll.addView(fl, new LinearLayout.LayoutParams(
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp40 mStartTimeRealUs(-1ll) {
261 msg->post(10000ll);
355 err = state->mCodec->dequeueInputBuffer(&index, -1ll);
368 0ll,
380 mStartTimeRealUs = -1ll;
406 mStartTimeRealUs = -1ll;
511 if (mStartTimeRealUs < 0ll) {
512 mStartTimeRealUs = nowUs + 1000000ll;
524 if (lateByUs > -10000ll) {
527 if (lateByUs > 30000ll) {
[all...]
/frameworks/base/core/jni/
H A DBindTest.cpp157 long long ll = JARG_get_long_long(5+2); local
166 JOBJ_set_long_long(jthis, offset_mLong, ll);
182 long long ll = JARG_get_long_long(5+2); local
204 && (ll == JOBJ_get_long_long(jthis, offset_mLong));
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp33 const int64_t kNearEOSTimeoutUs = 2000000ll; // 2 secs
36 const int64_t NuPlayer::RTSPSource::kUnderflowMarkUs = 1000000ll;
37 const int64_t NuPlayer::RTSPSource::kPrepareMarkUs = 3000000ll;
38 const int64_t NuPlayer::RTSPSource::kStartServerMarkUs = 5000000ll;
39 const int64_t NuPlayer::RTSPSource::kOverflowMarkUs = 10000000ll;
156 static const int64_t kMinDurationUs = 2000000ll;
266 *durationUs = 0ll;
313 msg->post(1000000ll); // 1 second intervals
544 * 1000000ll
661 info.mNormalPlaytimeUs = 0ll;
[all...]

Completed in 4748 milliseconds

12345