Home
last modified time | relevance | path

Searched refs:NORMAL (Results 1 – 25 of 57) sorted by relevance

123

/system/core/fs_mgr/tests/
Dadb-remount-test.sh57 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/
Dmutation_test.cc40 …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()
Ddevice.h52 …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); …
Dmutation.cc32 case MutationEntry::PropertyType::NORMAL: in Add()
Ddevice.cc88 return MutationEntry::Remove(MutationEntry::PropertyType::NORMAL, section_); in RemoveFromConfig()
/system/bt/gd/
Dstack_manager_unittest.cc28 os::Thread thread{"test_thread", os::Thread::Priority::NORMAL}; in TEST()
49 os::Thread thread{"test_thread", os::Thread::Priority::NORMAL}; in TEST()
Dstack_manager.cc36 management_thread_ = new Thread("management_thread", Thread::Priority::NORMAL); in StartUp()
/system/bt/gd/hal/
Dhci_hal_android_hidl_test.cc34 thread_ = new Thread("test_thread", Thread::Priority::NORMAL); in SetUp()
/system/bt/gd/os/
Dthread.h39 NORMAL, enumerator
Dqueue_benchmark.cc33 enqueue_thread_ = new Thread("enqueue_thread", Thread::Priority::NORMAL); in SetUp()
35 dequeue_thread_ = new Thread("dequeue_thread", Thread::Priority::NORMAL); in SetUp()
Dthread_benchmark.cc63 thread_ = std::make_unique<Thread>("BM_ReactorThread thread", Thread::Priority::NORMAL); in SetUp()
/system/bt/gd/os/linux_generic/
Dhandler_unittest.cc36 thread_ = new Thread("test_thread", Thread::Priority::NORMAL); in SetUp()
117 thread_ = new Thread("test_thread", Thread::Priority::NORMAL); in ThreadSetUp()
Dthread_unittest.cc60 thread = new Thread("test", Thread::Priority::NORMAL); in SetUp()
Dalarm_unittest.cc33 thread_ = new Thread("test_thread", Thread::Priority::NORMAL); in SetUp()
/system/bt/gd/common/
Dbidi_queue_unittest.cc36 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/
Dsignalling_manager_test.cc47 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()
Dfixed_channel_service_manager_test.cc48 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()
Ddynamic_channel_service_manager_test.cc47 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()
/system/core/libutils/include/utils/
DFileMap.h96 NORMAL, RANDOM, SEQUENTIAL, WILLNEED, DONTNEED enumerator
/system/core/bootstat/
Dboot_reason_test.sh24 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/
Dfixed_channel_allocator_test.cc39 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()
Ddynamic_channel_allocator_fuzz_test.cc46 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()
Ddynamic_channel_allocator_test.cc37 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_service_manager_test.cc48 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()
Ddynamic_channel_service_manager_test.cc46 thread_ = new os::Thread("test_thread", os::Thread::Priority::NORMAL); in SetUp()

123