/external/lzma/CPP/7zip/UI/Common/ |
D | Extract.cpp | 99 bool isFolder; in DecompressArchive() local 100 RINOK(Archive_IsItem_Folder(archive, i, isFolder)); in DecompressArchive() 105 if (!wildcardCensor.CheckPath(isAltStream, filePath, !isFolder)) in DecompressArchive()
|
D | IFileExtractCallback.h | 30 …STDMETHOD(PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt64…
|
D | HashCalc.h | 77 virtual HRESULT GetStream(const wchar_t *name, bool isFolder) x; \
|
D | Update.h | 77 bool GetNewPath(bool isFolder, const UString &src, UString &dest) const;
|
D | Update.cpp | 438 bool CRenamePair::GetNewPath(bool isFolder, const UString &src, UString &dest) const in GetNewPath() argument 452 if (!isFolder || in GetNewPath()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | ExtractCallbackConsole.h | 40 …STDMETHOD (PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt6…
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.h | 202 …STDMETHOD (PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt6…
|
D | ExtractCallback.cpp | 182 STDMETHODIMP CExtractCallbackImp::PrepareOperation(const wchar_t *name, bool isFolder, Int32 /* ask… in PrepareOperation() argument 184 _isFolder = isFolder; in PrepareOperation()
|
/external/v8/test/mjsunit/wasm/embenchen/ |
D | copy.js | 2458 isFolder: { property 3506 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
|
D | primes.js | 2472 isFolder: { property 3520 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
|
D | corrections.js | 2458 isFolder: { property 3506 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
|
D | fannkuch.js | 2597 isFolder: { property 3645 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
|
D | memops.js | 2566 isFolder: { property 3614 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
|
D | fasta.js | 2841 isFolder: { property 3889 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
|
D | zlib.js | 2567 isFolder: { property 3615 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
|
D | lua_binarytrees.js | 2604 isFolder: { property 3652 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true; 4822 if (!folder || !folder.isFolder) { 4825 if (!folder || !folder.isFolder) return 0;
|
/external/v8/test/mjsunit/asm/embenchen/ |
D | corrections.js | 2455 isFolder: { property 3503 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
|
D | copy.js | 2455 isFolder: { property 3503 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
|
D | primes.js | 2469 isFolder: { property 3517 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
|
D | fannkuch.js | 2594 isFolder: { property 3642 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
|
D | memops.js | 2563 isFolder: { property 3611 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
|
D | fasta.js | 2838 isFolder: { property 3886 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
|
D | zlib.js | 2564 isFolder: { property 3612 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
|
D | lua_binarytrees.js | 2601 isFolder: { property 3649 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true; 4819 if (!folder || !folder.isFolder) { 4822 if (!folder || !folder.isFolder) return 0;
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 1077 if (path.length == 1 && current.isFolder) { 1084 if (!current.isFolder) { 1130 if (!parent.isFolder) { 1159 var properties = {isFolder: true, isDevice: false, contents: {}}; property 1175 properties.isFolder = false; 1318 if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true; 1342 isFolder: true, property 1495 } else if (stream.object.isFolder) { 2086 } else if (stream.object.isFolder) { 2520 if ((isWrite || isCreate || isTruncate) && target.isFolder) { [all …]
|