Home
last modified time | relevance | path

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

1234

/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/node/deps/v8/third_party/wasm-api/
Dwasm.hh130 static auto make(size_t size, T init[]) -> vec { in make() function in wasm::vec
136 static auto make(std::string s) -> vec<char> { in make() function in wasm::vec
143 static auto make() -> vec { in make() function in wasm::vec
148 static auto make(Ts&&... args) -> vec { in make() function in wasm::vec
495 template<> inline auto Val::make<int32_t>(int32_t x) -> Val { return Val(x); } in make() function in wasm::Val
496 template<> inline auto Val::make<int64_t>(int64_t x) -> Val { return Val(x); } in make() function in wasm::Val
497 template<> inline auto Val::make<float32_t>(float32_t x) -> Val { return Val(x); } in make() function in wasm::Val
498 template<> inline auto Val::make<float64_t>(float64_t x) -> Val { return Val(x); } in make() function in wasm::Val
499 template<> inline auto Val::make<Ref>(own<Ref>&& x) -> Val { in make() function in wasm::Val
503 template<> inline auto Val::make<uint32_t>(uint32_t x) -> Val { in make() function in wasm::Val
[all …]
/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/typescript/tests/baselines/reference/
DdeclarationMapsOutFile2.js8 static make() { method in Foo
26 Foo.make = function () { function in Foo
DdeclarationMapsWithSourceMap.js8 static make() { method in Foo
26 Foo.make = function () { function in Foo
DtemplateLiteralTypes1.js233 { make: 'Ford', age: 10 }, property
234 { make: 'Trabant', age: 35 } property
238 let make = getProp2(obj2, 'cars.1.make'); // 'Trabant' variable
291 { make: 'Ford', age: 10 }, property
292 { make: 'Trabant', age: 35 } property
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
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/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
DdefaultDeclarationEmitShadowedNamedCorrectly.ts8 export function make<P, CTor>(x: { new (): CTor & {props: P} }): Things<P, CTor> { function
/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/protobuf/java/core/src/test/proto/com/google/protobuf/
Dmessage_lite_extension_util_test.proto39 optional string make = 1; field
/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
29 std::unique_ptr<ParagraphBuilder> ParagraphBuilderImpl::make( in make() function in skia::textlayout::ParagraphBuilderImpl
/third_party/python/Tools/i18n/
Dmsgfmt.py99 def make(filename, outfile): function

1234