HomeSort by relevance Sort by last modified time
    Searched full:framework (Results 226 - 250 of 7673) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/build/temp_gyp/
pdfsqueeze.gyp 23 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
24 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework',
  /external/junit/src/junit/runner/
LoadingTestCollector.java 5 import junit.framework.Test;
6 import junit.framework.TestSuite;
  /external/libxslt/libxslt/
security.h 2 * Summary: interface for the libxslt security framework
3 * Description: the libxslt security framework allow to restrict
  /external/webkit/Examples/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/
project.pbxproj 11 1A6250420DCBC81B006898C8 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6250410DCBC81B006898C8 /* Cocoa.framework */; };
19 1A6250410DCBC81B006898C8 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
31 1A6250420DCBC81B006898C8 /* Cocoa.framework in Frameworks */,
52 1A6250410DCBC81B006898C8 /* Cocoa.framework */,
  /external/webkit/Examples/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/
project.pbxproj 11 1A6250420DCBC81B006898C8 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6250410DCBC81B006898C8 /* Cocoa.framework */; };
18 1A6250410DCBC81B006898C8 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
28 1A6250420DCBC81B006898C8 /* Cocoa.framework in Frameworks */,
49 1A6250410DCBC81B006898C8 /* Cocoa.framework */,
  /external/webkit/Source/WebKit2/Scripts/
generate-forwarding-headers.pl 42 my $framework;
55 $framework = $_;
60 find(\&collectFameworkHeaderPaths, File::Spec->catfile($srcRoot, $framework));
70 if (m/^#.*<$framework\/(.*\.h)/) {
82 my $headerPath = substr($filePath, length(File::Spec->catfile($srcRoot, $framework)) + 1 );
88 my $targetDirectory = File::Spec->catfile($outputDirectory, $framework);
96 my $expectedIncludeStatement = "#include \"$framework/$header\"";
103 print "[Creating forwarding header for $framework/$header]\n";
  /frameworks/base/core/tests/coretests/src/android/os/
SystemPropertiesTest.java 19 import static junit.framework.Assert.assertEquals;
20 import junit.framework.TestCase;
  /frameworks/base/core/tests/overlaytests/
README 5 /system/framework/framework-res.apk. Because of this, installation of
  /frameworks/base/libs/gui/tests/
Android.mk 32 # to integrate with auto-test framework.
38 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /frameworks/base/test-runner/src/android/test/
NoExecTestResult.java 18 import junit.framework.TestCase;
19 import junit.framework.TestResult;
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
SmokeTestSuiteBuilderTest.java 19 import junit.framework.TestCase;
20 import junit.framework.TestSuite;
  /libcore/dom/src/test/java/org/w3c/domts/
JUnitTestSuiteAdapter.java 18 import junit.framework.TestCase;
19 import junit.framework.TestSuite;
  /libcore/dom/src/test/java/tests/api/org/w3c/dom/
AllTests_Level2.java 19 import junit.framework.Test;
20 import junit.framework.TestSuite;
  /packages/apps/Camera/tests/src/com/android/camera/
StressTests.java 24 import junit.framework.Test;
25 import junit.framework.TestSuite;
  /packages/apps/Contacts/tests/src/com/android/contacts/calllog/
CallLogQueryTestUtils.java 19 import static junit.framework.Assert.assertEquals;
23 import junit.framework.Assert;
  /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;
  /prebuilt/common/osgi/
osgi.jar 
  /external/webkit/Tools/Scripts/
check-for-webkit-framework-include-consistency 50 all_headers = `find WebKit.framework/#{current_version_path}{,Private}Headers -type f -name '*.h'`.split
66 # Ignore includes that aren't in the typical framework style.
69 framework, included_header_name = [$1, $2]
72 return unless framework =~ /^Web/
75 if framework == "WebCore"
  /external/webkit/Tools/TestWebKitAPI/Configurations/
Base.xcconfig 25 FRAMEWORK_SEARCH_PATHS = $(SYSTEM_LIBRARY_DIR)/Frameworks/Quartz.framework/Frameworks $(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Frameworks $(SYSTEM_LIBRARY_DIR)/Frameworks/CoreServices.framework/Frameworks;
82 WEBKIT_UMBRELLA_FRAMEWORKS_DIR = $(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Versions/A/Frameworks;
83 WEBCORE_PRIVATE_HEADERS_DIR = $(WEBKIT_UMBRELLA_FRAMEWORKS_DIR)/WebCore.framework/PrivateHeaders;
  /external/webkit/Tools/WebKitTestRunner/Configurations/
Base.xcconfig 25 FRAMEWORK_SEARCH_PATHS = $(SYSTEM_LIBRARY_DIR)/Frameworks/Quartz.framework/Frameworks $(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Frameworks $(SYSTEM_LIBRARY_DIR)/Frameworks/CoreServices.framework/Frameworks;
82 WEBKIT_UMBRELLA_FRAMEWORKS_DIR = $(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Versions/A/Frameworks;
83 WEBCORE_PRIVATE_HEADERS_DIR = $(WEBKIT_UMBRELLA_FRAMEWORKS_DIR)/WebCore.framework/PrivateHeaders;
  /frameworks/base/docs/html/guide/topics/graphics/
index.jd 38 <dd>Android supports OpenGL ES 1.0 and 2.0, with Android framework APIs as well as natively
39 with the Native Development Kit (NDK). Using the framework APIs is desireable when you want to add a
42 using the framework APIs compared to the NDK, so for many graphic intensive applications such as
44 performance using the framework APIs. For example, the Google Body app is developed entirely
45 using the framework APIs). OpenGL with the NDK is also useful if you have a lot of native
  /external/webkit/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/
project.pbxproj 38 BC25193E11D15D8B002EBC01 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC7934A411906584005EA8E2 /* Cocoa.framework */; };
39 BC25193F11D15D8B002EBC01 /* WebKit2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC7934AB1190658C005EA8E2 /* WebKit2.framework */; };
40 BC25194011D15D8B002EBC01 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCDA2B991191051F00C3BC47 /* JavaScriptCore.framework */; };
44 BC7934A511906584005EA8E2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC7934A411906584005EA8E2 /* Cocoa.framework */; };
45 BC7934AC1190658C005EA8E2 /* WebKit2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC7934AB1190658C005EA8E2 /* WebKit2.framework */; };
    [all...]
  /external/webkit/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/
project.pbxproj 28 0F37A4AA11E6629100275F54 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5A752A108AF5D1F00138E45 /* QuartzCore.framework */; };
29 141BF435096A455900E0753C /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9335435F03D75502008635CE /* WebKit.framework */; };
30 141BF436096A455900E0753C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A84F608908B136DA00E9745F /* Cocoa.framework */; };
31 141BF438096A455900E0753C /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A817090308B164D300CCB9FB /* JavaScriptCore.framework */; };
32 141BF439096A455900E0753C /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE8257EF08D22389000507AB /* Carbon.framework */; };
    [all...]
  /external/clang/include/clang/Lex/
DirectoryLookup.h 31 /// represents either a directory, a framework, or a headermap.
43 /// directory or a framework.
60 /// normal directory, a framework, or a headermap.
81 /// normal directory, a framework path, or a HeaderMap.
92 /// getFrameworkDir - Return the directory that this framework refers to.
105 /// isFramework - True if this is a framework directory.
135 /// Filename for framework includes.

Completed in 1312 milliseconds

1 2 3 4 5 6 7 8 91011>>