/external/openssh/openbsd-compat/ |
D | bsd-cray.c | 197 struct udb ue; /* udb entry for logging-in user */ in cray_setup() local 272 usent.ueptr = &ue; in cray_setup() 305 expiration_time = ue.ue_pwage.time + ue.ue_pwage.maxage; in cray_setup() 321 strlcpy(ue.ue_name, "root", sizeof(ue.ue_name)); in cray_setup() 322 strlcpy(ue.ue_dir, "/", sizeof(ue.ue_dir)); in cray_setup() 323 strlcpy(ue.ue_shell, "/bin/sh", sizeof(ue.ue_shell)); in cray_setup() 325 ue.ue_passwd[0] = '\0'; in cray_setup() 326 ue.ue_age[0] = '\0'; in cray_setup() 327 ue.ue_comment[0] = '\0'; in cray_setup() 328 ue.ue_loghost[0] = '\0'; in cray_setup() [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_event_mgr.cc | 120 InUse* ue = &used_events_[0]; in ~EventMgr() local 121 delete ue->event; in ~EventMgr() 122 if (ue->mem != nullptr) { in ~EventMgr() 123 for (auto& t : *(ue->mem)) { in ~EventMgr() 126 delete ue->mem; in ~EventMgr() 128 if (ue->bufrec.buf) { in ~EventMgr() 130 LogMemory::RecordRawDeallocation(ue->bufrec.operation, in ~EventMgr() 131 ue->bufrec.step_id, ue->bufrec.buf, in ~EventMgr() 132 ue->bufrec.alloc, false); in ~EventMgr() 134 ue->bufrec.alloc->DeallocateRaw(ue->bufrec.buf); in ~EventMgr() [all …]
|
/external/antlr/runtime/Cpp/tests/ |
D | t012lexerXML.output | 14 Attr: attr="val'ue" 15 Attr: attr2='val"ue'
|
/external/antlr/runtime/Python/tests/ |
D | t012lexerXML.output | 14 Attr: attr="val'ue" 15 Attr: attr2='val"ue'
|
/external/antlr/runtime/Python3/tests/ |
D | t012lexerXML.output | 14 Attr: attr="val'ue" 15 Attr: attr2='val"ue'
|
/external/autotest/server/site_tests/autoupdate_P2P/ |
D | autoupdate_P2P.py | 222 ue = re.compile(too_many_attempts_err_str) 223 if ue.search(update_engine_log) is None: 229 ue = re.compile(line) 230 if ue.search(update_engine_log) is None:
|
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | phi-uses-value-multiple-times.ll | 8 @ue = external global i64 15 %t0 = load i64* @ue, align 8
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | e6c2e214e601f117afd4e30fd5b83ad7.000015d0.honggfuzz.cov | 7 A_�$����W��ue�Xq�#��4ˎ��?��c͆ 14 A_�$����W��ue�Xq�#��425044458ˑ����������QWxhZGRpbjpvcGVuIHNlc5420412088FtZQ==����������������������…
|
D | 16d46ff6e7637af38513987ede55e6b4.00003b4f.honggfuzz.cov | 25 ��D�;'�D��ж4����8��w�00�º��iG��:�\g;�-�g� �����+&�r�K"�~�9X�?�N�jp�����@ue�wW�y,����c�`� 32 ��D�;'�D��ж4����8��w�00�º��iG��:�\g;�-�g� �����+&�r�K"�~�9X�?�N�jp�����@ue�wW�y,����c�`�
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | phi-uses-value-multiple-times.ll | 9 @ue = external global i64 16 %t0 = load i64, i64* @ue, align 8
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | phi-uses-value-multiple-times.ll | 9 @ue = external global i64 16 %t0 = load i64, i64* @ue, align 8
|
/external/parameter-framework/upstream/tools/xmlGenerator/analyse/ |
D | replaceAmixerByPfwParameters.sh | 32 set -ue
|
/external/u-boot/scripts/ |
D | get_default_envs.sh | 9 set -ue
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
D | InternalLocaleBuilder.java | 411 UnicodeLocaleExtension ue = (UnicodeLocaleExtension)e; in setLocale() local 412 for (String uatr : ue.getUnicodeLocaleAttributes()) { in setLocale() 418 for (String ukey : ue.getUnicodeLocaleKeys()) { in setLocale() 422 … _ukeywords.put(new CaseInsensitiveString(ukey), ue.getUnicodeLocaleType(ukey)); in setLocale()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | InternalLocaleBuilder.java | 411 UnicodeLocaleExtension ue = (UnicodeLocaleExtension)e; in setLocale() local 412 for (String uatr : ue.getUnicodeLocaleAttributes()) { in setLocale() 418 for (String ukey : ue.getUnicodeLocaleKeys()) { in setLocale() 422 … _ukeywords.put(new CaseInsensitiveString(ukey), ue.getUnicodeLocaleType(ukey)); in setLocale()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | InternalLocaleBuilder.java | 415 UnicodeLocaleExtension ue = (UnicodeLocaleExtension)e; in setLocale() local 416 for (String uatr : ue.getUnicodeLocaleAttributes()) { in setLocale() 422 for (String ukey : ue.getUnicodeLocaleKeys()) { in setLocale() 426 … _ukeywords.put(new CaseInsensitiveString(ukey), ue.getUnicodeLocaleType(ukey)); in setLocale()
|
/external/icu/icu4c/source/data/translit/ |
D | de_ASCII.txt | 13 [ü {u \u0308}] → ue;
|
D | rm_SURSILV_rm_FONIPA_SURSILV.txt | 73 ue → ʊɛ\u032F ;
|
D | ro_ro_FONIPA.txt | 65 ue → we ;
|
/external/f2fs-tools/mkfs/ |
D | f2fs_format.c | 105 char *ue; in cure_extension_list() local 130 ue = strtok(ext_str, ", "); in cure_extension_list() 131 while (ue != NULL) { in cure_extension_list() 132 name_len = strlen(ue); in cure_extension_list() 134 MSG(0, "\tWarn: Extension name (%s) is too long\n", ue); in cure_extension_list() 137 if (!is_extension_exist(ue)) in cure_extension_list() 138 memcpy(sb->extension_list[pos++], ue, name_len); in cure_extension_list() 140 ue = strtok(NULL, ", "); in cure_extension_list()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 97 for (unsigned ui = 0, ue = uselessRegs_->size(); ui != ue; ++ui) in allUsesAvailableAt() local
|
/external/v4l2_codec2/vda/ |
D | h264_parser.cc | 451 int ue; in ReadSE() local 455 res = ReadUE(&ue); in ReadSE() 459 if (ue % 2 == 0) in ReadSE() 460 *val = -(ue / 2); in ReadSE() 462 *val = ue / 2 + 1; in ReadSE()
|
/external/pdfium/third_party/libtiff/ |
D | tif_luv.c | 1139 unsigned int Le, ue, ve; in LogLuv32fromXYZ() local 1152 if (u <= 0.) ue = 0; in LogLuv32fromXYZ() 1153 else ue = itrunc(UVSCALE*u, em); in LogLuv32fromXYZ() 1154 if (ue > 255) ue = 255; in LogLuv32fromXYZ() 1159 return (Le << 16 | ue << 8 | ve); in LogLuv32fromXYZ()
|
/external/libcxx/utils/ci/ |
D | macos-trunk.sh | 3 set -ue
|
/external/icu/icu4c/source/data/coll/ |
D | root.txt | 801 "&ue<<ᵫ"
|