/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ClangTidyCheck.h | 82 bool IsBoolean = false) 83 : LookupName(LookupName), LookupValue(LookupValue), IsBoolean(IsBoolean) { in LookupName() 92 const bool IsBoolean; variable
|
D | ClangTidyCheck.cpp | 39 (IsBoolean ? "a bool" : "an integer value")}); in message()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_boolean.cpp | 38 bool CPDF_Boolean::IsBoolean() const { in IsBoolean() function in CPDF_Boolean
|
D | cpdf_boolean.h | 27 bool IsBoolean() const override;
|
D | cpdf_object.cpp | 77 bool CPDF_Object::IsBoolean() const { in IsBoolean() function in CPDF_Object
|
D | cpdf_object.h | 71 virtual bool IsBoolean() const;
|
D | cpdf_object_walker_unittest.cpp | 35 else if (obj->IsBoolean()) in Walk()
|
D | cpdf_object_unittest.cpp | 342 EXPECT_TRUE(m_DirectObjs[i]->IsBoolean()); in TEST_F() 345 EXPECT_FALSE(m_DirectObjs[i]->IsBoolean()); in TEST_F()
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_value_embeddertest.cpp | 25 EXPECT_FALSE(pValue->IsBoolean()); in TEST_F()
|
D | cfxjse_value.h | 29 bool IsBoolean() const;
|
D | cfxjse_value.cpp | 318 bool CFXJSE_Value::IsBoolean() const { in IsBoolean() function in CFXJSE_Value 325 return hValue->IsBoolean(); in IsBoolean()
|
D | cfxjse_formcalc_context.cpp | 3086 argOne->IsBoolean()); in HasValue() 3215 if (!argOne->IsArray() && !argOne->IsObject() && !argOne->IsBoolean() && in Ref() 3221 if (argOne->IsBoolean() || argOne->IsString() || argOne->IsNumber()) { in Ref() 5301 if (firstValue->IsBoolean()) in simpleValueCompare() 5683 if (arg->IsBoolean()) in ValueToUTF8String()
|
D | cfxjse_formcalc_context_embeddertest.cpp | 1656 EXPECT_TRUE(value->IsBoolean());
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTypes.cpp | 125 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsBoolean, IsParam, \ argument 129 IsBoolean, IsParam, IceType_##CompareResult},
|
D | IceTypes.def | 82 //#define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsBoolean, IsParam,
|
/external/pdfium/fxjs/ |
D | js_define.cpp | 98 (value->IsString() || value->IsNumber() || value->IsBoolean() || in IsExpandedParamKnown()
|
D | cjs_global.cpp | 279 if (vp->IsBoolean()) { in SetProperty() 428 if (v->IsBoolean()) { in ObjectToArray()
|
D | cjs_event.cpp | 306 if (vp->IsNullOrUndefined() || vp->IsBoolean()) in set_value()
|
D | cjs_document.cpp | 700 } else if (pValueObj->IsBoolean()) { in get_info()
|
/external/python/cpython2/Lib/plat-mac/ |
D | aetypes.py | 97 def IsBoolean(x): function 101 if IsBoolean(bool): return bool
|
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 353 void mangleIntegerLiteral(const llvm::APSInt &Number, bool IsBoolean); 1147 bool IsBoolean) { in mangleIntegerLiteral() argument 1151 if (IsBoolean && Value.getBoolValue()) in mangleIntegerLiteral()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 2787 return {iRet, pTmpRetValue->IsBoolean() && pTmpRetValue->ToBoolean()}; in ExecuteBoolScript()
|