HomeSort by relevance Sort by last modified time
    Searched refs:le (Results 1 - 25 of 223) sorted by null

1 2 3 4 5 6 7 8 9

  /external/icu4c/layout/
loengine.cpp 33 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 == NULL)
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/oprofile/libpopt/
popthelp.c 155 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/v8/tools/
push-to-trunk.sh 82 if [ $START_STEP -le $CURRENT_STEP ] ; then
89 if [ $START_STEP -le $CURRENT_STEP ] ; then
96 if [ $START_STEP -le $CURRENT_STEP ] ; then
114 if [ $START_STEP -le $CURRENT_STEP ] ; then
144 if [ $START_STEP -le $CURRENT_STEP ] ; then
169 if [ $START_STEP -le $CURRENT_STEP ] ; then
186 if [ $START_STEP -le $CURRENT_STEP ] ; then
199 if [ $START_STEP -le $CURRENT_STEP ] ; then
217 if [ $START_STEP -le $CURRENT_STEP ] ; then
228 if [ $START_STEP -le $CURRENT_STEP ] ; the
    [all...]
merge-to-branch.sh 100 if [ $START_STEP -le $CURRENT_STEP ] ; then
113 if [ $START_STEP -le $CURRENT_STEP ] ; then
121 if [ $START_STEP -le $CURRENT_STEP ] ; then
163 if [ $START_STEP -le $CURRENT_STEP ] ; then
180 if [ $START_STEP -le $CURRENT_STEP ] ; then
187 if [ $START_STEP -le $CURRENT_STEP ] ; then
204 if [ $START_STEP -le $CURRENT_STEP ] ; then
213 if [ $START_STEP -le $CURRENT_STEP ] ; then
223 if [ $START_STEP -le $CURRENT_STEP ] ; then
237 if [ $START_STEP -le $CURRENT_STEP ] ; the
    [all...]
  /external/harfbuzz_ng/src/
hb-icu-le.cc 31 #include "hb-icu-le/PortableFontInstance.h"
120 le_engine *le = le_create ((const le_font *) font_instance, local
126 { le_close (le); return false; }
147 unsigned int glyph_count = le_layoutChars (le,
156 { le_close (le); return false; }
165 { le_close (le); return false; }
173 le_getGlyphs (le, glyphs, &status);
174 le_getCharIndices (le, indices, &status);
175 le_getGlyphPositions (le, positions, &status);
192 /* icu-le doesn't seem to have separate advance values. *
    [all...]
  /dalvik/tests/068-classloader/src/
Main.java 160 } catch (LinkageError le) {
176 } catch (LinkageError le) {
207 } catch (LinkageError le) {
209 le.printStackTrace();
223 } catch (LinkageError le) {
225 le.printStackTrace();
255 } catch (LinkageError le) {
270 } catch (LinkageError le) {
301 } catch (LinkageError le) {
315 } catch (LinkageError le) {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/src/
stdexcept.cpp 111 logic_error::logic_error(const logic_error& le) _NOEXCEPT
114 ::new(&s) __libcpp_nmstr((const __libcpp_nmstr&)le.__imp_);
118 logic_error::operator=(const logic_error& le) _NOEXCEPT
121 const __libcpp_nmstr& s2 = (const __libcpp_nmstr&)le.__imp_;
155 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
158 ::new(&s) __libcpp_nmstr((const __libcpp_nmstr&)le.__imp_);
162 runtime_error::operator=(const runtime_error& le) _NOEXCEPT
165 const __libcpp_nmstr& s2 = (const __libcpp_nmstr&)le.__imp_;
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/com/example/bluetooth/le/
SampleGattAttributes.java 17 package com.example.bluetooth.le;
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 263 LocalEntry le; local
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;
297 LocalEntry le = new LocalEntry( local
300 locals.add(le);
301 lastEntryForReg[reg] = le;
310 LocalEntry le = new LocalEntry( local
313 locals.add(le);
321 LocalEntry le; local
347 LocalEntry le; local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 263 LocalEntry le; local
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( local
294 locals.add(le);
295 lastEntryForReg[reg] = le;
304 LocalEntry le = new LocalEntry( local
307 locals.add(le);
315 LocalEntry le; local
341 LocalEntry le; local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoDecoder.java 263 LocalEntry le; local
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( local
294 locals.add(le);
295 lastEntryForReg[reg] = le;
304 LocalEntry le = new LocalEntry( local
307 locals.add(le);
315 LocalEntry le; local
341 LocalEntry le; local
    [all...]
  /external/compiler-rt/lib/arm/
aeabi_dcmp.S 12 // int __aeabi_dcmp{eq,lt,le,ge,gt}(double a, double b) {
13 // int result = __{eq,lt,le,ge,gt}df2(a, b);
37 DEFINE_AEABI_DCMP(le)
aeabi_fcmp.S 12 // int __aeabi_fcmp{eq,lt,le,ge,gt}(float a, float b) {
13 // int result = __{eq,lt,le,ge,gt}sf2(a, b);
37 DEFINE_AEABI_FCMP(le)
  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 25 #define wpa_hexdump(l,t,b,le) do { } while (0)
27 #define wpa_hexdump_key(l,t,b,le) do { } while (0)
29 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0)
30 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0)
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_le/d/
T_if_le_1.d 16 if-le v6, v7, Label11
T_if_le_10.d 16 if-le v6, v7, Label10
T_if_le_11.d 16 if-le v6, v7, Label11
T_if_le_12.d 16 if-le v6, v7, Label11
T_if_le_4.d 16 if-le v6, v8, Label11
T_if_le_5.d 16 if-le v5, v6, Label11
T_if_le_6.d 16 if-le v5, v7, Label11
T_if_le_7.d 16 if-le v6, v7, Label11
T_if_le_9.d 16 if-le v6, v7, Label10
  /external/harfbuzz_ng/src/hb-icu-le/
Makefile.am 3 noinst_LTLIBRARIES = libhb-icu-le.la
  /external/llvm/test/MC/ARM/
thumb2-diagnostics.s 8 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

Completed in 972 milliseconds

1 2 3 4 5 6 7 8 9