/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
DeflaterOutputStreamTest.java | 18 package org.apache.harmony.archive.tests.java.util.zip;
|
InflaterInputStreamTest.java | 17 package org.apache.harmony.archive.tests.java.util.zip;
|
ZipFileTest.java | 17 package org.apache.harmony.archive.tests.java.util.zip;
|
ZipEntryTest.java | 17 package org.apache.harmony.archive.tests.java.util.zip;
|
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
path_util.js | 13 ARCHIVE: 'archive', 27 ARCHIVE: '/archive', 227 if (type == RootType.DRIVE || type == RootType.ARCHIVE || 257 return (type == RootType.ARCHIVE || type == RootType.REMOVABLE); 292 if (path === RootDirectory.ARCHIVE) 294 if (PathUtil.isParentPath(RootDirectory.ARCHIVE, path)) 295 return path.substring(RootDirectory.ARCHIVE.length + 1);
|
/ndk/build/tools/ |
build-host-python.sh | 157 panic "Unknown archive type: $PKG_NAME" 176 panic "Unknown archive type: $PKG_NAME" 200 ARCHIVE_DIR=$TEMP_DIR/archive
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
OnePaneController.java | 258 if (action == R.id.archive
|
MailActionBarView.java | 451 * Reorders the specified {@link Menu}, taking into account the user's Archive/Delete 457 account.supportsCapability(AccountCapabilities.ARCHIVE)); 458 final boolean showArchive = MailPrefs.RemovalActions.ARCHIVE.equals(removalAction) || 472 if (itemId == R.id.archive || itemId == R.id.remove_folder) { 487 if (itemId == R.id.archive || itemId == R.id.remove_folder) { 489 * If this is disabled, and we want to show both archive and delete, we will 490 * hide archive (rather than showing it disabled), and take up one of our 491 * spaces. If we only want to show archive, we'll hide it, but not take up 503 * 1. The user wants to display archive, or delete is not visible 514 * 1. The user wants to display delete, or archive is not visibl [all...] |
SwipeableListView.java | 262 } else if (mSwipeAction == R.id.archive) { 307 * Archive items using the swipe away animation before shrinking them away.
|
/external/chromium_org/chrome/test/functional/ |
perf_endure.py | 29 archive, make sure to delete the old one, otherwise 31 WPR_ARCHIVE_PATH: an alternative archive file to use. 359 """Return the Web Page Replay archive name that corresponds to a test. 361 Override this function to return the name of an archive that 365 None, by default no archive name is provided. 381 'archive', archive_name=self._GetArchiveName()) 388 logging.info('Fail to record since a valid archive path can not ' + 397 'Skipping Web Page Replay since archive file %sdoes not exist.', [all...] |
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
DocumentLoader.cpp | 49 #include "core/loader/archive/ArchiveResourceCollection.h" 50 #include "core/loader/archive/MHTMLArchive.h" 754 void DocumentLoader::addAllArchiveResources(MHTMLArchive* archive) 756 ASSERT(archive); 759 m_archiveResourceCollection->addAllResources(archive); [all...] |
/prebuilts/devtools/tools/lib/ |
sdklib.jar | |
/ndk/build/core/ |
definitions.mk | 321 # inside a -Wl,--whole-archive ... -Wl,--no-whole-archive block. 326 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1)) 327 link-whole-archive-flags = -Wl,--whole-archive $(call host-path,$1) -Wl,--no-whole-archive 329 -test-link-whole-archive = \ 331 $(eval _start := -Wl,--whole-archive)\ 332 $(eval _end := -Wl,--no-whole-archive)\ [all...] |
build-binary.mk | 374 # This allows us to link or archive a huge number of stuff even on Windows 400 # to build the object files and archive them with 'ar'. Note that module 426 $(call ndk_log,$(TARGET_ARCH_ABI):Building static library '$(LOCAL_MODULE)' as thin archive)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_shutil.py | 387 base_name = os.path.join(tmpdir2, 'archive') 402 base_name = os.path.join(tmpdir2, 'archive') 432 base_name = os.path.join(tmpdir2, 'archive') 469 base_name = os.path.join(tmpdir2, 'archive') 480 base_name = os.path.join(tmpdir2, 'archive') 501 base_name = os.path.join(tmpdir2, 'archive') 511 base_name = os.path.join(tmpdir, 'archive') 525 base_name = os.path.join(self.mkdtemp() , 'archive') 559 archive = tarfile.open(archive_name) 561 for member in archive.getmembers() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_shutil.py | 387 base_name = os.path.join(tmpdir2, 'archive') 402 base_name = os.path.join(tmpdir2, 'archive') 432 base_name = os.path.join(tmpdir2, 'archive') 469 base_name = os.path.join(tmpdir2, 'archive') 480 base_name = os.path.join(tmpdir2, 'archive') 501 base_name = os.path.join(tmpdir2, 'archive') 511 base_name = os.path.join(tmpdir, 'archive') 525 base_name = os.path.join(self.mkdtemp() , 'archive') 559 archive = tarfile.open(archive_name) 561 for member in archive.getmembers() [all...] |
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
JarInputStreamTest.java | 17 package org.apache.harmony.archive.tests.java.util.jar;
|
JarFileTest.java | 17 package org.apache.harmony.archive.tests.java.util.jar;
|
ManifestTest.java | 17 package org.apache.harmony.archive.tests.java.util.jar;
|
/external/smack/asmack-master/ |
build.bash | 72 git archive $SMACK_BRANCH | tar -x -C ${SRC_DIR}/smack
|
/libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
ZipFileTest.java | 18 package org.apache.harmony.archive.tests.java.util.zip;
|
/external/jpeg/ |
ltconfig | 79 # All known linkers require a `.a' archive for static linking. 483 link_static_flag="${wl}-a ${wl}archive" [all...] |
/external/llvm/include/llvm/Support/ |
FileSystem.h | 224 archive, ///< ar style archive file enumerator in enum:llvm::sys::fs::file_magic::Impl [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyld.cpp | 527 case sys::fs::file_magic::archive:
|
/external/llvm/tools/llvm-nm/ |
llvm-nm.cpp | 22 #include "llvm/Object/Archive.h" 117 cl::desc("Print the archive map")); 361 } else if (magic == sys::fs::file_magic::archive) { 366 if (object::Archive *a = dyn_cast<object::Archive>(arch.get())) { 368 object::Archive::symbol_iterator I = a->begin_symbols(); 369 object::Archive::symbol_iterator E = a->end_symbols(); 371 outs() << "Archive map" << "\n"; 373 object::Archive::child_iterator c; 388 for (object::Archive::child_iterator i = a->begin_children() [all...] |