Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 19 of 19) sorted by relevance

/bionic/benchmarks/
Dproperty_benchmark.cpp39 : 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/
Dsystem_properties_test.cpp49 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 …]
Dwchar_test.cpp373 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/
DMapData.cpp75 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()
DMapData.h53 bool valid = false; member
DConfig.cpp387 bool valid = true; in Init() local
392 valid = false; in Init()
399 valid = false; in Init()
405 if (!valid || *options_str != '\0') { in Init()
DREADME.md380 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/
Dsyscall.S45 # (Not all will be valid, depending on the syscall.)
/bionic/libc/arch-x86/bionic/
Dsyscall.S37 # (Not all will be valid, depending on the syscall.)
/bionic/tools/versioner/src/
DPreprocessor.cpp285 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/
Dnouveau_drm.h53 __u32 valid; member
/bionic/libc/tools/
Dpylintrc269 # 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/
Drdma_user_cm.h157 __u8 valid; member
/bionic/libc/kernel/uapi/linux/
Dcdrom.h434 __u8 valid : 1; member
438 __u8 valid : 1;
Dfuse.h229 uint32_t valid; member
Dethtool.h404 __u32 valid; member
Dkvm.h341 __u8 valid; member
/bionic/docs/
Dlibc_assembler.md123 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
Dstatus.md260 is still valid because a dead thread gets its thread struct unmapped