/external/skia/experimental/svg/model/ |
SkSVGStop.h | 37 SkSVGLength fOffset = SkSVGLength(0 , SkSVGLength::Unit::kPercentage);
|
SkSVGAttributeParser.cpp | 91 bool SkSVGAttributeParser::parseLengthUnitToken(SkSVGLength::Unit* unit) { 94 SkSVGLength::Unit fUnit; 96 { "%" , SkSVGLength::Unit::kPercentage }, 97 { "em", SkSVGLength::Unit::kEMS }, 98 { "ex", SkSVGLength::Unit::kEXS }, 99 { "px", SkSVGLength::Unit::kPX }, 100 { "cm", SkSVGLength::Unit::kCM }, 101 { "mm", SkSVGLength::Unit::kMM }, 102 { "in", SkSVGLength::Unit::kIN } [all...] |
/external/skqp/experimental/svg/model/ |
SkSVGStop.h | 37 SkSVGLength fOffset = SkSVGLength(0 , SkSVGLength::Unit::kPercentage);
|
SkSVGAttributeParser.cpp | 91 bool SkSVGAttributeParser::parseLengthUnitToken(SkSVGLength::Unit* unit) { 94 SkSVGLength::Unit fUnit; 96 { "%" , SkSVGLength::Unit::kPercentage }, 97 { "em", SkSVGLength::Unit::kEMS }, 98 { "ex", SkSVGLength::Unit::kEXS }, 99 { "px", SkSVGLength::Unit::kPX }, 100 { "cm", SkSVGLength::Unit::kCM }, 101 { "mm", SkSVGLength::Unit::kMM }, 102 { "in", SkSVGLength::Unit::kIN } [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
dwarfdump-str-offsets-invalid-6.s | 48 .long CU1_5_end-CU1_5_version # Length of Unit 51 .byte 1 # DWARF Unit Type 54 # A compile-unit DIE, which has no attributes. 60 .long CU2_5_end-CU2_5_version # Length of Unit 63 .byte 1 # DWARF Unit Type 66 # A compile-unit DIE, which has no attributes.
|
dwarfdump-rnglists.s | 8 # We use very simplified compile unit dies. 47 .long CU1_5_end-CU1_5_version # Length of Unit 50 .byte 1 # DWARF Unit Type 53 # The compile-unit DIE, which has DW_AT_rnglists_base and DW_AT_ranges. 61 .long CU2_5_end-CU2_5_version # Length of Unit 64 .byte 1 # DWARF Unit Type 67 # The compile-unit DIE, which has DW_AT_rnglists_base and DW_AT_ranges. 74 .long CU3_5_end-CU3_5_version # Length of Unit 77 .byte 1 # DWARF Unit Type 80 # The compile-unit DIE, which has DW_AT_rnglists_base and DW_AT_ranges [all...] |
/external/llvm/tools/dsymutil/ |
DwarfLinker.cpp | 166 /// Get the child of \a Context described by \a DIE in \a Unit. The 176 const DWARFDebugInfoEntryMinimal *DIE, CompileUnit &Unit, 182 /// \brief Stores all information relating to a compile unit, be it in 260 /// Mark every DIE in this unit as kept. This function also 265 /// \brief Compute the end offset for this unit. Must be 267 /// \returns the next unit offset (which is also the current 355 /// functions in this unit, associated with the PC offset to apply 360 /// all the unit's function addresses. 372 /// \brief Accelerator entries for the unit, both for the pub* 385 /// Is this unit subject to the ODR rule [all...] |
/external/llvm/lib/CodeGen/ |
TargetRegisterInfo.cpp | 67 Printable PrintRegUnit(unsigned Unit, const TargetRegisterInfo *TRI) { 68 return Printable([Unit, TRI](raw_ostream &OS) { 71 OS << "Unit~" << Unit; 76 if (Unit >= TRI->getNumRegUnits()) { 77 OS << "BadUnit~" << Unit; 82 MCRegUnitRootIterator Roots(Unit, TRI); 83 assert(Roots.isValid() && "Unit has no roots."); 90 Printable PrintVRegOrUnit(unsigned Unit, const TargetRegisterInfo *TRI) { 91 return Printable([Unit, TRI](raw_ostream &OS) [all...] |
/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/ |
NavigationController.kt | 42 body: (name: TextView, icon: ImageView) -> Unit = { _, _ -> }
|
/external/antlr/runtime/Ruby/test/unit/ |
test-recognizers.rb | 5 require 'test/unit' 10 class TestTokenSource < Test::Unit::TestCase 37 class TestLexer < Test::Unit::TestCase
|
test-dfa.rb | 5 require 'test/unit' 21 class TestDFA < Test::Unit::TestCase
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_span.c | 72 _swrast_map_texture(ctx, ctx->Texture.Unit[i]._Current); 74 _swrast_unmap_texture(ctx, ctx->Texture.Unit[i]._Current);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
empty-CU.s | 4 # CHECK: error: Compilation unit without DIE. 12 .long 7 # Unit lengthh...
|
/frameworks/base/cmds/idmap2/idmap2/ |
Main.cpp | 33 using android::idmap2::Unit; 36 std::map<std::string, std::function<Result<Unit>(const std::vector<std::string>&)>>;
|
Create.cpp | 43 using android::idmap2::Unit; 47 Result<Unit> Create(const std::vector<std::string>& args) { 120 return Unit{};
|
/external/clang/lib/CodeGen/ |
CGDebugInfo.cpp | 455 // Create new compile unit. 618 llvm::DIFile *Unit) { 641 return getOrCreateType(QualType(T, 0), Unit); 644 auto *FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit); 652 llvm::DIFile *Unit) { 658 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); 661 Ty->getPointeeType(), Unit); 665 llvm::DIFile *Unit) { 667 Ty->getPointeeType(), Unit); 749 llvm::DIFile *Unit) { [all...] |
/external/clang/tools/libclang/ |
CIndexDiagnostic.cpp | 212 unsigned clang_getNumDiagnostics(CXTranslationUnit Unit) { 213 if (cxtu::isNotUsableTU(Unit)) { 214 LOG_BAD_TU(Unit); 217 if (!cxtu::getASTUnit(Unit)) 219 return lazyCreateDiags(Unit, /*checkIfChanged=*/true)->getNumDiagnostics(); 222 CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit, unsigned Index) { 223 if (cxtu::isNotUsableTU(Unit)) { 224 LOG_BAD_TU(Unit); 228 CXDiagnosticSet D = clang_getDiagnosticSetFromTU(Unit); 239 CXDiagnosticSet clang_getDiagnosticSetFromTU(CXTranslationUnit Unit) { [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
DWARFYAML.cpp | 99 void MappingTraits<DWARFYAML::Unit>::mapping(IO &IO, DWARFYAML::Unit &Unit) { 100 IO.mapRequired("Length", Unit.Length); 101 IO.mapRequired("Version", Unit.Version); 102 if (Unit.Version >= 5) 103 IO.mapRequired("UnitType", Unit.Type); 104 IO.mapRequired("AbbrOffset", Unit.AbbrOffset); 105 IO.mapRequired("AddrSize", Unit.AddrSize); 106 IO.mapOptional("Entries", Unit.Entries) [all...] |
/external/catch2/include/reporters/ |
catch_reporter_console.cpp | 194 enum class Unit { 208 Unit m_units; 211 explicit Duration(uint64_t inNanoseconds, Unit units = Unit::Auto) 214 if (m_units == Unit::Auto) { 216 m_units = Unit::Nanoseconds; 218 m_units = Unit::Microseconds; 220 m_units = Unit::Milliseconds; 222 m_units = Unit::Seconds; 224 m_units = Unit::Minutes [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
DwarfLinker.h | 70 /// Remembers the oldest and newest DWARF version we've seen in a unit. 76 /// Remembers the kinds of accelerator tables we've seen in a unit. 191 /// If this compile unit is really a skeleton CU that points to a 197 bool registerModuleReference(const DWARFDie &CUDie, const DWARFUnit &Unit, 235 CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, 239 const DWARFDie &DIE, CompileUnit &Unit, 244 const DebugMapObject &DMO, CompileUnit &Unit, 280 /// compile unit. 355 CompileUnit &Unit); 368 const CompileUnit &Unit, [all...] |
DwarfStreamer.cpp | 142 /// Emit the compilation unit header for \p Unit in the debug_info section. 145 /// uint32_t Unit length (omitting this field) 151 void DwarfStreamer::emitCompileUnitHeader(CompileUnit &Unit) { 152 unsigned Version = Unit.getOrigUnit().getVersion(); 155 /// The start of the unit within its section. 156 Unit.setLabelBegin(Asm->createTempSymbol("cu_begin")); 157 Asm->OutStreamer->EmitLabel(Unit.getLabelBegin()); 162 Asm->emitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset() - 4) [all...] |
/external/icu/icu4c/source/i18n/ |
decNumber.cpp | 169 /* lsu -- least significant Unit (of coefficient) */ 172 /* msu -- most significant Unit (of coefficient) */ 215 static const Unit uarrone[1]={1}; /* Unit array of 1, used for incrementing */ 239 /* QUOT10 -- macro to return the quotient of unit u divided by 10**n */ 268 static Int decGetDigits(Unit *, Int); 280 static void decReverse(Unit *, Unit *); 281 static void decSetCoeff(decNumber *, decContext *, const Unit *, 286 static Int decShiftToLeast(Unit *, Int, Int) [all...] |
/external/clang/lib/ARCMigrate/ |
ARCMT.cpp | 272 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCompilerInvocationAction( 274 if (!Unit) { 282 ASTContext &Ctx = Unit->getASTContext(); 286 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); 295 Unit->getPreprocessor()); 310 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); 316 TransformActions testAct(*Diags, capturedDiags, Ctx, Unit->getPreprocessor()); 317 MigrationPass pass(Ctx, OrigGCMode, Unit->getSema(), testAct, capturedDiags, 548 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCompilerInvocationAction( 550 if (!Unit) { [all...] |
/external/autotest/client/deps/glbench/src/ |
cleartest.cc | 19 virtual const char* Unit() const { return "mpixels_sec"; }
|
readpixeltest.cc | 21 virtual const char* Unit() const { return "mpixels_sec"; }
|