Home
last modified time | relevance | path

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

12345678910

/external/deqp/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 …]
/external/clang/test/SemaTemplate/
Dclass-template-spec.cpp179 template<typename Dummy> struct make<0, 0, Dummy> { typedef integer_sequence<T> type; }; argument
180 template<typename Dummy> struct make<1, 1, Dummy> { typedef integer_sequence<T, 0> type; }; argument
181 …template<T N, typename Dummy> struct make<N, 0, Dummy> : __make_integer_sequence_impl<make_integer… struct
182 …template<T N, typename Dummy> struct make<N, 1, Dummy> : __make_integer_sequence_impl<make_integer… struct
/external/clang/test/PCH/
Dcxx1y-default-initializer.cpp14 template<typename T> constexpr A make() { return A {}; } in make() function
15 template<typename T> constexpr A make(T t) { return A { t }; } in make() function
/external/cldr/tools/java/org/unicode/cldr/util/
DFactory.java106 … public CLDRFile make(String localeID, boolean resolved, DraftStatus madeWithMinimalDraftStatus) { in make() method in Factory
111 public CLDRFile make(String localeID, boolean resolved, boolean includeDraft) { in make() method in Factory
115 public CLDRFile make(String localeID, boolean resolved) { in make() method in Factory
182 public static Factory make(String path, String string) { in make() method in Factory
198 public static Factory make(String mainDirectory, String string, DraftStatus approved) { in make() method in Factory
DIntMap.java30 public IntMap<T> make(Collection<T> values); in make() method
79 public BasicIntMap<T> make(Collection<T> values) { in make() method in IntMap.BasicIntMapFactory
132 public CompactStringIntMap make(Collection<String> values) { in make() method in IntMap.CompactStringIntMapFactory
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp12.cpp18 static Temp<A::Public> make() { return Temp<A::Public>(); } in make() function in test1::Temp
46 …template <> class Temp<A::Private> Temp<int>::make() { // expected-error {{'Private' is a private … in make() function in test2::Temp
/external/clang/test/CodeGenObjC/
Darc-with-atthrow.m5 id make(void); function
Darc-no-runtime.m4 id make(void) __attribute__((ns_returns_retained)); function
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/tck/
DCarShop.java34 Car make(); in make() method
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/decoder/
DDecoderFactory.java19 …T make() throws IllegalAccessException, InstantiationException, NoSuchMethodException, InvocationT… in make() method
/external/clang/include/clang/Sema/
DOwnership.h55 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; } in make() function
94 static UnionOpaquePtr make(OpaquePtr<T> P) { in make() function
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
Dctor_comp_rcontainer.pass.cpp24 make(int n) in make() function
Dctor_comp_container.pass.cpp20 make(int n) in make() function
Dctor_copy.pass.cpp20 make(int n) in make() function
/external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
Dassign_copy.pass.cpp19 make(int n) in make() function
Dassign_move.pass.cpp24 make(int n) in make() function
/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons/
Dctor_rcontainer.pass.cpp24 make(int n) in make() function
Dctor_copy.pass.cpp19 make(int n) in make() function
Dctor_move.pass.cpp24 make(int n) in make() function
/external/libcxx/test/std/containers/container.adaptors/queue/queue.cons/
Dctor_copy.pass.cpp19 make(int n) in make() function
Dctor_rcontainer.pass.cpp24 make(int n) in make() function
/external/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
Dassign_copy.pass.cpp19 make(int n) in make() function
/external/skqp/gm/
Dpictureimagefilter.cpp70 sk_sp<SkImageFilter> make(sk_sp<SkPicture> pic, SkRect r, SkFilterQuality fq) { in make() function in PictureImageFilterGM
76 sk_sp<SkImageFilter> make(SkFilterQuality fq) { in make() function in PictureImageFilterGM
/external/skia/gm/
Dpictureimagefilter.cpp70 sk_sp<SkImageFilter> make(sk_sp<SkPicture> pic, SkRect r, SkFilterQuality fq) { in make() function in PictureImageFilterGM
76 sk_sp<SkImageFilter> make(SkFilterQuality fq) { in make() function in PictureImageFilterGM
/external/libcxx/test/std/containers/container.adaptors/queue/queue.ops/
Dlt.pass.cpp29 make(int n) in make() function

12345678910