/external/webkit/Source/WebCore/inspector/front-end/ |
SourceFile.js | 160 var sources = []; variable 163 sources.push(source); 164 if (sources.length < scripts.length) 169 this._concatenateScriptsContent(scripts, sources); 175 _concatenateScriptsContent: function(scripts, sources) 209 appendChunk(sources[i], scripts[i]);
|
/development/testrunner/test_defs/ |
native_test.py | 124 def _FilterOutMissing(self, path, sources): 125 """Filter out from the sources list missing tests. 133 sources: List of tests source path. 135 A list of test binaries built from the sources. 138 for f in sources:
|
/ndk/build/tools/ |
build-host-awk.sh | 46 AWK_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/nawk-$AWK_VERSION 52 log "Using sources from: $AWK_SRCDIR"
|
/ndk/sources/cxx-stl/stlport/ |
Android.mk | 10 $(call __ndk_info,WARNING: Rebuilding STLport libraries from sources!) 57 #It is much more practical to include the sources of GAbi++ in our builds 65 include $(dir $(LOCAL_PATH))/gabi++/sources.mk 89 $(call ndk_log,Rebuilding STLport libraries from sources)
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
MultiSourceCorpusTest.java | 82 Source... sources) { 83 super(context, config, executor, sources);
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/sources/ |
SdkSourcePropertiesTest.java | 17 package com.android.sdklib.internal.repository.sources; 20 import com.android.sdklib.internal.repository.sources.SdkSourceProperties;
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/ |
ImageFactory.java | 21 import com.android.sdklib.internal.repository.sources.SdkSource;
22 import com.android.sdklib.internal.repository.sources.SdkSourceCategory;
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 443 * Handles all insns that want a register range for their sources. 717 * @param insn {@code non-null;} insn whos sources to process 722 RegisterSpecList sources = insn.getSources(); local 723 int szSources = sources.size(); 727 RegisterSpec source = sources.get(i); 756 if (-1 != sources.indexOfRegister(similarReg)) { 769 * instruction's sources. First, try to center the range around 770 * sources that have already been mapped to rop registers. If that fails, 773 * @param insn {@code non-null;} the insn whose sources need to 778 RegisterSpecList sources = insn.getSources() local 917 RegisterSpecList sources = insn.getSources(); local 1021 RegisterSpecList sources = insn.getSources(); local [all...] |
/development/ndk/platforms/android-9/samples/native-activity/ |
Android.mk | 36 $(TOPDIR)development/ndk/sources/android/native_app_glue 40 ../../../../sources/android/native_app_glue/android_native_app_glue.c
|
/external/chromium/chrome/browser/history/ |
visit_database.h | 150 VisitSourceMap* sources);
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 443 * Handles all insns that want a register range for their sources. 717 * @param insn {@code non-null;} insn whos sources to process 722 RegisterSpecList sources = insn.getSources(); local 723 int szSources = sources.size(); 727 RegisterSpec source = sources.get(i); 756 if (-1 != sources.indexOfRegister(similarReg)) { 769 * instruction's sources. First, try to center the range around 770 * sources that have already been mapped to rop registers. If that fails, 773 * @param insn {@code non-null;} the insn whose sources need to 778 RegisterSpecList sources = insn.getSources() local 917 RegisterSpecList sources = insn.getSources(); local 1021 RegisterSpecList sources = insn.getSources(); local [all...] |
/external/webkit/Tools/wx/build/ |
build_utils.py | 141 def includeDirsForSources(sources): 143 for group in sources: 151 def flattenSources(sources): 153 for group in sources:
|
/gdk/build/tools/ |
build-prebuilt.sh | 38 echo "Since building <GDK>/sources/llvm-ndk-cc/ needs Android source building system." 43 cd $1/sources/llvm-ndk-cc/ && \
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalMergeAlbum.java | 50 Path path, Comparator<MediaItem> comparator, MediaSet[] sources, int bucketId) { 53 mSources = sources; 54 mName = sources.length == 0 ? "" : sources[0].getName();
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/ |
SdkAddonSource.java | 17 package com.android.sdklib.internal.repository.sources;
46 * We only load addons and extras from these sources.
|
SdkSources.java | 17 package com.android.sdklib.internal.repository.sources;
34 * A list of sdk-repository and sdk-addon sources, sorted by {@link SdkSourceCategory}.
54 * Adds a new source to the Sources list.
58 * they are done modifying the sources list. The intent is to notify the listeners only once
74 * Removes a source from the Sources list.
77 * {@link #notifyChangeListeners()} once they are done modifying the sources list.
98 * Removes all the sources in the given category.
101 * {@link #notifyChangeListeners()} once they are done modifying the sources list.
135 * Returns a new array of sources attached to the given category.
150 * Returns an array of the sources across all categories. This is never null. 160 SdkSource[] sources = new SdkSource[n]; local [all...] |
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/ |
MockExtraPackage.java | 23 import com.android.sdklib.internal.repository.sources.SdkSource;
|
MockPlatformPackage.java | 22 import com.android.sdklib.internal.repository.sources.SdkSource;
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Rops.java | [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
Rops.java | [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
Rops.java | [all...] |
/development/build/tools/ |
sdk_repo.mk | 86 # Defines the rule to build an SDK sources package. 90 # $3=package to create, must be "sources" 92 define mk-sdk-repo-sources 94 @echo "Building SDK sources package" 125 $(eval $(call mk-sdk-repo-sources,$(HOST_OS),$(MAIN_SDK_ZIP),sources)) 134 $(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),sources)
|
/external/gtest/test/ |
Android.mk | 89 sources := \ macro 108 $(call host-test, $(sources)) 111 $(call target-test, $(sources))
|
/build/core/tasks/ |
collect_gpl_sources.mk | 19 @echo Package gpl sources: $@
|
/cts/tests/jni/ |
Android.mk | 34 LOCAL_C_INCLUDES += ndk/sources/cpufeatures
|