/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context_embeddertest.cpp | 100 EXPECT_TRUE(value->IsString()); in TEST_F() 396 EXPECT_TRUE(value->IsString()); in TEST_F() 458 EXPECT_TRUE(value->IsString()); in TEST_F() 480 EXPECT_TRUE(value->IsString()); in TEST_F() 505 EXPECT_TRUE(value->IsString()) << "Program: " << tests[i].program; in TEST_F() 529 EXPECT_TRUE(value->IsString()); in TEST_F() 549 EXPECT_TRUE(value->IsString()); in TEST_F() 607 EXPECT_TRUE(value->IsString()); in TEST_F() 830 EXPECT_TRUE(value->IsString()); in TEST_F() 940 EXPECT_TRUE(value->IsString()); in TEST_F() [all …]
|
D | cjx_draw.cpp | 39 if (!pValue || !pValue->IsString()) in defaultValue()
|
D | cfxjse_value_embeddertest.cpp | 26 EXPECT_FALSE(pValue->IsString()); in TEST_F()
|
D | cfxjse_value.h | 30 bool IsString() const;
|
D | cfxjse_context.cpp | 76 if (hValue->IsString() || hValue->IsStringObject()) { in CreateReturnValue() 90 if (hValue->IsString() || hValue->IsStringObject()) in CreateReturnValue()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_action.cpp | 64 if (pDest->IsString() || pDest->IsName()) { in GetDest() 108 if (pBase && (pBase->IsString() || pBase->IsStream())) in GetURI() 139 if (pFields->IsDictionary() || pFields->IsString()) { in GetAllFields() 195 return (pJS && (pJS->IsString() || pJS->IsStream())) ? pJS : nullptr; in GetJavaScriptObject()
|
D | cpdf_link.cpp | 30 if (pDest->IsString() || pDest->IsName()) { in GetDest()
|
D | cpdf_bookmark.cpp | 55 if (pDest->IsString() || pDest->IsName()) { in GetDest()
|
D | cpdf_formfield.cpp | 420 if (pValue->IsString() || pValue->IsNumber()) in CountSelectedItems() 435 if (pValue->IsString()) { in GetSelectedIndex() 488 if (pValue->IsString()) in IsItemSelected() 568 if (pValue->IsString()) { in SetItemSelectionUnselected()
|
D | cpdf_filespec.cpp | 209 if (m_pObj->IsString()) { in SetFileName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | WindowsResource.h | 237 bool IsString; member 241 StringOrID(uint32_t ID) : IsString(false), ID(ID) {} in StringOrID() 242 StringOrID(ArrayRef<UTF16> String) : IsString(true), String(String) {} in StringOrID()
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | WindowsResource.h | 237 bool IsString; member 241 StringOrID(uint32_t ID) : IsString(false), ID(ID) {} in StringOrID() 242 StringOrID(ArrayRef<UTF16> String) : IsString(true), String(String) {} in StringOrID()
|
/external/pdfium/fxjs/ |
D | cjs_global.cpp | 146 ASSERT(property->IsString()); in queryprop_static() 158 ASSERT(property->IsString()); in getprop_static() 171 ASSERT(property->IsString()); in putprop_static() 183 ASSERT(property->IsString()); in delprop_static() 284 if (vp->IsString()) { in SetProperty() 436 if (v->IsString()) { in ObjectToArray()
|
D | js_define.cpp | 98 (value->IsString() || value->IsNumber() || value->IsBoolean() || in IsExpandedParamKnown()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 100 ArrayRef<UTF16> &Str, bool &IsString) { in readStringOrId() argument 103 IsString = IDFlag != 0xffff; in readStringOrId() 105 if (IsString) { in readStringOrId() 215 if (S.IsString) { in printStringOrID() 323 return MinGW && Context.size() == 3 && !Context[0].IsString && in shouldIgnoreDuplicate() 324 Context[0].ID == /* RT_MANIFEST */ 24 && !Context[1].IsString && in shouldIgnoreDuplicate() 326 !Context[2].IsString && Context[2].ID == 0; in shouldIgnoreDuplicate()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_string.h | 29 bool IsString() const override;
|
D | cpdf_string.cpp | 54 bool CPDF_String::IsString() const { in IsString() function in CPDF_String
|
D | cpdf_object.cpp | 101 bool CPDF_Object::IsString() const { in IsString() function in CPDF_Object
|
D | cpdf_object.h | 77 virtual bool IsString() const;
|
D | cpdf_object_walker_unittest.cpp | 33 else if (obj->IsString()) in Walk()
|
/external/llvm-project/llvm/lib/Object/ |
D | WindowsResource.cpp | 100 ArrayRef<UTF16> &Str, bool &IsString) { in readStringOrId() argument 103 IsString = IDFlag != 0xffff; in readStringOrId() 105 if (IsString) { in readStringOrId() 215 if (S.IsString) { in printStringOrID() 323 return MinGW && Context.size() == 3 && !Context[0].IsString && in shouldIgnoreDuplicate() 324 Context[0].ID == /* RT_MANIFEST */ 24 && !Context[1].IsString && in shouldIgnoreDuplicate() 326 !Context[2].IsString && Context[2].ID == 0; in shouldIgnoreDuplicate()
|
/external/pdfium/testing/ |
D | xfa_js_embedder_test.cpp | 84 if (msg.IsString() && !msg.ToWideString().IsEmpty()) in Execute()
|
/external/deqp-deps/amber/src/ |
D | tokenizer.h | 46 bool IsString() const { return type_ == TokenType::kString; } in IsString() function
|
D | tokenizer_test.cc | 305 EXPECT_TRUE(next->IsString()); in TEST_F() 317 EXPECT_TRUE(next->IsString()); in TEST_F() 329 EXPECT_TRUE(next->IsString()); in TEST_F()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_save.cpp | 76 if (!pPDFObj->IsString()) in SaveXFADocumentData()
|