/system/core/fs_mgr/tests/ |
D | adb-remount-test.sh | 57 NORMAL="${ESCAPE}[0m" 146 echo "${RED}[ INFO ]${NORMAL} logcat ${@}" >&2 && 167 echo "${YELLOW}[ WARNING ]${NORMAL} unlabeled sepolicy violations:" >&2 306 …echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}" >&2 335 echo "${BLUE}[ INFO ]${NORMAL} adb wait duration ${diff_time}${reason}" 409 … echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}" 434 … echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}" 589 echo "${BLUE}[ INFO ]${NORMAL} end `date`" 593 echo "${BLUE}[ INFO ]${NORMAL} duration `format_duration ${diff_time}`" 614 echo "${RED}[ FAILED ]${NORMAL} ${@}" >&2 [all …]
|
/system/bt/gd/storage/ |
D | mutation_test.cc | 40 …mutation.Add(MutationEntry::Set(MutationEntry::PropertyType::NORMAL, "AA:BB:CC:DD:EE:FF", "LinkKey… in TEST() 41 …mutation.Add(MutationEntry::Remove(MutationEntry::PropertyType::NORMAL, "AA:BB:CC:DD:EE:FF", "Link… in TEST() 45 …mutation2.Add(MutationEntry::Set(MutationEntry::PropertyType::NORMAL, "AA:BB:CC:DD:EE:FF", "LinkKe… in TEST() 65 mutation.Add(MutationEntry::Remove(MutationEntry::PropertyType::NORMAL, "A", "B")); in TEST() 76 mutation.Add(MutationEntry::Remove(MutationEntry::PropertyType::NORMAL, "B")); in TEST() 87 mutation.Add(MutationEntry::Remove(MutationEntry::PropertyType::NORMAL, "A", "C")); in TEST() 103 mutation.Add(MutationEntry::Set(MutationEntry::PropertyType::NORMAL, "A", "B", "C")); in TEST() 104 mutation.Add(MutationEntry::Remove(MutationEntry::PropertyType::NORMAL, "A", "B")); in TEST() 114 mutation.Add(MutationEntry::Set(MutationEntry::PropertyType::NORMAL, "A", "B", "C")); in TEST()
|
D | device.h | 52 …return MutationEntry::Set<RETURN_TYPE>(MutationEntry::PropertyType::NORMAL, section_, PROPERTY_KEY… 55 …return MutationEntry::Remove(MutationEntry::PropertyType::NORMAL, section_, PROPERTY_KEY); … 73 …return MutationEntry::Set<RETURN_TYPE>(MutationEntry::PropertyType::NORMAL, section_, PROPERTY_KEY… 76 …return MutationEntry::Remove(MutationEntry::PropertyType::NORMAL, section_, PROPERTY_KEY); …
|
D | mutation.cc | 32 case MutationEntry::PropertyType::NORMAL: in Add()
|
D | device.cc | 88 return MutationEntry::Remove(MutationEntry::PropertyType::NORMAL, section_); in RemoveFromConfig()
|
/system/bt/gd/ |
D | stack_manager_unittest.cc | 28 os::Thread thread{"test_thread", os::Thread::Priority::NORMAL}; in TEST() 49 os::Thread thread{"test_thread", os::Thread::Priority::NORMAL}; in TEST()
|
D | stack_manager.cc | 36 management_thread_ = new Thread("management_thread", Thread::Priority::NORMAL); in StartUp()
|
/system/bt/gd/hal/ |
D | hci_hal_android_hidl_test.cc | 34 thread_ = new Thread("test_thread", Thread::Priority::NORMAL); in SetUp()
|
/system/bt/gd/os/ |
D | thread.h | 39 NORMAL, enumerator
|
D | queue_benchmark.cc | 33 enqueue_thread_ = new Thread("enqueue_thread", Thread::Priority::NORMAL); in SetUp() 35 dequeue_thread_ = new Thread("dequeue_thread", Thread::Priority::NORMAL); in SetUp()
|
D | thread_benchmark.cc | 63 thread_ = std::make_unique<Thread>("BM_ReactorThread thread", Thread::Priority::NORMAL); in SetUp()
|
/system/bt/gd/os/linux_generic/ |
D | handler_unittest.cc | 36 thread_ = new Thread("test_thread", Thread::Priority::NORMAL); in SetUp() 117 thread_ = new Thread("test_thread", Thread::Priority::NORMAL); in ThreadSetUp()
|
D | thread_unittest.cc | 60 thread = new Thread("test", Thread::Priority::NORMAL); in SetUp()
|
D | alarm_unittest.cc | 33 thread_ = new Thread("test_thread", Thread::Priority::NORMAL); in SetUp()
|
/system/bt/gd/common/ |
D | bidi_queue_unittest.cc | 36 up_thread_ = new Thread("up_thread", Thread::Priority::NORMAL); in SetUp() 38 down_thread_ = new Thread("down_thread", Thread::Priority::NORMAL); in SetUp()
|
/system/bt/gd/l2cap/classic/internal/ |
D | signalling_manager_test.cc | 47 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()
|
D | fixed_channel_service_manager_test.cc | 48 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()
|
D | dynamic_channel_service_manager_test.cc | 47 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()
|
/system/core/libutils/include/utils/ |
D | FileMap.h | 96 NORMAL, RANDOM, SEQUENTIAL, WILLNEED, DONTNEED enumerator
|
/system/core/bootstat/ |
D | boot_reason_test.sh | 24 NORMAL="${ESCAPE}[0m" 418 echo "${GREEN}[ RUN ]${NORMAL} ${TEST} ${*}" 470 echo "${GREEN}[ OK ]${NORMAL} ${TEST} ${*}" 472 echo "${RED}[ FAILED ]${NORMAL} ${TEST} ${*}" 1345 echo "${RED}[ FAILED ]${NORMAL}" 1407 echo "${GREEN}[ PASSED ]${NORMAL} ${successes}" 1410 echo "${RED}[ FAILED ]${NORMAL} ${failures}"
|
/system/bt/gd/l2cap/internal/ |
D | fixed_channel_allocator_test.cc | 39 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()
|
D | dynamic_channel_allocator_fuzz_test.cc | 46 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()
|
D | dynamic_channel_allocator_test.cc | 37 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()
|
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_service_manager_test.cc | 48 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()
|
D | dynamic_channel_service_manager_test.cc | 46 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()
|