/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
MethodTest.java | 509 assertEquals("Methods with same name did not return same hashCode.", 522 Method[] methods = null; local 547 // Test same method. but this time pull it from the list of methods 549 methods = cl.getDeclaredMethods(); 552 for (i = 0; i < methods.length; i++) 553 if (methods[i].getName().equals("parmTest")) { 554 mth = methods[i]; 555 i = methods.length + 1; 557 if (i < methods.length) { 707 Method methods[] = cl.getMethods() local [all...] |
/external/chromium/chrome/browser/ |
plugin_exceptions_table_model.h | 31 // RemoveRowsTableModel methods: 36 // TableModel methods: 44 // NotificationObserver methods:
|
browser_trial.h | 5 // BrowserTrial contains methods specific to field trials (using FieldTrial
|
/external/chromium/chrome/browser/prefs/ |
overlay_persistent_pref_store.h | 32 // Methods of PrefStore. 39 // Methods of PersistentPrefStore. 52 // Methods of PrefStore::Observer.
|
/external/chromium/chrome/browser/sessions/ |
tab_restore_service_delegate.h | 19 // TabRestoreService to operate. These methods are mostly copies of existing 20 // Browser methods. 35 // see Browser methods with the same names
|
/external/chromium/chrome/browser/ui/views/ |
user_data_dir_dialog.h | 37 // views::DialogDelegate Methods: 45 // views::WindowDelegate Methods: 53 // SelectFileDialog::Listener Methods:
|
page_info_bubble_view.h | 38 // View methods: 41 // PageInfoModel::PageInfoModelObserver methods: 44 // BubbleDelegate methods: 50 // LinkController methods:
|
/external/clang/include/clang/Sema/ |
ObjCMethodList.h | 1 //===--- ObjCMethodList.h - A singly linked list of methods -----*- C++ -*-===// 10 // This file defines ObjCMethodList, a singly-linked list of methods. 21 /// ObjCMethodList - a linked list of methods with different signatures.
|
/external/clang/test/SemaObjC/ |
warn-strict-selector-match.m | 11 int main() { [(id)0 method]; } // expected-warning {{multiple methods named 'method' found}} 27 [obj2 setWindow:0]; // expected-warning {{multiple methods named 'setWindow:' found}} 57 NTGridDataObject *result = [(id)0 initWithData:data]; // expected-warning {{multiple methods named 'initWithData:' found}} \
|
/external/dropbear/ |
cli-auth.c | 41 /* Send a "none" auth request to get available methods */ 138 unsigned char * methods = NULL; local 173 methods = buf_getstring(ses.payload, &methlen); 183 TRACE(("Methods (len %d): '%s'", methlen, methods)) 190 if (methods[i] == ',') { 191 methods[i] = '\0'; 195 tok = methods; /* tok stores the next method we'll compare */ 197 if (methods[i] == '\0') { 217 tok = &methods[i+1]; /* Must make sure we don't use it after th [all...] |
/external/icu4c/test/intltest/ |
rbbiapts.h | 36 * Tests clone() and equals() methods of RuleBasedBreakIterator 48 * Tests the methods getText() and setText() of RuleBasedBreakIterator 52 * Testing the iteration methods of RuleBasedBreakIterator
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
ErrorFinder.java | 42 CtMethod[] methods = clazz.getDeclaredMethods(); local 43 for (int i = 0; i < methods.length; i++) 44 analyzeMethod(clazz, methods[i]);
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/ |
LocalObject.java | 60 * Methods exposed by the RMI interface. The "methodID" is used 61 * to look-up methods in this array. 63 Method[] methods; field in class:LocalObject
|
/external/junit/src/org/junit/experimental/ |
ParallelComputer.java | 22 public ParallelComputer(boolean classes, boolean methods) { 24 fMethods= methods; 31 public static Computer methods() { method in class:ParallelComputer
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
EventSender.java | 25 * The methods here just call corresponding methods on EventSenderImpl 26 * that contains the logic of how to execute the methods.
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
Resources_Theme_Delegate.java | 28 * Delegate used to provide new implementation of a select few methods of {@link Resources$Theme} 30 * Through the layoutlib_create tool, the original methods of Theme have been replaced 31 * by calls to methods of the same name in this delegate class.
|
/packages/apps/Mms/src/com/android/mms/dom/ |
AttrImpl.java | 31 * Internal methods 40 * Attr Interface Methods 68 * Node Interface Methods
|
/sdk/common/src/com/android/annotations/ |
NonNullByDefault.java | 28 * Denotes that all parameters, fields or methods within a class or method by 31 * methods that should not use the default. 38 * the parameter.). For now, it's best to individually annotate methods,
|
/build/core/ |
proguard.flags | 29 # For native methods, see http://proguard.sourceforge.net/manual/examples.html#native 31 native <methods>; 34 # class$ methods are inserted by some compilers to implement .class construct, 41 # Keep classes and methods that have the guava @VisibleForTesting annotation
|
/dalvik/dx/tests/009-method/ |
small-class.txt | 28 # methods[0]
|
/dalvik/dx/tests/019-method-attrib-Synthetic/ |
small-class.txt | 28 # methods[0]
|
/dalvik/dx/tests/020-method-attrib-Deprecated/ |
small-class.txt | 28 # methods[0]
|
/dalvik/dx/tests/027-method-attrib-Signature/ |
small-class.txt | 29 # methods[0]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/ |
MethodTest.java | 251 Method[] methods = null; local 268 // Test same method. but this time pull it from the list of methods 270 methods = cl.getDeclaredMethods(); 273 for (i = 0; i < methods.length; i++) 274 if (methods[i].getName().equals("parmTest")) { 275 mth = methods[i]; 276 i = methods.length + 1; 278 if (i < methods.length) { 408 Method methods[] = cl.getMethods(); local 409 for (int i = 0; i < methods.length; i++) [all...] |
/external/chromium/base/ |
value_conversions.h | 9 // This file contains methods to convert a |FilePath| to a |Value| and back.
|