HomeSort by relevance Sort by last modified time
    Searched refs:isAnti (Results 1 - 25 of 25) sorted by null

  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.cpp 135 bool isAnti = false;
140 isAnti = VARIANT_BOOLToBool(propTemp.boolVal);
162 if (!isAnti)
172 if (isAnti)
189 if (!isAnti)
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 78 bool IsAnti;
87 IsAnti = false;
126 CRecordVector<bool> IsAnti;
157 IsAnti.Clear();
179 IsAnti.ReserveDown();
203 (size == IsAnti.Size() || IsAnti.Size() == 0));
206 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); }
209 void SetItem_Anti(unsigned index, bool isAnti)
    [all...]
7zIn.cpp     [all...]
7zOut.cpp 620 bool isAnti = db.IsItemAnti(i);
621 antiVector[cur] = isAnti;
622 if (isAnti)
910 SetItem_Anti(index, file2.IsAnti);
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.h 26 virtual HRESULT GetStream(const wchar_t *name, bool isDir, bool isAnti, UInt32 mode) x; \
ArchiveExtractCallback.cpp 975 bool isAnti = false;
976 RINOK(_arc->IsItemAnti(index, isAnti));
1013 if (!isAnti)
1068 if (isAnti)
1185 if (!isAnti)
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 132 /// isAnti - Returns true if this is an anti dependence.
134 bool isAnti() const;
138 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp 486 HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool /* isDir */, bool isAnti, UInt32 mode)
500 if (isAnti)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 127 /// isAnti - Returns true if this is an anti dependence.
129 bool isAnti() const;
133 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 127 /// isAnti - Returns true if this is an anti dependence.
129 bool isAnti() const;
133 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 127 /// isAnti - Returns true if this is an anti dependence.
129 bool isAnti() const;
133 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 127 /// isAnti - Returns true if this is an anti dependence.
129 bool isAnti() const;
133 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 127 /// isAnti - Returns true if this is an anti dependence.
129 bool isAnti() const;
133 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 127 /// isAnti - Returns true if this is an anti dependence.
129 bool isAnti() const;
133 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 127 /// isAnti - Returns true if this is an anti dependence.
129 bool isAnti() const;
133 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 127 /// isAnti - Returns true if this is an anti dependence.
129 bool isAnti() const;
133 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 128 if (D->isAnti()) {
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 219 bool Dependence::isAnti() const {
581 else if (isAnti())
    [all...]
  /external/r8/deps/
commons-compress-1.12.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.12/
commons-compress-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 1032 milliseconds