Home
last modified time | relevance | path

Searched defs:ll (Results 1 – 17 of 17) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuRuntimeStubs.cpp177 static void SC_debugLL64(const char *s, long long ll) { in SC_debugLL64()
180 static void SC_debugL2(const char *s, const long2 *ll) { in SC_debugL2()
183 static void SC_debugL3(const char *s, const long3 *ll) { in SC_debugL3()
186 static void SC_debugL4(const char *s, const long4 *ll) { in SC_debugL4()
189 static void SC_debugULL64(const char *s, unsigned long long ll) { in SC_debugULL64()
192 static void SC_debugUL2(const char *s, const ulong2 *ll) { in SC_debugUL2()
195 static void SC_debugUL3(const char *s, const ulong3 *ll) { in SC_debugUL3()
198 static void SC_debugUL4(const char *s, const ulong4 *ll) { in SC_debugUL4()
/frameworks/base/core/tests/coretests/src/android/util/
DListItemFactory.java48 final LinearLayout ll = new LinearLayout(context); in twoButtonsSeparatedByFiller() local
93 final LinearLayout ll = new LinearLayout(context); in horizontalButtonSlots() local
237 final LinearLayout ll = new LinearLayout(context); in doubleText() local
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
DButtonsWithTallTextViewInBetween.java40 LinearLayout ll = getContentChildAt(2); in getBottomButton() local
DShortButtons.java41 LinearLayout ll = getContentChildAt(3); in getButtonAt() local
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListItemISVAndButton.java45 final LinearLayout ll = new LinearLayout(context); in createView() local
DAdjacentListsWithAdjacentISVsInside.java90 final LinearLayout ll = new LinearLayout(views[0].getContext()); in combineAdjacent() local
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpp_semaphore_luma.cpp117 int *ll, /* i */ in pp_semaphore_luma()
Dmb_motion_comp.cpp157 int ll[4]; in MBMotionComp() local
/frameworks/base/core/java/android/content/
DSyncActivityTooManyDeletes.java84 final LinearLayout ll = new LinearLayout(this); in onCreate() local
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DVerticalFocusSearch.java133 LinearLayout ll = new LinearLayout(this); in addSkinny() local
DHorizontalFocusSearch.java117 LinearLayout ll = new LinearLayout(this); in addShort() local
/frameworks/base/core/jni/
DBindTest.cpp157 long long ll = JARG_get_long_long(5+2); in setAll() local
182 long long ll = JARG_get_long_long(5+2); in compareAll() local
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp1399 static void SC_debugLL64(const char *s, long long ll) { in SC_debugLL64()
1402 static void SC_debugL2(const char *s, long2 ll) { in SC_debugL2()
1405 static void SC_debugL3(const char *s, long3 ll) { in SC_debugL3()
1408 static void SC_debugL4(const char *s, long4 ll) { in SC_debugL4()
1411 static void SC_debugULL64(const char *s, unsigned long long ll) { in SC_debugULL64()
1414 static void SC_debugUL2(const char *s, ulong2 ll) { in SC_debugUL2()
1417 static void SC_debugUL3(const char *s, ulong3 ll) { in SC_debugUL3()
1420 static void SC_debugUL4(const char *s, ulong4 ll) { in SC_debugUL4()
/frameworks/support/v13/java/android/support/v13/app/
DFragmentTabHost.java144 LinearLayout ll = new LinearLayout(context); in ensureHierarchy() local
/frameworks/support/v4/java/android/support/v4/app/
DFragmentTabHost.java152 LinearLayout ll = new LinearLayout(context); in ensureHierarchy() local
/frameworks/native/libs/binder/
DParcel.cpp658 unsigned long long ll; in writeDouble() member
1011 unsigned long long ll; in readDouble() member
1023 unsigned long long ll; in readDouble() member
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java873 private void refreshAllIconsForLayout(LinearLayout ll) { in refreshAllIconsForLayout()