HomeSort by relevance Sort by last modified time
    Searched defs:Build (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/clang/lib/Analysis/
CFGStmtMap.cpp 78 CFGStmtMap *CFGStmtMap::Build(CFG *C, ParentMap *PM) {
  /external/sfntly/cpp/src/sfntly/table/
table_based_table_builder.cc 43 CALLER_ATTACH FontDataTable* TableBasedTableBuilder::Build() {
font_data_table.cc 57 throw IOException("Table not ready to build.");
80 CALLER_ATTACH FontDataTable* FontDataTable::Builder::Build() {
87 throw IOException("Table not ready to build.");
  /system/core/libbacktrace/
BacktraceMap.cpp 99 bool BacktraceMap::Build() {
140 if (!map->Build()) {
UnwindMap.cpp 66 bool UnwindMap::Build() {
116 bool UnwindMapLocal::Build() {
147 if (!map->Build()) {
  /external/skia/src/gpu/gl/
GrGLProgramDesc.cpp 89 bool GrGLProgramDescBuilder::Build(GrProgramDesc* desc,
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
commands.py 29 from distutils.command import build as _build
45 'build': 'Build',
201 Build C extension - with extended functionality
214 The extension to build. If it's a pure
250 class Build(_build.build):
254 _build.build.initialize_options(self)
255 if _option_defaults.has_key('build'):
256 for opt_name, default in _option_defaults['build']
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
commands.py 30 from distutils.command import build as _build
44 'build': 'Build',
200 Build C extension - with extended functionality
213 The extension to build. If it's a pure
249 class Build(_build.build):
253 _build.build.initialize_options(self)
254 if 'build' in _option_defaults:
255 for opt_name, default in _option_defaults['build']
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
commands.py 29 from distutils.command import build as _build
45 'build': 'Build',
201 Build C extension - with extended functionality
214 The extension to build. If it's a pure
250 class Build(_build.build):
254 _build.build.initialize_options(self)
255 if _option_defaults.has_key('build'):
256 for opt_name, default in _option_defaults['build']
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
commands.py 30 from distutils.command import build as _build
44 'build': 'Build',
200 Build C extension - with extended functionality
213 The extension to build. If it's a pure
249 class Build(_build.build):
253 _build.build.initialize_options(self)
254 if 'build' in _option_defaults:
255 for opt_name, default in _option_defaults['build']
    [all...]
  /external/lldb/scripts/
buildbot.py 20 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):
100 raise BuildError(string="Couldn't build LLVM/Clang")
111 "OBJROOT=build"],
116 raise BuildError(string="Couldn't build LLDB")
131 self.Build()
    [all...]
  /external/v8/src/compiler/
instruction-selector-unittest.h 63 Stream Build(CpuFeature feature) {
64 return Build(InstructionSelector::Features(feature));
66 Stream Build(CpuFeature feature1, CpuFeature feature2) {
67 return Build(InstructionSelector::Features(feature1, feature2));
69 Stream Build(StreamBuilderMode mode = kTargetInstructions) {
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...]
instruction-selector-unittest.cc 27 InstructionSelectorTest::Stream InstructionSelectorTest::StreamBuilder::Build(
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(kAllInstructions)
    [all...]
  /bootable/recovery/edify/
expr.c 325 Expr* Build(Function fn, YYLTYPE loc, int count, ...) {
  /external/skia/src/core/
SkMipMap.cpp 184 SkMipMap* SkMipMap::Build(const SkBitmap& src, SkDiscardableFactoryProc fact) {
209 return NULL; // don't build mipmaps for any other colortypes (yet)
  /art/cmdline/
cmdline_parser.h 38 // Build a parser for command line arguments with a small domain specific language.
47 struct Builder; // Build the parser.
48 struct UntypedArgumentBuilder; // Build arguments which weren't yet given a type.
361 // Build a new parser given a chain of calls to define arguments.
411 CmdlineParser Build() {
  /art/compiler/utils/
test_dex_file_builder.h 81 std::unique_ptr<const DexFile> Build(const std::string& dex_location) {
  /external/sfntly/cpp/src/sfntly/
font.cc 254 CALLER_ATTACH Font* Font::Builder::Build() {
372 // Now build all the tables.
378 table.Attach(down_cast<Table*>(builder->second->Build()));
383 std::string builder_string = "Unable to build table - ";
450 // set the inter table data required to build certain tables
  /frameworks/base/core/java/android/os/
Build.java 29 * Information about the current build, extracted from system properties.
31 public class Build {
32 private static final String TAG = "Build";
34 /** Value used for when a build property is unknown. */
38 public static final String ID = getString("ro.build.id");
40 /** A build ID string meant for displaying to the user */
41 public static final String DISPLAY = getString("ro.build.display.id");
149 * represent this build. E.g., a perforce changelist number
152 public static final String INCREMENTAL = getString("ro.build.version.incremental");
157 public static final String RELEASE = getString("ro.build.version.release")
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 70 bool Build(InitListExpr *ILE);
71 void Build(const APValue &Val, const RecordDecl *RD, bool IsPrimaryBase,
358 bool ConstStructBuilder::Build(InitListExpr *ILE) {
419 void ConstStructBuilder::Build(const APValue &Val, const RecordDecl *RD,
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,
    [all...]
  /external/vixl/src/vixl/a64/
debugger-a64.cc 242 // 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) {
1187 DebugCommand* ContinueCommand::Build(std::vector<Token*> args)
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 31 import android.os.Build;
116 * them from the build system somehow.
237 Build.ensureFingerprintProperty();
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 435 uint32_t Build;
  /external/v8/src/arm/
lithium-arm.cc 400 LPlatformChunk* LChunkBuilder::Build() {
    [all...]
  /external/v8/src/arm64/
lithium-arm64.cc 560 LPlatformChunk* LChunkBuilder::Build() {
    [all...]

Completed in 1757 milliseconds

1 2 3