HomeSort by relevance Sort by last modified time
    Searched refs:sources (Results 151 - 175 of 305) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/utils/buildit/
GNUmakefile 94 @echo + Installing sources +
  /gdk/build/core/
build-binary.mk 82 # LOCAL_OBJECTS will list all object files corresponding to the sources
93 # Build the sources to object files
setup-abi.mk 30 # with lots of C++ sources, this can be a considerable time saver.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 297 Usage: $PROGNAME [options] [<path-to-toolchain-sources>]
307 You can provide the path to a local copy of the toolchain sources repository
308 as a first parameter. If you don't, the sources will be downloaded and
341 echo " --git-date=<date> Specify specific git date when download sources [none]"
342 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
388 # Location where we will download the toolchain sources
416 # A file that will contain details about all the sources used to generate
419 SOURCES_LIST=$WORK_DIR/SOURCES
430 # Empty the SOURCES file
1211 # $2: path to SOURCES fil
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 297 Usage: $PROGNAME [options] [<path-to-toolchain-sources>]
307 You can provide the path to a local copy of the toolchain sources repository
308 as a first parameter. If you don't, the sources will be downloaded and
341 echo " --git-date=<date> Specify specific git date when download sources [none]"
342 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
388 # Location where we will download the toolchain sources
416 # A file that will contain details about all the sources used to generate
419 SOURCES_LIST=$WORK_DIR/SOURCES
430 # Empty the SOURCES file
1211 # $2: path to SOURCES fil
    [all...]
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/
MinToolsPackageTest.java 24 import com.android.sdklib.internal.repository.sources.SdkSource;
MockAddonPackage.java 26 import com.android.sdklib.internal.repository.sources.SdkSource;
  /external/libpng/contrib/gregbook/
makevms.com 8 $! Set locations where zlib and libpng sources live.
  /ndk/build/core/
setup-abi.mk 48 # with lots of C++ sources, this can be a considerable time saver.
  /ndk/build/tools/
build-host-prebuilts.sh 59 downloaded by the 'download-toolchain-sources.sh' dev-script."
80 echo "created by 'download-toolchain-sources.sh."
130 # 2/ Copy the toolchain sources/package
145 # directory here on the machine, except toolchain sources
151 copy_file_list "$ANDROID_NDK_ROOT" "$TMPDARWIN/ndk" sources/android/libthread_db
154 copy_file_list "$ANDROID_NDK_ROOT" "$TMPDARWIN/ndk" sources/host-tools
162 # Copy the toolchain sources
163 dump "Copy toolchain sources to remote"
build-gdbserver.sh 29 Where <src-dir> is the location of the gdbserver sources,
90 echo "ERROR: Source directory does not contain gdbserver sources: $SRC_DIR"
152 # that is under sources/android/libthread_db and place its header
154 LIBTHREAD_DB_DIR=$ANDROID_NDK_ROOT/sources/android/libthread_db/gdb-$GDB_VERSION
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterLogic.java 40 import com.android.sdklib.internal.repository.sources.SdkSource;
41 import com.android.sdklib.internal.repository.sources.SdkSources;
71 SdkSources sources,
76 SdkSource[] remoteSources = sources.getAllSources();
138 SdkSources sources,
144 SdkSource[] remoteSources = sources.getAllSources();
199 * @param sources The list of all sources, to fetch them as necessary.
207 SdkSources sources,
252 SdkSource[] remoteSources = sources.getAllSources();
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Project.java 605 List<File> sources = new ArrayList<File>(2); local
606 // Normal sources
609 sources.add(src);
612 // Generates sources
616 sources.add(classes);
620 if (sources.size() == 0) {
622 "Warning: Could not find sources or generated sources for project %1$s",
626 return sources;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
AddonSitesDialog.java 19 import com.android.sdklib.internal.repository.sources.SdkAddonSource;
20 import com.android.sdklib.internal.repository.sources.SdkSource;
21 import com.android.sdklib.internal.repository.sources.SdkSourceCategory;
22 import com.android.sdklib.internal.repository.sources.SdkSourceProperties;
23 import com.android.sdklib.internal.repository.sources.SdkSources;
389 // notify sources change listeners. This will invoke our own loadUserUrlsList().
482 // A listener that runs when the sources have changed.
532 // Check the sources which are currently enabled.
PkgContentProvider.java 22 import com.android.sdklib.internal.repository.sources.SdkSource;
178 * A dummy entry returned for sources which had load errors.
202 * A dummy entry returned for sources with no packages.
204 * even for empty sources.
PkgItem.java 23 import com.android.sdklib.internal.repository.sources.SdkSource;
  /external/chromium/chrome/browser/history/
expire_history_backend_unittest.cc 903 VisitSourceMap sources; local
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/
Package.java 30 import com.android.sdklib.internal.repository.sources.SdkAddonSource;
31 import com.android.sdklib.internal.repository.sources.SdkRepoSource;
32 import com.android.sdklib.internal.repository.sources.SdkSource;
PlatformToolPackage.java 29 import com.android.sdklib.internal.repository.sources.SdkSource;
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 615 RegisterSpecList sources = RegisterSpecList.make(source); local
618 SourcePosition.NO_INFO, result, sources), this);
638 RegisterSpecList sources = RegisterSpecList.make(source); local
641 SourcePosition.NO_INFO, result, sources), this);
702 // Record all registers used as sources in this block.
870 * phi removal so that results don't overwrite sources that are used.
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java 615 RegisterSpecList sources = RegisterSpecList.make(source); local
618 SourcePosition.NO_INFO, result, sources), this);
638 RegisterSpecList sources = RegisterSpecList.make(source); local
641 SourcePosition.NO_INFO, result, sources), this);
702 // Record all registers used as sources in this block.
870 * phi removal so that results don't overwrite sources that are used.
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database.h 336 // Merge just two databases. The sources remain property of the caller.
339 // Merge more than two databases. The sources remain property of the caller.
342 MergedDescriptorDatabase(const vector<DescriptorDatabase*>& sources);
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/
build-toolchain.sh 102 # Where to download the toolchain sources from android.git.kernel.org
103 TOOLCHAIN_SRC_DIR=$TMPDIR/toolchain-sources
125 # We don't use ndk/build/tools/download-toolchain-sources.sh here
136 echo "$PROJECT: Downloading sources from: $PROJECT_GIT"
140 echo "$PROJECT: Switching to sources for date '$GIT_DATE'"
147 fail_panic "Could not download toolchain sources!"
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/
SdkSourceProperties.java 17 package com.android.sdklib.internal.repository.sources;
36 * Properties for individual sources which are persisted by a local settings file.
  /external/openssl/
import_openssl.sh 166 # Prune unnecessary sources
262 eval declare -r sources=\$$variable_name
265 for i in $sources; do

Completed in 817 milliseconds

1 2 3 4 5 67 8 91011>>