/external/openssh/openbsd-compat/ |
D | bsd-cray.c | 198 struct udb ue; /* udb entry for logging-in user */ in cray_setup() local 273 usent.ueptr = &ue; in cray_setup() 306 expiration_time = ue.ue_pwage.time + ue.ue_pwage.maxage; in cray_setup() 322 strlcpy(ue.ue_name, "root", sizeof(ue.ue_name)); in cray_setup() 323 strlcpy(ue.ue_dir, "/", sizeof(ue.ue_dir)); in cray_setup() 324 strlcpy(ue.ue_shell, "/bin/sh", sizeof(ue.ue_shell)); in cray_setup() 326 ue.ue_passwd[0] = '\0'; in cray_setup() 327 ue.ue_age[0] = '\0'; in cray_setup() 328 ue.ue_comment[0] = '\0'; in cray_setup() 329 ue.ue_loghost[0] = '\0'; in cray_setup() [all …]
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t012lexerXML.output | 14 Attr: attr="val'ue" 15 Attr: attr2='val"ue'
|
/external/webkit/Source/WebCore/dom/ |
D | Event.cpp | 293 void Event::setUnderlyingEvent(PassRefPtr<Event> ue) in setUnderlyingEvent() argument 296 for (Event* e = ue.get(); e; e = e->underlyingEvent()) in setUnderlyingEvent() 299 m_underlyingEvent = ue; in setUnderlyingEvent()
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | phi-uses-value-multiple-times.ll | 9 @ue = external global i64 16 %t0 = load i64* @ue, align 8
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/ |
D | set-href-attribute-search-expected.txt | 9 PASS a.href is 'https://www.mydomain.com/path/?val%20ue=%20key?'
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
D | it-IT_lexpos.utf | 740 ADV "adunque" "ad'uNk^ue" 785 ADV "comunque" "kom'uNk^ue" 814 ADV "dovunque" "dov'uNk^ue" 817 ADV "dunque" "d'uNk^ue" 915 ADV "ovunque" "ov'uNk^ue" 1137 CARD "2" "d'ue" 1140 CARD "22" "ventid'ue" 1143 CARD "25" "ventit_S'iNk^ue" 1152 CARD "32" "trentad'ue" 1155 CARD "35" "trentat_S'iNk^ue" [all …]
|
/external/icu4c/data/translit/ |
D | ro_ro_FONIPA.txt | 56 ue → we ;
|
D | Latin_ASCII.txt | 179 ᵫ → ue ; # 1D6B;LATIN SMALL LETTER UE
|
/external/icu4c/data/rbnf/ |
D | de.txt | 16 … "&ue=\u00FC&ae=\u00E4&oe=\u00F6&[last primary ignorable ] << ' ' << ',' << '-' << '\u00AD';",
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 710 for (Value::const_use_iterator ui=C->use_begin(), ue=C->use_end(); in usedInGlobalVarDef() local 711 ui!=ue; ++ui) { in usedInGlobalVarDef() 744 for (User::const_use_iterator ui=U->use_begin(), ue=U->use_end(); in usedInOneFunc() local 745 ui!=ue; ++ui) { in usedInOneFunc() 779 for (Value::const_use_iterator ui=C->use_begin(), ue=C->use_end(); in useFuncSeen() local 780 ui!=ue; ++ui) { in useFuncSeen()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 752 for (SDNode::use_iterator ui = Glue->use_begin(), ue = Glue->use_end(); in Schedule() local 753 ui != ue; ++ui) in Schedule()
|
D | SelectionDAG.cpp | 5480 SDNode::use_iterator &ue) in RAUWUpdateListener() argument 5481 : SelectionDAG::DAGUpdateListener(d), UI(ui), UE(ue) {} in RAUWUpdateListener()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | LSSerializerImpl.java | 1071 } catch( UnsupportedEncodingException ue) { in write() 1080 MsgKey.ER_UNSUPPORTED_ENCODING, ue)); in write() 1082 throw (LSException) createLSException(LSException.SERIALIZE_ERR, ue).fillInStackTrace(); in write()
|
/external/icu4c/data/region/ |
D | lag.txt | 165 NU{"Niúue"}
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kpdf_phs.pkb | 932 6DNSSOJE@<:86531/+(#G������Ķ���ue\UJ:,&*7Mh��nQ8&(5AIKG?81+'" …
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 5237 uint64_t ye,ue,ve; in vp8_get_compressed_data() local 5249 ue = calc_plane_error(orig->u_buffer, orig->uv_stride, in vp8_get_compressed_data() 5255 sq_error = (double)(ye + ue + ve); in vp8_get_compressed_data() 5260 cpi->total_u += vp8_mse2psnr(uv_samples, 255.0, (double)ue); in vp8_get_compressed_data() 5276 ue = calc_plane_error(orig->u_buffer, orig->uv_stride, in vp8_get_compressed_data() 5282 sq_error2 = (double)(ye + ue + ve); in vp8_get_compressed_data() 5289 255.0, (double)ue); in vp8_get_compressed_data()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | ThreadGroupTest.java | 768 } catch (UncaughtException ue) { in test_uncaughtExceptionLjava_lang_ThreadLjava_lang_Throwable()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheLoadingTest.java | 1604 } catch (UncheckedExecutionException ue) { in testReloadAfterFailure() 1605 assertSame(e, ue.getCause()); in testReloadAfterFailure()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 1874 for (llvm::Value::use_iterator ui = old->use_begin(), ue = old->use_end(); in replaceUsesOfNonProtoConstant() local 1875 ui != ue; ) { in replaceUsesOfNonProtoConstant()
|
/external/qemu/distrib/jpeg-6b/ |
D | testimg.ppm | 4 …ue�H?�QN�cc�KL�?A�89�::�:9�75�61�;6�81�5.�B;�<3�I?�XK�OA�dV�cT�XI�G9�:/�6-�7/�6/�4/�0-�2,�70�=4�<0…
|
/external/jpeg/ |
D | testimg.ppm | 4 …ue�H?�QN�cc�KL�?A�89�::�:9�75�61�;6�81�5.�B;�<3�I?�XK�OA�dV�cT�XI�G9�:/�6-�7/�6/�4/�0-�2,�70�=4�<0…
|
/external/dnsmasq/po/ |
D | fr.po | 1397 msgstr "requ�te DHCP pour un type de mat�riel non support� (%d) re�ue sur %s"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/ |
D | es-ES_lexpos.utf | 764 AUXB_SG "fue" "f'^ue"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kpdf_mgc.pkb | 2134 �����9��z3�$�O����IK�=��*c�a�JZ^jp�tue���\��Fv_d@[IBBPm�v]^mzJ;^P�^l��|P=<1$$+*0L03.9…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kpdf_mgc.pkb | 2394 s��<����(qF��0H>>D*A6I5.* $PRUc�~~����y|5MGeMRQ`hgh�����������ue\jp|�w���}������%b2f��#�…
|