/system/chre/platform/include/chre/platform/ |
D | assert.h | 44 #define CHRE_ASSERT(condition) ((void) (condition)) argument 61 #define CHRE_ASSERT_LOG(condition, fmt, ...) do { \ argument 62 if (!(condition)) { \ 64 CHRE_ASSERT(condition); \
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | assert.h | 73 #define CHRE_ASSERT(condition) \ argument 75 if (gMockAssert != nullptr && !(condition)) { \ 76 LOGI("Mocked assertion " #condition " triggered"); \ 79 assert(condition); \ 85 #define CHRE_ASSERT(condition) assert(condition) argument
|
/system/bt/gd/os/ |
D | log.h | 51 #define ASSERT(condition) \ argument 52 if (!(condition)) { \ 53 LOG_ERROR("%s:%d assertion '" #condition "' failed", __FILE__, __LINE__); \ 57 #define ASSERT_LOG(condition, fmt, args...) \ argument 58 if (!(condition)) { \ 59 LOG_ERROR("%s:%d assertion '" #condition "' failed - " fmt, __FILE__, __LINE__, ##args); \
|
/system/chre/util/include/chre/util/nanoapp/ |
D | assert.h | 37 #define CHRE_ASSERT(condition) do { \ argument 38 if (!(condition)) { \ 45 #define CHRE_ASSERT(condition) ((void) (condition)) argument
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_assert.h | 51 #define OI_ASSERT(condition) \ argument 53 if (!(condition)) OI_AssertFail(__FILE__, __LINE__, #condition); \ 61 #define OI_ASSERT(condition)
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | assert.h | 22 #define CHRE_ASSERT(condition) do { \ argument 23 if (!(condition)) { \
|
/system/core/lmkd/tests/ |
D | lmkd_test.cpp | 130 pthread_cond_t condition; member 151 pthread_cond_init(&ssync->condition, &cattr); in init_state_sync_obj() 158 pthread_cond_destroy(&ssync->condition); in destroy_state_sync_obj() 166 pthread_cond_signal(&ssync->condition); in signal_state() 173 pthread_cond_wait(&ssync->condition, &ssync->mutex); in wait_for_state()
|
/system/connectivity/wificond/tests/integration/ |
D | process_utils.cpp | 95 bool WaitForTrue(std::function<bool()> condition, time_t timeout_seconds) { in WaitForTrue() argument 98 if (condition()) { in WaitForTrue()
|
D | process_utils.h | 76 bool WaitForTrue(std::function<bool()> condition, time_t timeout_seconds);
|
/system/sepolicy/tools/ |
D | post_process_mac_perms | 64 condition = lambda x: x.endswith('.apk') function 65 apps = [transform(i) for i in files if condition(i)]
|
/system/core/llkd/ |
D | README.md | 32 exist, then have a confirmed live-lock condition and need to panic. Panic 34 condition. Add a alarm self watchdog should llkd ever get locked up that is 43 then have a confirmed live-lock condition and need to panic. There is no 44 ABA detection since forward scheduling progress is allowed, thus the condition 53 - Persistent continuously when the live lock condition exists.
|
/system/core/liblog/ |
D | README.md | 114 `[ASR]LOG[VDIWE]_IF` calls are used to perform thus based on a condition being true. 118 is used to `ALOG` a message if the condition is false; the condition is part of the logged message.
|
/system/libvintf/ |
D | AssembleVintf.cpp | 240 Condition condition = generateCondition(namedStream.name()); in parseFilesForKernelConfigs() local 241 ret &= (condition != nullptr); in parseFilesForKernelConfigs() 245 out->emplace_back(std::move(condition), std::move(kernelConfigs)); in parseFilesForKernelConfigs()
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 333 std::condition_variable condition; member 348 condition.notify_one(); in onRegistration() 792 notification->condition.wait_for(lock, std::chrono::milliseconds(500), [¬ification]() { in TEST_F() 848 notification->condition.wait_for(lock, std::chrono::milliseconds(500), [¬ification]() { in TEST_F() 1696 std::condition_variable condition; member 1706 condition.notify_one(); in serviceDied() 1739 recipient->condition.wait_for(lock, std::chrono::milliseconds(100), [&recipient]() { in TEST_F() 1746 recipient2->condition.wait_for(lock2, std::chrono::milliseconds(100), [&recipient2]() { in TEST_F()
|
/system/netd/resolv/ |
D | README.md | 58 We need to pass messages between threads using a pipe, and not a condition variable
|
/system/tools/hidl/ |
D | CompoundType.cpp | 1512 std::string condition = (field->type().isScalar() || field->type().isEnum()) in emitJavaTypeDeclarations() local 1516 out.sIf(condition, [&] { in emitJavaTypeDeclarations()
|
/system/extras/power_profile/camera_avg/ |
D | LICENSE | 504 Adapter's License You apply. You may satisfy this condition 620 c. No term or condition of this Public License will be waived and no
|