Home
last modified time | relevance | path

Searched refs:Method (Results 1 – 25 of 1533) sorted by relevance

12345678910>>...62

/external/skqp/docs/
DSkMemoryStream_Reference.bmh12 #Method SkMemoryStream()
24 #Method ##
28 #Method SkMemoryStream(size_t length)
45 #Method ##
49 #Method SkMemoryStream(const void* data, size_t length, bool copyData = false)
67 #Method ##
71 #Method SkMemoryStream(sk_sp<SkData> data)
87 #Method ##
91 #Method static std::unique_ptr<SkMemoryStream> MakeCopy(const void* data, size_t length)
108 #Method ##
[all …]
DSkWStream_Reference.bmh12 #Method virtual ~SkWStream()
22 #Method ##
26 #Method SkWStream()
38 #Method ##
42 #Method virtual bool write(const void* buffer, size_t size) = 0
62 #Method ##
66 #Method virtual void flush()
76 #Method ##
80 #Method virtual size_t bytesWritten() const = 0
92 #Method ##
[all …]
DSkFILEStream_Reference.bmh14 #Method explicit SkFILEStream(const char path[] = nullptr)
32 #Method ##
36 #Method explicit SkFILEStream(FILE* file)
55 #Method ##
59 #Method ~SkFILEStream() override
69 #Method ##
73 #Method static std::unique_ptr<SkFILEStream> Make(const char path[])
87 #Method ##
91 #Method bool isValid() const
105 #Method ##
[all …]
DSkDynamicMemoryWStream_Reference.bmh12 #Method SkDynamicMemoryWStream()
24 #Method ##
28 #Method ~SkDynamicMemoryWStream() override
38 #Method ##
42 #Method bool write(const void* buffer, size_t size) override
57 #Method ##
61 #Method size_t bytesWritten() const override
73 #Method ##
77 #Method bool read(void* buffer, size_t offset, size_t size)
93 #Method ##
[all …]
DSkStream_Reference.bmh21 #Method virtual ~SkStream()
31 #Method ##
35 #Method SkStream()
47 #Method ##
51 #Method static std::unique_ptr<SkStreamAsset> MakeFromFile(const char path[])
67 #Method ##
71 #Method virtual size_t read(void* buffer, size_t size) = 0
93 #Method ##
97 #Method size_t skip(size_t size)
112 #Method ##
[all …]
DSkFont_Reference.bmh174 #Method SkFont()
186 #Method ##
190 #Method SkFont(sk_sp<SkTypeface> typeface, SkScalar size)
202 #Method ##
206 #Method explicit SkFont(sk_sp<SkTypeface> typeface)
216 #Method ##
220 #Method SkFont(sk_sp<SkTypeface> typeface, SkScalar size, SkScalar scaleX, SkScalar skewX)
232 #Method ##
236 #Method bool operator==(const SkFont& font) const
248 #Method ##
[all …]
DSkFILEWStream_Reference.bmh14 #Method SkFILEWStream(const char path[])
28 #Method ##
32 #Method ~SkFILEWStream() override
42 #Method ##
46 #Method bool isValid() const
60 #Method ##
64 #Method bool write(const void* buffer, size_t size) override
79 #Method ##
83 #Method void flush() override
93 #Method ##
[all …]
/external/skia/docs/
DSkMemoryStream_Reference.bmh12 #Method SkMemoryStream()
24 #Method ##
28 #Method SkMemoryStream(size_t length)
45 #Method ##
49 #Method SkMemoryStream(const void* data, size_t length, bool copyData = false)
67 #Method ##
71 #Method SkMemoryStream(sk_sp<SkData> data)
87 #Method ##
91 #Method static std::unique_ptr<SkMemoryStream> MakeCopy(const void* data, size_t length)
108 #Method ##
[all …]
DSkWStream_Reference.bmh12 #Method virtual ~SkWStream()
22 #Method ##
26 #Method SkWStream()
38 #Method ##
42 #Method virtual bool write(const void* buffer, size_t size) = 0
62 #Method ##
66 #Method virtual void flush()
76 #Method ##
80 #Method virtual size_t bytesWritten() const = 0
92 #Method ##
[all …]
DSkFILEStream_Reference.bmh14 #Method explicit SkFILEStream(const char path[] = nullptr)
32 #Method ##
36 #Method explicit SkFILEStream(FILE* file)
55 #Method ##
59 #Method ~SkFILEStream() override
69 #Method ##
73 #Method static std::unique_ptr<SkFILEStream> Make(const char path[])
87 #Method ##
91 #Method bool isValid() const
105 #Method ##
[all …]
DSkDynamicMemoryWStream_Reference.bmh12 #Method SkDynamicMemoryWStream()
24 #Method ##
28 #Method ~SkDynamicMemoryWStream() override
38 #Method ##
42 #Method bool write(const void* buffer, size_t size) override
57 #Method ##
61 #Method size_t bytesWritten() const override
73 #Method ##
77 #Method bool read(void* buffer, size_t offset, size_t size)
93 #Method ##
[all …]
DSkStream_Reference.bmh21 #Method virtual ~SkStream()
31 #Method ##
35 #Method SkStream()
47 #Method ##
51 #Method static std::unique_ptr<SkStreamAsset> MakeFromFile(const char path[])
67 #Method ##
71 #Method virtual size_t read(void* buffer, size_t size) = 0
93 #Method ##
97 #Method size_t skip(size_t size)
112 #Method ##
[all …]
DSkFont_Reference.bmh174 #Method SkFont()
186 #Method ##
190 #Method SkFont(sk_sp<SkTypeface> typeface, SkScalar size)
202 #Method ##
206 #Method explicit SkFont(sk_sp<SkTypeface> typeface)
216 #Method ##
220 #Method SkFont(sk_sp<SkTypeface> typeface, SkScalar size, SkScalar scaleX, SkScalar skewX)
232 #Method ##
236 #Method bool operator==(const SkFont& font) const
248 #Method ##
[all …]
DSkFILEWStream_Reference.bmh14 #Method SkFILEWStream(const char path[])
28 #Method ##
32 #Method ~SkFILEWStream() override
42 #Method ##
46 #Method bool isValid() const
60 #Method ##
64 #Method bool write(const void* buffer, size_t size) override
79 #Method ##
83 #Method void flush() override
93 #Method ##
[all …]
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java36 …public void visitIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitIntegerType()
37 …public void visitFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitFloatType()
38 …public void visitLongType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitLongType()
39 …public void visitDoubleType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitDoubleType()
40 …public void visitTopType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitTopType()
41 …public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitObjectType()
42 …public void visitNullType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitNullType()
43 …public void visitUninitializedType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitUninitializedType()
44 …public void visitUninitializedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitUninitializedThisType()
46 …public void visitStackIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribut… in visitStackIntegerType()
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-generated-function-mockers.h133 #define GMOCK_MOCKER_(arity, constness, Method) \ argument
134 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__)
137 #define GMOCK_METHOD0_(tn, constness, ct, Method, ...) \ argument
141 GMOCK_RESULT_(tn, __VA_ARGS__) ct Method( \
143 GMOCK_MOCKER_(0, constness, Method).SetOwnerAndName(this, #Method); \
144 return GMOCK_MOCKER_(0, constness, Method).Invoke(); \
147 gmock_##Method() constness { \
148 GMOCK_MOCKER_(0, constness, Method).RegisterOwner(this); \
149 return GMOCK_MOCKER_(0, constness, Method).With(); \
151 ::testing::MockSpec<__VA_ARGS__> gmock_##Method( \
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/
DReflectionClassDef.java44 import org.jf.dexlib2.iface.Method;
166 @Nonnull @Override public Iterable<? extends Method> getDirectMethods() {
167 return new Iterable<Method>() {
168 @Nonnull @Override public Iterator<Method> iterator() {
169 Iterator<Method> constructorIterator =
171 new Function<Constructor, Method>() {
172 … @Nullable @Override public Method apply(@Nullable Constructor input) {
177 Iterator<java.lang.reflect.Method> directMethods = Iterators.filter(
179 new Predicate<java.lang.reflect.Method>() {
180 … @Override public boolean apply(@Nullable java.lang.reflect.Method input) {
[all …]
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java295 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute()
322 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute()
349 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute()
361 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute m… in visitMethodParametersAttribute()
367 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute()
373 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute()
379 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute()
385 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute()
391 …public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute,… in visitLineNumberTableAttribute()
397 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute()
[all …]
/external/proguard/src/proguard/classfile/attribute/visitor/
DAttributeVisitor.java49 …public void visitDeprecatedAttribute( Clazz clazz, Method method, DeprecatedAttribute d… in visitDeprecatedAttribute()
53 …public void visitSyntheticAttribute( Clazz clazz, Method method, SyntheticAttribute s… in visitSyntheticAttribute()
57 …public void visitSignatureAttribute( Clazz clazz, Method method, SignatureAttribute s… in visitSignatureAttribute()
65 …public void visitMethodParametersAttribute( Clazz clazz, Method method, MethodParametersAttri… in visitMethodParametersAttribute()
66 …public void visitExceptionsAttribute( Clazz clazz, Method method, ExceptionsAttribute … in visitExceptionsAttribute()
67 …public void visitCodeAttribute( Clazz clazz, Method method, CodeAttribute … in visitCodeAttribute()
71 …public void visitStackMapAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitStackMapAttribute()
72 …public void visitStackMapTableAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitStackMapTableAttribute()
73 …public void visitLineNumberTableAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitLineNumberTableAttribute()
74 …public void visitLocalVariableTableAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitLocalVariableTableAttribute()
[all …]
/external/junit/src/main/java/org/junit/internal/
DMethodSorter.java3 import java.lang.reflect.Method;
13 public static final Comparator<Method> DEFAULT = new Comparator<Method>() {
14 public int compare(Method m1, Method m2) {
27 public static final Comparator<Method> NAME_ASCENDING = new Comparator<Method>() {
28 public int compare(Method m1, Method m2) {
51 public static Method[] getDeclaredMethods(Class<?> clazz) { in getDeclaredMethods()
52 Comparator<Method> comparator = getSorter(clazz.getAnnotation(FixMethodOrder.class)); in getDeclaredMethods()
54 Method[] methods = clazz.getDeclaredMethods(); in getDeclaredMethods()
65 private static Comparator<Method> getSorter(FixMethodOrder fixMethodOrder) { in getSorter()
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/
Dcom_github_javaparser_symbolsolver_reflectionmodel_ReflectionMethodDeclaration.txt1 Line 42) method.isSynthetic() ==> java.lang.reflect.Method.isSynthetic()
2 Line 42) method.isBridge() ==> java.lang.reflect.Method.isBridge()
3 Line 50) method.getName() ==> java.lang.reflect.Method.getName()
5 Line 77) method.getDeclaringClass() ==> java.lang.reflect.Method.getDeclaringClass()
6 Line 78) method.getDeclaringClass() ==> java.lang.reflect.Method.getDeclaringClass()
8 Line 80) method.getDeclaringClass() ==> java.lang.reflect.Method.getDeclaringClass()
9 Line 81) method.getDeclaringClass() ==> java.lang.reflect.Method.getDeclaringClass()
10 Line 83) method.getDeclaringClass() ==> java.lang.reflect.Method.getDeclaringClass()
12 Line 89) method.getGenericReturnType() ==> java.lang.reflect.Method.getGenericReturnType()
13 Line 94) method.getParameterTypes() ==> java.lang.reflect.Method.getParameterTypes()
[all …]
/external/protobuf/src/google/protobuf/
Dapi.pb.h43 class Method; variable
119 const ::google::protobuf::Method& methods(int index) const;
120 ::google::protobuf::Method* mutable_methods(int index);
121 ::google::protobuf::Method* add_methods();
122 ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >*
124 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >&
183 ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method > methods_;
199 class LIBPROTOBUF_EXPORT Method : public ::google::protobuf::Message {
201 Method();
202 virtual ~Method();
[all …]
Dapi.pb.cc67 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Method, name_), in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
68 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Method, request_type_url_), in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
69 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Method, request_streaming_), in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
70 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Method, response_type_url_), in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
71 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Method, response_streaming_), in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
72 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Method, options_), in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
73 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Method, syntax_), in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
78 Method::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
83 sizeof(Method), in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
84 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Method, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
[all …]
/external/junit/src/main/java/org/junit/internal/runners/
DTestClass.java5 import java.lang.reflect.Method;
30 public List<Method> getTestMethods() { in getTestMethods()
34 List<Method> getBefores() { in getBefores()
38 List<Method> getAfters() { in getAfters()
42 public List<Method> getAnnotatedMethods(Class<? extends Annotation> annotationClass) { in getAnnotatedMethods()
43 List<Method> results = new ArrayList<Method>(); in getAnnotatedMethods()
45 Method[] methods = MethodSorter.getDeclaredMethods(eachClass); in getAnnotatedMethods()
46 for (Method eachMethod : methods) { in getAnnotatedMethods()
63 private boolean isShadowed(Method method, List<Method> results) { in isShadowed()
64 for (Method each : results) { in isShadowed()
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-function-mockers.h343 #define GMOCK_MOCKER_(arity, constness, Method) \ argument
344 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__)
347 #define GMOCK_METHOD0_(tn, constness, ct, Method, F) \ argument
348 GMOCK_RESULT_(tn, F) ct Method() constness { \
352 GMOCK_MOCKER_(0, constness, Method).SetOwnerAndName(this, #Method); \
353 return GMOCK_MOCKER_(0, constness, Method).Invoke(); \
356 gmock_##Method() constness { \
357 GMOCK_MOCKER_(0, constness, Method).RegisterOwner(this); \
358 return GMOCK_MOCKER_(0, constness, Method).With(); \
360 mutable ::testing::FunctionMocker<F> GMOCK_MOCKER_(0, constness, Method)
[all …]

12345678910>>...62