/bionic/benchmarks/ |
D | property_benchmark.cpp | 39 : nprops(nprops), valid(false), system_properties_(false) { in LocalPropertyTestState() 42 valid = system_properties_.AreaInit(dir_.path, nullptr); in LocalPropertyTestState() 43 if (!valid) { in LocalPropertyTestState() 89 valid = true; in LocalPropertyTestState() 97 if (!valid) { in ~LocalPropertyTestState() 119 bool valid; member 130 if (!pa.valid) return; in BM_property_get() 143 if (!pa.valid) return; in BM_property_find() 155 if (!pa.valid) return; in BM_property_read() 178 if (!pa.valid) return; in BM_property_serial()
|
/bionic/tests/ |
D | system_properties_test.cpp | 49 bool valid() const { in valid() function in SystemPropertiesTest 95 ASSERT_TRUE(system_properties.valid()); in TEST() 131 ASSERT_TRUE(system_properties.valid()); in TEST() 166 ASSERT_TRUE(system_properties.valid()); in TEST() 212 ASSERT_TRUE(system_properties.valid()); in TEST() 229 ASSERT_TRUE(system_properties.valid()); in TEST() 258 ASSERT_TRUE(system_properties.valid()); in TEST() 317 ASSERT_TRUE(system_properties.valid()); in TEST() 338 ASSERT_TRUE(system_properties.valid()); in TEST() 354 ASSERT_TRUE(system_properties.valid()); in TEST() [all …]
|
D | wchar_test.cpp | 373 const char* valid = VALID; in test_mbsrtowcs() local 374 ASSERT_EQ(4U, mbsrtowcs(out, &valid, 4, ps)); in test_mbsrtowcs() 380 ASSERT_EQ('e', *valid); in test_mbsrtowcs() 383 ASSERT_EQ(2U, mbsrtowcs(out, &valid, 4, ps)); in test_mbsrtowcs() 390 ASSERT_EQ(nullptr, valid); in test_mbsrtowcs()
|
/bionic/libc/malloc_debug/ |
D | MapData.cpp | 75 entry->valid = false; in parse_line() 139 entry->valid = true; in init() 197 if (!entry->valid && it != entries_.begin()) { in find() 203 if (prev_entry->valid) { in find()
|
D | MapData.h | 53 bool valid = false; member
|
D | Config.cpp | 387 bool valid = true; in Init() local 392 valid = false; in Init() 399 valid = false; in Init() 405 if (!valid || *options_str != '\0') { in Init()
|
D | README.md | 380 free/malloc\_usable\_size/realloc calls are passed valid pointers. 557 no valid map name, this will be empty. 559 FUNCTION\_NAME the name of the function for this pc. If there is no valid
|
/bionic/libc/arch-x86_64/bionic/ |
D | syscall.S | 45 # (Not all will be valid, depending on the syscall.)
|
/bionic/libc/arch-x86/bionic/ |
D | syscall.S | 37 # (Not all will be valid, depending on the syscall.)
|
/bionic/tools/versioner/src/ |
D | Preprocessor.cpp | 285 bool valid = true; in mergeGuards() local 332 valid = false; in mergeGuards() 340 valid = false; in mergeGuards() 355 valid = false; in mergeGuards() 361 if (!valid) { in mergeGuards()
|
/bionic/libc/kernel/uapi/drm/ |
D | nouveau_drm.h | 53 __u32 valid; member
|
/bionic/libc/tools/ |
D | pylintrc | 269 # List of valid names for the first argument in a class method. 270 valid-classmethod-first-arg=cls 272 # List of valid names for the first argument in a metaclass class method. 273 valid-metaclass-classmethod-first-arg=mcs
|
/bionic/libc/kernel/uapi/rdma/ |
D | rdma_user_cm.h | 157 __u8 valid; member
|
/bionic/libc/kernel/uapi/linux/ |
D | cdrom.h | 434 __u8 valid : 1; member 438 __u8 valid : 1;
|
D | fuse.h | 229 uint32_t valid; member
|
D | ethtool.h | 404 __u32 valid; member
|
D | kvm.h | 341 __u8 valid; member
|
/bionic/docs/ |
D | libc_assembler.md | 123 Run the bionic tests to verify that the new routines are valid. However, 149 * Verify that all labels are of the format .LXXX, where XXX is any valid string
|
D | status.md | 260 is still valid because a dead thread gets its thread struct unmapped
|