/sdk/eclipse/scripts/ |
create_traceview_symlinks.sh | 30 ln -svf $BACK/out/host/linux-x86/framework/$LIB.jar "$DEST/" 35 ln -svf $BACK/out/host/darwin-x86/framework/$LIB.jar "$DEST/" 40 cp -vf out/host/windows-x86/framework/$LIB.jar "$DEST/"
|
create_test_symlinks.sh | 48 ln -svf $BACK/out/host/linux-x86/framework/$LIB.jar "$DEST/" 50 ln -svf $BACK/out/host/linux-x86/framework/kxml2-2.3.0.jar "$DEST/" 54 ln -svf $BACK/out/host/darwin-x86/framework/$LIB.jar "$DEST/" 56 ln -svf $BACK/out/host/darwin-x86/framework/kxml2-2.3.0.jar "$DEST/" 60 cp -vf out/host/windows-x86/framework/$LIB.jar "$DEST/"
|
/system/media/mca/ |
Docs.mk | 18 # List of mobile filter framework directories to include in documentation/API/SDK. 19 # Shared between mobile filter framework and frameworks/base. 28 # List of mobile filter framework source files to include in the public API/SDK.
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
intlmacosx.m4 | 24 LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" 32 [Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) 37 LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" 44 [Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) 48 INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
|
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
ResourceReference.java | 20 * A resource reference. This contains the String ID of the resource and whether this is a framework 32 * @param isFramework whether the reference is to a framework resource. 40 * Builds a non-framework resource reference. 55 * Returns whether the resource is a framework resource (<code>true</code>) or a project 101 return "ResourceReference [" + mName + " (framework:" + mIsFramework+ ")]";
|
/external/webkit/Source/WebCore/gyp/ |
WebCore.gyp | 50 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 51 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework', 52 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework', 53 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 54 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', 55 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 56 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework', 57 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 58 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 59 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', [all...] |
/external/v8/test/mozilla/ |
testcfg.py | 37 FRAMEWORK = """ 59 def __init__(self, filename, path, context, root, mode, framework): 62 self.framework = framework 79 result += self.framework 108 framework = [] 114 framework.append(script) 115 framework.reverse() 118 if (not file in FRAMEWORK) and file.endswith('.js'): 123 self.root, mode, framework) [all...] |
/external/webkit/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/ |
project.pbxproj | 26 BC575A90126E74D3006F0F12 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCB9E9F011235BDE00A137E0 /* Cocoa.framework */; }; 27 BC575A91126E74D3006F0F12 /* WebKit2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCA61DB411700EFD00460D1E /* WebKit2.framework */; }; 28 BC575A92126E74D3006F0F12 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC90964D1255620C00083756 /* JavaScriptCore.framework */; }; 39 BC90964E1255620C00083756 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC90964D1255620C00083756 /* JavaScriptCore.framework */; }; 44 BCA61DB511700EFD00460D1E /* WebKit2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCA61DB411700EFD00460D1E /* WebKit2.framework */; }; [all...] |
/external/webkit/Source/JavaScriptCore/gyp/ |
JavaScriptCore.gyp | 65 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', 66 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 174 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', 195 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', 217 'INSTALL_PATH': '$(JAVASCRIPTCORE_FRAMEWORKS_DIR)/JavaScriptCore.framework/Resources', 223 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
/external/webkit/Tools/WebKitLauncher/WebKitLauncher.xcodeproj/ |
project.pbxproj | 31 5D877FCD0A5795F200D0C67B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; 37 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; 65 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; 81 5DE79BEB0F1C63CC0067BE08 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = BUILT_PRODUCTS_DIR; } [all...] |
/frameworks/base/docs/html/guide/ |
index.jd | 7 platform features. It explores the concepts behind Android, the framework for 14 platform, except for reference material on the framework API. 29 <dt><b>Framework Topics</b></dt> 30 <dd>Discussions of particular parts of the Android framework 31 and API. For an introduction to the framework, begin with 77 framework.
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
InstrumentationTestSuiteBuilderTest.java | 23 import junit.framework.AssertionFailedError; 24 import junit.framework.Test; 25 import junit.framework.TestCase; 26 import junit.framework.TestListener; 27 import junit.framework.TestResult; 28 import junit.framework.TestSuite;
|
/external/webkit/Source/JavaScriptGlue/JavaScriptGlue.xcodeproj/ |
project.pbxproj | 26 1422E88209DE3C0400749B87 /* JavaScriptGlue.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD66F3D608F73ED700C75FD7 /* JavaScriptGlue.framework */; }; 42 DD66F3CE08F73ED700C75FD7 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F14FC9F30258E9A603CA149D /* CoreServices.framework */; }; 43 DD66F3F608F7401B00C75FD7 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD66F3F508F7401B00C75FD7 /* JavaScriptCore.framework */; }; 71 0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; } [all...] |
/build/core/ |
help.mk | 34 @echo "libandroid_runtime All the JNI framework stuff" 35 @echo "framework All the java framework stuff"
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureComparator.java | 24 import junit.framework.Assert; 34 * @throws {@link junit.framework.AssertionFailedError} if Gesture's are not equal 51 * @throws {@link junit.framework.AssertionFailedError} if GestureStroke's are not
|
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
Activator.java | 21 import org.osgi.framework.BundleContext;
43 * org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext
55 * org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext
|
/development/tools/hosttestlib/src/com/android/hosttest/ |
DeviceTestSuite.java | 21 import junit.framework.Test; 22 import junit.framework.TestResult; 23 import junit.framework.TestSuite;
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DHGenParameterSpecTest.java | 28 import junit.framework.Test; 29 import junit.framework.TestCase; 30 import junit.framework.TestSuite;
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
CertificatePoliciesTest.java | 30 import junit.framework.Test; 31 import junit.framework.TestCase; 32 import junit.framework.TestSuite;
|
/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/webkit/Tools/DumpRenderTree/qt/TestNetscapePlugin/ |
TestNetscapePlugin.pro | 46 LIBS += -framework Carbon -framework Cocoa -framework QuartzCore
|
/external/webkit/Tools/Scripts/ |
find-included-framework-headers | 27 for framework in $*; do 28 echo -e "\n$framework\n==================" 29 find . \( -name '*.cpp' -o -name '*.h' -o -name '*.m' -o -name '*.mm' \) -exec grep "<$framework/" {} ';' | sed -e 's|.*/\(.*\.h\).*|\1|' | sort -u
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DHGenParameterSpecTest.java | 29 import junit.framework.Test; 30 import junit.framework.TestCase; 31 import junit.framework.TestSuite;
|
/packages/experimental/UiAutomation/library/src/com/android/testing/uiautomation/ |
UiAutomationTestRunner.java | 10 import junit.framework.AssertionFailedError; 11 import junit.framework.Test; 12 import junit.framework.TestListener;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
Activator.java | 21 import org.osgi.framework.BundleContext;
43 * org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext
55 * org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext
|