HomeSort by relevance Sort by last modified time
    Searched full:archive (Results 1 - 25 of 1714) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/sdk/
usbdriver_source.properties 2 Archive.Os=WINDOWS
3 Archive.Arch=ANY
  /external/llvm/bindings/ocaml/llvm/
META.llvm.in 4 archive(byte) = "llvm.cma"
5 archive(native) = "llvm.cmxa"
13 archive(byte) = "llvm_analysis.cma"
14 archive(native) = "llvm_analysis.cmxa"
21 archive(byte) = "llvm_bitreader.cma"
22 archive(native) = "llvm_bitreader.cmxa"
29 archive(byte) = "llvm_bitwriter.cma"
30 archive(native) = "llvm_bitwriter.cmxa"
37 archive(byte) = "llvm_executionengine.cma"
38 archive(native) = "llvm_executionengine.cmxa
    [all...]
  /external/llvm/lib/Archive/
CMakeLists.txt 2 Archive.cpp
  /external/llvm/tools/llvm-nm/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS archive bitreader object)
  /external/llvm/tools/llvm-ranlib/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS archive)
  /external/llvm/tools/llvm-readobj/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS archive bitreader object)
  /prebuilts/tools/darwin-x86/swt/
PREBUILT 1 The original archive containing the objects in this prebuilt directory can be downloaded from
2 <http://archive.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/index.php#SWT>
  /prebuilts/tools/darwin-x86_64/swt/
PREBUILT 1 The original archive containing the objects in this prebuilt directory can be downloaded from
2 <http://archive.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/index.php#SWT>
  /prebuilts/tools/linux-x86/swt/
PREBUILT 1 The original archive containing the objects in this prebuilt directory can be downloaded from
2 <http://archive.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/index.php#SWT>
  /prebuilts/tools/linux-x86_64/swt/
PREBUILT 1 The original archive containing the objects in this prebuilt directory can be downloaded from
2 <http://archive.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/index.php#SWT>
  /prebuilts/tools/windows/swt/
PREBUILT 1 The original archive containing the objects in this prebuilt directory can be downloaded from
2 <http://archive.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/index.php#SWT>
  /prebuilts/tools/windows-x86_64/swt/
PREBUILT 1 The original archive containing the objects in this prebuilt directory can be downloaded from
2 <http://archive.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/index.php#SWT>
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/archives/
ArchiveTest.java 19 import com.android.sdklib.internal.repository.archives.Archive;
20 import com.android.sdklib.internal.repository.archives.Archive.Arch;
21 import com.android.sdklib.internal.repository.archives.Archive.Os;
33 Archive a = new Archive(
40 assertEquals("Archive for Windows", a.getShortDescription());
42 a = new Archive(
49 assertEquals("Archive for Linux", a.getShortDescription());
51 a = new Archive(
58 assertEquals("Archive for MacOS X", a.getShortDescription())
    [all...]
  /development/libraries/stereocamera/
source.properties 1 ### Android Tool: Source of this archive.
5 Archive.Os=ANY
7 Archive.Arch=ANY
  /external/llvm/tools/llvm-ar/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS archive)
  /external/llvm/tools/llvm-ld/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS ipo scalaropts linker archive bitwriter vectorize)
  /prebuilts/tools/common/eclipse/
PREBUILT 2 using the source archive hosted at <http://android.kernel.org/pub/>.
  /prebuilts/tools/common/http-client/
PREBUILT 2 http://archive.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.1.1-bin.tar.gz
4 Archive md5sum:
8 http://archive.apache.org/dist/httpcomponents/
9 http://archive.apache.org/dist/commons/codec/
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ArchiveInfo.java 19 import com.android.sdklib.internal.repository.archives.Archive;
26 * Represents an archive that we want to install.
30 * A new archive is always a remote archive that needs to be downloaded and then
32 * (new or local) archive, which means the dependent archive needs to be successfully
33 * installed first. Finally this archive can also be a dependency for another one.
42 * @see ArchiveInfo#ArchiveInfo(Archive, Archive, ArchiveInfo[])
53 * currently installed {@code replaced} archive.
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/
ArchiveReplacement.java 24 * Represents an archive that we want to install and the archive that it is
29 private final Archive mNewArchive;
30 private final Archive mReplaced;
34 * currently installed {@code replaced} archive.
39 * @param newArchive A "new archive" to be installed. This is always an archive
41 * @param replaced An optional local archive that the new one will replace.
42 * Can be null if this archive does not replace anything.
44 public ArchiveReplacement(Archive newArchive, Archive replaced) {
    [all...]
  /external/llvm/include/llvm/Bitcode/
Archive.h 1 //===-- llvm/Bitcode/Archive.h - LLVM Bitcode Archive -----------*- C++ -*-===//
10 // This header file declares the Archive and ArchiveMember classes that provide
11 // manipulation of LLVM Archive files. The implementation is provided by the
12 // lib/Bitcode/Archive library. This library is used to read and write
13 // archive (*.a) files that contain LLVM bitcode files (or others).
31 class Archive; // Declared below
35 /// This class is the main class manipulated by users of the Archive class. It
36 /// holds information about one member of the Archive. It is also the element
37 /// stored by the Archive's ilist, the Archive's main abstraction. Because o
    [all...]
  /external/elfutils/src/
make-debug-archive.in 3 # Script to make an offline archive for debugging with libdwfl-based tools.
5 # make-debug-archive ARCHIVE {options}
6 # make-debug-archive --kernel [--force] [RELEASE]
11 # The archive installed by --kernel be used automatically by -K.
12 # An offline archive can be used via -e in any tool that accepts those options.
29 echo "Usage: $0 ARCHIVE {options}"
85 archive=$dir/debug.a
95 if [ $force_kernel = no -a "$archive" -nt "$dep" ]; then
100 [ ! -e "$archive" ] || $sudo $RM -f "$archive" || exi
    [all...]
  /external/linux-tools-perf/Documentation/
perf-archive.txt 1 perf-archive(1)
6 perf-archive - Create archive with object files with build-ids found in perf.data file
11 'perf archive' [file]
  /external/llvm/lib/
CMakeLists.txt 15 add_subdirectory(Archive)
  /external/llvm/lib/Object/
CMakeLists.txt 2 Archive.cpp

Completed in 627 milliseconds

1 2 3 4 5 6 7 8 91011>>