Home
last modified time | relevance | path

Searched defs:addUnit (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/npm/node_modules/are-we-there-yet/lib/
Dtracker-group.js25 addUnit (unit, weight) { method in TrackerGroup
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp26 void DwarfFile::addUnit(std::unique_ptr<DwarfCompileUnit> U) { in addUnit() function in DwarfFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp120 DWARFUnit *DWARFUnitVector::addUnit(std::unique_ptr<DWARFUnit> Unit) { in addUnit() function in DWARFUnitVector
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMeasureUnit.java382 … protected synchronized static MeasureUnit addUnit(String type, String unitName, Factory factory) { in addUnit() method in MeasureUnit
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMeasureUnit.java866 … protected synchronized static MeasureUnit addUnit(String type, String unitName, Factory factory) { in addUnit() method in MeasureUnit
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp197 void SIScheduleBlock::addUnit(SUnit *SU) { in addUnit() function in SIScheduleBlock
/third_party/typescript/tests/baselines/reference/
Dparserharness.js3165 function addUnit(code, unitName, isResident, isDeclareFile, references) { function