/cts/tests/tests/text/src/android/text/method/cts/ |
TimeKeyListenerTest.java | 17 package android.text.method.cts; 20 import android.text.method.cts.KeyListenerTestCase; 21 import android.text.method.TimeKeyListener; 116 * A mocked {@link android.text.method.TimeKeyListener} for testing purposes. 119 * {@link android.text.method.TimeKeyListener#getAcceptedChars()}.
|
/cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/ |
CtsJavaScannerDoclet.java | 89 for (MethodDoc method : clazz.methods()) { 92 if (!method.name().startsWith("test")) { 96 AnnotationDesc[] annotations = method.annotations(); 114 for (AnnotationDesc annot : method.annotations()) { 134 writer.append(method.name()).println(":" + timeout); 136 writer.println(method.name()); 156 for (MethodDoc method : clazz.methods()) { 157 for (AnnotationDesc annot : method.annotations()) {
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializerFactory.java | 35 * The properties object passed to the getSerializer() method should be created by 40 * are set for the given output "method". 43 * The standard property keys supported are: "method", "version", "encoding", 58 * @see Method 76 * Returns a serializer for the specified output method. The output method 77 * is specified by the value of the property associated with the "method" key. 78 * If no implementation exists that supports the specified output method 80 * For a list of the output "method" key values see {@link Method} 96 String method = format.getProperty(OutputKeys.METHOD); local [all...] |
/external/boringssl/src/crypto/engine/ |
engine.c | 51 /* set_method takes a pointer to a method and its given size and sets 53 * future to support making a copy of the method so that a stable ABI for 56 static int set_method(void **out_member, const void *method, size_t method_size, 58 const struct openssl_method_common_st *common = method; 63 *out_member = (void*) method; 67 int ENGINE_set_DH_method(ENGINE *engine, const DH_METHOD *method, 69 return set_method((void **)&engine->dh_method, method, method_size, 77 int ENGINE_set_DSA_method(ENGINE *engine, const DSA_METHOD *method, 79 return set_method((void **)&engine->dsa_method, method, method_size, 87 int ENGINE_set_RSA_method(ENGINE *engine, const RSA_METHOD *method, 112 struct openssl_method_common_st *method = method_in; local [all...] |
/external/clang/test/CodeGenCXX/ |
2007-01-06-PtrMethodInit.cpp | 56 GenericHandler method; member in struct:EventDispatchData
|
mangle-ms-template-callback.cpp | 58 void method() {} function in class:Z
|
template-linkage.cpp | 62 mptr method = &Outer::Get<local>; local
|
/external/clang/test/SemaCXX/ |
warn-unused-value.cpp | 39 void method() const { function in struct:test2::std::basic_string 46 str.method(); // expected-note {{in instantiation of member function}}
|
/external/easymock/src/org/easymock/internal/ |
LegacyMatcherProvider.java | 20 import java.lang.reflect.Method;
36 private transient Map<Method, ArgumentsMatcher> matchers = new HashMap<Method, ArgumentsMatcher>();
38 public ArgumentsMatcher getMatcher(Method method) {
39 if (!matchers.containsKey(method)) {
43 matchers.put(method, defaultMatcher);
45 return matchers.get(method);
58 public void setMatcher(Method method, ArgumentsMatcher matcher) { 81 Method method = entry.getKey().getMethod(); local [all...] |
/external/emma/core/java12/com/vladium/jcd/cls/ |
MethodCollection.java | 44 final Method_info method = (Method_info) m_methods.get (m); local 46 if (method.getName (cls).equals (name)) 108 public int add (final Method_info method) 111 m_methods.add (method); 116 public Method_info set (final int offset, final Method_info method) 118 return (Method_info) m_methods.set (offset, method); 139 private List/* Method_info */ m_methods; // method collection
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/ |
FeatureEnumTest.java | 25 import java.lang.reflect.Method; 54 Method method = null; local 56 method = annotationClass.getMethod(propertyName); 61 final Class<?> returnType = method.getReturnType();
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ForwardingTestCase.java | 27 import java.lang.reflect.Method; 62 * This invocation handler only registers that a method was called, 67 public Object invoke(Object proxy, Method method, Object[] args) 69 called(asString(method)); 71 return getDefaultValue(method.getReturnType()); 82 * Returns string representation of a method. 84 * If the method takes no parameters, it returns the name (e.g. 85 * "isEmpty". If the method takes parameters, it returns the simple names 88 private String asString(Method method) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UCharacterCompare.java | 35 * Main testing method 47 p.println("method name ucharacter character"); 199 * @param method 202 * UCharacter value after running method 204 * Character value after running method 206 private static void trackDifference(PrintWriter f, int ch, String method, String ucharval, String charval) 208 if (m_hashtable_.containsKey(method)) { 209 Integer value = m_hashtable_.get(method); 210 m_hashtable_.put(method, new Integer(value.intValue() + 1)); 212 m_hashtable_.put(method, new Integer(1)) 245 StringBuilder method = new StringBuilder(s); local [all...] |
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
BreakIteratorTest.java | 42 String method = null; local 46 method = "getCharacterInstance"; 50 method = "getWordInstance"; 54 method = "getLineInstance"; 58 method = "getSentenceInstance"; 69 errln("FAIL: " + method + " returned JDK BreakIterator for locale " + loc); 73 logln("INFO: " + method + " returned ICU BreakIterator for locale " + loc); 96 // logln("INFO: " + method + " returned ICU BreakIterator for locale " + loc 101 errln("FAIL: " + method + " returned JDK BreakIterator for locale " + iculoc);
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
ScannerTest.java | 29 CtMethod method = clazz.getDeclaredMethod("doit"); local 32 Subroutine[] subs = scanner.scan(method.getMethodInfo2()); 107 CtMethod method = new CtMethod(CtClass.voidType, "doit", new CtClass[] {CtClass.intType}, clazz); local 108 MethodInfo info = method.getMethodInfo2(); 176 clazz.addMethod(method);
|
/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
BasicAuthenticator.java | 79 String method=credentials.substring(0,space); local 80 if ("basic".equalsIgnoreCase(method))
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
IntrospectionUtil.java | 23 import java.lang.reflect.Method; 36 public static boolean isJavaBeanCompliantSetter (Method method) 38 if (method == null) 41 if (method.getReturnType() != Void.TYPE) 44 if (!method.getName().startsWith("set")) 47 if (method.getParameterTypes().length != 1) 53 public static Method findMethod (Class<?> clazz, String methodName, Class<?>[] args, boolean checkInheritance, boolean strictArgs) 59 throw new NoSuchMethodException("No method name"); 61 Method method = null local 262 Method method = null; local [all...] |
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/ |
RemoteObject.java | 37 import java.lang.reflect.Method; 54 * Contains {@link MethodDef method definitions} for all exposed 61 * a method ID. 63 HashMap<Method, Integer> methodMap = new HashMap<Method, Integer>(); 81 private boolean methodEquals(MethodDef methodDef, Method method){ 82 Class<?>[] interfaceTypes = method.getParameterTypes(); 103 HashMap<String, ArrayList<Method>> nameToMethods 104 = new HashMap<String, ArrayList<Method>>(); [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
CallbackHelper.java | 18 import java.lang.reflect.Method; 38 Method method = (Method)methods.get(i); local 39 Object callback = getCallback(method); 46 throw new IllegalStateException("getCallback must return a Callback or a Class consistently for every Method"); 52 methodMap.put(method, index); 57 abstract protected Object getCallback(Method method); 81 public int accept(Method method, List<Method> allMethods [all...] |
DispatcherGenerator.java | 46 MethodInfo method = (MethodInfo)it.next(); local 47 if (!TypeUtils.isProtected(method.getModifiers())) { 48 CodeEmitter e = context.beginMethod(ce, method); 49 context.emitCallback(e, context.getIndex(method)); 56 e.checkcast(method.getClassInfo().getType()); 58 e.invoke(method);
|
FixedValueGenerator.java | 32 MethodInfo method = (MethodInfo)it.next(); local 33 CodeEmitter e = context.beginMethod(ce, method); 34 context.emitCallback(e, context.getIndex(method));
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/ |
PutStreamIntegrationTest.java | 41 public Response serve(String uri, Method method, Map<String, String> headers, Map<String, String> parms, Map<String, String> files) 48 Method method = session.getMethod(); local 62 String response = String.valueOf(method) + ':' + new String(body);
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
CSeq.java | 59 * method field 61 protected String method; field in class:CSeq 71 * Constructor given the sequence number and method. 74 * @param method is the method string. 76 public CSeq(long seqno, String method) { 79 this.method = SIPRequest.getCannonicalName(method); 116 return buffer.append(seqno).append(SP).append(method.toUpperCase()); 120 * Get the method [all...] |
RAck.java | 54 protected String method; field in class:RAck 70 cSeqNumber).append(SP).append(method).toString(); 94 * Gets the method of RAckHeader 96 * @return method of RAckHeader 99 return this.method; 120 public void setMethod(String method) throws ParseException { 121 this.method = method;
|
RequestLine.java | 53 /** method field. 55 protected String method; field in class:RequestLine 77 if (method != null) { 78 buffer.append(method); 97 /** Constructor given the request URI and the method. 99 public RequestLine(GenericURI requestURI, String method) { 101 this.method = method; 109 return method; 129 public void setMethod(String method) { [all...] |