HomeSort by relevance Sort by last modified time
    Searched refs:ll (Results 26 - 50 of 576) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_static-exception/jni/
throw-4.cpp 30 int ll = 1; local
45 ll = i+j+k+l+m+n;
46 if (ll != 15)
49 printf("FAIL: sum %d != 15\n", ll);
throw-1.cpp 37 int ll = 1; local
52 ll = i+j+k+l+m+n;
53 if (ll != 15)
56 printf("FAIL: sum %d != 15\n", ll);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ButtonsWithTallTextViewInBetween.java 40 LinearLayout ll = getContentChildAt(2); local
41 return (Button) ll.getChildAt(0);
ShortButtons.java 41 LinearLayout ll = getContentChildAt(3); local
42 return (Button) ll.getChildAt(index - 3);
  /cts/tests/tests/widget/src/android/widget/cts/util/
ListItemFactory.java 48 final LinearLayout ll = new LinearLayout(context); local
49 ll.setOrientation(LinearLayout.VERTICAL);
60 ll.addView(topButton);
67 ll.addView(middleFiller);
72 ll.addView(bottomButton);
73 ll.setTag("twoButtons");
74 return ll;
87 * @param desiredHeight The height of the LL.
93 final LinearLayout ll = new LinearLayout(context); local
94 ll.setOrientation(LinearLayout.HORIZONTAL)
236 final LinearLayout ll = new LinearLayout(context); local
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_linux.c 51 struct sockaddr_ll ll; local
52 os_memset(&ll, 0, sizeof(ll));
53 ll.sll_family = AF_PACKET;
54 ll.sll_ifindex = l2->ifindex;
55 ll.sll_protocol = htons(proto);
56 ll.sll_halen = ETH_ALEN;
57 os_memcpy(ll.sll_addr, dst_addr, ETH_ALEN);
58 ret = sendto(l2->fd, buf, len, 0, (struct sockaddr *) &ll,
59 sizeof(ll));
74 struct sockaddr_ll ll; local
99 struct sockaddr_ll ll; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 48 final LinearLayout ll = new LinearLayout(context); local
49 ll.setOrientation(LinearLayout.VERTICAL);
60 ll.addView(topButton);
67 ll.addView(middleFiller);
72 ll.addView(bottomButton);
73 ll.setTag("twoButtons");
74 return ll;
87 * @param desiredHeight The height of the LL.
93 final LinearLayout ll = new LinearLayout(context); local
94 ll.setOrientation(LinearLayout.HORIZONTAL)
237 final LinearLayout ll = new LinearLayout(context); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemISVAndButton.java 45 final LinearLayout ll = new LinearLayout(context); local
46 ll.setOrientation(LinearLayout.VERTICAL);
52 ll.addView(isv);
62 ll.addView(topButton);
69 ll.addView(filler);
72 return ll;
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.cpp 21 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...]
  /external/chromium_org/third_party/openssl/openssl/crypto/md5/
md5_locl.h 88 unsigned long ll; \
89 ll=(c)->A; (void)HOST_l2c(ll,(s)); \
90 ll=(c)->B; (void)HOST_l2c(ll,(s)); \
91 ll=(c)->C; (void)HOST_l2c(ll,(s)); \
92 ll=(c)->D; (void)HOST_l2c(ll,(s)); \
  /external/openssl/crypto/md5/
md5_locl.h 88 unsigned long ll; \
89 ll=(c)->A; (void)HOST_l2c(ll,(s)); \
90 ll=(c)->B; (void)HOST_l2c(ll,(s)); \
91 ll=(c)->C; (void)HOST_l2c(ll,(s)); \
92 ll=(c)->D; (void)HOST_l2c(ll,(s)); \
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
HorizontalFocusSearch.java 117 LinearLayout ll = new LinearLayout(this); local
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);
VerticalFocusSearch.java 133 LinearLayout ll = new LinearLayout(this); local
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);
  /external/icu/icu4c/source/layoutex/
playout.cpp 145 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; local
147 delete ll;
153 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; local
155 if (ll == NULL) {
159 return ll->countRuns();
165 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; local
167 if (ll == NULL) {
171 return ll->getAscent();
177 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; local
179 if (ll == NULL)
189 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; local
201 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; local
213 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
limits.h 40 #define LLONG_MAX 9223372036854775807ll
41 #define LLONG_MIN (-9223372036854775807ll - 1)
58 #define LONG_LONG_MAX 9223372036854775807ll
65 #define _I64_MIN (-9223372036854775807ll - 1)
66 #define _I64_MAX 9223372036854775807ll
  /external/nist-sip/java/gov/nist/javax/sip/header/
AllowEventsList.java 80 LinkedList<String> ll = new LinkedList<String> (); local
83 ll.add(allowEvents.getEventType());
85 return ll.listIterator();
AllowList.java 80 LinkedList<String> ll = new LinkedList<String> (); local
84 ll.add(a.getMethod());
87 return ll.listIterator();
  /external/llvm/test/
Makefile.tests 31 .PRECIOUS: Output/%.bc Output/%.ll
50 # LLVM Assemble from Output/X.ll to Output/X.bc. Output/X.ll must have come
53 Output/%.bc: Output/%.ll $(LGCCAS)
56 # LLVM Assemble from X.ll to Output/X.bc. Because we are coming directly from
59 Output/%.bc: %.ll $(LLVMAS) Output/.dir
  /art/compiler/llvm/tools/
gen_art_module_cc.sh 46 llc -march=cpp -cppgen=contents art_module.ll -o - >> ${OUTPUT_FILE}
  /external/chromium_org/third_party/openssl/openssl/crypto/ripemd/
rmd_locl.h 90 unsigned long ll; \
91 ll=(c)->A; (void)HOST_l2c(ll,(s)); \
92 ll=(c)->B; (void)HOST_l2c(ll,(s)); \
93 ll=(c)->C; (void)HOST_l2c(ll,(s)); \
94 ll=(c)->D; (void)HOST_l2c(ll,(s)); \
95 ll=(c)->E; (void)HOST_l2c(ll,(s));
    [all...]
  /external/ppp/pppd/
eui64.h 95 #define eui64_get(ll, cp) do { \
96 eui64_copy((*cp), (ll)); \
100 #define eui64_put(ll, cp) do { \
101 eui64_copy((ll), (*cp)); \
  /ndk/tests/device/test-stlport_shared-exception/jni/
throw-1.cpp 37 int ll = 1; local
52 ll = i+j+k+l+m+n;
53 if (ll != 15)
56 printf("FAIL: sum %d != 15\n", ll);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pp_semaphore_luma.cpp 29 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];
  /external/clang/test/CodeGen/
blocks.c 51 long long ll = 0;
53 f4_helper(^{ if (b) return ll; return 0LL; });
  /external/e2fsprogs/util/
gcc-wall-cleanup 10 /does not support the `ll' length modifier/d
11 /does not support the `ll' printf length modifier/d

Completed in 1318 milliseconds

12 3 4 5 6 7 8 91011>>