Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/private/
DWriteProtected.h54 memset(&contents, 0, sizeof(contents)); in initialize()
59 return &contents.value;
63 return contents.value;
69 mutator(&contents.value); in mutate()
74 WriteProtectedContents<T> contents;
77 auto addr = &contents; in set_protection()
/bionic/libc/kernel/uapi/asm-x86/asm/
Dldt.h29 unsigned int contents : 2; member
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp2485 std::string contents; in TEST_F() local
2486 ASSERT_TRUE(android::base::ReadFileToString(tf.path, &contents)); in TEST_F()
2489 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in TEST_F()
2518 std::string contents; in TEST_F() local
2519 ASSERT_TRUE(android::base::ReadFileToString(tf.path, &contents)); in TEST_F()
2521 SCOPED_TRACE(testing::Message() << "Output:\n" << contents); in TEST_F()
2524 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in TEST_F()
2621 std::string contents; in TEST_F() local
2622 ASSERT_TRUE(android::base::ReadFileToString(tf.path, &contents)); in TEST_F()
2623 contents = SanitizeHeapData(contents); in TEST_F()
[all …]
/bionic/tests/
Dmalloc_test.cpp384 std::string contents; in TEST() local
385 ASSERT_TRUE(android::base::ReadFileToString(tf.path, &contents)); in TEST()
388 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in TEST()
453 std::string contents; in TEST() local
454 ASSERT_TRUE(android::base::ReadFileToString(tf.path, &contents)); in TEST()
457 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in TEST()
675 std::string contents; in GetAllocatorVersion() local
676 ASSERT_TRUE(android::base::ReadFileToString(tf.path, &contents)); in GetAllocatorVersion()
679 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in GetAllocatorVersion()
/bionic/libc/arch-x86/bionic/
D__set_tls.cpp52 result->contents = MODIFY_LDT_CONTENTS_DATA; in __init_user_desc()
/bionic/libdl/
DNOTICE116 wherever such third-party notices normally appear. The contents
/bionic/
DREADME.md183 contents for external/kernel-headers/.
/bionic/libc/malloc_debug/
DREADME.md206 checked to make sure that none of the contents have been modified since
538 The new line fingerprint line is the contents of the ro.build.fingerprint
/bionic/libc/kernel/tools/
Dcpp.py253 ctypes.POINTER(clang.cindex.Token * count)).contents