/packages/apps/LegacyCamera/src/com/android/camera/ |
Util.java | 55 import java.lang.reflect.Method; 474 Method sIsVoiceCapable = TelephonyManager.class.getMethod( 524 // This method is not thread-safe.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
DictionaryFacilitatorImpl.java | 40 import java.lang.reflect.Method; 260 final Method factoryMethod = dictClass.getMethod(DICT_FACTORY_METHOD_NAME,
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
SipEditor.java | 39 import java.lang.reflect.Method; 452 Method meth = profileClass.getMethod(GET_METHOD_PREFIX
|
/prebuilts/misc/common/swig/include/2.0.11/gcj/ |
javaprims.i | 208 class Method;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ProjectCallback.java | 71 import java.lang.reflect.Method; 224 Method m = view.getClass().getMethod("setText",
|
/art/runtime/ |
debugger.cc | 71 // Takes a method and returns a 'canonical' one if the method is default (and therefore potentially 73 // method we are in. 88 Breakpoint(ArtMethod* method, uint32_t dex_pc, DeoptimizationRequest::Kind deoptimization_kind) 89 : method_(GetCanonicalMethod(method)), 102 // Method() is called from root visiting, do not use ScopedObjectAccess here or it can cause 104 ArtMethod* Method() const { 116 // Returns true if the method of this breakpoint and the passed in method should be considered the 117 // same. That is, they are either the same method or they are copied from the same method 1608 ArtMethod* method; member in struct:art::DebugCallbackContext 2898 ArtMethod* method = GetMethod(); local 3551 ArtMethod* method = GetMethod(); local 3697 ArtMethod* method; member in struct:art::SingleStepStackVisitor [all...] |
/dalvik/dx/src/com/android/dx/merge/ |
DexMerger.java | 496 "method ID not in [0, 0xffff]: " + newIndex); 718 // method index 727 // method index 773 ClassData.Method[] directMethods = classData.getDirectMethods(); 774 ClassData.Method[] virtualMethods = classData.getVirtualMethods(); 797 private void transformMethods(Dex in, IndexMap indexMap, ClassData.Method[] methods) { 799 for (ClassData.Method method : methods) { 800 int outMethodIndex = indexMap.adjustMethod(method.getMethodIndex()); 804 classDataOut.writeUleb128(method.getAccessFlags()) [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
OutputProperties.java | 58 this(org.apache.xml.serializer.Method.XML); 73 * a property file. The method argument is used to construct a string of 74 * the form output_[method].properties (for instance, output_html.properties). 79 * @param method non-null reference to method name. 81 public OutputProperties(String method) 84 OutputPropertiesFactory.getDefaultMethodProperties(method)); 132 if(key.equals(OutputKeys.METHOD)) 147 * and its defaults, recursively, are then checked. The method returns 161 * and its defaults, recursively, are then checked. The method return [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToXMLStream.java | 36 * serialized xml document. The xsl:output method is "xml". 51 CharInfo.getCharInfo(CharInfo.XML_ENTITIES_RESOURCE, Method.XML); 210 * and HTML serializers need to support this method. 372 * This method is used to add an attribute to the currently open element. 522 * This method is used to notify the serializer of a namespace mapping (or node) 526 * does not apply to the current element, hence the reason for this method. 600 // This is an empty method, but is kept for future use 607 * This method checks for the XML version of output document.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
generate_python_test.py | 352 'Method method1 is not implemented',
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
Types.java | 123 * Converts a method signature to its VM descriptor representation. 131 * <CODE>signatureToDescriptor(method.getParameterTypes (), method.getReturnType ())</CODE>. 133 public static String signatureToDescriptor (Method method) 135 if (method == null) throw new IllegalArgumentException ("null input: method"); 136 return signatureToDescriptor (method.getParameterTypes (), method.getReturnType ()); 141 * Converts a method signature (parameter types + return type) to its VM descripto [all...] |
/external/junit/src/org/junit/runners/ |
ParentRunner.java | 6 import java.lang.reflect.Method; 43 * {@link Method} . For {@link Suite}, {@code T} is {@link Class}.) Subclasses 106 * Default implementation adds an error for each method annotated with 117 * Adds to {@code errors} if any method in this class is annotated with 207 * each method in the tested class.
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
MethodInterceptorGenerator.java | 18 import java.lang.reflect.Method; 36 private static final Type METHOD = 37 TypeUtils.parseType("java.lang.reflect.Method"); 45 TypeUtils.parseSignature("java.lang.reflect.Method[] getDeclaredMethods()"); 49 TypeUtils.parseSignature("java.lang.reflect.Method[] findMethods(String[], java.lang.reflect.Method[])"); 61 METHOD, 78 return impl.getName() + "$Method"; 87 MethodInfo method = (MethodInfo)it.next(); local 88 Signature sig = method.getSignature() 179 MethodInfo method = (MethodInfo)classMethods.get(index); local 198 MethodInfo method = (MethodInfo)classMethods.get(index); local [all...] |
/external/mockito/src/org/mockito/internal/util/reflection/ |
GenericMetadataSupport.java | 29 * <li>A new instance representing the metadata is created using the {@link #inferFrom(Type)} method from a real
32 * <li>Then from this metadata, we can extract meta-data for a generic return type of a method, using
33 * {@link #resolveGenericReturnType(Method)}.</li>
54 * @see #resolveGenericReturnType(Method)
183 * Resolve current method generic return type to a {@link GenericMetadataSupport}.
185 * @param method Method to resolve the return type.
188 public GenericMetadataSupport resolveGenericReturnType(Method method) {
189 Type genericReturnType = method.getGenericReturnType(); [all...] |
/external/nanohttpd/fileupload/src/test/java/fi/iki/elonen/ |
TestNanoFileUpLoad.java | 90 public Method method; field in class:TestNanoFileUpLoad.TestServer 123 this.method = session.getMethod();
|
/frameworks/base/core/tests/coretests/src/android/net/ |
RouteInfoTest.java | 19 import java.lang.reflect.Method;
|
/frameworks/ex/camera2/portability/tests/src/com/android/ex/camera2/portability/ |
Camera2PortabilityTest.java | 39 import java.lang.reflect.Method;
|
/art/test/082-inline-execute/src/ |
Main.java | 19 import java.lang.reflect.Method; 219 // Using non-constant index here (assuming that this method wasn't inlined). [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
BaseBlockCipher.java | 4 import java.lang.reflect.Method; 804 Method tLen = gcmSpecClass.getDeclaredMethod("getTLen", new Class[0]); 805 Method iv= gcmSpecClass.getDeclaredMethod("getIV", new Class[0]); [all...] |
/external/clang/lib/Sema/ |
SemaLookup.cpp | [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
JSONObject.java | 31 import java.lang.reflect.Method; 51 * A <code>get</code> method returns a value if one can be found, and throws an 52 * exception if one cannot be found. An <code>opt</code> method returns a 100 * so the clone method returns itself. 270 * the method is invoked, and a key and the value returned from the getter method 277 * For example, if an object has a method named <code>"getName"</code>, and 295 * the method is invoked, and a key and the value returned from the getter method 320 Method[] methods = (includeSuperClass) 324 Method method = methods[i]; local [all...] |
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
PerfTest.java | 16 import java.lang.reflect.Method; 32 * ignored). The prototype of the method is 38 * prefix of the test method name can be ignored/removed. 40 * In addition, the subclass should define a main() method that calls 46 * for controlling finding/calling test method, it can replace the default 64 * 100 A 'begin' statement contains the name of the setup method, which 67 * the name of the setup method again, and then two integers. The first is the 120 * Treat all method beginning with 'test' prefix (ignoring case) for given 136 Method[] methods = refer.getClass().getDeclaredMethods(); 145 "Duplicate method name ignoring case: [all...] |
/external/javassist/src/main/javassist/compiler/ |
MemberCodeGen.java | 53 * Records the currently compiled method. 451 ASTree method = expr.oprand1(); local 457 MemberResolver.Method cached = expr.getMethod(); 458 if (method instanceof Member) { 459 mname = ((Member)method).get(); 468 else if (method instanceof Keyword) { // constructor 477 if (((Keyword)method).get() == SUPER) 480 else if (method instanceof Expr) { 481 Expr e = (Expr)method; 484 if (op == MEMBER) { // static method [all...] |
TypeChecker.java | 100 * Records the currently compiled method. 446 * If MEM is a static final field, this method returns a constant 586 else if (token == CALL) // method call 628 ASTree method = expr.oprand1(); local 631 if (method instanceof Member) { 632 mname = ((Member)method).get(); 635 else if (method instanceof Keyword) { // constructor 637 if (((Keyword)method).get() == SUPER) 642 else if (method instanceof Expr) { 643 Expr e = (Expr)method; [all...] |
/external/clang/include/clang/AST/ |
ASTContext.h | 809 // Access to the set of methods overridden by the given C++ method. 812 overridden_methods_begin(const CXXMethodDecl *Method) const; 815 overridden_methods_end(const CXXMethodDecl *Method) const; 817 unsigned overridden_methods_size(const CXXMethodDecl *Method) const; 819 /// \brief Note that the given C++ \p Method overrides the given \p 820 /// Overridden method. 821 void addOverriddenMethod(const CXXMethodDecl *Method, 824 /// \brief Return C++ or ObjC overridden methods for the given \p Method. 826 /// An ObjC method is considered to override any method in the class' [all...] |