/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | FormatsTableSchema.java | 65 .build();
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | RangeTreeConverter.java | 63 .build();
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | Change.java | 30 * A change which can be applied to a range table. Changes are applied sequentially to build a 68 public Change build() { in build() method in Change.Builder
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | NfaBuilder.java | 32 ValueGraphBuilder.directed().allowsSelfLoops(false).build();
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | AssignmentTest.java | 32 private static final Schema SCHEMA = Schema.builder().add(COL_A).add(COL_B).add(COL_X).build();
|
H A D | SchemaTest.java | 45 Schema.builder().add(TYPE).add(OPERATORS).add(REGIONS).build();
|
/third_party/rust/crates/bindgen/ci/ |
H A D | test.bat | 45 ::And finally, test our example bindgen + build.rs integration template project.
|
/third_party/rust/crates/env_logger/src/fmt/writer/ |
H A D | mod.rs | 174 pub(crate) fn build(&mut self) -> Writer {
|
/third_party/protobuf/ |
H A D | appveyor.bat | 38 dotnet build -c %configuration% || goto error
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLProgram.h | 28 cl_int build(cl_uint numDevices,
|
/third_party/skia/third_party/externals/angle2/src/common/serializer/ |
H A D | JsonSerializer.h | 15 # error RapidJSON must be available to build this file.
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | build_caselists.py | 35 from ctsbuild.build import *
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cGPUShader5Tests.hpp | 72 void build(const glw::GLchar* fragment_shader_code, const glw::GLchar* vertex_shader_code);
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/ |
H A D | ExecService.java | 105 .setContentText("ExecServer is running in the background.").build(); in onStartCommand()
|
/third_party/skia/third_party/externals/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/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.
|