Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 25 of 35) sorted by relevance

12

/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DRtcpEncoderNodeTests.cpp66 static std::condition_variable cond; variable
83 cond.notify_all(); in OnDataFromFrontNode()
97 cond.notify_all(); in onEvent()
116 cond.notify_all(); in ProcessTimer()
214 if (cond.wait_for(lock, waittime) == std::cv_status::timeout) in TEST_F()
225 if (cond.wait_for(lock, waittime) == std::cv_status::timeout) in TEST_F()
238 if (cond.wait_for(lock, waittime) == std::cv_status::timeout) in TEST_F()
DRtcpDecoderNodeTests.cpp66 static std::condition_variable cond; variable
84 cond.notify_all(); in OnDataFromFrontNode()
105 cond.notify_all(); in onEvent()
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dwhile_fib.mod.py83 cond, cond_quant8, cond_quant8_signed = MakeConditionModel()
91 model = Model().Operation("WHILE", cond, body, fib_init, i_init, n).To(outputs)
96 cond: cond_quant8,
102 cond: cond_quant8_signed,
Dwhile_sum_of_powers.mod.py81 cond = MakeInnerConditionModel()
87 model.Operation("WHILE", cond, body, xi_init, j_init, i, x).To(xi)
96 cond = MakeOuterConditionModel()
100 model = Model().Operation("WHILE", cond, body, sum_init, i_init, n, x).To(sum)
Dwhile_sum_of_powers_quant8.mod.py85 cond = MakeInnerConditionModel()
93 model.Operation("WHILE", cond, body, xi_init, j_init, i, x).To(xi)
102 cond = MakeOuterConditionModel()
106 model = Model().Operation("WHILE", cond, body, sum_init, i_init, n, x).To(sum)
Dwhile_sum_of_powers_quant8_signed.mod.py85 cond = MakeInnerConditionModel()
93 model.Operation("WHILE", cond, body, xi_init, j_init, i, x).To(xi)
102 cond = MakeOuterConditionModel()
106 model = Model().Operation("WHILE", cond, body, sum_init, i_init, n, x).To(sum)
Dif_no_value.mod.py36 cond = Parameter("cond", BoolType, value=None)
39 model = Model().Operation("IF", cond, then_model, else_model, x, y).To(z)
Dwhile_infinite_loop.mod.py49 cond = MakeConditionModel() variable
52 model = Model().Operation("WHILE", cond, body, i_init, n).To(i_out)
Dif_constant.mod.py40 cond = Parameter("cond", BoolType, [value])
43 model = Model().Operation("IF", cond, then_model, else_model, x, y).To(z)
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3_cts_only/
Dwhile_fib_unknown_dimension.mod.py98 cond, cond_quant8, cond_quant8_signed = MakeConditionModel()
106 model = Model().Operation("WHILE", cond, body, fib_init, i_init, n).To(outputs)
111 cond: cond_quant8,
117 cond: cond_quant8_signed,
Dwhile_fib_unknown_rank.mod.py98 cond, cond_quant8, cond_quant8_signed = MakeConditionModel()
106 model = Model().Operation("WHILE", cond, body, fib_init, i_init, n).To(outputs)
111 cond: cond_quant8,
117 cond: cond_quant8_signed,
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_devctl.cc510 uint8_t cond; in BTM_EnableTestMode() local
516 cond = HCI_DO_AUTO_ACCEPT_CONNECT; in BTM_EnableTestMode()
518 HCI_FILTER_COND_NEW_DEVICE, &cond, sizeof(cond)); in BTM_EnableTestMode()
/packages/modules/adb/
Dsysdeps_test.cpp246 static std::condition_variable &cond = *new std::condition_variable; in TEST() local
253 cond.notify_one(); in TEST()
258 cond.wait(lock); in TEST()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_common.h42 #define ASSERTC(cond, msg, val) \ argument
44 if (!(cond)) { \
/packages/modules/StatsD/statsd/src/condition/
DSimpleConditionTracker.cpp155 for (const auto& cond : mSlicedConditionState) { in handleStopAll() local
156 if (cond.second > 0) { in handleStopAll()
157 mLastChangedToFalseDimensions.insert(cond.first); in handleStopAll()
/packages/modules/NeuralNetworks/runtime/test/
DTestFailingDriver.cpp135 uint32_t cond = model.addModelOperand(&conditionModel); in TEST_F() local
137 model.addOperation(ANEURALNETWORKS_WHILE, {cond, body, fInput, bInput}, {fTmp}); in TEST_F()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DUtils.java47 public static void assertTrue(boolean cond) { in assertTrue() argument
48 if (!cond) { in assertTrue()
/packages/apps/Messaging/jni/
DGifTranscoder.cpp54 #define ASSERT(cond, ...) \ argument
55 ( (__builtin_expect((cond) == 0, 0)) \
56 ? ((void)__android_log_assert(#cond, TAG, ## __VA_ARGS__)) \
/packages/modules/Bluetooth/system/log/include/bluetooth/
Dlog.h209 assert_that(bool cond, fmt::format_string<T...> fmt, T&&... args,
212 if (!cond) {
/packages/apps/Gallery/src/com/android/camera/
DUtil.java352 public static void Assert(boolean cond) { in Assert() argument
353 if (!cond) { in Assert()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.cc762 auto mandatory_or_excluded = [](bool cond) { in CheckSupportedCommands() argument
763 return cond ? kMandatory : kExcluded; in CheckSupportedCommands()
765 auto mandatory_or_optional = [](bool cond) { in CheckSupportedCommands() argument
766 return cond ? kMandatory : kOptional; in CheckSupportedCommands()
768 auto optional_or_excluded = [](bool cond) { in CheckSupportedCommands() argument
769 return cond ? kMandatory : kExcluded; in CheckSupportedCommands()
/packages/apps/LegacyCamera/src/com/android/camera/
DUtil.java251 public static void Assert(boolean cond) { in Assert() argument
252 if (!cond) { in Assert()
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java279 public static void Assert(boolean cond) { in Assert() argument
280 if (!cond) { in Assert()
/packages/modules/NeuralNetworks/tools/test_generator/
DREADME.md400 cond = MakeConditionModel()
403 Model().Operation("WHILE", cond, body, a, b_init).To(a_out)
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkEvaluator.java1209 PreCondition cond = getMatchingPreCondition(); in evaluateAvailability() local
1210 if (cond instanceof GuardingPreCondition in evaluateAvailability()
1211 && ((GuardingPreCondition) cond).getGuarding() != QnsConstants.GUARDING_NONE) { in evaluateAvailability()

12