HomeSort by relevance Sort by last modified time
    Searched full:sources (Results 126 - 150 of 2157) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/compiler-rt/lib/asan/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
14 ObjNames := $(Sources:%.cc=%.o)
24 AsanFunctions := $(Sources:%.cc=%)
  /external/compiler-rt/lib/asan/interception/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
14 ObjNames := $(Sources:%.cc=%.o)
23 AsanFunctions += $(Sources:%.cc=%)
  /external/compiler-rt/lib/asan/interception/mach_override/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
14 ObjNames := $(Sources:%.c=%.o)
22 AsanFunctions += $(Sources:%.c=%)
  /external/e2fsprogs/debian/
uuid-dev.README.Debian 4 by downloading e2fsprogs from the upstream sources. It may also be
10 they should start from the upstream sources, and not the
11 Debian-expurgated sources found in the Debian repository. (n.b., for
  /external/skia/gyp/
gm.gyp 14 'sources': [
31 'sources!': [
34 'sources': [
tools.gyp 27 'sources': [
41 'sources': [
55 'sources': [
xml.gyp 15 'sources': [
32 'sources!': [
37 'sources!': [
  /frameworks/base/docs/html/distribute/
open.jd 51 installation from <a href="#unknown-sources">unknown sources</a> and have opened your
71 <a href="#unknown-sources">unknown sources</a>.</p>
83 <h2 id="unknown-sources">User Opt-In for Apps from Unknown Sources</h2>
88 apps from unknown sources." style="width:240px;" />
90 <strong>Figure 2.</strong> Users must enable the <strong>Unknown sources</strong>
97 until the user opts-in <strong>Unknown sources</strong> in
99 the installation of applications from other sources, users need to enable th
    [all...]
  /external/webkit/Source/WebKit/qt/
QtWebKit.pro 57 # Extract sources to build from the generator definitions
69 SOURCES += $$newfile
71 SOURCES += $$eval($${1}.wkExtraSources)
72 export(SOURCES)
113 webkitlibs.sources = QtWebKit$${QT_LIBINFIX}.dll
114 v8:webkitlibs.sources += v8.dll
116 CONFIG(QTDIR_build): webkitlibs.sources = $$QMAKE_LIBDIR_QT/$$webkitlibs.sources
127 webkitbackup.sources = symbian/backup_registration.xml
131 declarativeImport.sources = $$QT_BUILD_TREE/imports/QtWebKit/qmlwebkitplugin$${QT_LIBINFIX}.dl
    [all...]
  /ndk/build/tools/
download-toolchain-sources.sh 17 # This shell script is used to download the sources of the Android NDK toolchain
40 register_var_option "--git-date=<date>" GIT_DATE "Only sources that existed until specified <date>"
55 register_var_option "--no-patches" OPTION_NO_PATCHES "Do not patch sources"
59 "Download the NDK toolchain sources from android.googlesource.com into <src-dir>.
67 By default, this script will download sources from android.googlesource.com that
72 download the sources from another set of git repostories.
133 dump "downloading sources for toolchain/$1"
151 dump "Using sources for date '$GIT_DATE': toolchain/$1 revision $REVISION"
164 SOURCES_LIST=$(pwd)/SOURCES
175 # Patch the toolchain sources
    [all...]
  /system/extras/tests/bionic/libc/
Android.mk 63 sources := \ macro
91 $(call host-test, $(sources))
92 $(call device-test, $(sources))
121 sources := common/test_dlopen_null.c \ macro
125 $(call host-test, $(sources))
128 $(call device-test, $(sources))
131 sources := \ macro
135 $(call host-test, $(sources))
136 $(call device-test, $(sources))
140 sources := macro
153 sources := \\ macro
250 sources := \\ macro
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
TranslationAdvice.java 31 * The instruction associated must have exactly two sources.
43 * Returns true if the translation target requires the sources of the
47 * @param sources {@code non-null;} source list
48 * @return {@code true} iff the target requires the sources to be
51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources);
DexTranslationAdvice.java 38 * instruction that requires its sources to be in order and contiguous.
92 RegisterSpecList sources) {
95 && totalRopWidth(sources) >= MIN_INVOKE_IN_ORDER;
101 * @param sources {@code non-null;} list of SSA registers
104 private int totalRopWidth(RegisterSpecList sources) {
105 int sz = sources.size();
109 total += sources.get(i).getCategory();
  /dalvik/dx/src/com/android/dx/rop/code/
TranslationAdvice.java 31 * The instruction associated must have exactly two sources.
43 * Returns true if the translation target requires the sources of the
47 * @param sources {@code non-null;} source list
48 * @return {@code true} iff the target requires the sources to be
51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources);
DexTranslationAdvice.java 38 * instruction that requires its sources to be in order and contiguous.
103 RegisterSpecList sources) {
106 && totalRopWidth(sources) >= MIN_INVOKE_IN_ORDER;
112 * @param sources {@code non-null;} list of SSA registers
115 private int totalRopWidth(RegisterSpecList sources) {
116 int sz = sources.size();
120 total += sources.get(i).getCategory();
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
TranslationAdvice.java 31 * The instruction associated must have exactly two sources.
43 * Returns true if the translation target requires the sources of the
47 * @param sources {@code non-null;} source list
48 * @return {@code true} iff the target requires the sources to be
51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources);
DexTranslationAdvice.java 38 * instruction that requires its sources to be in order and contiguous.
103 RegisterSpecList sources) {
106 && totalRopWidth(sources) >= MIN_INVOKE_IN_ORDER;
112 * @param sources {@code non-null;} list of SSA registers
115 private int totalRopWidth(RegisterSpecList sources) {
116 int sz = sources.size();
120 total += sources.get(i).getCategory();
  /external/v8/src/
d8.gyp 44 'sources': [
49 'sources': [ 'd8-debug.cc', '<(SHARED_INTERMEDIATE_DIR)/d8-js.cc', ],
62 'sources': [ 'd8-readline.cc' ],
66 'sources': [ 'd8-posix.cc', ]
69 'sources': [ 'd8-windows.cc', ]
  /sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/
UpdaterLogicTest.java 31 import com.android.sdklib.internal.repository.sources.SdkSource;
32 import com.android.sdklib.internal.repository.sources.SdkSources;
131 SdkSource[] sources = null; local
135 ArchiveInfo fai = mul.findPlatformDependency(a2, out, selected, remote, sources, locals);
144 ArchiveInfo ai2 = mul.findPlatformDependency(a2, out, selected, remote, sources, locals);
173 SdkSource[] sources = null; local
178 a1, out, selected, remote, sources, locals);
183 found = mul.findExactApiLevelDependency(a2, out, selected, remote, sources, locals);
192 found = mul.findExactApiLevelDependency(a2, out, selected, remote, sources, locals);
222 SdkSource[] sources = null; local
263 SdkSource[] sources = null; local
312 SdkSources sources = new SdkSources(); local
    [all...]
  /development/ide/xcode/expat.xcodeproj/
project.pbxproj 10 0002E9ED0BCE7EA3000C5903 /* SkXMLPullParser_expat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0002E9EC0BCE7EA3000C5903 /* SkXMLPullParser_expat.cpp */; };
11 00AA4D270BD3A78900B9D27D /* SkXMLPullParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00AA4D260BD3A78900B9D27D /* SkXMLPullParser.cpp */; };
12 FE33C881094DE14B00C4A640 /* SkXMLParser_expat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE33C880094DE14B00C4A640 /* SkXMLParser_expat.cpp */; };
13 FEDCE3DD09CEF35D0042D964 /* xmlparse.c in Sources */ = {isa = PBXBuildFile; fileRef = FEDCE3DA09CEF35D0042D964 /* xmlparse.c */; };
14 FEDCE3DE09CEF35D0042D964 /* xmlrole.c in Sources */ = {isa = PBXBuildFile; fileRef = FEDCE3DB09CEF35D0042D964 /* xmlrole.c */; };
16 FEDCE3E309CEF3830042D964 /* xmltok.c in Sources */ = {isa = PBXBuildFile; fileRef = FEDCE3E109CEF3830042D964 /* xmltok.c */; };
103 D2AAC044055464E500DB518D /* Sources */,
131 D2AAC044055464E500DB518D /* Sources */ = {
135 FE33C881094DE14B00C4A640 /* SkXMLParser_expat.cpp in Sources */,
136 FEDCE3DD09CEF35D0042D964 /* xmlparse.c in Sources */,
    [all...]
  /development/ide/xcode/gif.xcodeproj/
project.pbxproj 10 008CFC4D0C04B77E00FB4126 /* SkMovie_gif.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 008CFC4C0C04B77E00FB4126 /* SkMovie_gif.cpp */; };
11 00B13BE30C0C6EFA0033F013 /* SkMovie.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00B13BE20C0C6EFA0033F013 /* SkMovie.cpp */; };
14 FE08AB440945EFEF0057213F /* dgif_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AB410945EFEF0057213F /* dgif_lib.c */; };
15 FE08AB450945EFEF0057213F /* gif_err.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AB420945EFEF0057213F /* gif_err.c */; };
16 FE08AB460945EFEF0057213F /* gifalloc.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AB430945EFEF0057213F /* gifalloc.c */; };
17 FE7B86240948E6A1001B952C /* SkImageDecoder_libgif.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE7B86230948E6A1001B952C /* SkImageDecoder_libgif.cpp */; };
111 D2AAC044055464E500DB518D /* Sources */,
139 D2AAC044055464E500DB518D /* Sources */ = {
143 FE08AB440945EFEF0057213F /* dgif_lib.c in Sources */,
144 FE08AB450945EFEF0057213F /* gif_err.c in Sources */,
    [all...]
  /development/ide/xcode/giflib.xcodeproj/
project.pbxproj 10 0008AE7D0DABECB600477EFB /* SkImageDecoder_libgif.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0008AE7A0DABECB600477EFB /* SkImageDecoder_libgif.cpp */; };
11 0008AE7E0DABECB600477EFB /* SkMovie.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0008AE7B0DABECB600477EFB /* SkMovie.cpp */; };
12 0008AE7F0DABECB600477EFB /* SkMovie_gif.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0008AE7C0DABECB600477EFB /* SkMovie_gif.cpp */; };
14 003E41E00DB3941900A9222D /* dgif_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 003E41D90DB3941900A9222D /* dgif_lib.c */; };
15 003E41E10DB3941900A9222D /* gif_err.c in Sources */ = {isa = PBXBuildFile; fileRef = 003E41DA0DB3941900A9222D /* gif_err.c */; };
19 003E41E50DB3941900A9222D /* gifalloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 003E41DE0DB3941900A9222D /* gifalloc.c */; };
111 D2AAC044055464E500DB518D /* Sources */,
141 D2AAC044055464E500DB518D /* Sources */ = {
145 0008AE7D0DABECB600477EFB /* SkImageDecoder_libgif.cpp in Sources */,
146 0008AE7E0DABECB600477EFB /* SkMovie.cpp in Sources */,
    [all...]
  /development/ide/xcode/ports-mac.xcodeproj/
project.pbxproj 10 00540DC209D04AD500307DCB /* SkTime_Unix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00540DC109D04AD500307DCB /* SkTime_Unix.cpp */; };
11 00E6E3520CCD19A900F102DB /* SkThread_pthread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00E6E3510CCD19A900F102DB /* SkThread_pthread.cpp */; };
12 00FC59C20D09F1ED0069A803 /* SkImageDecoder_libbmp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00FC59C10D09F1ED0069A803 /* SkImageDecoder_libbmp.cpp */; };
13 FE33C956094E031400C4A640 /* SkBitmap_Mac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE33C954094E031400C4A640 /* SkBitmap_Mac.cpp */; };
14 FE33C957094E031400C4A640 /* SkOSWindow_Mac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE33C955094E031400C4A640 /* SkOSWindow_Mac.cpp */; };
15 FE33C959094E041D00C4A640 /* skia_mac.cp in Sources */ = {isa = PBXBuildFile; fileRef = FE33C958094E041D00C4A640 /* skia_mac.cp */; };
101 D2AAC044055464E500DB518D /* Sources */,
129 D2AAC044055464E500DB518D /* Sources */ = {
133 FE33C956094E031400C4A640 /* SkBitmap_Mac.cpp in Sources */,
134 FE33C957094E031400C4A640 /* SkOSWindow_Mac.cpp in Sources */,
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/easwt_vst_lib.xcodeproj/
project.pbxproj 10 9A56AB8F0F7197AE00D115A7 /* wt_44khz.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A56AB8E0F7197AE00D115A7 /* wt_44khz.c */; };
12 9A56ABDB0F719D4600D115A7 /* eas_xmf.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A56ABD70F719D4600D115A7 /* eas_xmf.c */; };
14 9A56ABDD0F719D4600D115A7 /* eas_xmfdata.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A56ABD90F719D4600D115A7 /* eas_xmfdata.c */; };
25 C55B11460E2D33B4006357C1 /* eas_mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = C55B11320E2D33B4006357C1 /* eas_mixer.c */; };
52 C55B11AE0E2D3B1B006357C1 /* eas_data.c in Sources */ = {isa = PBXBuildFile; fileRef = C55B119F0E2D3B1B006357C1 /* eas_data.c */; };
53 C55B11AF0E2D3B1B006357C1 /* eas_flog.c in Sources */ = {isa = PBXBuildFile; fileRef = C55B11A00E2D3B1B006357C1 /* eas_flog.c */; };
54 C55B11B10E2D3B1B006357C1 /* eas_ima_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = C55B11A20E2D3B1B006357C1 /* eas_ima_tables.c */; };
55 C55B11B20E2D3B1B006357C1 /* eas_imaadpcm.c in Sources */ = {isa = PBXBuildFile; fileRef = C55B11A30E2D3B1B006357C1 /* eas_imaadpcm.c */; };
56 C55B11B30E2D3B1B006357C1 /* eas_math.c in Sources */ = {isa = PBXBuildFile; fileRef = C55B11A40E2D3B1B006357C1 /* eas_math.c */; };
57 C55B11B40E2D3B1B006357C1 /* eas_midi.c in Sources */ = {isa = PBXBuildFile; fileRef = C55B11A50E2D3B1B006357C1 /* eas_midi.c */; }
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/
project.pbxproj 41 1A63BC6E134F5DE5002EDFB4 /* FuzzyLexer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A63BC6B134F5DE4002EDFB4 /* FuzzyLexer.m */; };
42 1A63BC6F134F5DE5002EDFB4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A63BC6C134F5DE5002EDFB4 /* main.m */; };
44 1A63BD89134F5FF3002EDFB4 /* CombinedLexer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A63BC7E134F5EB1002EDFB4 /* CombinedLexer.m */; };
45 1A63BD8A134F5FF3002EDFB4 /* CombinedParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A63BC80134F5EB1002EDFB4 /* CombinedParser.m */; };
46 1A63BD8B134F5FF3002EDFB4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A63BC81134F5EB1002EDFB4 /* main.m */; };
47 1A63BD94134F606A002EDFB4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A63BC9E134F5EB2002EDFB4 /* main.m */; };
48 1A63BD95134F606A002EDFB4 /* TestLexer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A63BCA9134F5EB2002EDFB4 /* TestLexer.m */; };
54 1A63BDC7134F61E4002EDFB4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A63BCB0134F5EB2002EDFB4 /* main.m */; };
55 1A63BDC8134F61E8002EDFB4 /* SimpleCLexer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A63BCB6134F5EB2002EDFB4 /* SimpleCLexer.m */; };
56 1A63BDC9134F61EC002EDFB4 /* SimpleCParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A63BCB8134F5EB2002EDFB4 /* SimpleCParser.m */; }
    [all...]

Completed in 1909 milliseconds

1 2 3 4 56 7 8 91011>>