Home
last modified time | relevance | path

Searched defs:cv (Results 1 – 25 of 108) sorted by relevance

12345

/aosp12/system/chre/chpp/platform/linux/include/chpp/platform/
H A Dplatform_condition_variable.h35 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 DHandlerUtils.kt34 val cv = ConditionVariable(false) regex
45 val cv = ConditionVariable() regex
/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
H A DCellBroadcastProviderTest.java100 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 DApnEditorTest.java158 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 DMultiConditionTrigger_test.cpp40 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 DClassHasNativeVisitorTest.java35 MockClassHasNativeVisitor cv = new MockClassHasNativeVisitor(); in testHasNative() local
47 MockClassHasNativeVisitor cv = new MockClassHasNativeVisitor(); in testHasNoNative() local
H A DDelegateClassAdapterTest.java91 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 DCellBroadcastContentProvider.java254 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 DSQLiteDatabaseIoPerfTest.java81 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 DContentValuesTest.java38 ContentValues cv = new ContentValues(); in testIsEmpty() local
/aosp12/frameworks/av/media/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression.cpp85 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 DInjectMethodsAdapter.java30 public InjectMethodsAdapter(ClassVisitor cv, InjectMethodRunnable runnable) { in InjectMethodsAdapter()
H A DPromoteFieldClassAdapter.java36 public PromoteFieldClassAdapter(ClassVisitor cv, Set<String> fieldNames) { in PromoteFieldClassAdapter()
H A DRenameClassAdapter.java42 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 DTestGenerator.java88 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 Dsap_hidl_hal_utils.h86 std::condition_variable cv; variable
/aosp12/bionic/libm/x86_64/
H A De_cosh.S272 cv: label
H A De_sinh.S324 cv: label
H A Ds_expm1.S349 cv: label
H A Ds_tanh.S277 cv: label
H A De_asin.S2006 cv: label
H A De_acos.S1855 cv: label
/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A DCarrierIdProviderTest.java339 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 Dfdevent_test.h37 std::condition_variable cv; in WaitForFdeventLoop() local
/aosp12/packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
H A DBlockedNumberProviderTest.java92 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()

12345