Searched defs:Build (Results 1 - 25 of 29) sorted by relevance

12

/external/sfntly/cpp/src/sfntly/table/
H A Dtable_based_table_builder.cc43 CALLER_ATTACH FontDataTable* TableBasedTableBuilder::Build() { function in class:sfntly::TableBasedTableBuilder
H A Dfont_data_table.cc80 CALLER_ATTACH FontDataTable* FontDataTable::Builder::Build() { function in class:sfntly::FontDataTable::Builder
/external/clang/lib/Analysis/
H A DCFGStmtMap.cpp78 CFGStmtMap *CFGStmtMap::Build(CFG *C, ParentMap *PM) { function in class:CFGStmtMap
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
H A Dcommands.py45 'build': 'Build',
201 Build C extension - with extended functionality
250 class Build(_build.build): class in inherits:_build.build
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
H A Dcommands.py44 'build': 'Build',
200 Build C extension - with extended functionality
249 class Build(_build.build): class in inherits:_build.build
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
H A Dcommands.py45 'build': 'Build',
201 Build C extension - with extended functionality
250 class Build(_build.build): class in inherits:_build.build
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
H A Dcommands.py44 'build': 'Build',
200 Build C extension - with extended functionality
249 class Build(_build.build): class in inherits:_build.build
/external/clang/include/clang/Basic/
H A DVersionTuple.h30 unsigned Build : 31;
38 : Major(0), Minor(0), Subminor(0), Build(0), HasMinor(false),
42 : Major(Major), Minor(0), Subminor(0), Build(0), HasMinor(false),
47 : Major(Major), Minor(Minor), Subminor(0), Build(0), HasMinor(true),
52 : Major(Major), Minor(Minor), Subminor(Subminor), Build(0),
57 unsigned Build, bool UsesUnderscores = false)
58 : Major(Major), Minor(Minor), Subminor(Subminor), Build(Build),
65 return Major == 0 && Minor == 0 && Subminor == 0 && Build == 0;
89 return Build;
56 VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor, unsigned Build, bool UsesUnderscores = false) argument
[all...]
/external/lldb/scripts/
H A Dbuildbot.py20 return "Build error: %s (referring to %s)" % (self.m_string, self.m_path)
22 return "Build error (referring to %s)" % (self.m_path)
24 return "Build error: %s" % (self.m_string)
25 return "Build error"
44 raise BuildError(string="Build directory exists", path=self.m_build_directory_path)
84 def Build(self): member in class:LLDBBuildBot
131 self.Build()
/external/skia/src/gpu/gl/
H A DGrGLProgramDesc.cpp89 bool GrGLProgramDescBuilder::Build(GrProgramDesc* desc, function in class:GrGLProgramDescBuilder
/external/skia/src/core/
H A DSkMipMap.cpp184 SkMipMap* SkMipMap::Build(const SkBitmap& src, SkDiscardableFactoryProc fact) { function in class:SkMipMap
/external/v8/src/compiler/
H A Dinstruction-selector-unittest.cc27 InstructionSelectorTest::Stream InstructionSelectorTest::StreamBuilder::Build( function in class:v8::internal::compiler::InstructionSelectorTest::StreamBuilder
119 Stream s = m.Build(kAllInstructions);
131 Stream s = m.Build(kAllInstructions);
149 Stream s = m.Build(kAllInstructions);
167 Stream s = m.Build(kAllInstructions);
176 Stream s = m.Build(kAllInstructions);
190 Stream s = m.Build(kAllInstructions);
230 Stream s = m.Build(kAllInstructions);
250 Stream s = m.Build(kAllInstructions);
271 Stream s1 = m1.Build(kAllInstruction
[all...]
H A Dinstruction-selector-unittest.h63 Stream Build(CpuFeature feature) { function in class:v8::internal::compiler::InstructionSelectorTest::FINAL
64 return Build(InstructionSelector::Features(feature));
66 Stream Build(CpuFeature feature1, CpuFeature feature2) { function in class:v8::internal::compiler::InstructionSelectorTest::FINAL
67 return Build(InstructionSelector::Features(feature1, feature2));
69 Stream Build(StreamBuilderMode mode = kTargetInstructions) { function in class:v8::internal::compiler::InstructionSelectorTest::FINAL
70 return Build(InstructionSelector::Features(), mode);
72 Stream Build(InstructionSelector::Features features,
80 return builder.Build();
88 return builder.Build();
98 return builder.Build();
[all...]
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h232 void setBuildGlobalModuleIndex(bool Build) { argument
233 BuildGlobalModuleIndex = Build;
/external/sfntly/cpp/src/sfntly/
H A Dfont.cc254 CALLER_ATTACH Font* Font::Builder::Build() { function in class:sfntly::Font::Builder
378 table.Attach(down_cast<Table*>(builder->second->Build()));
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp70 bool Build(InitListExpr *ILE);
71 void Build(const APValue &Val, const RecordDecl *RD, bool IsPrimaryBase,
358 bool ConstStructBuilder::Build(InitListExpr *ILE) { function in class:__anon966::ConstStructBuilder
419 void ConstStructBuilder::Build(const APValue &Val, const RecordDecl *RD, function in class:__anon966::ConstStructBuilder
452 Build(Val.getStructBase(Base.Index), Base.Decl, IsPrimaryBase,
553 if (!Builder.Build(ILE))
567 Builder.Build(Val, RD, false, CD, CharUnits::Zero());
633 // Build a struct with the union sub-element as the first member,
/external/vixl/src/vixl/a64/
H A Ddebugger-a64.cc242 // and Build. Commands must also define kHelp and kAliases.
273 static DebugCommand* Build(std::vector<Token*> args);
287 static DebugCommand* Build(std::vector<Token*> args);
305 static DebugCommand* Build(std::vector<Token*> args);
317 static DebugCommand* Build(std::vector<Token*> args);
339 static DebugCommand* Build(std::vector<Token*> args);
369 static DebugCommand* Build(std::vector<Token*> args);
1127 return Command::Build(args); \
1170 DebugCommand* HelpCommand::Build(std::vector<Token*> args) { function in class:vixl::HelpCommand
1187 DebugCommand* ContinueCommand::Build(st function in class:vixl::ContinueCommand
1215 DebugCommand* StepCommand::Build(std::vector<Token*> args) { function in class:vixl::StepCommand
1238 DebugCommand* DisasmCommand::Build(std::vector<Token*> args) { function in class:vixl::DisasmCommand
1318 DebugCommand* PrintCommand::Build(std::vector<Token*> args) { function in class:vixl::PrintCommand
1407 DebugCommand* ExamineCommand::Build(std::vector<Token*> args) { function in class:vixl::ExamineCommand
[all...]
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h435 uint32_t Build; member in struct:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_BuiltinType::PDB_MemberAccess::VersionInfo
/external/v8/src/arm/
H A Dlithium-arm.cc400 LPlatformChunk* LChunkBuilder::Build() { function in class:v8::internal::LChunkBuilder
/external/v8/src/arm64/
H A Dlithium-arm64.cc560 LPlatformChunk* LChunkBuilder::Build() { function in class:v8::internal::LChunkBuilder
/external/v8/src/ia32/
H A Dlithium-ia32.cc431 LPlatformChunk* LChunkBuilder::Build() { function in class:v8::internal::LChunkBuilder
/external/v8/src/mips/
H A Dlithium-mips.cc407 LPlatformChunk* LChunkBuilder::Build() { function in class:v8::internal::LChunkBuilder
/external/v8/src/mips64/
H A Dlithium-mips64.cc407 LPlatformChunk* LChunkBuilder::Build() { function in class:v8::internal::LChunkBuilder
/external/v8/src/x64/
H A Dlithium-x64.cc426 LPlatformChunk* LChunkBuilder::Build() { function in class:v8::internal::LChunkBuilder
/external/v8/src/x87/
H A Dlithium-x87.cc442 LPlatformChunk* LChunkBuilder::Build() { function in class:v8::internal::LChunkBuilder

Completed in 694 milliseconds

12