HomeSort by relevance Sort by last modified time
    Searched refs:framework (Results 76 - 100 of 3353) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Email/tests/src/com/android/email/
SmallTests.java 19 import junit.framework.Test;
20 import junit.framework.TestSuite;
  /packages/apps/Gallery/tests/src/com/android/camera/
UnitTests.java 21 import junit.framework.Test;
22 import junit.framework.TestSuite;
  /packages/apps/LegacyCamera/tests/src/com/android/camera/
UnitTests.java 21 import junit.framework.Test;
22 import junit.framework.TestSuite;
  /packages/inputmethods/LatinIME/tools/dicttool/tests/etc/
test-dicttool.sh 27 java -classpath ${ANDROID_HOST_OUT}/framework/junit.jar:${ANDROID_HOST_OUT}/framework/dicttool_aosp.jar junit.textui.TestRunner com.android.inputmethod.latin.makedict.BinaryDictEncoderFlattenTreeTests
28 java -classpath ${ANDROID_HOST_OUT}/framework/junit.jar:${ANDROID_HOST_OUT}/framework/dicttool_aosp.jar junit.textui.TestRunner com.android.inputmethod.latin.dicttool.BinaryDictOffdeviceUtilsTests
  /sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/test/
AllTests.java 19 import junit.framework.Test;
20 import junit.framework.TestSuite;
  /sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/test/
AllTests.java 19 import junit.framework.Test;
20 import junit.framework.TestSuite;
  /dalvik/vm/
dalvik 25 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/core-hostdex.jar\
26 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/conscrypt-hostdex.jar\
27 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/okhttp-hostdex.jar\
28 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/bouncycastle-hostdex.jar\
29 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/apache-xml-hostdex.jar \
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLStreamedInputTest.java 22 import junit.framework.Test;
23 import junit.framework.TestCase;
24 import junit.framework.TestSuite;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/
run-test.rb 34 lines = output.split("\n").map { |line| line.sub(/\'(.*)?\/(.*)?\.framework/, "'--stripped--/\\2.framework") }
40 ENV['PROJECT_NAME'] = config[:framework]
58 :framework => 'Fake',
66 :framework => 'Fake',
  /external/junit/src/junit/extensions/
TestDecorator.java 3 import junit.framework.Assert;
4 import junit.framework.Test;
5 import junit.framework.TestResult;
  /cts/tests/tests/drm/src/android/drm/cts/
NativeCodeTest.java 19 import junit.framework.TestCase;
  /cts/tests/tests/example/src/android/example/cts/
ExampleSecondaryTest.java 21 import junit.framework.TestCase;
ExampleTest.java 21 import junit.framework.TestCase;
  /cts/tests/tests/graphics/src/android/graphics/cts/
DrawFilterTest.java 19 import junit.framework.TestCase;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
Drawable_ConstantStateTest.java 19 import junit.framework.TestCase;
  /cts/tests/tests/jni/src/android/jni/cts/
JniTestCase.java 21 import junit.framework.TestCase;
  /cts/tests/tests/security/src/android/security/cts/
CharDeviceTest.java 19 import junit.framework.TestCase;
LoadEffectLibraryTest.java 19 import junit.framework.TestCase;
  /cts/tests/tests/telephony/src/android/telephony/gsm/cts/
SmsMessage_MessageClassTest.java 19 import junit.framework.TestCase;
  /cts/tests/tests/util/src/android/util/cts/
DebugUtilsTest.java 18 import junit.framework.TestCase;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
DistributionPointTest.java 22 import junit.framework.TestCase;
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatFieldTest.java 19 public class MessageFormatFieldTest extends junit.framework.TestCase {
NumberFormatFieldTest.java 19 public class NumberFormatFieldTest extends junit.framework.TestCase {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-inappropriate-files-in-framework 43 def print_inappropriate_file_error framework, relative_path
44 print_error "#{framework}.framework/#{relative_path} should not be present in the framework."
47 def check_framework framework, is_shallow_bundle
48 $INAPPROPRIATE_FILES[framework].each do |directory, patterns|
49 framework_bundle_path = is_shallow_bundle ? "#{framework}.framework" : "#{framework}.framework/Versions/A/#{directory}
    [all...]
check-for-inappropriate-macros-in-external-headers 26 # This script checks that the given headers in the framework build product do
42 def framework_headers_for_path(framework, path)
43 full_path = File.join Dir.pwd, framework, $is_shallow_bundle ? "" : "Versions/A/", path
70 framework = "#{project_name}.framework"
72 framework_headers_for_path(framework, path).each do |header|

Completed in 1120 milliseconds

1 2 34 5 6 7 8 91011>>