/aosp12/system/chre/chpp/platform/linux/include/chpp/platform/ |
H A D | platform_condition_variable.h | 35 static inline void chppConditionVariableInit(struct ChppConditionVariable *cv) { in chppConditionVariableInit() 40 struct ChppConditionVariable *cv) { in chppConditionVariableDeinit() 44 static inline bool chppConditionVariableWait(struct ChppConditionVariable *cv, in chppConditionVariableWait() 50 struct ChppConditionVariable *cv, struct ChppMutex *mutex, in chppConditionVariableTimedWait() 63 struct ChppConditionVariable *cv) { in chppConditionVariableSignal()
|
/aosp12/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/ |
H A D | HandlerUtils.kt | 34 val cv = ConditionVariable(false) regex 45 val cv = ConditionVariable() regex
|
/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
H A D | CellBroadcastProviderTest.java | 100 ContentValues cv = fakeCellBroadcast(); in testUpdate() local 126 ContentValues cv = fakeCellBroadcast(); in testUpdate_WithoutWritePermission_fail() local 146 ContentValues cv = fakeCellBroadcast(); in testGetAllCellBroadcast() local 190 ContentValues cv = fakeCellBroadcast(); in testDelete_oneRecord_success() local 344 ContentValues cv = new ContentValues(); in fakeCellBroadcast() local
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/apn/ |
H A D | ApnEditorTest.java | 158 final ContentValues cv = new ContentValues(); in testSetStringValue_valueChanged_shouldSetValue() local 175 final ContentValues cv = new ContentValues(); in testSetStringValue_valueNotChanged_shouldNotSetValue() local 192 final ContentValues cv = new ContentValues(); in testSetStringValue_nullValue_shouldNotSetValue_shouldNotSetValue() local 210 final ContentValues cv = new ContentValues(); in testSetIntValue_valueChanged_shouldSetValue() local 232 final ContentValues cv = new ContentValues(); in testSetIntValue_valueNotChanged_shouldNotSetValue() local
|
/aosp12/packages/modules/StatsD/statsd/tests/utils/ |
H A D | MultiConditionTrigger_test.cpp | 40 condition_variable cv; in TEST() local 81 condition_variable cv; in TEST() local 103 condition_variable cv; in TEST() local 134 condition_variable cv; in TEST() local
|
/aosp12/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/ |
H A D | ClassHasNativeVisitorTest.java | 35 MockClassHasNativeVisitor cv = new MockClassHasNativeVisitor(); in testHasNative() local 47 MockClassHasNativeVisitor cv = new MockClassHasNativeVisitor(); in testHasNoNative() local
|
H A D | DelegateClassAdapterTest.java | 91 DelegateClassAdapter cv = new DelegateClassAdapter( in testNoOp() local 148 DelegateClassAdapter cv = new DelegateClassAdapter( in testConstructorAfterDelegate() local 180 DelegateClassAdapter cv = new DelegateClassAdapter( in testInnerConstructorAfterDelegate() local 215 DelegateClassAdapter cv = new DelegateClassAdapter( in testStaticInnerConstructorAfterDelegate() local 246 DelegateClassAdapter cv = new DelegateClassAdapter( in testDelegateNative() local
|
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
H A D | CellBroadcastContentProvider.java | 254 ContentValues cv = new ContentValues(); in getContentValues() local 299 ContentValues cv = getContentValues(message); in insertNewBroadcast() local 366 ContentValues cv = new ContentValues(1); in markBroadcastRead() local 395 ContentValues cv = new ContentValues(1); in markBroadcastSmsSyncPending() local 467 ContentValues cv = new ContentValues(); in writeMessageToSmsInbox() local
|
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/database/ |
H A D | SQLiteDatabaseIoPerfTest.java | 81 ContentValues cv = new ContentValues(); in testDatabaseModifications() local 111 ContentValues cv = new ContentValues(); in testInsertsWithTransactions() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | ContentValuesTest.java | 38 ContentValues cv = new ContentValues(); in testIsEmpty() local
|
/aosp12/frameworks/av/media/libeffects/loudness/dsp/core/ |
H A D | dynamic_range_compression.cpp | 85 const float cv = rect * slope_; in Compress() local 114 const float cv = rect * slope_; in Compress() local
|
/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
H A D | InjectMethodsAdapter.java | 30 public InjectMethodsAdapter(ClassVisitor cv, InjectMethodRunnable runnable) { in InjectMethodsAdapter()
|
H A D | PromoteFieldClassAdapter.java | 36 public PromoteFieldClassAdapter(ClassVisitor cv, Set<String> fieldNames) { in PromoteFieldClassAdapter()
|
H A D | RenameClassAdapter.java | 42 public RenameClassAdapter(ClassVisitor cv, String oldName, String newName) { in RenameClassAdapter()
|
/aosp12/art/test/1948-obsolete-const-method-handle/util-src/src/art/constmethodhandle/ |
H A D | TestGenerator.java | 88 private static void generateStringAccessorMethod(ClassVisitor cv, String name, String ret) { in generateStringAccessorMethod() 162 private static void generateRunTest(ClassVisitor cv, String toCall) { in generateRunTest()
|
/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | sap_hidl_hal_utils.h | 86 std::condition_variable cv; variable
|
/aosp12/bionic/libm/x86_64/ |
H A D | e_cosh.S | 272 cv: label
|
H A D | e_sinh.S | 324 cv: label
|
H A D | s_expm1.S | 349 cv: label
|
H A D | s_tanh.S | 277 cv: label
|
H A D | e_asin.S | 2006 cv: label
|
H A D | e_acos.S | 1855 cv: label
|
/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
H A D | CarrierIdProviderTest.java | 339 ContentValues cv = new ContentValues(); in testUpdateCurrentSubscription() local 344 "1"), cv, null, null); in testUpdateCurrentSubscription() local 412 ContentValues cv = new ContentValues(); in testUpdateCurrentSubscription_WrongURI() local
|
/aosp12/packages/modules/adb/fdevent/ |
H A D | fdevent_test.h | 37 std::condition_variable cv; in WaitForFdeventLoop() local
|
/aosp12/packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/ |
H A D | BlockedNumberProviderTest.java | 92 private static ContentValues cv(Object... namesAndValues) { in cv() method in BlockedNumberProviderTest 192 private Uri insert(ContentValues cv) { in insert() 203 private void insertExpectingFailure(ContentValues cv) { in insertExpectingFailure()
|