/external/webkit/Source/WebKit/WebKit.xcodeproj/ |
project.pbxproj | 11 065AD5A40B0C32C7005A2B1D /* WebContextMenuClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 065AD5A20B0C32C7005A2B1D /* WebContextMenuClient.mm */; }; 13 06693DDD0BFBA85200216072 /* WebInspectorClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 06693DDB0BFBA85200216072 /* WebInspectorClient.mm */; }; 15 0A2D87FE107AF52B00CDDEE3 /* WebPluginHalterClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0A2D87FC107AF52B00CDDEE3 /* WebPluginHalterClient.mm */; }; 17 0AB752380FA2E4DB00D7CBB1 /* WebNetscapeContainerCheckContextInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AB752360FA2E4DB00D7CBB1 /* WebNetscapeContainerCheckContextInfo.mm */; }; 20 0AEBFF640F9FA8BE000D486B /* WebNetscapeContainerCheckPrivate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AEBFF620F9FA8BE000D486B /* WebNetscapeContainerCheckPrivate.mm */; }; 22 0F30986011ECFE4500F559DF /* WebRenderLayer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0F30985E11ECFE4500F559DF /* WebRenderLayer.mm */; }; 24 0FD3B0F31076C3E900039B96 /* WebVideoFullscreenController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0FD3B0EF1076C3E900039B96 /* WebVideoFullscreenController.mm */; }; 26 0FD3B0F51076C3E900039B96 /* WebVideoFullscreenHUDWindowController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0FD3B0F11076C3E900039B96 /* WebVideoFullscreenHUDWindowController.mm */; }; 28 0FD3B0F91076C3F700039B96 /* WebWindowAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FD3B0F71076C3F700039B96 /* WebWindowAnimation.m */; }; 30 14D825300AF955090004F057 /* WebChromeClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14D8252E0AF955090004F057 /* WebChromeClient.mm */; } [all...] |
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/ |
project.pbxproj | 10 65FB3F6609D11E9100F49DEB /* Derived Sources */ = { 12 buildConfigurationList = 65FB3F7709D11EBD00F49DEB /* Build configuration list for PBXAggregateTarget "Derived Sources" */; 14 65FB3F6509D11E9100F49DEB /* Generate Derived Sources */, 17 name = "Derived Sources"; 18 productName = "Derived Sources"; 37 06D358B30DAADAA4003B174E /* MainThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06D358A20DAAD9C4003B174E /* MainThread.cpp */; }; 38 06D358B40DAADAAA003B174E /* MainThreadMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 06D358A10DAAD9C4003B174E /* MainThreadMac.mm */; }; 40 088FA5BB0EF76D4300578E6F /* RandomNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 088FA5B90EF76D4300578E6F /* RandomNumber.cpp */; }; 45 0B330C270F38C62300692DE3 /* TypeTraits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B330C260F38C62300692DE3 /* TypeTraits.cpp */; }; 49 0BF28A2911A33DC300638F84 /* SizeLimits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF28A2811A33DC300638F84 /* SizeLimits.cpp */; } [all...] |
/bionic/libc/ |
Jamfile | 126 # retrieve list of sources in a given directory 199 # find sources in a given list of subdirectories 220 sources += $(dir)/$(_sources) ; 223 sources += [ ListSources $(dir) ] ; 305 local source sources ; 316 sources = $(LOCAL_SRC) ; 319 sources = [ Glob $(1) : *.S *.c ] ; 320 sources = $(sources:BS) ; 324 sources = [ Filter $(sources) : $(NO_LOCAL_SRC) ] [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
PhiInsn.java | 47 private RegisterSpecList sources; field in class:PhiInsn 82 * Updates the TypeBearers of all the sources (phi operands) to be 99 sources = null; 133 // Un-cache sources, in case someone has already called getSources(). 134 sources = null; 152 // Un-cache sources, in case someone has already called getSources(). 153 sources = null; 198 * Gets sources. Constructed lazily from phi operand data structures and 201 * @return {@code non-null;} sources list 205 if (sources != null) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
PhiInsn.java | 47 private RegisterSpecList sources; field in class:PhiInsn 82 * Updates the TypeBearers of all the sources (phi operands) to be 99 sources = null; 133 // Un-cache sources, in case someone has already called getSources(). 134 sources = null; 152 // Un-cache sources, in case someone has already called getSources(). 153 sources = null; 198 * Gets sources. Constructed lazily from phi operand data structures and 201 * @return {@code non-null;} sources list 205 if (sources != null) [all...] |
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
Sources.java | 51 public class Sources extends BroadcastReceiver implements OnAccountsUpdateListener { 52 private static final String TAG = "Sources"; 63 private static SoftReference<Sources> sInstance = null; 66 * Requests the singleton instance of {@link Sources} with data bound from 70 public static synchronized Sources getInstance(Context context) { 71 Sources sources = sInstance == null ? null : sInstance.get(); local 72 if (sources == null) { 73 sources = new Sources(context) [all...] |
/external/chromium/crypto/ |
crypto.gyp | 24 'sources/': [ ['include', '_chromeos\\.cc$'] ] 42 'sources/': [ 61 'sources!': [ 74 'sources!': [ 82 'sources!': [ 98 'sources!': [ 111 'sources': [ 171 'sources': [ 207 'sources!': [ 217 'sources!': [all...] |
/external/chromium/base/ |
base.gyp | 33 'sources': [ 61 'sources': [ 76 'sources': [ 102 'sources': [ 228 'sources!': [ 231 'sources': [ 248 'sources!': [ 258 'sources!': [ 264 'sources/': [ 267 'sources!': [all...] |
/external/webkit/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/ |
project.pbxproj | 10 90D9B10212E11DCB002D4255 /* Compiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90D9B0F912E11DCB002D4255 /* Compiler.cpp */; }; 12 90D9B10412E11DCB002D4255 /* glslang_lex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90D9B0FB12E11DCB002D4255 /* glslang_lex.cpp */; }; 13 90D9B10512E11DCB002D4255 /* glslang_tab.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90D9B0FC12E11DCB002D4255 /* glslang_tab.cpp */; }; 16 90D9B10912E11DCB002D4255 /* SearchSymbol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90D9B10012E11DCB002D4255 /* SearchSymbol.cpp */; }; 18 90D9B11312E11DD6002D4255 /* util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90D9B10B12E11DD6002D4255 /* util.cpp */; }; 20 90D9B11512E11DD6002D4255 /* ValidateLimitations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90D9B10D12E11DD6002D4255 /* ValidateLimitations.cpp */; }; 22 90D9B11712E11DD6002D4255 /* VariableInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90D9B10F12E11DD6002D4255 /* VariableInfo.cpp */; }; 24 90D9B11912E11DD6002D4255 /* VersionGLSL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90D9B11112E11DD6002D4255 /* VersionGLSL.cpp */; }; 26 FB39D2711200F35A00088E69 /* CodeGenGLSL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FB39D2221200F35A00088E69 /* CodeGenGLSL.cpp */; }; 27 FB39D2751200F35A00088E69 /* debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FB39D2261200F35A00088E69 /* debug.cpp */; } [all...] |
/development/ide/xcode/animator.xcodeproj/ |
project.pbxproj | 12 FE49EB5109FE785E00D28411 /* SkDisplayNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE49EB5009FE785E00D28411 /* SkDisplayNumber.cpp */; }; 15 FE51FB8F0A6FE7DC00ABA91D /* SkDrawSaveLayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE51FB8E0A6FE7DC00ABA91D /* SkDrawSaveLayer.cpp */; }; 17 FE5F49850948A5390095980F /* SkAnimateActive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE5F48F60948A5380095980F /* SkAnimateActive.cpp */; }; 19 FE5F49870948A5390095980F /* SkAnimateField.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE5F48F80948A5380095980F /* SkAnimateField.cpp */; }; 21 FE5F49890948A5390095980F /* SkAnimateMaker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE5F48FA0948A5380095980F /* SkAnimateMaker.cpp */; }; 23 FE5F498B0948A5390095980F /* SkAnimateSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE5F48FE0948A5380095980F /* SkAnimateSet.cpp */; }; 25 FE5F498D0948A5390095980F /* SkAnimator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE5F49000948A5380095980F /* SkAnimator.cpp */; }; 26 FE5F498E0948A5390095980F /* SkAnimatorScript.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE5F49010948A5380095980F /* SkAnimatorScript.cpp */; }; 28 FE5F49900948A5390095980F /* SkBase64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE5F49030948A5380095980F /* SkBase64.cpp */; }; 30 FE5F49920948A5390095980F /* SkBoundable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE5F49050948A5380095980F /* SkBoundable.cpp */; } [all...] |
/development/ide/xcode/SampleCode/SampleCode.xcodeproj/ |
project.pbxproj | 10 0007A8F30DB4DFF30068AF40 /* SampleXfermodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0007A8F20DB4DFF30068AF40 /* SampleXfermodes.cpp */; }; 12 000A1CB00DA522ED003DAC04 /* SamplePolyToPoly.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000A1CAF0DA522ED003DAC04 /* SamplePolyToPoly.cpp */; }; 13 000DC0C60D63796E00854F5A /* SampleTextAlpha.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000DC0C50D63796E00854F5A /* SampleTextAlpha.cpp */; }; 14 001142AB0DCA20650070D0A3 /* SamplePicture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 001142AA0DCA20650070D0A3 /* SamplePicture.cpp */; }; 15 0017F1490D6A0A6A008D9B31 /* SampleEmboss.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0017F1460D6A0A6A008D9B31 /* SampleEmboss.cpp */; }; 16 0017F14A0D6A0A6A008D9B31 /* SampleLines.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0017F1470D6A0A6A008D9B31 /* SampleLines.cpp */; }; 20 0019628A0EACB9D300447A07 /* SamplePatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 001962890EACB9D300447A07 /* SamplePatch.cpp */; }; 21 001962900EACBA2A00447A07 /* SamplePageFlip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0019628F0EACBA2A00447A07 /* SamplePageFlip.cpp */; }; 22 002919440DEBA08100AF67D5 /* SkBitmapFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 002919430DEBA08100AF67D5 /* SkBitmapFilter.cpp */; }; 23 002919510DEC39C700AF67D5 /* SkConvolutionBitmapFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 002919500DEC39C700AF67D5 /* SkConvolutionBitmapFilter.cpp */; (…) [all...] |
/ndk/build/tools/ |
DEV-SCRIPTS-USAGE.TXT | 10 - rebuilding other required host tools (e.g. ndk-stack) from sources 12 - rebuilding all target-specific prebuilt binaries from sources 36 $NDK/sources/host-tools/ 37 Contains sources of various libraries or programs that will be 39 installation. For example, $NDK/sources/host-tools/ndk-stack/ 40 contains the sources of the 'ndk-stack' program. 42 $NDK/sources/cxx-stl/ 43 Contains the sources of various C++ runtime and libraries that 47 $NDK/sources/cxx-stl/gabi++/ 48 Contains the sources of the GAbi++ C++ runtime library. Note tha [all...] |
dev-defaults.sh | 14 # Location of the STLport sources, relative to the NDK root directory 15 STLPORT_SUBDIR=sources/cxx-stl/stlport 17 # Location of the GAbi++ sources, relative to the NDK root directory 18 GABIXX_SUBDIR=sources/cxx-stl/gabi++ 22 GNUSTL_SUBDIR=sources/cxx-stl/gnu-libstdc++ 24 # The date to use when downloading toolchain sources from AOSP servers
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
FillArrayDataInsn.java | 47 * @param sources {@code non-null;} specs for all the sources 52 RegisterSpecList sources, 55 super(opcode, position, null, sources); 111 RegisterSpecList sources) { 114 sources, initValues, arrayType);
|
ThrowingInsn.java | 59 * @param sources {@code non-null;} specs for all the sources 63 RegisterSpecList sources, 65 super(opcode, position, null, sources); 114 RegisterSpecList sources) { 117 sources,
|
/dalvik/dx/src/com/android/dx/rop/code/ |
FillArrayDataInsn.java | 47 * @param sources {@code non-null;} specs for all the sources 52 RegisterSpecList sources, 55 super(opcode, position, null, sources); 111 RegisterSpecList sources) { 114 sources, initValues, arrayType);
|
ThrowingInsn.java | 59 * @param sources {@code non-null;} specs for all the sources 63 RegisterSpecList sources, 65 super(opcode, position, null, sources); 114 RegisterSpecList sources) { 117 sources,
|
/development/ide/xcode/zlib.xcodeproj/ |
project.pbxproj | 10 FE08AA0D0944F1E40057213F /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA020944F1E40057213F /* adler32.c */; }; 11 FE08AA0E0944F1E40057213F /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA030944F1E40057213F /* compress.c */; }; 12 FE08AA0F0944F1E40057213F /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA040944F1E40057213F /* crc32.c */; }; 13 FE08AA100944F1E40057213F /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA050944F1E40057213F /* deflate.c */; }; 14 FE08AA110944F1E40057213F /* infback.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA060944F1E40057213F /* infback.c */; }; 15 FE08AA120944F1E40057213F /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA070944F1E40057213F /* inffast.c */; }; 16 FE08AA130944F1E40057213F /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA080944F1E40057213F /* inflate.c */; }; 17 FE08AA140944F1E40057213F /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA090944F1E40057213F /* inftrees.c */; }; 18 FE08AA150944F1E40057213F /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA0A0944F1E40057213F /* trees.c */; }; 19 FE08AA160944F1E40057213F /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA0B0944F1E40057213F /* uncompr.c */; } [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
FillArrayDataInsn.java | 47 * @param sources {@code non-null;} specs for all the sources 52 RegisterSpecList sources, 55 super(opcode, position, null, sources); 111 RegisterSpecList sources) { 114 sources, initValues, arrayType);
|
ThrowingInsn.java | 59 * @param sources {@code non-null;} specs for all the sources 63 RegisterSpecList sources, 65 super(opcode, position, null, sources); 114 RegisterSpecList sources) { 117 sources,
|
/external/chromium/third_party/libevent/ |
libevent.gyp | 16 'sources': [ 43 'sources': [ 'epoll.c', 'epoll_sub.c' ], 54 'sources': [ 'kqueue.c' ],
|
/external/libusb/libusb.xcodeproj/ |
project.pbxproj | 10 B022B8E71277A96700455475 /* core.c in Sources */ = {isa = PBXBuildFile; fileRef = B022B8E11277A96600455475 /* core.c */; }; 11 B022B8E81277A96700455475 /* descriptor.c in Sources */ = {isa = PBXBuildFile; fileRef = B022B8E21277A96600455475 /* descriptor.c */; }; 12 B022B8E91277A96700455475 /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = B022B8E31277A96600455475 /* io.c */; }; 15 B022B8EC1277A96700455475 /* sync.c in Sources */ = {isa = PBXBuildFile; fileRef = B022B8E61277A96700455475 /* sync.c */; }; 16 B022B8EF1277A97B00455475 /* darwin_usb.c in Sources */ = {isa = PBXBuildFile; fileRef = B022B8ED1277A97B00455475 /* darwin_usb.c */; }; 112 D2AAC0610554660B00DB518D /* Sources */, 149 D2AAC0610554660B00DB518D /* Sources */ = { 153 B022B8E71277A96700455475 /* core.c in Sources */, 154 B022B8E81277A96700455475 /* descriptor.c in Sources */, 155 B022B8E91277A96700455475 /* io.c in Sources */, [all...] |
/external/llvm/unittests/ExecutionEngine/JIT/ |
Makefile | 16 SOURCES := JITEventListenerTest.cpp JITMemoryManagerTest.cpp JITTest.cpp MultiJITTest.cpp 21 SOURCES += IntelJITEventListenerTest.cpp 32 SOURCES += OProfileJITEventListenerTest.cpp
|
/external/skia/gyp/ |
FileReaderApp.gyp | 16 'sources': [ 20 'sources!': [ 35 'sources': [
|
/external/webkit/Tools/DumpRenderTree/qt/TestNetscapePlugin/ |
TestNetscapePlugin.pro | 28 SOURCES = PluginObject.cpp \ 44 SOURCES += ../../TestNetscapePlugIn/main.cpp 48 SOURCES += ../../unix/TestNetscapePlugin/TestNetscapePlugin.cpp
|