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

1 2 3 4 5 6 7 8 91011>>

  /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/chromium_org/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
145 if [ $START_STEP -le $CURRENT_STEP ] ; then
170 if [ $START_STEP -le $CURRENT_STEP ] ; then
187 if [ $START_STEP -le $CURRENT_STEP ] ; then
200 if [ $START_STEP -le $CURRENT_STEP ] ; then
218 if [ $START_STEP -le $CURRENT_STEP ] ; then
229 if [ $START_STEP -le $CURRENT_STEP ] ; the
    [all...]
merge-to-branch.sh 106 if [ $START_STEP -le $CURRENT_STEP ] ; then
124 if [ $START_STEP -le $CURRENT_STEP ] ; then
132 if [ $START_STEP -le $CURRENT_STEP ] ; then
176 if [ $START_STEP -le $CURRENT_STEP ] ; then
192 if [ $START_STEP -le $CURRENT_STEP ] ; then
199 if [ $START_STEP -le $CURRENT_STEP ] ; then
217 if [ $START_STEP -le $CURRENT_STEP ] ; then
226 if [ $START_STEP -le $CURRENT_STEP ] ; then
236 if [ $START_STEP -le $CURRENT_STEP ] ; then
250 if [ $START_STEP -le $CURRENT_STEP ] ; the
    [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...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
floatobject.h 93 /* The pack routines write 4 or 8 bytes, starting at p. le is a bool
103 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
104 PyAPI_FUNC(int) _PyFloat_Pack8(double x, unsigned char *p, int le);
110 /* The unpack routines read 4 or 8 bytes, starting at p. le is a bool
118 PyAPI_FUNC(double) _PyFloat_Unpack4(const unsigned char *p, int le);
119 PyAPI_FUNC(double) _PyFloat_Unpack8(const unsigned char *p, int le);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
floatobject.h 93 /* The pack routines write 4 or 8 bytes, starting at p. le is a bool
103 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
104 PyAPI_FUNC(int) _PyFloat_Pack8(double x, unsigned char *p, int le);
110 /* The unpack routines read 4 or 8 bytes, starting at p. le is a bool
118 PyAPI_FUNC(double) _PyFloat_Unpack4(const unsigned char *p, int le);
119 PyAPI_FUNC(double) _PyFloat_Unpack8(const unsigned char *p, int le);
  /external/chromium_org/third_party/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...]
  /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...]
  /art/test/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...]
  /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++/libcxx/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_;
  /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 273 LocalEntry le; local
282 le = new LocalEntry(0, true, curReg, -1, 0, 0);
285 le = new LocalEntry(0, true, curReg, nameIdx, 0, 0);
288 locals.add(le);
289 lastEntryForReg[curReg] = le;
301 LocalEntry le = new LocalEntry( local
304 locals.add(le);
305 lastEntryForReg[reg] = le;
314 LocalEntry le = new LocalEntry( local
317 locals.add(le);
325 LocalEntry le; local
351 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)
  /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

Completed in 1512 milliseconds

1 2 3 4 5 6 7 8 91011>>