/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 87 if (!dwarf::isValidFormForVersion(AttrData.getForm(), in Emit() 89 LLVM_DEBUG(dbgs() << "Invalid form " << format("0x%x", AttrData.getForm()) in Emit() 95 AP->EmitULEB128(AttrData.getForm(), in Emit() 96 dwarf::FormEncodingString(AttrData.getForm()).data()); in Emit() 99 if (AttrData.getForm() == dwarf::DW_FORM_implicit_const) in Emit() 122 << dwarf::FormEncodingString(Data[i].getForm()); in print() 124 if (Data[i].getForm() == dwarf::DW_FORM_implicit_const) in print() 189 if (V.getForm() == dwarf::DW_FORM_implicit_const) in generateAbbrev() 193 Abbrev.AddAttribute(V.getAttribute(), V.getForm()); in generateAbbrev() 240 O << " " << dwarf::FormEncodingString(V.getForm()) << " "; in printValues() [all …]
|
D | AsmPrinterDwarf.cpp | 264 assert(V.getForm() && "Too many attributes for DIE (check abbreviation)"); in emitDwarfDIE()
|
D | DIEHash.cpp | 256 switch (Value.getForm()) { in hashAttribute()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPI.java | 299 (comp1.getForm() != resultICU.getForm()) || in testJB4971() 311 (comp2.getForm() != resultICU.getForm()) || in testJB4971()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPI.java | 302 (comp1.getForm() != resultICU.getForm()) || in testJB4971() 314 (comp2.getForm() != resultICU.getForm()) || in testJB4971()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 90 if (FormValue.getForm() == DW_FORM_loclistx) { in dumpLocation() 309 if (FormValue.getForm() == DW_FORM_rnglistx) in dumpAttribute() 456 if (Value->getForm() == DW_FORM_rnglistx) in getAddressRanges() 502 if (Location->getForm() == DW_FORM_loclistx) { in getLocations() 520 dwarf::FormEncodingString(Location->getForm()).data()); in getLocations()
|
D | DWARFAcceleratorTable.cpp | 104 FormValue.getForm() == dwarf::DW_FORM_sdata) in validateForms() 152 switch (Value->getForm()) { in extractOffset()
|
D | DWARFVerifier.cpp | 537 const auto Form = AttrValue.Value.getForm(); in verifyDebugInfoForm()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
D | MathContext.java | 471 public int getForm(){ in getForm() method in MathContext
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
D | MathContext.java | 489 public int getForm(){ in getForm() method in MathContext
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 75 dwarf::Form getForm() const { return Form; } in getForm() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 39 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 68 dwarf::Form getForm() const { return Form; } in getForm() function 471 dwarf::Form getForm() const { return Form; } in getForm() function
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DecimalFormat.java | 1295 icuMathContextForm = mathContextICU.getForm(); in setMathContextICU()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 1366 icuMathContextForm = mathContextICU.getForm(); in setMathContextICU()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 722 …TestFmwk.assertTrue("cuc021", (ohos.global.icu.math.MathContext.DEFAULT.getForm()) == ohos.global.… in diagmutation() 730 … TestFmwk.assertTrue("cuc031", (mc9.getForm()) == ohos.global.icu.math.MathContext.SCIENTIFIC); in diagmutation() 734 … TestFmwk.assertTrue("cuc035", (mcld.getForm()) == ohos.global.icu.math.MathContext.SCIENTIFIC); in diagmutation() 738 TestFmwk.assertTrue("cuc039", (mcfd.getForm()) == ohos.global.icu.math.MathContext.PLAIN); in diagmutation() 4390 …TestFmwk.assertTrue("mcn002", (ohos.global.icu.math.MathContext.DEFAULT.getForm())==ohos.global.ic… in diagmathcontext() 4391 …TestFmwk.assertTrue("mcn003", (ohos.global.icu.math.MathContext.DEFAULT.getForm())!=ohos.global.ic… in diagmathcontext() 4392 …TestFmwk.assertTrue("mcn004", (ohos.global.icu.math.MathContext.DEFAULT.getForm())!=ohos.global.ic… in diagmathcontext() 4407 … TestFmwk.assertTrue("mcn022", (mccon1.getForm())==ohos.global.icu.math.MathContext.SCIENTIFIC); in diagmathcontext() 4413 … TestFmwk.assertTrue("mcn032", (mccon2.getForm())==ohos.global.icu.math.MathContext.ENGINEERING); in diagmathcontext() 4419 TestFmwk.assertTrue("mcn042", (mccon3.getForm())==ohos.global.icu.math.MathContext.PLAIN); in diagmathcontext() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 719 …TestFmwk.assertTrue("cuc021", (com.ibm.icu.math.MathContext.DEFAULT.getForm()) == com.ibm.icu.math… in diagmutation() 727 TestFmwk.assertTrue("cuc031", (mc9.getForm()) == com.ibm.icu.math.MathContext.SCIENTIFIC); in diagmutation() 731 TestFmwk.assertTrue("cuc035", (mcld.getForm()) == com.ibm.icu.math.MathContext.SCIENTIFIC); in diagmutation() 735 TestFmwk.assertTrue("cuc039", (mcfd.getForm()) == com.ibm.icu.math.MathContext.PLAIN); in diagmutation() 4387 …TestFmwk.assertTrue("mcn002", (com.ibm.icu.math.MathContext.DEFAULT.getForm())==com.ibm.icu.math.M… in diagmathcontext() 4388 …TestFmwk.assertTrue("mcn003", (com.ibm.icu.math.MathContext.DEFAULT.getForm())!=com.ibm.icu.math.M… in diagmathcontext() 4389 …TestFmwk.assertTrue("mcn004", (com.ibm.icu.math.MathContext.DEFAULT.getForm())!=com.ibm.icu.math.M… in diagmathcontext() 4404 TestFmwk.assertTrue("mcn022", (mccon1.getForm())==com.ibm.icu.math.MathContext.SCIENTIFIC); in diagmathcontext() 4410 TestFmwk.assertTrue("mcn032", (mccon2.getForm())==com.ibm.icu.math.MathContext.ENGINEERING); in diagmathcontext() 4416 TestFmwk.assertTrue("mcn042", (mccon3.getForm())==com.ibm.icu.math.MathContext.PLAIN); in diagmathcontext() [all …]
|
/third_party/icu/icu4j/tools/build/ |
D | icu4j62.api3.gz |
|
D | icu4j61.api3.gz |
|
D | icu4j60.api3.gz |
|
D | icu4j67.api3.gz |
|
D | icu4j69.api3.gz |
|
D | icu4j64.api3.gz |
|
D | icu4j65.api3.gz |
|
D | icu4j63.api3.gz |
|