HomeSort by relevance Sort by last modified time
    Searched refs:cv1 (Results 1 - 7 of 7) sorted by null

  /external/clang/test/Sema/
deref.c 24 extern const void cv1;
28 return &cv1;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 725 ContentValues cv1 = new ContentValues(); local
726 cv1.put(AccountColumns.IS_DEFAULT, false);
728 ops.add(ContentProviderOperation.newUpdate(CONTENT_URI).withValues(cv1).build());
788 ContentValues cv1 = new ContentValues(); local
789 cv1.put(AccountColumns.IS_DEFAULT, 0);
790 ops.add(ContentProviderOperation.newUpdate(CONTENT_URI).withValues(cv1).build());
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 65 const PBQP::Vector &cv1 = g->getNodeCosts(n1Itr); local
68 PBQPNum cost1 = cv1[0] / s->getSolverDegree(n1Itr);
  /external/clang/lib/Sema/
SemaCast.cpp 481 SmallVector<Qualifiers, 8> cv1, cv2; local
502 cv1.push_back(RetainedSrcQuals);
505 if (cv1.empty())
513 for (SmallVector<Qualifiers, 8>::reverse_iterator i1 = cv1.rbegin(),
515 i1 != cv1.rend(); ++i1, ++i2) {
821 // A glvalue of type "cv1 T1" can be cast to type "rvalue reference to cv2
822 // T2" if "cv2 T2" is reference-compatible with "cv1 T1".
    [all...]
  /external/chromium/base/synchronization/
condition_variable_unittest.cc 154 ConditionVariable cv1(&lock);
155 } // Call for cv1 destruction.
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 

Completed in 1282 milliseconds