/cts/tests/tests/widget/src/android/widget/cts/ |
BaseAdapterTest.java | 38 method = "hasStableIds", 49 method = "registerDataSetObserver", 54 method = "unregisterDataSetObserver", 59 method = "notifyDataSetChanged", 84 method = "notifyDataSetInvalidated", 103 method = "areAllItemsEnabled", 114 method = "isEnabled", 124 method = "getDropDownView", 135 method = "getItemViewType", 146 method = "getViewTypeCount" [all...] |
ZoomControlsTest.java | 48 method = "ZoomControls", 53 method = "ZoomControls", 65 method = "setOnZoomInClickListener", 89 method = "setOnZoomOutClickListener", 107 method = "setZoomSpeed", 121 notes = "this method always return true", 122 method = "onTouchEvent", 132 method = "show", 137 method = "hide", 155 method = "setIsZoomInEnabled" [all...] |
ScrollerTest.java | 49 method = "Scroller", 55 method = "Scroller", 68 method = "forceFinished", 73 method = "isFinished", 88 method = "getDuration", 114 method = "setFinalX", 120 method = "getFinalX", 142 method = "setFinalY", 148 method = "getFinalY", 169 method = "startScroll" [all...] |
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
ReadOnlyDoubleBufferTest.java | 40 notes = "Verifies isReadOnly method for read only DoubleBuffer.", 41 method = "isReadOnly", 51 method = "hasArray", 61 method = "array", 75 method = "hashCode", 86 method = "arrayOffset", 100 method = "compact", 115 method = "put", 130 method = "put", 152 method = "put" [all...] |
ReadOnlyFloatBufferTest.java | 39 notes = "Verifies isReadOnly method for read only FloatBuffer.", 40 method = "isReadOnly", 50 method = "hasArray", 60 method = "array", 75 method = "hashCode", 86 method = "arrayOffset", 101 method = "compact", 116 method = "put", 131 method = "put", 153 method = "put" [all...] |
ReadOnlyIntBufferTest.java | 39 notes = "Verifies isReadOnly method for read only IntBuffer.", 40 method = "isReadOnly", 49 notes = "Verifies hasArray method returns false for read only IntBuffer.", 50 method = "hasArray", 60 method = "array", 75 method = "hashCode", 86 method = "arrayOffset", 101 method = "compact", 116 method = "put", 131 method = "put" [all...] |
ReadOnlyLongBufferTest.java | 39 notes = "Verifies isReadOnly method for read only LongBuffer.", 40 method = "isReadOnly", 49 notes = "Verifies that hasArray method returns false for read only LongBuffer.", 50 method = "hasArray", 60 method = "array", 75 method = "hashCode", 86 method = "arrayOffset", 101 method = "compact", 116 method = "put", 131 method = "put" [all...] |
ReadOnlyShortBufferTest.java | 39 notes = "Verifies isReadOnly method for read only ShortBuffer.", 40 method = "isReadOnly", 49 notes = "Verifies hasArray method for read only ShortBuffer.", 50 method = "hasArray", 60 method = "array", 75 method = "hashCode", 86 method = "arrayOffset", 101 method = "compact", 116 method = "put", 131 method = "put" [all...] |
/external/openssl/crypto/ui/ |
ui.h | 84 UI *UI_new_method(const UI_METHOD *method); 160 UI won't look at those, but will pass them on to the method routines. They 199 Note that the UI_OpenSSL() method completely ignores the user data. 241 /* The method with all the built-in thingies */ 245 /* ---------- For method writers ---------- */ 246 /* A method contains a number of functions that implement the low level 283 All method functions take a UI as argument. Additionally, the writer and 294 This is only needed by method authors. */ 308 int UI_method_set_opener(UI_METHOD *method, int (*opener)(UI *ui)); 309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)) [all...] |
/external/openssl/crypto/x509v3/ |
v3_info.c | 66 static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method, 69 static AUTHORITY_INFO_ACCESS *v2i_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method, 91 ASN1_SIMPLE(ACCESS_DESCRIPTION, method, ASN1_OBJECT), 103 static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method, 113 ret = i2v_GENERAL_NAME(method, desc->location, ret); 116 i2t_ASN1_OBJECT(objtmp, sizeof objtmp, desc->method); 135 static AUTHORITY_INFO_ACCESS *v2i_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method, 162 if(!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0)) 170 acc->method = OBJ_txt2obj(objtmp, 0); 171 if(!acc->method) { [all...] |
/external/openssl/include/openssl/ |
ui.h | 84 UI *UI_new_method(const UI_METHOD *method); 160 UI won't look at those, but will pass them on to the method routines. They 199 Note that the UI_OpenSSL() method completely ignores the user data. 241 /* The method with all the built-in thingies */ 245 /* ---------- For method writers ---------- */ 246 /* A method contains a number of functions that implement the low level 283 All method functions take a UI as argument. Additionally, the writer and 294 This is only needed by method authors. */ 308 int UI_method_set_opener(UI_METHOD *method, int (*opener)(UI *ui)); 309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)) [all...] |
/external/proguard/src/proguard/classfile/visitor/ |
ReferencedClassVisitor.java | 140 // Let the visitor visit the class of the enclosing method. 145 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 148 codeAttribute.attributesAccept(clazz, method, this); 152 public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute) 155 localVariableTableAttribute.localVariablesAccept(clazz, method, codeAttribute, this); 159 public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute) 162 localVariableTypeTableAttribute.localVariablesAccept(clazz, method, codeAttribute, this) [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
CharArrayWriterTest.java | 44 method = "CharArrayWriter", 48 // Test for method java.io.CharArrayWriter(int) 65 notes = "Verifies CharArrayWriter() method.", 66 method = "CharArrayWriter", 70 // Test for method java.io.CharArrayWriter() 80 notes = "Verifies close() method.", 81 method = "close", 85 // Test for method void java.io.CharArrayWriter.close() 94 notes = "Verifies flush() method.", 95 method = "flush" [all...] |
/dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/ |
BigIntegerToStringTest.java | 35 * Method: toString(int radix) 43 notes = "This is a complete subset of tests for toString method", 44 method = "toString", 60 notes = "This is a complete subset of tests for toString method", 61 method = "toString", 77 notes = "This is a complete subset of tests for toString method", 78 method = "toString", 94 notes = "This is a complete subset of tests for toString method", 95 method = "toString", 111 notes = "This is a complete subset of tests for toString method", [all...] |
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/ |
DefaultHandlerTest.java | 46 method = "resolveEntity", 61 method = "notationDecl", 74 method = "unparsedEntityDecl", 88 method = "setDocumentLocator", 97 method = "startDocument", 110 method = "endDocument", 123 method = "startPrefixMapping", 136 method = "endPrefixMapping", 149 method = "startElement", 163 method = "endElement" [all...] |
/external/openssl/crypto/x509/ |
x509_lu.c | 65 X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method) 74 ret->method=method; 77 if ((method->new_item != NULL) && !method->new_item(ret)) 88 if ( (ctx->method != NULL) && 89 (ctx->method->free != NULL)) 90 ctx->method->free(ctx); 96 if (ctx->method == NULL) return 0; 97 if (ctx->method->init != NULL [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
SoundPoolTest.java | 80 method = "load", 85 method = "load", 90 method = "load", 95 method = "load", 100 method = "unload", 105 method = "release", 162 method = "load", 167 method = "pause", 172 method = "play", 177 method = "resume" [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
AbstractCursorTest.java | 82 method = "AbstractCursor", 92 method = "getBlob", 107 method = "registerDataSetObserver", 112 method = "unregisterDataSetObserver", 142 method = "registerContentObserver", 147 method = "unregisterContentObserver", 176 method = "setNotificationUri", 187 method = "respond", 201 method = "requery", 214 notes = "Test onChange().Subclasses must call this method when they finish committing" [all...] |
CursorWrapperTest.java | 77 notes = "Test close() and isClosed() and the constructor method.", 78 method = "close", 83 notes = "Test close() and isClosed() and the constructor method.", 84 method = "isClosed", 89 notes = "Test close() and isClosed() and the constructor method.", 90 method = "requery", 95 notes = "Test close() and isClosed() and the constructor method.", 96 method = "CursorWrapper", 124 method = "getCount", 130 method = "requery" [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebSettingsTest.java | 75 method = "getUserAgentString", 108 method = "getUserAgentString", 113 method = "setUserAgentString", 148 method = "getUserAgent", 153 method = "setUserAgent", 201 method = "getAllowFileAccess", 206 method = "setAllowFileAccess", 231 method = "getBlockNetworkImage", 236 method = "setBlockNetworkImage", 263 method = "getCacheMode" [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PathTest.java | 43 method = "Path", 48 method = "Path", 63 method = "addRect", 68 method = "isEmpty", 85 method = "addRect", 91 method = "isEmpty", 106 method = "moveTo", 110 "When this method called, the current point will move to the" + 122 method = "set", 127 method = "isEmpty" [all...] |
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyStoreSpiTest.java | 58 method = "engineAliases", 64 method = "engineContainsAlias", 70 method = "engineDeleteEntry", 76 method = "engineGetCertificate", 82 method = "engineGetCertificateAlias", 88 method = "engineGetCertificateChain", 94 method = "engineGetCreationDate", 100 method = "engineGetKey", 106 method = "engineIsCertificateEntry", 112 method = "engineIsKeyEntry" [all...] |
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeEditor.java | 302 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 306 // method.getName(clazz).equals("abc"); 309 // Catch any unexpected exceptions from the actual visiting method. 313 visitCodeAttribute0(clazz, method, codeAttribute); 319 System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]"); 327 public void visitCodeAttribute0(Clazz clazz, Method method, CodeAttribute codeAttribute [all...] |
/hardware/ti/wlan/wl1271/Test/ |
roamingMgrDebug.c | 261 scanPolicy.bandScanPolicy[ 0 ].trackingMethod.method.basicMethodParams.earlyTerminationEvent = SCAN_ET_COND_DISABLE; 262 scanPolicy.bandScanPolicy[ 0 ].trackingMethod.method.basicMethodParams.ETMaxNumberOfApFrames = 0; 263 scanPolicy.bandScanPolicy[ 0 ].trackingMethod.method.basicMethodParams.maxChannelDwellTime = 30000; 264 scanPolicy.bandScanPolicy[ 0 ].trackingMethod.method.basicMethodParams.minChannelDwellTime = 15000; 265 scanPolicy.bandScanPolicy[ 0 ].trackingMethod.method.basicMethodParams.probReqParams.bitrate = RATE_MASK_UNSPECIFIED; /* Let the FW select */ 266 scanPolicy.bandScanPolicy[ 0 ].trackingMethod.method.basicMethodParams.probReqParams.numOfProbeReqs = 3; 267 scanPolicy.bandScanPolicy[ 0 ].trackingMethod.method.basicMethodParams.probReqParams.txPowerDbm = DEF_TX_POWER; 269 scanPolicy.bandScanPolicy[ 0 ].discoveryMethod.method.basicMethodParams.earlyTerminationEvent = SCAN_ET_COND_DISABLE; 270 scanPolicy.bandScanPolicy[ 0 ].discoveryMethod.method.basicMethodParams.ETMaxNumberOfApFrames = 0; 271 scanPolicy.bandScanPolicy[ 0 ].discoveryMethod.method.basicMethodParams.maxChannelDwellTime = 30000 [all...] |
/system/wlan/ti/wilink_6_1/Test/ |
roamingMgrDebug.c | 261 scanPolicy.bandScanPolicy[ 0 ].trackingMethod.method.basicMethodParams.earlyTerminationEvent = SCAN_ET_COND_DISABLE; 262 scanPolicy.bandScanPolicy[ 0 ].trackingMethod.method.basicMethodParams.ETMaxNumberOfApFrames = 0; 263 scanPolicy.bandScanPolicy[ 0 ].trackingMethod.method.basicMethodParams.maxChannelDwellTime = 30000; 264 scanPolicy.bandScanPolicy[ 0 ].trackingMethod.method.basicMethodParams.minChannelDwellTime = 15000; 265 scanPolicy.bandScanPolicy[ 0 ].trackingMethod.method.basicMethodParams.probReqParams.bitrate = RATE_MASK_UNSPECIFIED; /* Let the FW select */ 266 scanPolicy.bandScanPolicy[ 0 ].trackingMethod.method.basicMethodParams.probReqParams.numOfProbeReqs = 3; 267 scanPolicy.bandScanPolicy[ 0 ].trackingMethod.method.basicMethodParams.probReqParams.txPowerDbm = DEF_TX_POWER; 269 scanPolicy.bandScanPolicy[ 0 ].discoveryMethod.method.basicMethodParams.earlyTerminationEvent = SCAN_ET_COND_DISABLE; 270 scanPolicy.bandScanPolicy[ 0 ].discoveryMethod.method.basicMethodParams.ETMaxNumberOfApFrames = 0; 271 scanPolicy.bandScanPolicy[ 0 ].discoveryMethod.method.basicMethodParams.maxChannelDwellTime = 30000 [all...] |