/external/lzma/CPP/7zip/Common/ |
D | MethodProps.h | 63 int GetLevel() const; 94 return GetLevel() >= 5 ? 1 : 0; in Get_Lzma_Algo() 103 int level = GetLevel(); in Get_Lzma_DicSize() 213 int level = GetLevel(); in Get_BZip2_BlockSize() 223 int level = GetLevel(); in Get_Ppmd_MemSize()
|
D | MethodProps.cpp | 239 int CMethodProps::GetLevel() const in GetLevel() function in CMethodProps
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.h | 79 int GetLevel() const { return _level == (UInt32)(Int32)-1 ? 5 : (int)_level; } in GetLevel() function 102 int GetLevel() const { return _level == (UInt32)(Int32)-1 ? 5 : (int)_level; } in GetLevel() function
|
/external/libwebm/common/ |
D | vp9_level_stats_tests.cc | 128 EXPECT_EQ(11, stats_.GetLevel()); in TEST_F() 151 EXPECT_EQ(30, stats_.GetLevel()); in TEST_F() 175 EXPECT_EQ(11, stats_.GetLevel()); in TEST_F()
|
D | vp9_level_stats.h | 108 Vp9Level GetLevel() const;
|
D | vp9_level_stats.cc | 126 Vp9Level Vp9LevelStats::GetLevel() const { in GetLevel() function in vp9_parser::Vp9LevelStats
|
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
D | annotations_unittest.py | 97 level = e.GetLevel() 119 np.testing.assert_array_equal(e.GetLevel(), data['level'])
|
D | annotations.py | 117 def GetLevel(self): member in AudioAnnotationsExtractor
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | bgenOutput.py | 45 def GetLevel(): function
|
/external/protobuf/conformance/ |
D | conformance_test.h | 221 const ConformanceLevel GetLevel() const { in GetLevel() function
|
D | text_format_conformance_suite.cc | 81 ConformanceLevel level = setting.GetLevel(); in ParseResponse()
|
D | conformance_test.cc | 238 ConformanceLevel level = setting.GetLevel(); in VerifyResponse()
|
D | binary_json_conformance_suite.cc | 224 ConformanceLevel level = setting.GetLevel(); in ParseResponse()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandlerOut.cpp | 93 m.MethodName = (GetLevel() == 0 ? k_Copy_Name : kDefaultMethodName); in SetMainMethod() 616 int level = GetLevel(); in UpdateItems()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_interactiveform.cpp | 427 int GetLevel() const { return m_level; } in GetLevel() function in CFieldTree::Node 485 int level = pParent->GetLevel() + 1; in AddChild() 489 auto pNew = pdfium::MakeUnique<Node>(short_name, pParent->GetLevel() + 1); in AddChild()
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 1098 lzma2Props.lzmaProps.level = GetLevel(); in UpdateItems()
|
/external/libwebm/ |
D | webm_info.cc | 1315 const vp9_parser::Vp9Level level = level_stats.GetLevel(); in main()
|