/external/icu4c/data/lang/ |
D | en.txt | 556 zh_Hans{"Simplified Chinese"} 609 Hans{"Simplified Han"} 725 gb2312han{"Simplified Chinese Sort Order - GB2312"} 727 pinyin{"Simplified Chinese Pinyin Sort Order"} 746 hans{"Simplified Chinese Numerals"} 747 hansfin{"Simplified Chinese Financial Numerals"}
|
/external/valgrind/main/helgrind/ |
D | README_YARD.txt | 22 * Simplified and scalable storage management, so that large programs,
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | Encodings.properties | 122 # GBK, Simplified Chinese 174 # GB2312, EUC encoding, Simplified Chinese 177 # GB2312 and CNS11643 in ISO 2022 CN form, Simplified and Traditional Chinese (conversion to Unicod…
|
/external/libvpx/ |
D | examples.mk | 57 simple_decoder.DESCRIPTION = Simplified decoder loop 68 simple_encoder.DESCRIPTION = Simplified encoder loop
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 359 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV); in ThreadBinOpOverSelect() local 360 if (Simplified && Simplified->getOpcode() == Opcode) { in ThreadBinOpOverSelect() 367 if (Simplified->getOperand(0) == UnsimplifiedLHS && in ThreadBinOpOverSelect() 368 Simplified->getOperand(1) == UnsimplifiedRHS) in ThreadBinOpOverSelect() 369 return Simplified; in ThreadBinOpOverSelect() 370 if (Simplified->isCommutative() && in ThreadBinOpOverSelect() 371 Simplified->getOperand(1) == UnsimplifiedLHS && in ThreadBinOpOverSelect() 372 Simplified->getOperand(0) == UnsimplifiedRHS) in ThreadBinOpOverSelect() 373 return Simplified; in ThreadBinOpOverSelect()
|
D | BasicAliasAnalysis.cpp | 290 if (const Value *Simplified = in DecomposeGEPExpression() local 292 V = Simplified; in DecomposeGEPExpression()
|
D | ValueTracking.cpp | 1769 if (Value *Simplified = SimplifyInstruction(I, TD, 0)) { in GetUnderlyingObject() local 1770 V = Simplified; in GetUnderlyingObject()
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1305 SmallPtrSet<Instruction*,16> &Simplified, in pushIVUsers() argument 1316 if (User != Def && Simplified.insert(User)) in pushIVUsers() 1381 SmallPtrSet<Instruction*,16> Simplified; in SimplifyIVUsersNoRewrite() local 1389 pushIVUsers(CurrIV, Simplified, SimpleIVUsers); in SimplifyIVUsersNoRewrite() 1398 pushIVUsers(Operand, Simplified, SimpleIVUsers); in SimplifyIVUsersNoRewrite() 1409 pushIVUsers(UseInst, Simplified, SimpleIVUsers); in SimplifyIVUsersNoRewrite()
|
/external/libphonenumber/java/ |
D | release_notes.txt | 43 - TW in English, Simplified and Traditional Chinese 62 Simplified and Traditional Chinese, and CN in Simplified Chinese.
|
/external/bluetooth/glib/po/ |
D | ChangeLog | 423 * zh_CN.po: Updated Chinese Simplified translation by 1900 * zh_CN.po: Updated Simplified Chinese translation from Yang Zhang. 2067 * zh_CN.po: Updated Simplified Chinese translation. 2354 * zh_CN.po: Updated Simplified Chinese translation. 2554 * zh_CN.po: Updated Simplified Chinese translation. 2683 * zh_CN.po: Updated Simplified Chinese translation. 2996 * zh_CN.po: Updated Simplified Chinese translation. 3144 * zh_CN.po: Updated Simplified Chinese translation. 3369 * zh_CN.po: Updated Simplified Chinese translation. 3405 * zh_CN.po: Updated Simplified Chinese translation. [all …]
|
D | zh_CN.po | 17 "Language-Team: Chinese/Simplified <i18n-translation@lists.linux.net.cn>\n"
|
/external/webkit/Source/WebKit/gtk/po/ |
D | ChangeLog | 55 Update Simplified Chinese (zh_CN) translation of WebKitGtk 505 Simplified Chinese translation
|
/external/icu4c/data/mappings/ |
D | convrtrs.txt | 1266 ibm-13676_P102-2001 { UTR22* } ibm-13676 { IBM* } # Simplified Chinese (EBCDIC) 1267 ibm-1380_P100-1995 { UTR22* } ibm-1380 { IBM* } x-IBM1380 { JAVA } # Simplified Chinese (DBCS sub… 1268 …1381 { IBM* JAVA } cp1381 { JAVA* } 1381 { JAVA } x-IBM1381 { JAVA } # Simplified Chinese PC Data … 1269 ibm-1382_P100-1995 { UTR22* } ibm-1382 { IBM* } x-IBM1382 { JAVA } # Simplified Chinese (DBCS sub… 1270 ibm-17221_P100-2001 { UTR22* } ibm-17221 { IBM* } # Simplified Chinese (EBCDIC) 1301 ibm-837_P100-1995 { UTR22* } ibm-837 { IBM* } x-IBM837 { JAVA } # Simplified Chinese (DBCS subse… 1320 ibm-928_P100-1995 { UTR22* } ibm-928 { IBM* } # Simplified Chinese (DBCS subset of ibm-936) 1323 ibm-946_P100-1995 { UTR22* } ibm-946 { IBM* } # Simplified Chinese
|
/external/bison/tests/ |
D | cxx-type.at | 31 [[/* Simplified C++ Type and Expression Grammar. */
|
/external/icu4c/data/translit/ |
D | root.txt | 1090 Simplified-Traditional { 1096 Traditional-Simplified {
|
/external/tinyxml/ |
D | readme.txt | 172 and Simplified Chinese. (Hopefully they are translated correctly). The file 174 if you don't have the correct fonts (Simplified Chinese or Russian) on your
|
/external/doclava/src/com/google/doclava/parser/ |
D | Java.g | 251 * Simplified primary (got rid of those things that are only used in
|
/external/dropbear/libtomcrypt/ |
D | changes | 816 -- Simplified one of the boolean functions in MD4 1114 -- Simplified the RSA, DH and ECC encrypt() routines where they use CTR to encode the message 1155 -- Simplified the Yarrow code once again :-) 1279 -- Simplified the yarrow code to take advantage of the new CTR code.
|
/external/bluetooth/glib/ |
D | NEWS | 65 Simplified Chinese 266 Simplified Chinese (zh_CN) 1537 Simplified Chinese (zh_CN)
|
/external/webkit/Source/WebKit/gtk/ |
D | NEWS | 68 Bug 42496 - Update Simplified Chinese (zh_CN) translation of WebKitGtk (Christian Dywan)
|
/external/libpng/ |
D | CHANGES | 679 Simplified the code that detects old png.h in png.c and pngtest.c 1030 Simplified png_create_struct_2(). 1518 Simplified some makefiles by using LIBSO, LIBSOMAJ, and LIBSOVER macros.
|
/external/chromium/net/base/ |
D | effective_tld_names.dat | 4750 // xn--fiqs8s ("China" Chinese-Han-Simplified <.Zhonggou>) : CN 4883 // xn--kprw13d ("Taiwan" Chinese-Han-Simplified) : TW
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 1397 * stlport/stl/_uninitialized.h: Simplified __uninitialized_copy_fill 2803 * stlport/stl/type_manips.h, type_traits.h: Simplified metaprograming 3044 * stlport/stl/_threads.h: Simplified expression used to instanciate 3050 * test/unit/map_test.cpp, set_test.cpp: Simplified call to map constructor 3486 * stlport/stl/type_traits.h: Simplified code removing the _IsConvertibleIfNot 4688 * stlport/errno.h: solution 2005-04-12 not useful. Simplified schema,
|
D | ChangeLog | 972 * src/c_locale_win32/c_locale_win32.c: Simplified Win32 localization 2028 * src/locale.cpp: Simplified locale::_M_throw_runtime_error
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 8315 (KWQKHTMLPartImpl::slotData): Simplified a bit. 9882 * kwq/qt/qpushbutton.h: Simplified. 10653 (QPainter::drawPixmap): Simplified. 10674 * kwq/KWQVariant.mm: Simplified. 11578 Simplified APPLE_CHANGES for better merging. 11715 Simplified. 11829 Simplified, removed unused code, minor tweaks. 13405 (Font::drawText): Simplified implementation for now. 13406 (Font::width): Simplified implementation for now.
|