Home
last modified time | relevance | path

Searched defs:le (Results 1 – 25 of 36) sorted by relevance

12

/external/icu/icu4c/source/layout/
Dloengine.cpp33 LayoutEngine *le = (LayoutEngine *) engine; in le_close() local
49 LayoutEngine *le = (LayoutEngine *) engine; in le_layoutChars() local
63 LayoutEngine *le = (LayoutEngine *) engine; in le_getGlyphCount() local
78 LayoutEngine *le = (LayoutEngine *) engine; in le_getGlyphs() local
93 LayoutEngine *le = (LayoutEngine *) engine; in le_getCharIndices() local
109 LayoutEngine *le = (LayoutEngine *) engine; in le_getCharIndicesWithBase() local
124 LayoutEngine *le = (LayoutEngine *) engine; in le_getGlyphPositions() local
141 LayoutEngine *le = (LayoutEngine *) engine; in le_getGlyphPosition() local
155 LayoutEngine *le = (LayoutEngine *) engine; in le_reset() local
/external/slf4j/jul-to-slf4j/src/test/java/org/slf4j/bridge/
DSLF4JBridgeHandlerTest.java67 LoggingEvent le = (LoggingEvent) listAppender.list.get(0); in testSmoke() local
116 LoggingEvent le = (LoggingEvent) listAppender.list.get(0); in testLogWithResourceBundle() local
147 LoggingEvent le = null; in testLogWithResourceBundleWithParameters() local
172 LoggingEvent le = (LoggingEvent) listAppender.list.get(0); in testLogWithPlaceholderNoParameters() local
178 LoggingEvent le = (LoggingEvent) listAppender.list.get(index); in assertLevel() local
/external/libcxx/src/
Dstdexcept.cpp38 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_) in logic_error()
43 logic_error::operator=(const logic_error& le) _NOEXCEPT in operator =()
71 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT in runtime_error()
77 runtime_error::operator=(const runtime_error& le) _NOEXCEPT in operator =()
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/
DXLoggerTest.java61 void verify(LoggingEvent le, String expectedMsg) { in verify()
66 void verifyWithException(LoggingEvent le, String expectedMsg, Throwable t) { in verifyWithException()
71 …void verifyWithLevelAndException(LoggingEvent le, XLogger.Level level, String expectedMsg, Throwab… in verifyWithLevelAndException()
DEventLoggerTest.java76 void verify(LoggingEvent le, String expectedMsg) { in verify()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DDebugInfoDecoder.java263 LocalEntry le; in decode0() local
291 LocalEntry le = new LocalEntry( in decode0() local
304 LocalEntry le = new LocalEntry( in decode0() local
315 LocalEntry le; in decode0() local
341 LocalEntry le; in decode0() local
/external/wpa_supplicant_8/src/utils/
Dwpa_debug.h29 #define wpa_hexdump(l,t,b,le) do { } while (0) argument
31 #define wpa_hexdump_key(l,t,b,le) do { } while (0) argument
33 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0) argument
34 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0) argument
/external/clang/test/SemaObjC/
Dconflict-nonfragile-abi2.m10 @property int le; property
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/
DLocLoggerTest.java65 void verify(LoggingEvent le, String expectedMsg) { in verify()
/external/llvm/include/llvm/Support/
DOutputBuffer.h32 bool is64bit, bool le) in OutputBuffer()
/external/fio/
Dlibfio.c275 int le = 0, be = 0; in endian_check() local
/external/ipsec-tools/src/racoon/
Disakmp_xauth.c805 LDAPMessage *le = NULL; local
1039 LDAPMessage *le = NULL; local
/external/lldb/source/Symbol/
DSymbolContext.cpp40 …ymbolContext(const ModuleSP& m, CompileUnit *cu, Function *f, Block *b, LineEntry *le, Symbol *s) : in SymbolContext()
53 …TargetSP &t, const ModuleSP& m, CompileUnit *cu, Function *f, Block *b, LineEntry *le, Symbol *s) : in SymbolContext()
/external/kernel-headers/original/uapi/linux/
Dif_hippi.h149 struct hippi_le_hdr le; member
/external/v8/src/
Dhydrogen-check-elimination.cc254 HCheckTableEntry* le = copy->Find(left); in Copy() local
583 HCheckTableEntry* le = Find(left); in ReduceCompareObjectEqAndBranch() local
/external/e2fsprogs/lib/ext2fs/
Dcrc32c.c1114 uint32_t be, le; in test_crc32c() local
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp388 FileSpec le("/Library/Extensions", true); in GetMacDirectoriesToSearch() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DHTMLEntities.properties245 le=8804 key
/external/clang/lib/CodeGen/
DCGBlocks.cpp493 li = layout.begin() + 1, le = layout.end(); in computeBlockInfo() local
547 li = layout.begin(), le = layout.end(); li != le; ++li) { in computeBlockInfo() local
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngwrite.c2107 PNG_CONST png_uint_16 le = 0x0001; in png_image_write_main() local
Dfx_pngread.c3783 PNG_CONST png_uint_16 le = 0x0001; in png_image_read_direct() local
/external/libpng/
Dpngwrite.c2005 PNG_CONST png_uint_16 le = 0x0001; in png_image_write_main() local
/external/llvm/lib/CodeGen/
DRegAllocFast.cpp298 for (unsigned li = 0, le = LRIDbgValues.size(); li != le; ++li) { in spillVirtReg() local
/external/v8/src/arm/
Dconstants-arm.h74 le = 13 << 28, // Z set or N != V Less then or equal enumerator
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2171 RecordDecl::field_iterator li = left->field_begin(), le = left->field_end(); in tryMatchRecordTypes() local
2202 li = left->param_begin(), le = left->param_end(), ri = right->param_begin(), in MatchTwoMethodDeclarations() local

12