HomeSort by relevance Sort by last modified time
    Searched refs:cv (Results 251 - 275 of 356) sorted by null

<<1112131415

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 1164 ContentValues cv = new ContentValues(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 553 // int cv = fr >= fb;
554 SDValue cv; local
556 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE);
558 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE);
560 // jq = (cv ? jq : 0);
561 jq = DAG.getNode(ISD::SELECT, DL, OVT, cv, jq,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 553 // int cv = fr >= fb;
554 SDValue cv; local
556 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE);
558 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE);
560 // jq = (cv ? jq : 0);
561 jq = DAG.getNode(ISD::SELECT, DL, OVT, cv, jq,
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 1110 ContentValues cv = new ContentValues(); local
1375 ContentValues cv = this.eventInfoToContentValues(calendarId0, mEvents[0]); local
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 132 ContentValues cv = new ContentValues(); local
133 DatabaseUtils.cursorRowToContentValues(testCursor, cv);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
trace-event-perl.c 38 void boot_Perf__Trace__Context(pTHX_ CV *cv);
39 void boot_DynaLoader(pTHX_ CV *cv);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
CheckMethodAdapter.java 309 * @param cv the code visitor to which this adapter must delegate calls.
311 public CheckMethodAdapter(final MethodVisitor cv) {
312 super(cv);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 114 ContentValues cv = new ContentValues(); local
115 DatabaseUtils.cursorRowToContentValues(c, cv);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
correg.h 291 STDMETHOD(GetCustomValueProps)(mdCustomValue cv,LPWSTR szName,ULONG cchName,ULONG *pchName,DWORD *pdwValueType) PURE;
292 STDMETHOD(GetCustomValueAsBlob)(mdCustomValue cv,void const **ppBlob,ULONG *pcbSize) PURE;
344 STDMETHOD(GetCustomValueProps)(mdScope scope,mdCustomValue cv,LPWSTR szName,ULONG cchName,ULONG *pchName,DWORD *pdwValueType) PURE;
345 STDMETHOD(GetCustomValueAsBlob)(mdScope scope,mdCustomValue cv,void const **ppBlob,ULONG *pcbSize) PURE;
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_math_agree.java 106 byte[] cv = new byte[dim];
107 rand.nextBytes(cv);
108 return cv;
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_math_agree.java 106 byte[] cv = new byte[dim];
107 rand.nextBytes(cv);
108 return cv;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 733 ContentValues cv = new ContentValues();
734 cv.putNull(AttachmentColumns.CONTENT_URI);
735 Attachment.update(context, Attachment.CONTENT_URI, att.mId, cv);
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 475 ContentValues cv = new ContentValues(); local
476 cv.put(AccountColumns.FLAGS, account.mFlags);
477 account.update(context, cv);
    [all...]
  /packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java 162 View cv = lv.getChildAt(0); local
163 if (cv != null) {
164 mLastListPosFine = cv.getTop();
ArtistAlbumBrowserActivity.java 163 View cv = lv.getChildAt(0); local
164 if (cv != null) {
165 mLastListPosFine = cv.getTop();
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 1371 final ContentValues cv = new ContentValues(2); local
4884 final ContentValues cv = new ContentValues(); local
4897 Message.CONTENT_URI, originalMsgId), cv, null, null); local
5806 final ContentValues cv = new ContentValues(1); local
5808 update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, searchMailboxId), cv, local
5856 final ContentValues cv = new ContentValues(1); local
5860 cv, null, null); local
5977 final ContentValues cv = new ContentValues(); local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 46 port::CondVar cv; member in struct:leveldb::DBImpl::Writer
48 explicit Writer(port::Mutex* mu) : cv(mu) { }
    [all...]
  /external/chromium_org/third_party/yasm/
yasm.host.darwin-x86.mk 213 third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-dbgfmt.c \
214 third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-symline.c \
215 third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-type.c \
yasm.host.darwin-x86_64.mk 213 third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-dbgfmt.c \
214 third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-symline.c \
215 third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-type.c \
yasm.host.linux-x86.mk 213 third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-dbgfmt.c \
214 third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-symline.c \
215 third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-type.c \
yasm.host.linux-x86_64.mk 213 third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-dbgfmt.c \
214 third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-symline.c \
215 third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-type.c \
  /external/jarjar/lib/
asm-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-3.3.jar 
asm-util-3.3.jar 
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 

Completed in 5701 milliseconds

<<1112131415