Searched refs:cv (Results 1 – 22 of 22) sorted by relevance
603 ContentValues cv = new ContentValues(); in getEntityAndIncrementCursor() local604 cv.put(_ID, calendarId); in getEntityAndIncrementCursor()627 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()639 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()641 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()643 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()645 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()653 Entity entity = new Entity(cv); in getEntityAndIncrementCursor()1477 ContentValues cv = new ContentValues(); in getEntityAndIncrementCursor() local1478 cv.put(Events._ID, eventId); in getEntityAndIncrementCursor()[all …]
3211 ContentValues cv = new ContentValues(); in getEntityAndIncrementCursor() local3215 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, _ID); in getEntityAndIncrementCursor()3226 android.content.Entity contact = new android.content.Entity(cv); in getEntityAndIncrementCursor()3234 cv = new ContentValues(); in getEntityAndIncrementCursor()3236 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()3240 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()3243 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()3245 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()3256 cv.put(key, cursor.getString(columnIndex)); in getEntityAndIncrementCursor()3259 cv.put(key, cursor.getBlob(columnIndex)); in getEntityAndIncrementCursor()[all …]
353 ContentValues cv = new ContentValues(); in storeCallComposerPictureAtUri() local354 cv.put(Calls.ADD_FOR_ALL_USERS, forAllUsers ? 1 : 0); in storeCallComposerPictureAtUri()355 pictureFileUri = context.getContentResolver().insert(insertionUri, cv); in storeCallComposerPictureAtUri()
84 cv.put("_ID", i); in testDatabaseModifications()85 cv.put("COL_A", i); in testDatabaseModifications()86 cv.put("COL_B", "NewValue"); in testDatabaseModifications()87 cv.put("COL_C", 1.0); in testDatabaseModifications()90 cv = new ContentValues(); in testDatabaseModifications()92 cv.put("COL_B", "UpdatedValue"); in testDatabaseModifications()93 cv.put("COL_C", 1.1); in testDatabaseModifications()121 cv.put("_ID", i); in testInsertsWithTransactions()122 cv.put("COL_A", i); in testInsertsWithTransactions()123 cv.put("COL_B", "NewValue"); in testInsertsWithTransactions()[all …]
277 ContentValues cv = new ContentValues();278 cv.put("_ID", DEFAULT_DATASET_SIZE);279 cv.put("COL_B", "NewValue");280 cv.put("COL_C", 1.1);411 ContentValues cv = new ContentValues();416 cv.put("COL_A", i);417 cv.put("COL_B", "UpdatedValue");418 cv.put("COL_C", i);484 cv.put("COL_A", i);485 cv.put("COL_B", "UpdatedValue");[all …]
38 ContentValues cv = new ContentValues(); in testIsEmpty() local39 assertTrue(cv.isEmpty()); in testIsEmpty()40 assertEquals(0, cv.size()); in testIsEmpty()42 cv.put("key", "value"); in testIsEmpty()43 assertFalse(cv.isEmpty()); in testIsEmpty()44 assertEquals(1, cv.size()); in testIsEmpty()
573 ContentValues cv = new ContentValues(16); in getContentValues() local574 cv.put(CellBroadcasts.SLOT_INDEX, mSlotIndex); in getContentValues()575 cv.put(CellBroadcasts.SUBSCRIPTION_ID, mSubId); in getContentValues()578 cv.put(CellBroadcasts.PLMN, mLocation.getPlmn()); in getContentValues()581 cv.put(CellBroadcasts.LAC, mLocation.getLac()); in getContentValues()584 cv.put(CellBroadcasts.CID, mLocation.getCid()); in getContentValues()586 cv.put(CellBroadcasts.SERIAL_NUMBER, getSerialNumber()); in getContentValues()588 cv.put(CellBroadcasts.LANGUAGE_CODE, getLanguageCode()); in getContentValues()590 cv.put(CellBroadcasts.MESSAGE_BODY, getMessageBody()); in getContentValues()615 cv.put(CellBroadcasts.GEOMETRIES, (String) null); in getContentValues()[all …]
90 cv.put("name", testName); in storeRunResults()91 cv.put("run_id", runId); in storeRunResults()94 cv.put("unknown_delay", in storeRunResults()96 cv.put("input", in storeRunResults()98 cv.put("animation", in storeRunResults()100 cv.put("layout", in storeRunResults()102 cv.put("draw", in storeRunResults()104 cv.put("sync", in storeRunResults()106 cv.put("command_issue", in storeRunResults()108 cv.put("swap_buffers", in storeRunResults()[all …]
189 cv.notify_all(); in InitiateMerge()198 cv.wait(lock); in WaitForMergeBegin()209 cv.wait(lock); in WaitForMergeBegin()257 cv.notify_all(); in ReadAheadIOCompleted()273 cv.wait(lock); in WaitForMergeReady()297 cv.notify_all(); in NotifyRAForMergeReady()307 cv.notify_all(); in MergeFailed()316 cv.notify_all(); in MergeCompleted()342 cv.notify_all(); in NotifyIOTerminated()357 cv.notify_all(); in ReadAheadIOFailed()[all …]
417 std::condition_variable cv; variable
679 ContentValues cv; in testInsertHelper() local694 cv.put("s", "one"); in testInsertHelper()695 row = ih.insert(cv); in testInsertHelper()706 cv.put("s", "two"); in testInsertHelper()708 row = ih.insert(cv); in testInsertHelper()720 row = ih.insert(cv); in testInsertHelper()725 cv.put("i", 2345); in testInsertHelper()726 cv.put("j", 3456); in testInsertHelper()740 cv.put("i", 6789); in testInsertHelper()856 ih.insert(cv); in testCollateLocalizedForJapanese()[all …]
112 ContentValues cv = new ContentValues(); in testBlob() local113 DatabaseUtils.cursorRowToContentValues(c, cv); in testBlob()
152 cv.wait(lock); in GetReadAheadPopulatedBuffer()166 cv.wait(lock); in WaitForMergeToComplete()187 cv.wait(lock); in WaitForReadAheadToStart()207 cv.notify_one(); in StartReadAhead()216 cv.notify_one(); in MergeCompleted()250 cv.notify_all(); in ReadAheadIOCompleted()260 cv.notify_all(); in ReadAheadIOFailed()
310 std::condition_variable cv; variable
93 fun add(cv: List<MotionEvent.PointerCoords>, tool: Int) {94 for (c in cv) {
116 TraceInjectionClassVisitor cv = new TraceInjectionClassVisitor(cw, params); in convert() local117 cr.accept(cv, ClassReader.EXPAND_FRAMES); in convert()
104 LockFindingClassVisitor cv = new LockFindingClassVisitor(targets, cw); in convert() local105 cr.accept(cv, 0); in convert()
133 ContentValues cv = new ContentValues(); in writeKeyValue() local134 cv.put(COLUMN_KEY, key); in writeKeyValue()135 cv.put(COLUMN_USERID, userId); in writeKeyValue()136 cv.put(COLUMN_VALUE, value); in writeKeyValue()142 db.insert(TABLE, null, cv); in writeKeyValue()192 ContentValues cv = new ContentValues(); in removeKey() local193 cv.put(COLUMN_KEY, key); in removeKey()194 cv.put(COLUMN_USERID, userId); in removeKey()
812 ContentValues cv = new ContentValues(); in persistData() local816 cv.put(Telephony.Mms.Part.TEXT, new EncodedStringValue(data).getString()); in persistData()817 if (mContentResolver.update(uri, cv, null, null) != 1) { in persistData()
142 H*ebp<C�+v�=�������f>��cv��;Wop<��[�t���Th�m�B��x��ݑ6�<�}�W���zG���'�/���bt�c������<…
64 ��Ӏ7KE�uKxk���=��O�@�cv-��������hi`]�˵V~#5o�Y����3)��X@%�#�#Ϩ�)4���P��:�d��"����H���x[be�…
Error! Your browser does not support the video tag. There was an error! Java heap space java.lang.OutOfMemoryError: Java heap space
Java heap space
java.lang.OutOfMemoryError: Java heap space