/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_security_handler.cpp | 35 memcpy(output.data(), password.raw_str(), len); in GetPassCode() 113 CRYPT_SHA256Update(&sha, password.raw_str(), password.GetLength()); in Revision6_Hash() 141 content.insert(std::end(content), password.raw_str(), in Revision6_Hash() 142 password.raw_str() + password.GetLength()); in Revision6_Hash() 332 const uint8_t* pkey = bOwner ? okey.raw_str() : ukey.raw_str(); in AES256_CheckPassword() 337 bOwner ? ukey.raw_str() : nullptr, digest); in AES256_CheckPassword() 340 CRYPT_SHA256Update(&sha, password.raw_str(), password.GetLength()); in AES256_CheckPassword() 343 CRYPT_SHA256Update(&sha, ukey.raw_str(), 48); in AES256_CheckPassword() 351 bOwner ? ukey.raw_str() : nullptr, digest); in AES256_CheckPassword() 354 CRYPT_SHA256Update(&sha, password.raw_str(), password.GetLength()); in AES256_CheckPassword() [all …]
|
D | cpdf_syntax_parser.cpp | 517 ByteString keyNoSlash(key.raw_str() + 1, key.GetLength() - 1); in GetObjectBodyInternal() 680 if (memcmp(m_WordBuffer, kEndStreamStr.raw_str(), in ReadStream() 726 memcmp(m_WordBuffer, kEndObjStr.raw_str(), kEndObjStr.GetLength()) == 0) { in ReadStream()
|
/external/tflite-support/tensorflow_lite_support/cc/utils/ |
D | jni_utils.cc | 46 const char* raw_str = env->GetStringUTFChars(jstr, JNI_FALSE); in StringListToVector() local 47 result.emplace_back(std::string(raw_str)); in StringListToVector() 48 env->ReleaseStringUTFChars(jstr, raw_str); in StringListToVector()
|
/external/pdfium/core/fxge/ |
D | cfx_folderfontinfo.cpp | 227 LoadTableFromTT(pFile, tables.raw_str(), nTables, 0x6e616d65, filesize); in ReportFace() 245 LoadTableFromTT(pFile, tables.raw_str(), nTables, 0x4f532f32, filesize); in ReportFace() 247 const uint8_t* p = os2.raw_str() + 78; in ReportFace() 353 const uint8_t* p = pFont->m_FontTables.raw_str() + i * 16; in GetFontData()
|
/external/pdfium/core/fxcrt/ |
D | bytestring.h | 74 const uint8_t* raw_str() const { in raw_str() function 82 return ByteStringView(raw_str(), GetLength()); in AsStringView() 92 return pdfium::make_span(raw_str(), GetLength()); in raw_span()
|
D | bytestring_unittest.cpp | 1075 EXPECT_FALSE(null_string.raw_str()); in TEST() 1083 EXPECT_FALSE(copied_null_string.raw_str()); in TEST() 1089 EXPECT_FALSE(span_null_string.raw_str()); in TEST() 1095 EXPECT_TRUE(empty_string.raw_str()); in TEST() 1102 EXPECT_FALSE(assigned_null_string.raw_str()); in TEST() 1109 EXPECT_FALSE(assigned_nullptr_string.raw_str()); in TEST() 1116 EXPECT_FALSE(assigned_span_null_string.raw_str()); in TEST() 1211 EXPECT_EQ(nullptr, cleared_string.raw_str()); in TEST() 1636 const uint8_t* rstr = empty_str.raw_str(); in TEST()
|
D | string_view_template.h | 168 const UnsignedType* raw_str() const { return m_Span.data(); } in raw_str() function
|
D | bytestring.cpp | 321 const uint8_t* pThat = str.raw_str(); in EqualNoCase()
|
D | widestring_unittest.cpp | 1247 EXPECT_EQ(nullptr, cleared_string.raw_str()); in TEST()
|
/external/llvm-project/libcxx/utils/libcxx/ |
D | graph.py | 91 def parseAttributes(self, raw_str): argument 93 parts = [l.strip() for l in raw_str.split(',') if l.strip()]
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_class.cpp | 155 pIsolate, reinterpret_cast<const char*>(szPropName.raw_str()), in DynPropGetterAdapter()
|
/external/python/pybind11/include/pybind11/ |
D | pytypes.h | 937 PYBIND11_OBJECT_CVT(str, object, detail::PyUnicode_Check_Permissive, raw_str) in PYBIND11_OBJECT_CVT() argument 958 …explicit str(handle h) : object(raw_str(h.ptr()), stolen_t{}) { if (!m_ptr) throw error_already_se… in str() 981 static PyObject *raw_str(PyObject *op) { in raw_str() function
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_creator.cpp | 117 return WriteBlock(str.raw_str(), str.GetLength()); in WriteString()
|
/external/autotest/client/cros/power/ |
D | power_status.py | 2997 raw_str = f.read() 3014 trimed_match = re.match(trimed_pattern, raw_str, re.DOTALL) 3017 raw_str)
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_colorspace.cpp | 1189 const uint8_t* pTable = m_Table.raw_str(); in GetRGB()
|