/external/deqp/external/vulkancts/framework/vulkan/ |
vkBinaryRegistry.hpp | 178 BinaryRegistryReader (const tcu::Archive& archive, const std::string& srcPath); 186 const tcu::Archive& m_archive;
|
/external/deqp/framework/opengl/ |
gluShaderLibrary.hpp | 168 std::vector<tcu::TestNode*> parseFile (const tcu::Archive& archive, const std::string& filename, ShaderCaseFactory* caseFactory);
|
/external/elfutils/backends/ |
Makefile.am | 121 -Wl,--whole-archive $< $(cpu_$*) -Wl,--no-whole-archive \
|
/external/elfutils/libdw/ |
Makefile.am | 114 -Wl,--whole-archive $(filter-out $<,$^) -Wl,--no-whole-archive\
|
/external/icu/icu4c/source/tools/genren/ |
Makefile | 57 ( cd $(ICUDIR) ; CPPFLAGS=-DU_DISABLE_RENAMING=1 $(GENREN_CONFIGURE_ENV) $(top_srcdir)/../configure --with-data-packaging=archive --enable-tests=no --prefix=`pwd` $(GENREN_CONFIGURE_OPTS) )
|
/external/iputils/ |
Makefile | 251 @git archive --format=tar --prefix=iputils-$(TAG)/ $(TAG) | bzip2 -9 > ../iputils-$(TAG).tar.bz2
|
/external/llvm/lib/Object/ |
ObjectFile.cpp | 71 case sys::fs::file_magic::archive:
|
/frameworks/support/documents-archive/tests/src/android/support/provider/ |
StubProvider.java | 76 file = TestUtils.createFileFromResource(getContext(), R.raw.archive);
|
/ndk/sources/host-tools/make-3.81/ |
implicit.c | 29 pattern_search PARAMS ((struct file *file, int archive, 45 that since the non-archive search uses more information in the target 46 (the archive search omits the archive name), it is more specific and 53 /* If this is an archive member reference, use just the 54 archive member name to search for implicit rules. */ 58 _("Looking for archive-member implicit rule for `%s'.\n")); 191 If ARCHIVE is nonzero, FILE->name is of the form "LIB(MEMBER)". A rule for 202 pattern_search (struct file *file, int archive, 206 char *filename = archive ? strchr (file->name, '(') : file->name [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/ |
AnalyticsUtils.java | 27 if (id == R.id.archive) { 28 s = "archive";
|
/prebuilts/go/darwin-x86/src/cmd/internal/goobj/ |
read.go | 214 // A Package is a parsed Go object file or archive defining a Go package. 227 errCorruptArchive = errors.New("corrupt archive") 228 errTruncatedArchive = errors.New("truncated archive") 229 errNotArchive = errors.New("unrecognized archive format") 447 // Parse parses an object file or archive from r, 484 // This effectively parses the form used in archive headers. 489 // parseArchive parses a Unix archive of Go object files. 539 return fmt.Errorf("parsing archive member %q: %v", name, err)
|
/prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/ |
gccgoinstallation_test.go | 14 "archive/tar", 15 "archive/zip",
|
/prebuilts/go/linux-x86/src/cmd/internal/goobj/ |
read.go | 214 // A Package is a parsed Go object file or archive defining a Go package. 227 errCorruptArchive = errors.New("corrupt archive") 228 errTruncatedArchive = errors.New("truncated archive") 229 errNotArchive = errors.New("unrecognized archive format") 447 // Parse parses an object file or archive from r, 484 // This effectively parses the form used in archive headers. 489 // parseArchive parses a Unix archive of Go object files. 539 return fmt.Errorf("parsing archive member %q: %v", name, err)
|
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/ |
gccgoinstallation_test.go | 14 "archive/tar", 15 "archive/zip",
|
/toolchain/binutils/binutils-2.25/bfd/ |
libbfd-in.h | 61 /* tdata for an archive. For an input archive, cache 62 needs to be free()'d. For an output archive, symdefs do. */ 80 archive. */ 81 file_ptr armap_datepos; /* Position within archive to seek to 95 file_ptr origin; /* For element of a thin archive. */ 157 (bfd *archive, file_ptr filepos); 219 (bfd *archive, bfd *last_file); 226 #define _bfd_write_ar_hdr(archive, abfd) \ 227 BFD_SEND (abfd, _bfd_write_ar_hdr_fn, (archive, abfd) [all...] |
libbfd.h | 66 /* tdata for an archive. For an input archive, cache 67 needs to be free()'d. For an output archive, symdefs do. */ 85 archive. */ 86 file_ptr armap_datepos; /* Position within archive to seek to 100 file_ptr origin; /* For element of a thin archive. */ 162 (bfd *archive, file_ptr filepos); 224 (bfd *archive, bfd *last_file); 231 #define _bfd_write_ar_hdr(archive, abfd) \ 232 BFD_SEND (abfd, _bfd_write_ar_hdr_fn, (archive, abfd) [all...] |
/hardware/invensense/65xx/libsensors_iio/software/build/android/ |
common.mk | 37 ANDROID_LINK += -Wl,--no-whole-archive
|
/prebuilts/go/darwin-x86/src/archive/zip/ |
register.go | 21 // within the archive. These callers are responsible for closing this reader
|
/prebuilts/go/darwin-x86/src/math/ |
atan.go | 40 // Some software in this archive may be from the book _Methods and
|
tanh.go | 42 // Some software in this archive may be from the book _Methods and
|
/prebuilts/go/darwin-x86/src/math/cmplx/ |
pow.go | 17 // Some software in this archive may be from the book _Methods and
|
sqrt.go | 17 // Some software in this archive may be from the book _Methods and
|
/prebuilts/go/linux-x86/src/archive/zip/ |
register.go | 21 // within the archive. These callers are responsible for closing this reader
|
/prebuilts/go/linux-x86/src/math/ |
atan.go | 40 // Some software in this archive may be from the book _Methods and
|
/prebuilts/go/linux-x86/src/math/cmplx/ |
pow.go | 17 // Some software in this archive may be from the book _Methods and
|