Home
last modified time | relevance | path

Searched refs:getForm (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp87 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 …]
DAsmPrinterDwarf.cpp264 assert(V.getForm() && "Too many attributes for DIE (check abbreviation)"); in emitDwarfDIE()
DDIEHash.cpp256 switch (Value.getForm()) { in hashAttribute()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java299 (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/
DIntlTestDecimalFormatAPI.java302 (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/
DDWARFDie.cpp90 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()
DDWARFAcceleratorTable.cpp104 FormValue.getForm() == dwarf::DW_FORM_sdata) in validateForms()
152 switch (Value->getForm()) { in extractOffset()
DDWARFVerifier.cpp537 const auto Form = AttrValue.Value.getForm(); in verifyDebugInfoForm()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
DMathContext.java471 public int getForm(){ in getForm() method in MathContext
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
DMathContext.java489 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/
DDWARFFormValue.h75 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/
DDWARFLinkerCompileUnit.h39 *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/
DDIE.h68 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/
DDecimalFormat.java1295 icuMathContextForm = mathContextICU.getForm(); in setMathContextICU()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java1366 icuMathContextForm = mathContextICU.getForm(); in setMathContextICU()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
DDiagBigDecimalTest.java722 …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/
DDiagBigDecimalTest.java719 …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/
Dicu4j62.api3.gz
Dicu4j61.api3.gz
Dicu4j60.api3.gz
Dicu4j67.api3.gz
Dicu4j69.api3.gz
Dicu4j64.api3.gz
Dicu4j65.api3.gz
Dicu4j63.api3.gz

12