HomeSort by relevance Sort by last modified time
    Searched defs:cvs (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 250 static unsigned long cv_sym_size(const cv_sym *cvs);
257 cv_sym *cvs = yasm_xmalloc(sizeof(cv_sym)); local
258 cvs->type = CV8_S_OBJNAME;
259 cvs->format = "wZ";
260 cvs->args[0].i = 0; /* signature (0=asm) */
261 cvs->args[1].p = objname; /* object filename */
263 bc = yasm_bc_create_common(&cv_sym_bc_callback, cvs, 0);
264 bc->len = cv_sym_size(cvs);
266 return cvs;
274 cv_sym *cvs = yasm_xmalloc(sizeof(cv_sym)) local
303 cv_sym *cvs = yasm_xmalloc(sizeof(cv_sym)); local
321 cv_sym *cvs = yasm_xmalloc(sizeof(cv_sym)); local
986 cv_sym *cvs = (cv_sym *)contents; local
1034 cv_sym *cvs = (cv_sym *)bc->contents; local
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 730 ContentValues[] cvs = new ContentValues[2]; local
731 cvs[0] = new ContentValues();
732 cvs[0].put(COLUMN_KEY_NAME, key4);
733 cvs[0].put(COLUMN_VALUE_NAME, value4);
735 cvs[1] = new ContentValues();
736 cvs[1].put(COLUMN_KEY_NAME, key5);
737 cvs[1].put(COLUMN_VALUE_NAME, value5);
739 assertEquals(2, mContentResolver.bulkInsert(TABLE1_URI, cvs));
756 mContentResolver.bulkInsert(null, cvs);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bcel.jar 
ant.jar 
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java     [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 1482 ContentValues[] cvs = new ContentValues[len]; local
1543 ContentValues[] cvs = new ContentValues[len]; local
    [all...]
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 383 milliseconds