/external/pdfium/core/fpdfdoc/ |
D | cpdf_nametree_unittest.cpp | 99 CPDF_Object* pObj = nameTree.LookupValue(matchName); in TEST() 151 ASSERT_TRUE(nameTree.LookupValue(L"4.txt")); in TEST() 152 EXPECT_EQ(444, nameTree.LookupValue(L"4.txt")->GetInteger()); in TEST() 157 ASSERT_TRUE(nameTree.LookupValue(L"6.txt")); in TEST() 158 EXPECT_EQ(666, nameTree.LookupValue(L"6.txt")->GetInteger()); in TEST() 163 ASSERT_TRUE(nameTree.LookupValue(L"99.txt")); in TEST() 164 EXPECT_EQ(99, nameTree.LookupValue(L"99.txt")->GetInteger()); in TEST() 169 ASSERT_TRUE(nameTree.LookupValue(L"0.txt")); in TEST() 170 EXPECT_EQ(-5, nameTree.LookupValue(L"0.txt")->GetInteger()); in TEST() 237 ASSERT_TRUE(nameTree.LookupValue(L"9.txt")); in TEST() [all …]
|
D | cpdf_numbertree.h | 20 const CPDF_Object* LookupValue(int num) const;
|
D | cpdf_nametree.h | 30 CPDF_Object* LookupValue(const WideString& csName) const;
|
D | cpdf_numbertree.cpp | 55 const CPDF_Object* CPDF_NumberTree::LookupValue(int num) const { in LookupValue() function in CPDF_NumberTree
|
D | cpdf_pagelabel.cpp | 100 pValue = numberTree.LookupValue(n); in GetLabel()
|
D | cpdf_nametree.cpp | 405 CPDF_Object* CPDF_NameTree::LookupValue(const WideString& csName) const { in LookupValue() function in CPDF_NameTree 416 CPDF_Object* pValue = LookupValue(sName); in LookupNamedDest()
|
D | cpdf_structtree.cpp | 74 const CPDF_Array* pParentArray = ToArray(parent_tree.LookupValue(parents_id)); in LoadPageTree()
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ClangTidyCheck.h | 60 std::string LookupValue) in UnparseableEnumOptionError() argument 61 : LookupName(LookupName), LookupValue(LookupValue) {} in UnparseableEnumOptionError() 63 std::string LookupValue, in UnparseableEnumOptionError() argument 65 : LookupName(LookupName), LookupValue(LookupValue), in UnparseableEnumOptionError() 73 const std::string LookupValue; variable 81 std::string LookupValue, 83 : LookupName(LookupName), LookupValue(LookupValue), IsBoolean(IsBoolean) { in LookupName() 91 const std::string LookupValue; variable
|
D | ClangTidyCheck.cpp | 29 llvm::SmallString<256> Buffer({"invalid configuration value '", LookupValue, in message() 37 llvm::SmallString<256> Buffer({"invalid configuration value '", LookupValue, in message()
|
/external/libxkbcommon/src/ |
D | text.c | 50 LookupValue(const LookupEntry tab[], unsigned int value) in LookupValue() function 228 const char *name = LookupValue(actionTypeNames, type); in ActionTypeText() 253 return LookupValue(symInterpretMatchMaskNames, type); in SIMatchText() 308 LookupValue(modComponentMaskNames, 1u << i)); in LedStateMaskText() 340 LookupValue(ctrlMaskNames, 1u << i)); in ControlMaskText()
|
D | text.h | 37 LookupValue(const LookupEntry tab[], unsigned int value);
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model.cc | 157 RETURN_IF_ERROR(LookupValue(value, &v)); in SetProducer() 185 RETURN_IF_ERROR(LookupValue(value, &v)); in RemoveProducer() 197 RETURN_IF_ERROR(LookupValue(value, &v)); in AddConsumer() 223 RETURN_IF_ERROR(LookupValue(old_value, &v_old)); in ReplaceInput() 226 RETURN_IF_ERROR(LookupValue(new_value, &v_new)); in ReplaceInput() 260 RETURN_IF_ERROR(LookupValue(value, &v)); in RemoveConsumer() 291 RETURN_IF_ERROR(LookupValue(id, &v)); in DeleteValue() 366 absl::Status GraphFloat32::LookupValue(ValueId id, ValueDef** value_def) { in LookupValue() function in tflite::gpu::GraphFloat32
|
D | model.h | 191 absl::Status LookupValue(ValueId id, ValueDef** value_def);
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdoc.cpp | 195 CPDF_Object* pObject = nametree.LookupValue(WideString(wsName)); in GetPDFNamedImage()
|
/external/libxkbcommon/src/xkbcomp/ |
D | action.c | 187 return LookupValue(fieldStrings, field); in fieldText()
|