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

1234

/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A DAndroid.mk29 convert.ll \
30 matrix.ll \
31 pixel_packing.ll \
32 math.ll \
33 rsClamp.ll
41 arch/neon.ll
H A Dbuild_bc_lib.mk37 ll_sources := $(filter %.ll,$(LOCAL_SRC_FILES))
42 ll_bc_files := $(patsubst %.ll,%.bc, \
53 $(ll_bc_files): $(intermediates)/%.bc: $(LOCAL_PATH)/%.ll $(LLVM_AS)
/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/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/wifi-display/source/
H A DRepeaterSource.cpp21 mLastBufferUpdateUs(-1ll),
22 mStartTimeUs(-1ll),
41 mStartTimeUs = -1ll;
96 int64_t bufferTimeUs = -1ll;
98 if (mStartTimeUs < 0ll) {
100 while ((mLastBufferUpdateUs < 0ll || mBuffer == NULL)
109 bufferTimeUs = mStartTimeUs + (mFrameCount * 1000000ll) / mRateHz;
114 if (delayUs > 0ll) {
129 if (nowUs - mLastBufferUpdateUs > 1000000ll) {
130 mLastBufferUpdateUs = -1ll;
[all...]
H A DWifiDisplaySource.h91 static const int64_t kReaperIntervalUs = 1000000ll;
95 // for this message to arrive, after that we'll force a disconnect
102 kPlaybackSessionTimeoutSecs * 1000000ll;
212 AString *response, int32_t cseq, int32_t playbackSessionID = -1ll);
H A DSender.cpp128 mFirstOutputBufferReadyTimeUs(-1ll),
129 mFirstOutputBufferSentTimeUs(-1ll),
144 ,mFirstPacketTimeUs(-1ll)
145 ,mTotalBytesSent(0ll)
372 if (mFirstOutputBufferReadyTimeUs < 0ll) {
375 delayUs = 0ll;
539 static int64_t lastTimeUs = 0ll;
610 if (mFirstPacketTimeUs < 0ll) {
616 uint32_t rtpTime = (nowUs * 9ll) / 100ll;
[all...]
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdRuntimeStubs.cpp365 static void SC_debugLL64(const char *s, long long ll) { argument
366 ALOGD("%s %lld 0x%llx", s, ll, ll);
368 static void SC_debugL2(const char *s, long2 ll) { argument
369 ALOGD("%s {%lld, %lld} 0x%llx 0x%llx", s, ll.x, ll.y, ll.x, ll.y);
371 static void SC_debugL3(const char *s, long3 ll) { argument
372 ALOGD("%s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, ll
374 SC_debugL4(const char *s, long4 ll) argument
377 SC_debugULL64(const char *s, unsigned long long ll) argument
380 SC_debugUL2(const char *s, ulong2 ll) argument
383 SC_debugUL3(const char *s, ulong3 ll) argument
386 SC_debugUL4(const char *s, ulong4 ll) argument
[all...]
/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.cpp654 static void SC_debugLL64(const char *s, long long ll) { argument
655 ALOGD("%s %lld 0x%llx", s, ll, ll);
657 static void SC_debugL2(const char *s, long2 ll) { argument
658 ALOGD("%s {%lld, %lld} 0x%llx 0x%llx", s, ll.x, ll.y, ll.x, ll.y);
660 static void SC_debugL3(const char *s, long3 ll) { argument
661 ALOGD("%s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, ll
663 SC_debugL4(const char *s, long4 ll) argument
666 SC_debugULL64(const char *s, unsigned long long ll) argument
669 SC_debugUL2(const char *s, ulong2 ll) argument
672 SC_debugUL3(const char *s, ulong3 ll) argument
675 SC_debugUL4(const char *s, 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/av/media/libstagefright/
H A DNuMediaExtractor.cpp44 mTotalBitrate(-1ll),
45 mDurationUs(-1ll) {
182 mTotalBitrate = 0ll;
183 mDurationUs = -1ll;
194 mTotalBitrate = -1ll;
195 } else if (mTotalBitrate >= 0ll) {
262 info->mSampleTimeUs = -1ll;
306 info->mSampleTimeUs = -1ll;
324 info->mSampleTimeUs = -1ll;
337 if (seekTimeUs >= 0ll) {
[all...]
H A DThrottledSource.cpp58 mTotalTransferred * 1000000ll / mBandwidthLimitBytesPerSecond;
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DTunnelRenderer.cpp165 mTotalBytesQueued(0ll),
167 mFirstFailedAttemptUs(-1ll),
236 if (mFirstFailedAttemptUs < 0ll) {
254 mFirstFailedAttemptUs = -1ll;
264 if (mFirstFailedAttemptUs < 0ll) {
271 if (mFirstFailedAttemptUs + 50000ll > ALooper::GetNowUs()) {
295 mFirstFailedAttemptUs = -1ll;
315 if (mTotalBytesQueued > 0ll) {
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp36 static const int64_t kAdjustmentProcessingTimeUs = 100000ll;
37 static const int64_t kMaxDelayUs = 5000000ll;
38 static const int64_t kWaitTimeUsToRetryRead = 100000ll;
107 int64_t seekTimeUs = positionMs * 1000ll;
145 seekTimeUs = positionMs * 1000ll;
280 int64_t positionUs = positionMs * 1000ll;
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java142 LinearLayout ll = new LinearLayout(context);
143 ll.setOrientation(LinearLayout.VERTICAL);
144 addView(ll, new FrameLayout.LayoutParams(
151 ll.addView(tw, new LinearLayout.LayoutParams(
157 ll.addView(fl, new LinearLayout.LayoutParams(0, 0, 0));
161 ll.addView(fl, new LinearLayout.LayoutParams(
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTabHost.java150 LinearLayout ll = new LinearLayout(context);
151 ll.setOrientation(LinearLayout.VERTICAL);
152 addView(ll, new FrameLayout.LayoutParams(
159 ll.addView(tw, new LinearLayout.LayoutParams(
165 ll.addView(fl, new LinearLayout.LayoutParams(0, 0, 0));
169 ll.addView(fl, new LinearLayout.LayoutParams(
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp39 mStartTimeRealUs(-1ll) {
263 msg->post(10000ll);
354 err = state->mCodec->dequeueInputBuffer(&index, -1ll);
367 0ll,
379 mStartTimeRealUs = -1ll;
405 mStartTimeRealUs = -1ll;
510 if (mStartTimeRealUs < 0ll) {
511 mStartTimeRealUs = nowUs + 1000000ll;
523 if (lateByUs > -10000ll) {
526 if (lateByUs > 30000ll) {
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h73 int64_t seekTimeUs = -1ll, int64_t *actualTimeUs = NULL);

Completed in 6036 milliseconds

1234