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

1234

/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp177 static void SC_debugLL64(const char *s, long long ll) { argument
178 ALOGD("long %s %lld 0x%llx", s, ll, ll);
180 static void SC_debugL2(const char *s, const long2 *ll) { argument
181 ALOGD("long2 %s {%lld, %lld} 0x%llx 0x%llx", s, ll->x, ll->y, ll->x, ll->y);
183 static void SC_debugL3(const char *s, const long3 *ll) { argument
184 ALOGD("long3 %s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, ll
186 SC_debugL4(const char *s, const long4 *ll) argument
189 SC_debugULL64(const char *s, unsigned long long ll) argument
192 SC_debugUL2(const char *s, const ulong2 *ll) argument
195 SC_debugUL3(const char *s, const ulong3 *ll) argument
198 SC_debugUL4(const char *s, const ulong4 *ll) argument
[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/compile/libbcc/lib/Renderscript/runtime/
H A DAndroid.mk30 convert.ll \
31 rsClamp.ll
35 math.ll \
42 math.ll \
43 arch/neon.ll \
51 arch/x86_clamp.ll \
52 arch/x86_math.ll
55 clcore_x86_files += arch/x86_dot_length.ll
H A Dbuild_bc_lib.mk44 ll_sources := $(filter %.ll,$(LOCAL_SRC_FILES))
49 ll_bc_files := $(patsubst %.ll,%.bc, \
61 $(ll_bc_files): $(intermediates)/%.bc: $(LOCAL_PATH)/%.ll $(LLVM_AS)
/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;
115 int64_t bufferTimeUs = -1ll;
117 if (mStartTimeUs < 0ll) {
119 while ((mLastBufferUpdateUs < 0ll || mBuffer == NULL)
128 bufferTimeUs = mStartTimeUs + (mFrameCount * 1000000ll) / mRateHz;
133 if (delayUs > 0ll) {
[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/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/
H A DrsdRuntimeStubs.cpp1399 static void SC_debugLL64(const char *s, long long ll) { argument
1400 ALOGD("%s %lld 0x%llx", s, ll, ll);
1402 static void SC_debugL2(const char *s, long2 ll) { argument
1403 ALOGD("%s {%lld, %lld} 0x%llx 0x%llx", s, ll.x, ll.y, ll.x, ll.y);
1405 static void SC_debugL3(const char *s, long3 ll) { argument
1406 ALOGD("%s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, ll
1408 SC_debugL4(const char *s, long4 ll) argument
1411 SC_debugULL64(const char *s, unsigned long long ll) argument
1414 SC_debugUL2(const char *s, ulong2 ll) argument
1417 SC_debugUL3(const char *s, ulong3 ll) argument
1420 SC_debugUL4(const char *s, ulong4 ll) argument
[all...]
/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) {
290 info->mSampleTimeUs = -1ll;
334 info->mSampleTimeUs = -1ll;
352 info->mSampleTimeUs = -1ll;
365 if (seekTimeUs >= 0ll) {
[all...]
H A DThrottledSource.cpp54 mTotalTransferred * 1000000ll / mBandwidthLimitBytesPerSecond;
H A DAudioPlayer.cpp58 mPinnedTimeUs(-1ll) {
87 // updated format, if there isn't, we'll stash away the valid buffer
191 mPinnedTimeUs = -1ll;
427 (1000000ll * numFramesPendingPlayout) / mSampleRate;
431 1000000ll * (mNumFramesPlayed + numAdditionalFrames)
501 mPinnedTimeUs = -1ll;
530 if (mPinnedTimeUs >= 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);
356 err = state->mCodec->dequeueInputBuffer(&index, -1ll);
369 0ll,
381 mStartTimeRealUs = -1ll;
407 mStartTimeRealUs = -1ll;
512 if (mStartTimeRealUs < 0ll) {
513 mStartTimeRealUs = nowUs + 1000000ll;
525 if (lateByUs > -10000ll) {
528 if (lateByUs > 30000ll) {
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h77 int64_t seekTimeUs = -1ll, int64_t *actualTimeUs = NULL);
/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/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp228 uint32_t rtpTime = (timeUs * 9) / 100ll;
274 uint32_t rtpTime = (nowUs * 9) / 100ll;
317 uint32_t rtpTime = (timeUs * 9 / 100ll);
498 uint64_t nowUs = tv.tv_sec * 1000000ll + tv.tv_usec;
500 nowUs += ((70ll * 365 + 17) * 24) * 60 * 60 * 1000000ll;
502 uint64_t hi = nowUs / 1000000ll;
503 uint64_t lo = ((1ll << 32) * (nowUs % 1000000ll)) / 1000000ll;
[all...]

Completed in 495 milliseconds

1234