| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
| H A D | TimeZoneAliasTest.java | 220 static public Zone make(String id) { in make() method in TimeZoneAliasTest.Zone
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
| H A D | TimeZoneAliasTest.java | 217 static public Zone make(String id) { in make() method in TimeZoneAliasTest.Zone
|
| /third_party/node/tools/gyp/pylib/gyp/generator/ |
| H A D | android.py | 20 import gyp.generator.make as make # Reuse global functions from make backend. namespace [all...] |
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
| H A D | android.py | 20 import gyp.generator.make as make # Reuse global functions from make backend. namespace [all...] |
| /third_party/skia/tests/ |
| H A D | EncodeTest.cpp | 45 static std::unique_ptr<SkEncoder> make(SkEncodedImageFormat format, SkWStream* dst, in make() function
|
| H A D | DeferredDisplayListTest.cpp | 225 sk_sp<SkSurface> make(GrDirectContext* dContext) const { in make() function in SurfaceParameters [all...] |
| H A D | ProcessorTest.cpp | 317 std::unique_ptr<GrFragmentProcessor> make(int type, int randomTreeDepth, in make() function in TestFPGenerator 328 std::unique_ptr<GrFragmentProcessor> make(int type, int randomTreeDepth, in make() function in TestFPGenerator [all...] |
| /third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/ |
| H A D | stream.py | 46 def make(cls, **kwargs): member in StreamParams
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | ItaniumManglingCanonicalizer.cpp | 168 template<typename ...Args> Node *make(Args &&...As) { in make() function 203 Node *make(Node *Child) { in make() function
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | ParagraphBuilderImpl.cpp | 23 std::unique_ptr<ParagraphBuilder> ParagraphBuilder::make( in make() function in skia::textlayout::ParagraphBuilder 28 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/ffmpeg/libavfilter/ |
| H A D | vf_lensfun.c | 76 const char *make, *model, *lens_model, *db_path; member
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGDOM.cpp | 399 sk_sp<SkSVGDOM> SkSVGDOM::Builder::make(SkStream& str) const { in make() function in SkSVGDOM::Builder 426 sk_sp<SkSVGDOM> SkSVGDOM::Builder::make(SkStream& str, uint64_t svgColor) const { in make() function in SkSVGDOM::Builder
|
| /third_party/vk-gl-cts/scripts/ |
| H A 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 (sel member in BuildAndroidTarget 252 def make (self, packageBuildInfo): global() member in FetchExternalSourcesTarget 264 def make (self, packageBuildInfo): global() member in RemoveSourcesTarget 272 def make (self, packageBuildInfo): global() member in Module [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_dh.cc | 64 auto make = [&](Local<String> name, FunctionCallback callback) { in Initialize() local
|
| /third_party/skia/src/codec/ |
| H A D | SkCodec.cpp | 80 Register( bool (peek)const void*, size_t), std::unique_ptr<SkCodec> (*make)(std::unique_ptr<SkStream>, SkCodec::Result*)) Register() argument
|
| /third_party/skia/modules/skottie/src/ |
| H A D | Skottie.cpp | 349 sk_sp<Animation> Animation::Builder::make(SkStream* stream) { in make() function in skottie::Animation::Builder 369 sk_sp<Animation> Animation::Builder::make(const char* data, size_t data_len) { in make() function in skottie::Animation::Builder
|
| /third_party/googletest/googlemock/test/ |
| H A D | gmock-actions_test.cc | 1829 auto make = [](int i) { return std::unique_ptr<int>(new int(i)); }; in TEST() local
|
| /third_party/skia/src/core/ |
| H A D | SkPathBuilder.cpp | 187 SkPath SkPathBuilder::make(sk_sp<SkPathRef> pr) const { in make() function in SkPathBuilder
|
| H A D | SkTextBlob.cpp | 605 sk_sp<SkTextBlob> SkTextBlobBuilder::make() { in make() function in SkTextBlobBuilder
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
| H A D | jsoncpp.cpp | 3903 Value& Path::make(Value& root) const { in make() function in Path
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
| H A D | jsoncpp.cpp | 3903 Value& Path::make(Value& root) const { in make() function in Path
|
| /third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
| H A D | jsoncpp.cpp | 3903 Value& Path::make(Value& root) const { in make() function in Path
|
| /third_party/python/Lib/ |
| H A D | zipfile.py | 2338 def make(cls, source): member in CompleteDirs
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsLongStressCase.cpp | 907 void make (const string& name) { DE_ASSERT(!has(name)); m_objects[name] = SharedPtr<T>(new T); } in make() function in deqp::gls::LongStressCaseInternal::GLObjectManager 908 void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_objects[name] = SharedPtr<T>(new T(texType)); } in make() function in deqp::gls::LongStressCaseInternal::GLObjectManager
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | ppdgenerator.c | 1595 char make[256], /* Make and model */ in ppdCreateFromIPP2() local [all...] |