HomeSort by relevance Sort by last modified time
    Searched refs:method (Results 476 - 500 of 4969) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 40 method = "Address",
54 method = "describeContents",
73 method = "setAdminArea",
79 method = "getAdminArea",
98 method = "setCountryCode",
104 method = "getCountryCode",
123 method = "setCountryName",
129 method = "getCountryName",
148 method = "setExtras",
154 method = "getExtras"
    [all...]
  /dalvik/vm/interp/
Interp.c 74 Method* method; /* method we're associated with */ member in struct:__anon699
224 static bool dvmBreakpointSetAdd(BreakpointSet* pSet, Method* method,
228 const u2* addr = method->insns + instrOffset;
249 pBreak->method = method;
258 * If the method has not been verified, we do NOT insert the
269 if (dvmIsClassVerified(method->clazz))
372 const Method* method = pBreak->method; local
548 const Method* method; local
    [all...]
Stack.h 37 (method arguments) and "locals" (local variables). The "outs" (arguments
77 become the parameters to the called method. The VM guarantees that there
79 into a method.
87 We push two stack frames on when calling an interpreted or native method
91 stack might look like an uninterrupted series of interpreted method calls.
92 The second frame is for the method itself.
96 NULL method pointer.
98 When calling a native method from interpreted code, the stack setup is
99 essentially identical to calling an interpreted method. Because it's a
100 native method, though, there are never any "locals" or "outs"
139 const Method* method; member in struct:StackSaveArea
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/cert/
CertPathTest.java 67 * Test for <code>CertPath(String type)</code> method<br>
73 method = "CertPath",
93 * Test for <code>hashCode()</code> method<br>
99 method = "hashCode",
112 * Test for <code>hashCode()</code> method<br>
118 method = "hashCode",
128 * Test for <code>getType()</code> method<br>
134 method = "getType",
142 * Test #1 for <code>equals(Object)</code> method<br>
148 method = "equals"
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
CacheManager_CacheResultTest.java 65 method = "getInputStream",
70 method = "getContentLength",
75 method = "getETag",
80 method = "getLastModified",
85 method = "getLocalPath",
90 method = "getLocation",
95 method = "getMimeType",
100 method = "getOutputStream",
105 method = "getExpires",
110 method = "getHttpStatusCode"
    [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
ReadOnlyCharBufferTest.java 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",
186 method = "put"
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/spec/
ECFieldFpTest.java 55 method = "ECFieldFp",
71 method = "ECFieldFp",
86 method = "ECFieldFp",
106 method = "ECFieldFp",
126 method = "ECFieldFp",
139 * Test #1 for <code>hashCode()</code> method.<br>
147 method = "hashCode",
164 * Test #2 for <code>hashCode()</code> method.<br>
167 * on equal (according to the <code>equals(Object)</code> method) objects.
172 method = "hashCode"
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
JDBCDriverTest.java 66 method = "JDBCDriver",
80 method = "acceptsURL",
89 method = "acceptsURL",
112 notes = "method test",
113 method = "connect",
121 notes = "method test",
122 method = "connect",
147 notes = "method test",
148 method = "getMajorVersion",
156 notes = "method test"
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
SSLCertificateSocketFactoryTest.java 50 method = "getSupportedCipherSuites",
55 method = "getDefault",
60 method = "getDefaultCipherSuites",
75 method = "createSocket",
80 method = "createSocket",
85 method = "createSocket",
90 method = "createSocket",
95 method = "createSocket",
100 method = "SSLCertificateSocketFactory",
ProxyTest.java 44 method = "Proxy",
54 method = "getDefaultPort",
59 method = "getDefaultHost",
64 method = "getPort",
69 method = "getHost",
TrafficStatsTest.java 41 @TestTargetNew(level = TestLevel.SUFFICIENT, method = "getMobileTxPackets"),
42 @TestTargetNew(level = TestLevel.SUFFICIENT, method = "getMobileRxPackets"),
43 @TestTargetNew(level = TestLevel.SUFFICIENT, method = "getMobileTxBytes"),
44 @TestTargetNew(level = TestLevel.SUFFICIENT, method = "getMobileRxBytes")
61 @TestTargetNew(level = TestLevel.PARTIAL_COMPLETE, method = "getTotalTxPackets"),
62 @TestTargetNew(level = TestLevel.PARTIAL_COMPLETE, method = "getTotalRxPackets"),
63 @TestTargetNew(level = TestLevel.PARTIAL_COMPLETE, method = "getTotalTxBytes"),
64 @TestTargetNew(level = TestLevel.PARTIAL_COMPLETE, method = "getTotalRxBytes"),
65 @TestTargetNew(level = TestLevel.PARTIAL_COMPLETE, method = "getUidTxBytes"),
66 @TestTargetNew(level = TestLevel.PARTIAL_COMPLETE, method = "getUidRxBytes"
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
ParameterizedTypeTest.java 42 method = "getActualTypeArguments",
48 method = "getOwnerType",
54 method = "getRawType",
78 method = "getActualTypeArguments",
84 method = "getOwnerType",
90 method = "getRawType",
116 method = "getActualTypeArguments",
122 method = "getOwnerType",
128 method = "getRawType",
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
URISyntaxExceptionTest.java 38 method = "URISyntaxException",
44 method = "getIndex",
50 method = "getInput",
56 method = "getReason",
94 method = "URISyntaxException",
100 method = "getIndex",
106 method = "getInput",
112 method = "getReason",
142 method = "getMessage",
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
ParsePositionTest.java 37 method = "ParsePosition",
41 // Test for method java.text.ParsePosition(int)
54 method = "equals",
58 // Test for method boolean
75 method = "getErrorIndex",
81 method = "setErrorIndex",
86 // Test for method int java.text.ParsePosition.getErrorIndex()
102 method = "getIndex",
106 // Test for method int java.text.ParsePosition.getIndex()
116 method = "hashCode"
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
ApplicationTest.java 40 method = "Application",
45 method = "onConfigurationChanged",
50 method = "onCreate",
57 method = "onLowMemory",
62 notes = "The documentation states that one cannot rely on this method being called.",
63 method = "onTerminate",
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteClosableTest.java 54 method = "acquireReference",
60 method = "releaseReference",
66 method = "onAllReferencesReleased",
92 method = "releaseReferenceFromContainer",
98 method = "onAllReferencesReleasedFromContainer",
  /cts/tests/tests/media/src/android/media/cts/
RingtoneManagerTest.java 87 method = "RingtoneManager",
92 method = "RingtoneManager",
104 method = "setIncludeDrm",
109 method = "getIncludeDrm",
114 method = "getRingtoneUri",
119 method = "getRingtone",
124 method = "getRingtone",
129 method = "getCursor",
134 method = "getRingtonePosition",
139 method = "getActualDefaultRingtoneUri"
    [all...]
  /cts/tests/tests/net/src/android/net/http/cts/
SslCertificate_DNameTest.java 37 method = "SslCertificate.DName",
43 method = "getCName",
49 method = "getDName",
55 method = "getOName",
61 method = "getUName",
  /cts/tests/tests/util/src/android/util/cts/
FloatMathTest.java 31 method = "ceil",
37 method = "floor",
43 method = "cos",
49 method = "sin",
55 method = "sqrt",
TimingLoggerTest.java 35 method = "TimingLogger",
41 method = "addSplit",
47 method = "dumpToLog",
53 method = "reset",
59 method = "reset",
  /cts/tests/tests/view/src/android/view/cts/
OrientationEventListenerTest.java 39 method = "OrientationEventListener",
44 method = "OrientationEventListener",
58 + "This method is simply called to make sure that no exception is thrown. "
61 method = "enable",
67 + "This method is simply called to make sure that no exception is thrown. "
70 method = "disable",
83 method = "canDetectOrientation",
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct/d/
T_invoke_direct_26.d 18 .method public abstract test()V
19 .end method
28 .method public <init>()V
33 .end method
35 .method public test()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
58 .end method
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct_range/d/
T_invoke_direct_range_26.d 18 .method public abstract test()V
19 .end method
28 .method public <init>()V
33 .end method
35 .method public test()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
58 .end method
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static/d/
T_invoke_static_24.d 18 .method public abstract test()V
19 .end method
28 .method public <init>()V
33 .end method
35 .method public test()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
58 .end method
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static_range/d/
T_invoke_static_range_24.d 18 .method public abstract test()V
19 .end method
28 .method public <init>()V
33 .end method
35 .method public test()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
58 .end method
    [all...]

Completed in 579 milliseconds

<<11121314151617181920>>