/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
H A D | FontDataTable.java | 122 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 D | BitmapGlyph.java | 85 glyph = builder.build(); in createGlyph()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | PostScriptTableBuilder.java | 371 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 D | install.bat | 26 go build -o %EXT_PATH%\langsvr.exe %ROOT_PATH%\src\langsvr.go
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
H A D | AudioStreamBuilder.h | 433 oboe::AudioStream *build();
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
H A D | MultiChannelResampler.h | 57 MultiChannelResampler *build();
|
/third_party/skia/src/xml/ |
H A D | SkDOM.h | 54 virtual const Node* build(SkStream&);
|
/third_party/skia/tests/ |
H A D | SkDOMTest.cpp | 45 const SkDOM::Node* root = dom.build(docStream); in DEF_TEST()
|
/third_party/python/Lib/distutils/command/ |
H A D | build.py | 1 """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 D | rbbirb.h | 134 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 D | bytestriebuilder.h | 84 * 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 D | ucharstriebuilder.h | 82 * 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 D | when-declaration-file-is-referenced-through-triple-slash.js | 61 [[90m12:00:21 AM[0m] Projects in this build:
|
/third_party/typescript/tests/baselines/reference/tsbuild/moduleSpecifiers/ |
H A D | synthesized-module-specifiers-across-projects-resolve-correctly.js | 129 [[90m12:00:24 AM[0m] Projects in this build:
|
H A D | synthesized-module-specifiers-resolve-correctly.js | 119 [[90m12:00:19 AM[0m] Projects in this build:
|
/third_party/typescript/tests/baselines/reference/tsbuild/outFile/ |
H A D | non-module-projects-without-prepend.js | 134 [[90m12:00:14 AM[0m] Projects in this build:
|
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/ |
H A D | builds-till-project-specified.js | 113 /lib/tsc --build /src/logic/tsconfig.json
|
H A D | does-not-rebuild-if-there-is-no-program-and-bundle-in-the-ts-build-info-event-if-version-doesnt-match-ts-version.js | 196 [[90m12:00:23 AM[0m] Projects in this build:
|
H A D | rebuilds-from-start-if-force-option-is-set.js | 390 [[90m12:00:26 AM[0m] Projects in this build:
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
H A D | ruby_generated_code_proto2_pb.rb | 6 Google::Protobuf::DescriptorPool.generated_pool.build do
|
H A D | ruby_generated_code_pb.rb | 6 Google::Protobuf::DescriptorPool.generated_pool.build do
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Message.java | 132 Message build(); in build() method
|
/third_party/protobuf/objectivec/Tests/CocoaPods/ |
H A D | run_tests.sh | 138 xcodebuild "${xcodebuild_args[@]}" build
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | AbstractSchemaTest.java | 152 msg = (T) msg.toBuilder().build(); in testRequiredFields()
|
H A D | PackedFieldTest.java | 222 .build(); in testPackedSerialization()
|