Searched refs:le (Results 1 - 25 of 250) sorted by relevance

12345678910

/external/icu/icu4c/source/layout/
H A Dloengine.cpp33 LayoutEngine *le = (LayoutEngine *) engine; local
35 delete le;
49 LayoutEngine *le = (LayoutEngine *) engine; local
51 if (le == NULL) {
56 return le->layoutChars(chars, offset, count, max, rightToLeft, x, y, *success);
63 LayoutEngine *le = (LayoutEngine *) engine; local
65 if (le == NULL) {
70 return le->getGlyphCount();
78 LayoutEngine *le = (LayoutEngine *) engine; local
80 if (le
93 LayoutEngine *le = (LayoutEngine *) engine; local
109 LayoutEngine *le = (LayoutEngine *) engine; local
124 LayoutEngine *le = (LayoutEngine *) engine; local
141 LayoutEngine *le = (LayoutEngine *) engine; local
155 LayoutEngine *le = (LayoutEngine *) engine; local
[all...]
/external/libcxx/src/
H A Dstdexcept.cpp38 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_)
43 logic_error::operator=(const logic_error& le) _NOEXCEPT
45 __imp_ = le.__imp_;
71 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
72 : __imp_(le.__imp_)
77 runtime_error::operator=(const runtime_error& le) _NOEXCEPT
79 __imp_ = le.__imp_;
/external/oprofile/libpopt/
H A Dpopthelp.c155 char * le = malloc(4*lineLength + 1); local
156 char * l = le;
158 if (le == NULL) return NULL; /* XXX can't happen */
160 *le = '\0';
161 *le++ = '(';
162 strcpy(le, defstr); le += strlen(le);
163 *le++ = ':';
164 *le
257 char * le = left + strlen(left); local
[all...]
/external/ceres-solver/jni/
H A Dassert_ndk_version.sh63 if [[ ${expected_version[0]} -le 4 ]]; then
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoDecoder.java263 LocalEntry le;
272 le = new LocalEntry(0, true, curReg, -1, 0, 0);
275 le = new LocalEntry(0, true, curReg, nameIdx, 0, 0);
278 locals.add(le);
279 lastEntryForReg[curReg] = le;
291 LocalEntry le = new LocalEntry(
294 locals.add(le);
295 lastEntryForReg[reg] = le;
304 LocalEntry le = new LocalEntry(
307 locals.add(le);
[all...]
/external/compiler-rt/lib/builtins/arm/
H A Daeabi_dcmp.S12 // int __aeabi_dcmp{eq,lt,le,ge,gt}(double a, double b) {
13 // int result = __{eq,lt,le,ge,gt}df2(a, b);
38 DEFINE_AEABI_DCMP(le)
H A Daeabi_fcmp.S12 // int __aeabi_fcmp{eq,lt,le,ge,gt}(float a, float b) {
13 // int result = __{eq,lt,le,ge,gt}sf2(a, b);
38 DEFINE_AEABI_FCMP(le)
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dvim_ui.py67 le = frame.GetLineEntry()
68 while not le.IsValid() and frame_num < thread.GetNumFrames():
70 le = thread.GetFrameAtIndex(frame_num).GetLineEntry()
72 if le.IsValid():
73 path = os.path.join(le.GetFileSpec().GetDirectory(), le.GetFileSpec().GetFilename())
74 return (thread.GetIndexID(), path, le.GetLine(), le.GetColumn())
/external/llvm/test/MC/ARM/
H A Dthumb-only-conditionals.s12 itet le
16 @ CHECK: itet le
35 ite le
38 @ CHECK: ite le
H A Dthumb2-diagnostics.s8 it le
10 ittfe le
13 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq'
20 @ CHECK-ERRORS: it le
26 @ CHECK-ERRORS: ittfe le
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_luma_mode2.s173 csel x11, x4, x11,le
178 csel x2, x20, x2,le
187 csel x2, x20, x2,le
192 csel x2, x20, x2,le
202 csel x0, x20, x0,le
209 csel x0, x20, x0,le
212 csel x12, x4, x12,le
H A Dihevc_inter_pred_luma_copy_w16out.s176 csel x0, x20, x0,le
185 csel x1, x20, x1,le
187 csel x4, x20, x4,le
211 csel x0, x20, x0,le
232 csel x1, x20, x1,le
234 csel x4, x20, x4,le
H A Dihevc_inter_pred_chroma_copy_w16out.s236 csel x0, x20, x0,le
245 csel x1, x20, x1,le
247 csel x4, x20, x4,le
271 csel x0, x20, x0,le
292 csel x1, x20, x1,le
294 csel x4, x20, x4,le
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiler_unittest.sh118 [ "$mthread1" -le 0 -o "$mthread2" -le 0 ]
175 [ "$mthread" -le 0 -o "$othread" -le 0 ]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiler_unittest.sh118 [ "$mthread1" -le 0 -o "$mthread2" -le 0 ]
175 [ "$mthread" -le 0 -o "$othread" -le 0 ]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.h29 #define wpa_hexdump(l,t,b,le) do { } while (0)
31 #define wpa_hexdump_key(l,t,b,le) do { } while (0)
33 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0)
34 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0)
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.h29 #define wpa_hexdump(l,t,b,le) do { } while (0)
31 #define wpa_hexdump_key(l,t,b,le) do { } while (0)
33 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0)
34 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.h29 #define wpa_hexdump(l,t,b,le) do { } while (0)
31 #define wpa_hexdump_key(l,t,b,le) do { } while (0)
33 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0)
34 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0)
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dmem_ops_aligned.h97 #define mem_get_le_aligned_generic(sz) mem_get_se_aligned_generic(le,sz)
98 #define mem_get_sle_aligned_generic(sz) mem_get_sse_aligned_generic(le,sz)
100 #define mem_put_le_aligned_generic(sz) mem_put_se_aligned_generic(le,sz)
104 #define mem_get_le_aligned_generic(sz) mem_get_ne_aligned_generic(le,sz)
105 #define mem_get_sle_aligned_generic(sz) mem_get_sne_aligned_generic(le,sz)
107 #define mem_put_le_aligned_generic(sz) mem_put_ne_aligned_generic(le,sz)
/external/libvpx/libvpx/vpx_ports/
H A Dmem_ops_aligned.h91 #define mem_get_le_aligned_generic(sz) mem_get_se_aligned_generic(le,sz)
92 #define mem_get_sle_aligned_generic(sz) mem_get_sse_aligned_generic(le,sz)
94 #define mem_put_le_aligned_generic(sz) mem_put_se_aligned_generic(le,sz)
98 #define mem_get_le_aligned_generic(sz) mem_get_ne_aligned_generic(le,sz)
99 #define mem_get_sle_aligned_generic(sz) mem_get_sne_aligned_generic(le,sz)
101 #define mem_put_le_aligned_generic(sz) mem_put_ne_aligned_generic(le,sz)
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
H A Dmemcpy_mck.S101 cmp.le p6,p0 = 1,r30 // for .align_dest
144 cmp.le p6,p0=8,tmp
146 cmp.le p7,p0=16,tmp
171 cmp.le p8,p0=24,tmp
318 cmp.le p6,p7=8,curlen; // have at least 8 byte remaining?
405 cmp.le p8,p9 = 1,in2
406 cmp.le p10,p11 = 2,in2
407 cmp.le p12,p13 = 3,in2
408 cmp.le p14,p15 = 4,in2
427 cmp.le p
[all...]
H A Dmemset.S192 cmp.le p_scr, p0 = 8, cnt // just a few bytes left ?
282 cmp.le p_y, p_n = 16, cnt
287 (p_y) cmp.le.unc p_yy, p_nn = 16, cnt
324 (p_n) cmp.le p_yy, p_nn = 4, cnt
325 (p_y) cmp.le p_yy, p_nn = 5, cnt
333 (p_yy) cmp.le.unc p_y, p0 = 8, cnt
342 (p_y) cmp.le.unc p_yy, p0 = 8, cnt
/external/chromium_org/third_party/mach_override/libudis86/
H A Ddecode.c282 u->mnemonic = ud_itab[ u->le->table[ inp_curr( u ) ] ].mnemonic;
918 UD_ASSERT(u->le->type == UD_TAB__OPC_3DNOW);
919 UD_ASSERT(u->le->table[0xc] != 0);
920 decode_insn(u, u->le->table[0xc]);
925 ptr = u->le->table[inp_curr(u)];
947 if (u->le->table[idx] == 0) {
950 if (idx && u->le->table[idx] != 0) {
965 return decode_ext(u, u->le->table[idx]);
981 u->le = &ud_lookup_table_list[(~0x8000 & ptr)];
982 if (u->le
[all...]
/external/fio/
H A Dlibfio.c261 int le = 0, be = 0; local
267 le = 1;
273 if (le)
279 if (!le && !be)
/external/chromium_org/v8/src/
H A Dhydrogen-check-elimination.cc254 HCheckTableEntry* le = copy->Find(left); local
256 if (le == NULL) {
261 copy->Insert(right, NULL, le->maps_, le->state_);
263 EnsureChecked(le, cmp->left(), cmp);
265 le->maps_ = re->maps_ = le->maps_->Intersect(re->maps_, zone);
266 le->state_ = re->state_ = HCheckTableEntry::StateMerge(
267 le->state_, re->state_);
268 DCHECK_NE(HCheckTableEntry::UNCHECKED_STABLE, le
583 HCheckTableEntry* le = Find(left); local
[all...]

Completed in 836 milliseconds

12345678910