Home
last modified time | relevance | path

Searched defs:make (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/protobuf/examples/
DREADME.md44 ### C++
63 ### Python
77 ### Java
92 ### Go
126 ### Dart
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-2019.rs36 pub fn make() -> A; in make() function
40 pub unsafe fn make() -> A { in make() method
76 pub unsafe fn make() -> B { in make() method
/third_party/vk-gl-cts/scripts/
Dmake_release.py107 def make (self, packageBuildInfo): member in DstFile
115 def make (self, packageBuildInfo): member in CopyFile
125 def make (self, packageBuildInfo): member in GenReleaseInfoFileTarget
144 def make (self, packageBuildInfo): member in GenCMake
179 def make (self, packageBuildInfo): member in FileTargetGroup
197 def make (self, packageBuildInfo): member in SingleFileTarget
210 def make (self, packageBuildInfo): member in BuildTarget
226 def make (self, packageBuildInfo): member in BuildAndroidTarget
252 def make (self, packageBuildInfo): member in FetchExternalSourcesTarget
264 def make (self, packageBuildInfo): member in RemoveSourcesTarget
[all …]
/third_party/skia/modules/skparagraph/src/
DParagraphBuilderImpl.cpp19 std::unique_ptr<ParagraphBuilder> ParagraphBuilder::make( in make() function in skia::textlayout::ParagraphBuilder
24 std::unique_ptr<ParagraphBuilder> ParagraphBuilderImpl::make( in make() function in skia::textlayout::ParagraphBuilderImpl
33 std::unique_ptr<ParagraphBuilder> ParagraphBuilderImpl::make( in make() function in skia::textlayout::ParagraphBuilderImpl
/third_party/typescript/tests/baselines/reference/
DdeclarationMapsWithSourceMap.js8 static make() { method in Foo
26 Foo.make = function () { function in Foo
DdeclarationMapsOutFile2.js8 static make() { method in Foo
26 Foo.make = function () { function in Foo
DdeclarationMapsMultifile.js8 static make() { method in Foo
32 Foo.make = function () { function in Foo
DclassConstructorAccessibility5.js6 static make() { new Base() } // ok method in Derived
40 Derived.make = function () { new Base(); }; // ok function in Derived
DtemplateLiteralTypes1.js232 { make: 'Ford', age: 10 }, property
233 { make: 'Trabant', age: 35 } property
237 let make = getProp2(obj2, 'cars.1.make'); // 'Trabant' variable
272 { make: 'Ford', age: 10 }, property
273 { make: 'Trabant', age: 35 } property
DdeclarationMapsOutFile.js8 static make() { method in Foo
33 Foo.make = function () { function in Foo
DdefaultDeclarationEmitNamedCorrectly.js22 function make(x) { function
DdefaultDeclarationEmitShadowedNamedCorrectly.js27 function make(x) { function
/third_party/openssl/
DREADME.ASM12 make build_all_generated label
/third_party/typescript/tests/cases/compiler/
DdeclarationMapsMultifile.ts8 static make() { method in Foo
DdeclarationMapsWithSourceMap.ts10 static make() { method in Foo
DdeclarationMapsOutFile2.ts9 static make() { method in Foo
DdeclarationMapsOutFile.ts10 static make() { method in Foo
DdefaultDeclarationEmitNamedCorrectly.ts6 export function make<P, CTor>(x: { new (): CTor & {props: P} }): Things<P, CTor> { function
/third_party/harfbuzz/test/shaping/data/aots/
Dupdate.py8 make = shutil.which ('make'); assert make variable
/third_party/typescript/tests/cases/conformance/classes/constructorDeclarations/
DclassConstructorAccessibility5.ts5 static make() { new Base() } // ok method in Derived
/third_party/skia/docs/examples/
D50_percent_srgb.cpp5 static sk_sp<SkShader> make() { in make() function
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
Dupdate.py8 make = shutil.which ('make'); assert make variable
/third_party/skia/gm/
Dpictureimagefilter.cpp80 sk_sp<SkImageFilter> make(sk_sp<SkPicture> pic, SkRect r, const SkSamplingOptions& sampling) { in make() function in PictureImageFilterGM
86 sk_sp<SkImageFilter> make(const SkSamplingOptions& sampling) { in make() function in PictureImageFilterGM
/third_party/flutter/skia/gm/
Dpictureimagefilter.cpp81 sk_sp<SkImageFilter> make(sk_sp<SkPicture> pic, SkRect r, SkFilterQuality fq) { in make() function in PictureImageFilterGM
87 sk_sp<SkImageFilter> make(SkFilterQuality fq) { in make() function in PictureImageFilterGM
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dmessage_lite_extension_util_test.proto39 optional string make = 1; field

12345