/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/xfa/ |
D | cfxjse_value_embeddertest.cpp | 24 EXPECT_FALSE(pValue->IsBoolean(isolate())); in TEST_F()
|
D | cfxjse_value.h | 33 bool IsBoolean(v8::Isolate* pIsolate) const;
|
D | cfxjse_value.cpp | 241 bool CFXJSE_Value::IsBoolean(v8::Isolate* pIsolate) const { in IsBoolean() function in CFXJSE_Value 247 return hValue->IsBoolean(); in IsBoolean()
|
D | cfxjse_formcalc_context_embeddertest.cpp | 45 EXPECT_TRUE(fxv8::IsBoolean(value) || fxv8::IsInteger(value)) in ExecuteExpectBool()
|
D | cfxjse_formcalc_context.cpp | 1472 if (fxv8::IsBoolean(arg)) in ValueToUTF8String() 1494 if (fxv8::IsBoolean(firstValue)) { in SimpleValueCompare() 3200 static_cast<int>(fxv8::IsNumber(argOne) || fxv8::IsBoolean(argOne))); in HasValue() 3326 if (fxv8::IsBoolean(argOne) || fxv8::IsString(argOne) || in Ref()
|
/external/pdfium/fxjs/ |
D | js_define.cpp | 96 (value->IsString() || value->IsNumber() || value->IsBoolean() || in IsExpandedParamKnown()
|
D | fxv8.cpp | 27 bool IsBoolean(v8::Local<v8::Value> value) { in IsBoolean() function 28 return !value.IsEmpty() && value->IsBoolean(); in IsBoolean()
|
D | fxv8.h | 27 bool IsBoolean(v8::Local<v8::Value> value);
|
D | cjs_global.cpp | 218 if (vp->IsBoolean()) { in SetProperty() 382 if (v->IsBoolean()) { in ObjectToArray()
|
D | cjs_event.cpp | 284 if (vp->IsNullOrUndefined() || vp->IsBoolean()) in set_value()
|
D | cjs_document.cpp | 710 } else if (pValueObj->IsBoolean()) { in get_info()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_object.h | 134 bool IsBoolean() const { return !!AsBoolean(); } in IsBoolean() function
|
D | cpdf_object_walker_unittest.cpp | 34 else if (obj->IsBoolean()) in Walk()
|
D | cpdf_object_unittest.cpp | 367 EXPECT_TRUE(m_DirectObjs[i]->IsBoolean()); in TEST_F() 370 EXPECT_FALSE(m_DirectObjs[i]->IsBoolean()); in TEST_F()
|
/external/python/cpython2/Lib/plat-mac/ |
D | aetypes.py | 97 def IsBoolean(x): function 101 if IsBoolean(bool): return bool
|
/external/pdfium/fpdfsdk/ |
D | fpdf_structtree.cpp | 336 if (!obj || !obj->IsBoolean()) in FPDF_StructElement_Attr_GetBooleanValue()
|
D | fpdf_ppo_embeddertest.cpp | 428 EXPECT_TRUE(bool_obj->IsBoolean()); in TEST_F()
|
/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 | 2824 return {iRet, pTmpRetValue->IsBoolean(pContext->GetIsolate()) && in ExecuteBoolScript()
|