| /third_party/protobuf/examples/ |
| D | README.md | 44 ### C++ 63 ### Python 77 ### Java 92 ### Go 126 ### Dart
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | issue-2019.rs | 36 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/ |
| D | wasm.hh | 130 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/ |
| D | make_release.py | 107 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/ |
| D | declarationMapsOutFile2.js | 8 static make() { method in Foo 26 Foo.make = function () { function in Foo
|
| D | declarationMapsWithSourceMap.js | 8 static make() { method in Foo 26 Foo.make = function () { function in Foo
|
| D | templateLiteralTypes1.js | 233 { 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
|
| D | declarationMapsMultifile.js | 8 static make() { method in Foo 32 Foo.make = function () { function in Foo
|
| D | classConstructorAccessibility5.js | 6 static make() { new Base() } // ok method in Derived 40 Derived.make = function () { new Base(); }; // ok function in Derived
|
| D | declarationMapsOutFile.js | 8 static make() { method in Foo 33 Foo.make = function () { function in Foo
|
| D | defaultDeclarationEmitNamedCorrectly.js | 22 function make(x) { function
|
| D | defaultDeclarationEmitShadowedNamedCorrectly.js | 27 function make(x) { function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | declarationMapsMultifile.ts | 8 static make() { method in Foo
|
| D | declarationMapsWithSourceMap.ts | 10 static make() { method in Foo
|
| D | declarationMapsOutFile2.ts | 9 static make() { method in Foo
|
| D | declarationMapsOutFile.ts | 10 static make() { method in Foo
|
| D | defaultDeclarationEmitNamedCorrectly.ts | 6 export function make<P, CTor>(x: { new (): CTor & {props: P} }): Things<P, CTor> { function
|
| D | defaultDeclarationEmitShadowedNamedCorrectly.ts | 8 export function make<P, CTor>(x: { new (): CTor & {props: P} }): Things<P, CTor> { function
|
| /third_party/typescript/tests/cases/conformance/classes/constructorDeclarations/ |
| D | classConstructorAccessibility5.ts | 5 static make() { new Base() } // ok method in Derived
|
| /third_party/skia/docs/examples/ |
| D | 50_percent_srgb.cpp | 5 static sk_sp<SkShader> make() { in make() function
|
| /third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/ |
| D | update.py | 8 make = shutil.which ('make'); assert make variable
|
| /third_party/skia/gm/ |
| D | pictureimagefilter.cpp | 80 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/ |
| D | message_lite_extension_util_test.proto | 39 optional string make = 1; field
|
| /third_party/skia/modules/skparagraph/src/ |
| D | ParagraphBuilderImpl.cpp | 19 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/ |
| D | msgfmt.py | 99 def make(filename, outfile): function
|