/external/icu4c/layout/ |
D | loengine.cpp | 33 LayoutEngine *le = (LayoutEngine *) engine; in le_close() local 35 delete le; in le_close() 49 LayoutEngine *le = (LayoutEngine *) engine; in le_layoutChars() local 51 if (le == NULL) { in le_layoutChars() 56 return le->layoutChars(chars, offset, count, max, rightToLeft, x, y, *success); in le_layoutChars() 63 LayoutEngine *le = (LayoutEngine *) engine; in le_getGlyphCount() local 65 if (le == NULL) { in le_getGlyphCount() 70 return le->getGlyphCount(); in le_getGlyphCount() 78 LayoutEngine *le = (LayoutEngine *) engine; in le_getGlyphs() local 80 if (le == NULL) { in le_getGlyphs() [all …]
|
/external/oprofile/libpopt/ |
D | popthelp.c | 155 char * le = malloc(4*lineLength + 1); in singleOptionDefaultValue() local 156 char * l = le; in singleOptionDefaultValue() 158 if (le == NULL) return NULL; /* XXX can't happen */ in singleOptionDefaultValue() 160 *le = '\0'; in singleOptionDefaultValue() 161 *le++ = '('; in singleOptionDefaultValue() 162 strcpy(le, defstr); le += strlen(le); in singleOptionDefaultValue() 163 *le++ = ':'; in singleOptionDefaultValue() 164 *le++ = ' '; in singleOptionDefaultValue() 170 le += sprintf(le, "%ld", aLong); in singleOptionDefaultValue() 174 le += sprintf(le, "%ld", aLong); in singleOptionDefaultValue() [all …]
|
/external/icu4c/data/locales/ |
D | saq.txt | 171 "Lapa le obo", 172 "Lapa le waare", 173 "Lapa le okuni", 174 "Lapa le ong'wan", 175 "Lapa le imet", 176 "Lapa le ile", 177 "Lapa le sapa", 178 "Lapa le isiet", 179 "Lapa le saal", 180 "Lapa le tomon", [all …]
|
/external/clang/test/SemaObjC/ |
D | conflict-nonfragile-abi2.m | 9 @property int le; property 22 extern int le; 26 p = le + ls + r; 30 @dynamic le;
|
/external/dnsmasq/po/ |
D | fr.po | 44 msgstr "Ne peut pas lire le r�pertoire %s : %s" 49 msgstr "ne donne pas de nom %s au bail DHCP de %s parce-que le nom existe dans %s avec l'adresse %s" 59 msgstr "taille de cache %d, %d/%d insertions dans le cache entr�es non-expir�es r�utilis�es" 74 msgstr "impossible d'initialiser le g�n�rateur de nombre al�atoire : %s" 87 msgstr "Ne peut pas cr�er le tube %s : %s" 101 msgstr "Sp�cifie la ou les adresse(s) locales o� le d�mon doit se mettre � l'�coute." 113 msgstr "Traite l'adresse IP comme un domaine inexistant NXDOMAIN (contourne le systeme de redirecti… 118 msgstr "Sp�cifie le nombre d'entr�es que contiendra le cache (par d�faut : %s)." 123 msgstr "Sp�cifie le nom du fichier de configuration (par d�faut : %s)" 139 msgstr "Etend les noms uniques des machines dans /etc/hosts avec le suffixe du domaine." [all …]
|
/external/libvpx/vpx_ports/ |
D | mem_ops_aligned.h | 87 #define mem_get_le_aligned_generic(sz) mem_get_se_aligned_generic(le,sz) 88 #define mem_get_sle_aligned_generic(sz) mem_get_sse_aligned_generic(le,sz) 90 #define mem_put_le_aligned_generic(sz) mem_put_se_aligned_generic(le,sz) 94 #define mem_get_le_aligned_generic(sz) mem_get_ne_aligned_generic(le,sz) 95 #define mem_get_sle_aligned_generic(sz) mem_get_sne_aligned_generic(le,sz) 97 #define mem_put_le_aligned_generic(sz) mem_put_ne_aligned_generic(le,sz)
|
D | mem_ops.h | 160 mem_get_s_generic(le, 16); 164 mem_get_s_generic(le, 24); 168 mem_get_s_generic(le, 32);
|
/external/chromium/chrome/browser/sync/resources/ |
D | gaia_login.css | 143 .gaia-le-lbl, 144 .gaia-le-val, 145 .gaia-le-rem, 155 .gaia-le-fpwd, 156 .gaia-le-chusr {
|
/external/qemu/ |
D | savevm.c | 1083 LoadStateEntry *le; in qemu_loadvm_state() local 1116 le = qemu_mallocz(sizeof(*le)); in qemu_loadvm_state() 1118 le->se = se; in qemu_loadvm_state() 1119 le->section_id = section_id; in qemu_loadvm_state() 1120 le->version_id = version_id; in qemu_loadvm_state() 1121 le->next = first_le; in qemu_loadvm_state() 1122 first_le = le; in qemu_loadvm_state() 1124 if (le->se->load_state(f, le->se->opaque, le->version_id)) { in qemu_loadvm_state() 1134 for (le = first_le; le && le->section_id != section_id; le = le->next); in qemu_loadvm_state() 1135 if (le == NULL) { in qemu_loadvm_state() [all …]
|
D | bswap.h | 131 CPU_CONVERT(le, 16, uint16_t) 132 CPU_CONVERT(le, 32, uint32_t) 133 CPU_CONVERT(le, 64, uint64_t) 223 #define leul_to_cpu(v) glue(glue(le,HOST_LONG_BITS),_to_cpu)(v)
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | wpa_debug.h | 52 #define wpa_hexdump(l,t,b,le) do { } while (0) argument 54 #define wpa_hexdump_key(l,t,b,le) do { } while (0) argument 56 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0) argument 57 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0) argument
|
/external/wpa_supplicant_8/src/utils/ |
D | wpa_debug.h | 57 #define wpa_hexdump(l,t,b,le) do { } while (0) argument 59 #define wpa_hexdump_key(l,t,b,le) do { } while (0) argument 61 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0) argument 62 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0) argument
|
/external/bluetooth/glib/po/ |
D | fr.po | 75 msgstr "Aucun type MIME défini dans le signet pour l'URI « %s »" 80 msgstr "Aucun indicateur privé n'est défini dans le signet pour l'URI « %s »" 85 msgstr "Aucun groupe n'est défini dans le signet pour l'URI « %s »" 106 msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »" 129 "Impossible de convertir la valeur de rechange « %s » vers le jeu de codes « %" 136 "L'URI « %s » n'est pas une URI absolue utilisant le schéma de « fichier »" 175 msgstr "Impossible d'allouer %lu octets pour lire le fichier « %s »" 190 msgstr "La lecture depuis le fichier « %s » a échoué : %s" 258 msgstr "Le modèle « %s » n'est pas valide, il ne devrait pas contenir de « %s »" 263 msgstr "Le modèle « %s » ne contient pas XXXXXX" [all …]
|
/external/webkit/Source/WebKit/gtk/po/ |
D | fr.po | 74 msgstr "_Insérer un caractère de contrôle Unicode" 90 msgstr "Lire ou mettre en pause le média" 98 msgstr "Quitter le plein écran" 102 msgstr "Quitte le mode plein écran" 170 msgstr "L'utilisateur a annulé le téléchargement" 175 msgstr "Un identifiant et un mot de passe sont demandés par le site %s" 219 msgstr "L'URI actuelle du contenu affiché par le cadre" 293 msgstr "Activer le profilage JavaScript" 301 msgstr "Activer le profilage temporel" 520 msgstr "Active le mode de navigation privée" [all …]
|
/external/icu4c/extra/uconv/resources/ |
D | fr.txt | 53 " --canon affiche la liste dans le format de cnvrtrs.txt(5)\n" 54 " -x translitération passe le texte à travers translitération\n" 72 cantGetTag { "Ne peux obtenir le nom de l'étiquette standard : {0}.\n" } // 0: err 89 cantSetCallback { "Ne peux fixer le callack de transcodage : {0}.\n" } // 0: err 93 …cantOpenInputF { "Ne peux ouvrir le fichier d''entrée {0} : {1}.\n" } // 0: file, 1: strerror [OS … 94 …cantCreateOutputF { "Ne peux créer le fichier de sortie {0} : {1}.\n" } // 0: file, 1: strerror [O…
|
/external/icu4c/data/region/ |
D | fr.txt | 47 AC{"Île de l'Ascension"} 81 BV{"Île Bouvet"} 97 CP{"Île Clipperton"} 102 CX{"Île Christmas"} 156 IM{"Île de Man"} 215 NF{"Île Norfolk"} 254 SJ{"Svalbard et Île Jan Mayen"}
|
D | nd.txt | 17 AG{"Antigua le Barbuda"} 29 BA{"Bhosnia le Herzegovina"} 217 TT{"Trinidad le Tobago"}
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/ |
D | LoginContext1Test.java | 340 private LoginException le; field in LoginContext1Test.TestLoginModule 379 protected TestLoginModule(int mask, LoginException le) { in TestLoginModule() argument 380 this(mask, null, null, le); in TestLoginModule() 397 LoginException le) { in TestLoginModule() argument 401 this.le = le; in TestLoginModule() 439 throw le == null ? new LoginException(msg) : le; in throw_le() 1387 } catch (LoginException le) { in testLogin_0A_1() 1388 assertSame(TestLoginModule.staticLE, le); in testLogin_0A_1() 1720 } catch (LoginException le) { in testLogout_02() 1721 assertSame(TestLoginModule.staticLE, le); in testLogout_02() [all …]
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | sle.ll | 6 ; CHECK: @le 10 define void @le(i64 %n, double* nocapture %p) nounwind {
|
/external/llvm/test/MC/MBlaze/ |
D | mblaze_fpu.s | 59 # CHECK: fcmp.le 62 fcmp.le r0, r1, r2
|
/external/wpa_supplicant/ |
D | common.h | 284 #define wpa_hexdump(l,t,b,le) do { } while (0) argument 285 #define wpa_hexdump_key(l,t,b,le) do { } while (0) argument 286 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0) argument 287 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0) argument
|
/external/llvm/include/llvm/Support/ |
D | OutputBuffer.h | 32 bool is64bit, bool le) in OutputBuffer() argument 33 : Output(Out), is64Bit(is64bit), isLittleEndian(le) {} in OutputBuffer()
|
/external/bluetooth/bluez/attrib/ |
D | gatttool.h | 24 int interactive(const gchar *src, const gchar *dst, gboolean le);
|
/external/bluetooth/bluez/src/ |
D | hcid.h | 41 gboolean le; member
|
/external/v8/src/arm/ |
D | constants-arm.h | 136 le = 13 << 28, // Z set or N != V Less then or equal enumerator 170 return le; in ReverseCondition() 171 case le: in ReverseCondition()
|