Home
last modified time | relevance | path

Searched refs:ue (Results 1 – 25 of 29) sorted by relevance

12

/external/openssh/openbsd-compat/
Dbsd-cray.c198 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/
Dt012lexerXML.output14 Attr: attr="val'ue"
15 Attr: attr2='val"ue'
/external/webkit/Source/WebCore/dom/
DEvent.cpp293 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/
Dphi-uses-value-multiple-times.ll9 @ue = external global i64
16 %t0 = load i64* @ue, align 8
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/
Dset-href-attribute-search-expected.txt9 PASS a.href is 'https://www.mydomain.com/path/?val%20ue=%20key?'
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
Dit-IT_lexpos.utf740 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/
Dro_ro_FONIPA.txt56 ue → we ;
DLatin_ASCII.txt179 ᵫ → ue ; # 1D6B;LATIN SMALL LETTER UE
/external/icu4c/data/rbnf/
Dde.txt16 … "&ue=\u00FC&ae=\u00E4&oe=\u00F6&[last primary ignorable ] << ' ' << ',' << '-' << '\u00AD';",
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp710 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/
DScheduleDAGFast.cpp752 for (SDNode::use_iterator ui = Glue->use_begin(), ue = Glue->use_end(); in Schedule() local
753 ui != ue; ++ui) in Schedule()
DSelectionDAG.cpp5480 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/
DLSSerializerImpl.java1071 } 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/
Dlag.txt165 NU{"Niúue"}
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kpdf_phs.pkb932 6DNSSOJE@<:86531/+(# G�������Ķ���ue\UJ:,&*7Mh��nQ8&(5AIKG?81+'" …
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c5237 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/
DThreadGroupTest.java768 } catch (UncaughtException ue) { in test_uncaughtExceptionLjava_lang_ThreadLjava_lang_Throwable()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheLoadingTest.java1604 } catch (UncheckedExecutionException ue) { in testReloadAfterFailure()
1605 assertSame(e, ue.getCause()); in testReloadAfterFailure()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1874 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/
Dtestimg.ppm4ue�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/
Dtestimg.ppm4ue�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/
Dfr.po1397 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/
Des-ES_lexpos.utf764 AUXB_SG "fue" "f'^ue"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kpdf_mgc.pkb2134 �� ���9��z 3�$�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/
Dde-DE_gl0_kpdf_mgc.pkb2394 s�� <����(qF��0H>>D*A6I5.* $PRUc�~~����y|5MGeMRQ`hgh�����������ue\jp|�w���}������%b2f��#�…

12