HomeSort by relevance Sort by last modified time
    Searched refs:cv (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /external/valgrind/main/none/tests/arm/
v6intThumb.c 222 #define NOCARRY { int cv = 0; {
223 #define TESTCARRY { int cv = 0; for (cv = 0; cv < 4; cv++) {
240 TESTINST2("movs r0, r1", 1, r0, r1, cv);
241 TESTINST2("movs r0, r1", 0, r0, r1, cv);
242 TESTINST2("movs r0, r1", 0x80000000, r0, r1, cv);
243 TESTINST2("movs r0, #0", 0, r0, r1, cv);
244 TESTINST2("movs r0, #1", 0, r0, r1, cv);
    [all...]
  /external/opencv/
Android.mk 57 $(LOCAL_PATH)/cv/include
62 cv/src/cvaccum.cpp \
63 cv/src/cvadapthresh.cpp \
64 cv/src/cvapprox.cpp \
65 cv/src/cvcalccontrasthistogram.cpp \
66 cv/src/cvcalcimagehomography.cpp \
67 cv/src/cvcalibinit.cpp \
68 cv/src/cvcalibration.cpp \
69 cv/src/cvcamshift.cpp \
70 cv/src/cvcanny.cpp
    [all...]
Application.mk 3 APP_MODULES := cxcore cv cvaux cvml cvhighgui opencv
libopencv.mk 6 $(OPENCV)/cv/include \
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
ClassHasNativeVisitorTest.java 35 MockClassHasNativeVisitor cv = new MockClassHasNativeVisitor(); local
40 cr.accept(cv, 0 /* flags */);
41 assertArrayEquals(new String[] { "native_method" }, cv.getMethodsFound());
42 assertTrue(cv.hasNativeMethods());
47 MockClassHasNativeVisitor cv = new MockClassHasNativeVisitor(); local
52 cr.accept(cv, 0 /* flags */);
53 assertArrayEquals(new String[0], cv.getMethodsFound());
54 assertFalse(cv.hasNativeMethods());
  /external/valgrind/main/drd/tests/
annotate_hb_err.c 13 pthread_cond_t cv; local
17 pthread_cond_init(&cv, NULL);
26 U_ANNOTATE_HAPPENS_BEFORE(&cv);
unified_annotations.h 31 AnnotateCondVarSignal(const char *file, int line, const volatile void *cv)
37 AnnotateCondVarWait(const char *file, int line, const volatile void *cv,
  /frameworks/base/services/surfaceflinger/
Barrier.h 34 cv.broadcast();
43 cv.wait(lock);
49 mutable Condition cv; member in class:android::Barrier
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xthreads.h 59 #define xcondition_init(cv) condition_init(cv)
60 #define xcondition_clear(cv) condition_clear(cv)
61 #define xcondition_wait(cv,m) condition_wait(cv,m)
62 #define xcondition_signal(cv) condition_signal(cv)
63 #define xcondition_broadcast(cv) condition_broadcast(cv)
    [all...]
  /external/valgrind/unittest/
libstdc++_tests.cc 61 pthread_cond_t cv; member in namespace:LibStdCPlusPlus_basic_string_Test
69 pthread_cond_signal(&cv);
89 pthread_cond_init(&cv, 0);
97 pthread_cond_wait(&cv, &mu);
125 pthread_cond_t cv; member in namespace:LibStdCPlusPlus_shared_ptr_Test
133 pthread_cond_signal(&cv);
152 pthread_cond_init(&cv, 0);
160 pthread_cond_wait(&cv, &mu);
  /frameworks/base/core/java/android/provider/
CalendarContract.java 475 ContentValues cv = new ContentValues(); local
476 cv.put(_ID, calendarId);
478 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, ACCOUNT_NAME);
479 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, ACCOUNT_TYPE);
481 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, _SYNC_ID);
482 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DIRTY);
484 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, CAL_SYNC1);
485 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, CAL_SYNC2);
486 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, CAL_SYNC3);
487 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, CAL_SYNC4)
1246 ContentValues cv = new ContentValues(); local
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
CalendarSyncAdapterTests.java 112 ContentValues cv = new ContentValues(); local
119 p.setTimeRelatedValues(cv, startTime, endTime, 0);
120 assertNull(cv.getAsInteger(Events.DURATION));
121 assertEquals(startTime, cv.getAsLong(Events.DTSTART));
122 assertEquals(endTime, cv.getAsLong(Events.DTEND));
123 assertEquals(endTime, cv.getAsLong(Events.LAST_DATE));
124 assertNull(cv.getAsString(Events.EVENT_TIMEZONE));
130 ContentValues cv = new ContentValues(); local
136 cv.put(Events.RRULE, "FREQ=DAILY");
137 p.setTimeRelatedValues(cv, startTime, endTime, 0)
148 ContentValues cv = new ContentValues(); local
174 ContentValues cv = new ContentValues(); local
209 ContentValues cv = new ContentValues(); local
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 187 CandidateView cv = (CandidateView) mFlipper.getChildAt(i); local
188 cv.initialize(this, balloonHint, gestureDetector, mCvListener);
207 CandidateView cv = (CandidateView) mFlipper.getChildAt(i); local
208 cv.setDecodingInfo(mDecInfo);
212 CandidateView cv = (CandidateView) mFlipper.getCurrentView(); local
213 cv.showPage(mCurrentPage, 0, enableActiveHighlight);
224 CandidateView cv = (CandidateView) mFlipper.getCurrentView(); local
225 cv.enableActiveHighlight(enableActiveHighlight);
251 CandidateView cv = (CandidateView) mFlipper.getCurrentView(); local
253 if (cv.activeCurseBackward())
266 CandidateView cv = (CandidateView) mFlipper.getCurrentView(); local
284 CandidateView cv = (CandidateView) mFlipper.getChildAt(child); local
311 CandidateView cv = (CandidateView) mFlipper.getChildAt(child); local
373 CandidateView cv = (CandidateView) mFlipper.getCurrentView(); local
386 CandidateView cv = (CandidateView) mFlipper.getCurrentView(); local
464 CandidateView cv = (CandidateView) mFlipper.getCurrentView(); local
    [all...]
  /external/openssl/crypto/conf/
cnf_save.c 62 static void print_conf(CONF_VALUE *cv);
81 static void print_conf(CONF_VALUE *cv)
92 if (cv->name != NULL) return;
94 printf("[ %s ]\n",cv->section);
95 s=(STACK *)cv->value;
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 190 ContentValues cv = new ContentValues(); local
191 cv.put(Groups.ACCOUNT_NAME, mAccount.mEmailAddress);
192 cv.put(Groups.ACCOUNT_TYPE, Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE);
193 cv.put(Settings.UNGROUPED_VISIBLE, true);
194 client.insert(addCallerIsSyncAdapterParameter(Settings.CONTENT_URI), cv); local
810 ContentValues cv = new ContentValues(); local
818 addCallerIsSyncAdapterParameter(RawContacts.CONTENT_URI), cv, local
828 ContentValues cv = new ContentValues(); local
919 ContentValues cv; field in class:ContactsSyncAdapter.RowBuilder
1022 ContentValues cv = namedContentValues.values; local
1067 ContentValues cv = namedContentValues.values; local
1201 ContentValues cv = builder.cv; local
1214 ContentValues cv = builder.cv; local
1238 ContentValues cv = builder.cv; local
1253 ContentValues cv = builder.cv; local
1279 ContentValues cv = builder.cv; local
1290 ContentValues cv = builder.cv; local
1301 ContentValues cv = builder.cv; local
1313 ContentValues cv = builder.cv; local
1326 ContentValues cv = builder.cv; local
1368 ContentValues cv = ncv.values; local
1400 ContentValues cv = ncv.values; local
1419 ContentValues cv = builder.cv; local
1438 ContentValues cv = builder.cv; local
1840 ContentValues cv = ncv.values; local
    [all...]
CalendarSyncAdapter.java 344 * @param cv the ContentValues for the Event
349 /*package*/ void setTimeRelatedValues(ContentValues cv, long startTime, long endTime,
361 String originalTimeZone = cv.getAsString(Events.EVENT_TIMEZONE);
362 cv.put(EVENT_SAVED_TIMEZONE_COLUMN, originalTimeZone);
363 cv.put(Events.EVENT_TIMEZONE, UTC_TIMEZONE.getID());
368 if (cv.containsKey(Events.ORIGINAL_INSTANCE_TIME) &&
369 cv.containsKey(Events.ORIGINAL_ALL_DAY)) {
370 Integer ade = cv.getAsInteger(Events.ORIGINAL_ALL_DAY);
372 long exceptionTime = cv.getAsLong(Events.ORIGINAL_INSTANCE_TIME);
378 cv.put(Events.ORIGINAL_INSTANCE_TIME, cal.getTimeInMillis())
401 ContentValues cv = new ContentValues(); local
817 ContentValues cv = new ContentValues(); local
1019 ContentValues cv = attendeeParser(ops, eventId); local
1039 ContentValues cv = new ContentValues(); local
1218 ContentValues cv = new ContentValues(); local
1225 mEmailAddress, Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE), cv, local
1250 ContentValues cv = new ContentValues(); local
1520 ContentValues cv = new ContentValues(); local
1524 mEmailAddress, Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE), cv, null, local
1798 ContentValues cv = new ContentValues(); local
2085 ContentValues cv = new ContentValues(); local
2091 cv, null, null); local
2097 mEmailAddress, Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE), cv); local
    [all...]
  /external/valgrind/main/helgrind/tests/
tc23_bogus_condwait.c 10 pthread_cond_t cv; variable
20 pthread_cond_signal( &cv );
24 pthread_cond_signal( &cv );
28 pthread_cond_signal( &cv );
32 pthread_cond_signal( &cv );
56 r= pthread_cond_init(&cv, NULL); assert(!r);
69 r= pthread_cond_wait(&cv, (pthread_mutex_t*)(1 + (char*)&mx[0]) );
72 r= pthread_cond_wait(&cv, &mx[0]);
75 r= pthread_cond_wait(&cv, (pthread_mutex_t*)&rwl );
78 r= pthread_cond_wait(&cv, &mx[2] )
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastDatabaseService.java 99 ContentValues cv = cbm.getContentValues(); local
100 long rowId = mBroadcastDb.insert(CellBroadcastDatabase.TABLE_NAME, null, cv);
129 ContentValues cv = new ContentValues(1); local
130 cv.put(CellBroadcastDatabase.Columns.MESSAGE_READ, 1);
133 rowCount = mBroadcastDb.update(CellBroadcastDatabase.TABLE_NAME, cv,
137 rowCount = mBroadcastDb.update(CellBroadcastDatabase.TABLE_NAME, cv,
CellBroadcastMessage.java 129 ContentValues cv = new ContentValues(8); local
130 cv.put(CellBroadcastDatabase.Columns.GEOGRAPHICAL_SCOPE, mGeographicalScope);
131 cv.put(CellBroadcastDatabase.Columns.SERIAL_NUMBER, mSerialNumber);
132 cv.put(CellBroadcastDatabase.Columns.MESSAGE_CODE, mMessageCode);
133 cv.put(CellBroadcastDatabase.Columns.MESSAGE_IDENTIFIER, mMessageIdentifier);
134 cv.put(CellBroadcastDatabase.Columns.LANGUAGE_CODE, mLanguageCode);
135 cv.put(CellBroadcastDatabase.Columns.MESSAGE_BODY, mMessageBody);
136 cv.put(CellBroadcastDatabase.Columns.DELIVERY_TIME, mDeliveryTime);
137 cv.put(CellBroadcastDatabase.Columns.MESSAGE_READ, mIsRead);
138 return cv;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsUtils.java 55 ContentValues cv = getAccountContentValues(account); local
56 account.update(context, cv);
67 ContentValues cv = new ContentValues(); local
68 cv.put(AccountColumns.IS_DEFAULT, account.mIsDefault);
69 cv.put(AccountColumns.DISPLAY_NAME, account.getDisplayName());
70 cv.put(AccountColumns.SENDER_NAME, account.getSenderName());
71 cv.put(AccountColumns.SIGNATURE, account.getSignature());
72 cv.put(AccountColumns.SYNC_INTERVAL, account.mSyncInterval);
73 cv.put(AccountColumns.RINGTONE_URI, account.mRingtoneUri);
74 cv.put(AccountColumns.FLAGS, account.mFlags)
    [all...]
  /external/skia/gm/
shapes.cpp 102 SkCanvas* cv = pict->beginRecording(1000, 1000); local
103 cv->scale(SK_ScalarHalf, SK_ScalarHalf);
104 cv->drawShape(gs);
105 cv->translate(SkIntToScalar(680), SkIntToScalar(480));
106 cv->scale(-SK_Scalar1, SK_Scalar1);
107 cv->drawShape(gs);
  /external/skia/samplecode/
SampleShapes.cpp 134 SkCanvas* cv = pict->beginRecording(1000, 1000); local
135 cv->scale(SK_ScalarHalf, SK_ScalarHalf);
136 cv->drawShape(gs);
137 cv->translate(SkIntToScalar(680), SkIntToScalar(480));
138 cv->scale(-SK_Scalar1, SK_Scalar1);
139 cv->drawShape(gs);
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
SummarizerDBHelper.java 115 ContentValues cv = new ContentValues(); local
116 cv.put(KEY_PATH, result.getRelativePath());
117 cv.put(KEY_BYTES, result.getBytes());
118 mDb.insert(table, null, cv);
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
MockProviderTests.java 75 ContentValues cv = new ContentValues(); local
76 cv.put(PONY_COLUMN_NAME, name);
77 cv.put(PONY_COLUMN_TYPE, type);
78 cv.put(PONY_COLUMN_LEGS, legs);
79 cv.put(PONY_COLUMN_CAN_RIDE, canRide ? 1 : 0);
80 return cv;
162 ContentValues cv = new ContentValues(); local
163 cv.put(PONY_COLUMN_LEGS, 5);
164 assertEquals(2, mMockResolver.update(MockProvider.uri(uri), cv, null, null));
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 881 ContentValues cv = new ContentValues(); local
908 ContentValues cv = new ContentValues(); local
    [all...]

Completed in 610 milliseconds

1 2 3 4 5 6