OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:framework
(Results
51 - 75
of
5600
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/tests/hosttests/test-apps/SimpleTestApp/src/com/android/framework/simpletestapp/
SimpleAppActivity.java
16
package com.android.
framework
.simpletestapp;
/frameworks/base/test-runner/src/android/test/
TestSuiteProvider.java
19
import junit.
framework
.TestSuite;
/external/antlr/antlr-3.4/gunit/src/test/java/org/antlr/gunit/
GunitTest.java
3
import junit.
framework
.Test;
4
import junit.
framework
.TestCase;
5
import junit.
framework
.TestSuite;
/external/testng/src/test/java/test/junit/
JUnitEmptyTest.java
3
import junit.
framework
.Test;
4
import junit.
framework
.TestCase;
5
import junit.
framework
.TestSuite;
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
AbstractService.java
17
package com.android.
framework
.multidexlegacytestservices;
39
new com.android.
framework
.multidexlegacytestservices.manymethods.Big043().get43();
41
new com.android.
framework
.multidexlegacytestservices.manymethods.Big044().get44();
44
instanceFieldNotInited = new com.android.
framework
.multidexlegacytestservices.manymethods.Big042().get42();
124
int value = new com.android.
framework
.multidexlegacytestservices.manymethods.Big001().get1() +
125
new com.android.
framework
.multidexlegacytestservices.manymethods.Big002().get2() +
126
new com.android.
framework
.multidexlegacytestservices.manymethods.Big003().get3() +
127
new com.android.
framework
.multidexlegacytestservices.manymethods.Big004().get4() +
128
new com.android.
framework
.multidexlegacytestservices.manymethods.Big005().get5() +
129
new com.android.
framework
.multidexlegacytestservices.manymethods.Big006().get6()
[
all
...]
/art/test/118-noimage-dex2oat/
run
35
framework
="${ANDROID_HOST_OUT}/
framework
"
38
framework
="/system/
framework
"
41
bpath="${
framework
}/core-libart${bpath_suffix}.jar"
42
bpath="${bpath}:${
framework
}/conscrypt${bpath_suffix}.jar"
43
bpath="${bpath}:${
framework
}/okhttp${bpath_suffix}.jar"
44
bpath="${bpath}:${
framework
}/bouncycastle${bpath_suffix}.jar"
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/exceptions/
ReplyErrorCodeException.java
26
package org.apache.harmony.jpda.tests.
framework
.jdwp.exceptions;
28
import org.apache.harmony.jpda.tests.
framework
.TestErrorException;
29
import org.apache.harmony.jpda.tests.
framework
.jdwp.JDWPConstants;
/external/guava/guava-testlib/test/com/google/common/collect/testing/
OpenJdk6Tests.java
19
import junit.
framework
.Test;
20
import junit.
framework
.TestCase;
21
import junit.
framework
.TestSuite;
/external/junit/src/main/java/junit/extensions/
TestSetup.java
3
import junit.
framework
.Protectable;
4
import junit.
framework
.Test;
5
import junit.
framework
.TestResult;
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
LogServiceFactory.java
35
import org.osgi.
framework
.Bundle;
36
import org.osgi.
framework
.ServiceFactory;
37
import org.osgi.
framework
.ServiceRegistration;
49
* @see org.osgi.
framework
.ServiceFactory#getService(org.osgi.
framework
.Bundle,
50
* org.osgi.
framework
.ServiceRegistration)
59
* @see org.osgi.
framework
.ServiceFactory#ungetService(org.osgi.
framework
.Bundle,
60
* org.osgi.
framework
.ServiceRegistration, java.lang.Object)
/external/testng/src/test/java/test/junit/testsetup/
LoggingTestSuite.java
4
import junit.
framework
.Test;
5
import junit.
framework
.TestResult;
6
import junit.
framework
.TestSuite;
/external/vogar/src/vogar/target/junit/junit3/
TestSuiteFactory.java
20
import junit.
framework
.Test;
21
import junit.
framework
.TestCase;
22
import junit.
framework
.TestSuite;
/cts/tests/camera/src/android/hardware/cts/
Camera_ParametersTest.java
19
import junit.
framework
.TestCase;
/cts/tests/tests/networksecurityconfig/networksecurityconfig-debug-basic-disabled/src/android/security/net/config/cts/
BasicDebugOverrideDisabledTest.java
19
import junit.
framework
.TestCase;
/cts/tests/tests/networksecurityconfig/networksecurityconfig-debug-basic-enabled/src/android/security/net/config/cts/
BasicDebugOverrideEnabledTest.java
19
import junit.
framework
.TestCase;
/cts/tests/tests/os/src/android/os/cts/
RemoteExceptionTest.java
18
import junit.
framework
.TestCase;
/cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessage_MessageClassTest.java
19
import junit.
framework
.TestCase;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventPacket.java
26
package org.apache.harmony.jpda.tests.
framework
.jdwp;
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeRefTest.java
19
import junit.
framework
.TestCase;
/external/guava/guava-tests/test/com/google/common/util/concurrent/
ForwardingBlockingQueueTest.java
19
import junit.
framework
.TestCase;
ForwardingCheckedFutureTest.java
19
import junit.
framework
.TestCase;
ForwardingExecutorServiceTest.java
19
import junit.
framework
.TestCase;
ForwardingFutureTest.java
19
import junit.
framework
.TestCase;
ForwardingListenableFutureTest.java
19
import junit.
framework
.TestCase;
ForwardingListeningExecutorServiceTest.java
19
import junit.
framework
.TestCase;
Completed in 1963 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>