Searched refs:archiveName (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/
H A Dstorage.js50 var archiveName = null;
56 if (archiveName && curArchive != archiveName) {
60 archiveName = curArchive;
63 profiler.profileArchivedMmaps(archiveName, snapshots, ruleset);
102 var archiveName = null;
108 if (archiveName && curArchive != archiveName) {
114 archiveName = curArchive;
117 profiler.profileArchivedNHeaps(archiveName, snapshot
[all...]
H A Dprofiler.js69 this.profileArchivedMmaps = function(archiveName, snapshots, ruleset) {
77 archive: archiveName,
82 this.profileArchivedNHeaps = function(archiveName, snapshots, ruleset) {
90 archive: archiveName,
H A Dnheap.js24 this.dumpNheapFromStorage = function(archiveName, snapshot) {
25 webservice.ajaxRequest('/storage/' + archiveName + '/' + snapshot + '/nheap',
H A Dmmap.js52 this.dumpMmapsFromStorage = function(archiveName, snapshot) {
53 webservice.ajaxRequest('/storage/' + archiveName + '/' + snapshot + '/mmaps',
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp436 const UString &archiveName = arcPaths[i]; local
441 if (!fi.Find(archiveName) || fi.IsDir())
443 g_StdOut << endl << "Error: " << archiveName << " is not file" << endl;
462 HRESULT result = archiveLink.Open2(codecs, formatIndices, stdInMode, NULL, archiveName, &openCallback);
467 g_StdOut << endl << "Error: " << archiveName << ": ";
500 g_StdOut << endl << kListing << archiveName << endl << endl;
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp687 UString archiveName = GetUnicodeString(args[2]); local
721 if (!outFileStreamSpec->Create(archiveName, false))
808 if (!fileSpec->Open(archiveName))
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java129 final String archiveName = Files.getFileName (archive) + IAppConstants.APP_NAME_LC;
134 m_tempArchiveFile = Files.createTempFile (parentDir, archiveName, archiveExt);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 182 milliseconds