Searched defs:le (Results 1 - 14 of 14) sorted by relevance

/external/icu4c/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/llvm/include/llvm/Support/
H A DOutputBuffer.h32 bool is64bit, bool le)
33 : Output(Out), is64Bit(is64bit), isLittleEndian(le) {}
31 OutputBuffer(std::vector<unsigned char> &Out, bool is64bit, bool le) argument
/external/kernel-headers/original/linux/
H A Dif_hippi.h153 struct hippi_le_hdr le; member in struct:hippi_hdr
/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/ipsec-tools/src/racoon/
H A Disakmp_xauth.c802 LDAPMessage *le = NULL; local
933 le = ldap_first_entry(ld, lr);
934 if (le == NULL) {
939 userdn = ldap_get_dn(ld, le);
951 bv = ldap_get_values_len(ld, le, xauth_ldap_config.attr_addr->v);
971 bv = ldap_get_values_len(ld, le, xauth_ldap_config.attr_mask->v);
1036 LDAPMessage *le = NULL; local
1148 le = ldap_first_entry(ld, lr);
1149 if (le == NULL) {
1154 groupdn = ldap_get_dn(ld, le);
[all...]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
H A DLoginContext1Test.java340 private LoginException le; field in class:LoginContext1Test.TestLoginModule
379 protected TestLoginModule(int mask, LoginException le) { argument
380 this(mask, null, null, le);
389 * <code>le</code> will be used to throw appropriate Throwable (if any).
394 * @param le
397 LoginException le) {
401 this.le = le;
439 throw le == null ? new LoginException(msg) : le;
396 TestLoginModule(int mask, RuntimeException re, Error err, LoginException le) argument
[all...]
/external/libsepol/src/
H A Dpolicydb.c1908 constraint_expr_t *e, *le; local
1930 le = NULL;
1940 if (le) {
1941 le->next = e;
1984 le = e;
/external/qemu/
H A Dsavevm.c1119 LoadStateEntry *le; local
1152 le = qemu_mallocz(sizeof(*le));
1154 le->se = se;
1155 le->section_id = section_id;
1156 le->version_id = version_id;
1157 le->next = first_le;
1158 first_le = le;
1160 if (le->se->load_state(f, le
1190 LoadStateEntry *le = first_le; local
[all...]
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp432 li = layout.begin() + 1, le = layout.end(); local
436 for (; li != le && endAlign < li->Alignment; ++li)
441 if (li != le) {
443 for (; li != le; ++li) {
482 li = layout.begin(), le = layout.end(); li != le; ++li) {
/external/v8/src/arm/
H A Dconstants-arm.h135 le = 13 << 28, // Z set or N != V Less then or equal enumerator in enum:v8::internal::Condition
169 return le;
170 case le:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/libxml2/
H A Dxpath.c9039 double le=0, in; local
9056 le = len->floatval;
9074 le = (double)m;
9083 if (!xmlXPathIsInf(in) && !xmlXPathIsNaN(in + le)) {
9095 if (xmlXPathIsInf(le) == 1) {
9100 else if (xmlXPathIsInf(le) == -1 || le < 0.0)
9103 l = (int) le;
9104 if (((double)l)+0.5 <= le) l++;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2553 milliseconds