Home
last modified time | relevance | path

Searched refs:build (Results 801 - 825 of 1743) sorted by relevance

1...<<31323334353637383940>>...70

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
H A DFontDataTable.java122 throw new RuntimeException("Table not ready to build."); in data()
166 public T build() { in build() method in FontDataTable.Builder
290 * @param data the data to use to build the table
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DBitmapGlyph.java85 glyph = builder.build(); in createGlyph()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DPostScriptTableBuilder.java371 public ReadableFontData build() { in build() method in PostScriptTableBuilder
372 // Note: we always build a version 2 table. This will be the right thing to do almost all the in build()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/
H A Dinstall.bat26 go build -o %EXT_PATH%\langsvr.exe %ROOT_PATH%\src\langsvr.go
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DAudioStreamBuilder.h433 oboe::AudioStream *build();
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DMultiChannelResampler.h57 MultiChannelResampler *build();
/third_party/skia/src/xml/
H A DSkDOM.h54 virtual const Node* build(SkStream&);
/third_party/skia/tests/
H A DSkDOMTest.cpp45 const SkDOM::Node* root = dom.build(docStream); in DEF_TEST()
/third_party/python/Lib/distutils/command/
H A Dbuild.py1 """distutils.command.build
3 Implements the Distutils 'build' command."""
16 class build(Command): class
18 description = "build everything needed to install"
21 ('build-base=', 'b',
22 "base directory for build library"),
23 ('build-purelib=', None,
24 "build directory for platform-neutral distributions"),
25 ('build-platlib=', None,
26 "build director
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbirb.h134 RBBIDataHeader *build(UErrorCode &status);
172 RBBITableBuilder *fForwardTable; // State transition table, build time form.
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestriebuilder.h84 * Another call to any build() variant will re-serialize the trie.
94 BytesTrie *build(UStringTrieBuildOption buildOption, UErrorCode &errorCode);
105 * If buildStringPiece() is called after build(), the trie will be
106 * re-serialized into a new array (because build() passes on ownership).
107 * If build() is called after buildStringPiece(), the trie object returned
108 * by build() will become the owner of the underlying string for the
H A Ducharstriebuilder.h82 * Another call to any build() variant will re-serialize the trie.
92 UCharsTrie *build(UStringTrieBuildOption buildOption, UErrorCode &errorCode);
103 * If buildUnicodeString() is called after build(), the trie will be
104 * re-serialized into a new array (because build() passes on ownership).
105 * If build() is called after buildUnicodeString(), the trie object returned
106 * by build() will become the owner of the underlying data for the
/third_party/typescript/tests/baselines/reference/tsbuild/declarationEmit/
H A Dwhen-declaration-file-is-referenced-through-triple-slash.js61 [12:00:21 AM] Projects in this build:
/third_party/typescript/tests/baselines/reference/tsbuild/moduleSpecifiers/
H A Dsynthesized-module-specifiers-across-projects-resolve-correctly.js129 [12:00:24 AM] Projects in this build:
H A Dsynthesized-module-specifiers-resolve-correctly.js119 [12:00:19 AM] Projects in this build:
/third_party/typescript/tests/baselines/reference/tsbuild/outFile/
H A Dnon-module-projects-without-prepend.js134 [12:00:14 AM] Projects in this build:
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/
H A Dbuilds-till-project-specified.js113 /lib/tsc --build /src/logic/tsconfig.json
H A Ddoes-not-rebuild-if-there-is-no-program-and-bundle-in-the-ts-build-info-event-if-version-doesnt-match-ts-version.js196 [12:00:23 AM] Projects in this build:
H A Drebuilds-from-start-if-force-option-is-set.js390 [12:00:26 AM] Projects in this build:
/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generated_code_proto2_pb.rb6 Google::Protobuf::DescriptorPool.generated_pool.build do
H A Druby_generated_code_pb.rb6 Google::Protobuf::DescriptorPool.generated_pool.build do
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessage.java132 Message build(); in build() method
/third_party/protobuf/objectivec/Tests/CocoaPods/
H A Drun_tests.sh138 xcodebuild "${xcodebuild_args[@]}" build
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DAbstractSchemaTest.java152 msg = (T) msg.toBuilder().build(); in testRequiredFields()
H A DPackedFieldTest.java222 .build(); in testPackedSerialization()

Completed in 11 milliseconds

1...<<31323334353637383940>>...70