HomeSort by relevance Sort by last modified time
    Searched refs:db (Results 451 - 475 of 1274) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/java/nio/
ByteBufferAsCharBuffer.java 167 CharBuffer db = this.duplicate(); local
168 db.position(start);
169 db.limit(end);
170 cb.put(db);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/
test_lists.py 22 from boto.sdb.db.property import ListProperty
23 from boto.sdb.db.model import Model
  /external/e2fsprogs/lib/ext2fs/
dblist.c 341 struct ext2_db_entry db; local
344 db.ino = db_info->ino;
345 db.blk = (blk_t) db_info->blk;
346 db.blockcnt = (int) db_info->blockcnt;
347 ret = (p->func)(fs, &db, p->priv_data);
348 db_info->ino = db.ino;
349 db_info->blk = db.blk;
350 db_info->blockcnt = db.blockcnt;
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseErrorHandlerTest.java 35 private static final String DB_NAME = "database_test.db";
79 * this test used to produce a corrupted db. but with new sqlite it instead reports
81 * need to figure out how to cause corruption in db
94 SQLiteDatabase db = SQLiteDatabase.openOrCreateDatabase(mDatabaseFile.getPath(), null, local
96 assertTrue(db.isDatabaseIntegrityOk());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-fsgs-intel.d 23 [ ]*[a-f0-9]+: f3 0f ae db wrgsbase ebx
24 [ ]*[a-f0-9]+: f3 48 0f ae db wrgsbase rbx
39 [ ]*[a-f0-9]+: f3 0f ae db wrgsbase ebx
40 [ ]*[a-f0-9]+: f3 48 0f ae db wrgsbase rbx
x86-64-fsgs.d 22 [ ]*[a-f0-9]+: f3 0f ae db wrgsbase %ebx
23 [ ]*[a-f0-9]+: f3 48 0f ae db wrgsbase %rbx
38 [ ]*[a-f0-9]+: f3 0f ae db wrgsbase %ebx
39 [ ]*[a-f0-9]+: f3 48 0f ae db wrgsbase %rbx
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
system.d 23 34: 00 00 75 30 ld.c %db,%r21
24 38: 00 00 60 30 ld.c %db,%r0
35 64: 00 b0 60 38 st.c %r22,%db
36 68: 00 78 60 38 st.c %r15,%db
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
inout.d 9 [ ]+0:[ ]+db 76[ ]+in a,\(0x76\)
  /external/libunwind_llvm/src/
UnwindLevel1-gcc-ext.c 257 void *tb, void *db) {
261 (void)db;
263 fde, ob, tb, db);
276 void *db) {
280 (void)db;
282 "(%p,%p, %p, %p)\n", fde, ob, tb, db);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 268 void *tb, void *db) {
272 (void)db;
274 fde, ob, tb, db);
287 void *db) {
291 (void)db;
293 "(%p,%p, %p, %p)\n", fde, ob, tb, db);
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
pipeline.py 48 from google.appengine.ext import db namespace
180 slot_key: The db.Key for this slot's _SlotRecord if it's already been
189 slot_key = db.Key.from_path(_SlotRecord.kind(), uuid.uuid4().hex)
266 filler_pipeline_key: The db.Key of the _PipelineRecord that filled
322 already_defined: Maps output name to stringified db.Key (of _SlotRecords)
333 if not isinstance(slot_key, db.Key):
334 slot_key = db.Key(slot_key)
350 all_slots = db.get(slot_key_dict.keys())
476 self._pipeline_key = db.Key.from_path(
572 pipeline_key = db.Key.from_path(_PipelineRecord.kind(), pipeline_id
    [all...]
  /external/iproute2/misc/
nstat.c 120 struct nstat_ent *db = NULL; local
149 n->next = db;
150 db = n;
153 while (db) {
154 n = db;
155 db = db->next;
174 struct nstat_ent *db = NULL; local
208 n->next = db;
209 db = n
    [all...]
  /external/sqlite/dist/
shell.c 529 sqlite3 *db; /* The database */ member in struct:ShellState
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
tunes_db.py 18 """Tunes DB service implementation.
21 necessary for the Tunes DB service.
27 from google.appengine.ext import db namespace
410 artist = db.run_in_transaction(do_add)
426 artist_updated=db.run_in_transaction(do_deletion))
434 db.delete(model.Info.all(keys_only=True).ancestor(artist))
439 artist_deleted = db.run_in_transaction(do_deletion))
480 album = db.run_in_transaction(create_album)
496 return UpdateAlbumResponse(album_updated=db.run_in_transaction(do_deletion))
509 db.delete(model.Info.all(keys_only=True).ancestor(album)
    [all...]
  /external/sqlite/dist/orig/
shell.c 523 sqlite3 *db; /* The database */ member in struct:ShellState
    [all...]
  /external/e2fsprogs/e2fsck/
pass2.c 542 struct ext2_db_entry2 *db,
557 if (db->blockcnt == 0) {
621 dx_db->parent = db->blockcnt;
640 db->blockcnt, min_hash, max_hash);
642 dx_db = &dx_dir->dx_block[db->blockcnt];
725 struct ext2_db_entry2 *db,
738 blk64_t block_nr = db->blk;
739 ext2_ino_t ino = db->ino;
773 cd->pctx.blkcount = db->blockcnt;
778 if (db->blk == 0)
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 170 double* weak_eval = ensemble->get_weak_response()->data.db;
185 const double* weights = ensemble->get_subtree_weights()->data.db;
249 const double* weights = ensemble->get_subtree_weights()->data.db;
341 const double* weights = ensemble->get_subtree_weights()->data.db;
445 const double* weights = ensemble->get_subtree_weights()->data.db;
493 const double* weights = ensemble->get_subtree_weights()->data.db;
575 const double* weights = ensemble->get_subtree_weights()->data.db;
641 const double* weights = ensemble->get_subtree_weights()->data.db;
702 const double* weights = ensemble->get_weights()->data.db;
704 double* subtree_weights = ensemble->get_subtree_weights()->data.db;
    [all...]
mlem.cpp 248 double cur = log_weight_div_det->data.db[k];
263 diff.data.db[i] = sample_data[i] - mean_k[i];
268 double val = diff.data.db[i];
273 expo.data.db[k] = cur;
560 weights->data.db[i] = (double)cluster_size/(double)nsamples;
811 inv_eigen_values->data.db[0] = 1./d;
816 w_data = inv_eigen_values->data.db;
830 log_weight_div_det->data.db[0] = -2*log(weights->data.db[0]/log_weight);
853 sp_data = sum_probs->data.db;
    [all...]
  /external/bison/build-aux/
gendocs.sh 356 cmd="$SETLANG $MAKEINFO $opt \"$srcfile\" >${srcdir}/$PACKAGE-db.xml"
359 docbook_xml_size=`calcsize $PACKAGE-db.xml`
360 gzip -f -9 -c $PACKAGE-db.xml >"$outdir/$PACKAGE-db.xml.gz"
361 docbook_xml_gz_size=`calcsize "$outdir/$PACKAGE-db.xml.gz"`
362 mv $PACKAGE-db.xml "$outdir/"
366 cmd="$DOCBOOK2HTML $opt \"${outdir}/$PACKAGE-db.xml\""
379 cmd="$DOCBOOK2TXT \"${outdir}/$PACKAGE-db.xml\""
382 docbook_ascii_size=`calcsize $PACKAGE-db.txt`
383 mv $PACKAGE-db.txt "$outdir/
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 265 * @param db the database to query on
291 public Cursor query(SQLiteDatabase db, String[] projectionIn,
294 return query(db, projectionIn, selection, selectionArgs, groupBy, having, sortOrder,
302 * @param db the database to query on
330 public Cursor query(SQLiteDatabase db, String[] projectionIn,
333 return query(db, projectionIn, selection, selectionArgs,
341 * @param db the database to query on
372 public Cursor query(SQLiteDatabase db, String[] projectionIn,
389 db.validateSql(sqlForValidation, cancellationSignal); // will throw if query is invalid
399 return db.rawQueryWithFactory
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 182 public Cursor handleSearchSuggestionsQuery(SQLiteDatabase db, Uri uri, String[] projection,
193 cursor, db, projection, selection, searchClause, limit, cancellationSignal);
209 public Cursor handleSearchShortcutRefresh(SQLiteDatabase db, String[] projection,
213 contactId = mContactsProvider.lookupContactIdByLookupKey(db, lookupKey);
220 db, projection, ContactsColumns.CONCRETE_ID + "=" + contactId, filter, null,
224 private Cursor addSearchSuggestionsBasedOnFilter(MatrixCursor cursor, SQLiteDatabase db,
254 Cursor c = db.rawQuery(sb.toString(), null, cancellationSignal);
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 55 protected static final String DB_NAME = "photo.db";
296 SQLiteDatabase db = getDatabaseHelper().getWritableDatabase(); local
298 long id = db.insert(table, null, values);
333 SQLiteDatabase db = getDatabaseHelper().getWritableDatabase(); local
335 rowsUpdated = modifyMetadata(db, values);
340 rowsUpdated = db.update(table, values, selection, selectionArgs);
420 private int modifyMetadata(SQLiteDatabase db, ContentValues values) {
426 rowCount = db.delete(Metadata.TABLE, WHERE_METADATA_ID, selectionArgs);
428 long rowId = db.replace(Metadata.TABLE, null, values);
497 SQLiteDatabase db = getDatabaseHelper().getWritableDatabase() local
520 SQLiteDatabase db = getDatabaseHelper().getReadableDatabase(); local
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
property_range.py 13 from google.appengine.ext import db namespace
44 """A class that represents a range on a db.Model's property.
132 if issubclass(model_class, db.Model):
198 a db.Query or ndb.Query, depends on the model class's type.
200 if issubclass(self.model_class, db.Model):
201 query = db.Query(self.model_class, namespace=ns)
393 db.DateTimeProperty: _split_datetime_property,
394 db.IntegerProperty: _split_integer_property,
395 db.StringProperty: _split_string_property,
396 db.ByteStringProperty: _split_byte_string_property
    [all...]
  /external/eigen/test/
sparse_solver.h 14 void check_sparse_solving(Solver& solver, const typename Solver::MatrixType& A, const Rhs& b, const DenseMat& dA, const DenseRhs& db)
19 DenseRhs refX = dA.lu().solve(db);
63 DenseRhs x(db.rows(), db.cols());
64 DenseRhs oldb(db);
66 x.block(0,0,x.rows(),x.cols()) = solver.solve(db.block(0,0,db.rows(),db.cols()));
67 VERIFY(oldb.isApprox(db) && "sparse solver testing: the rhs should not be modified!");
205 DenseMatrix dB(size,rhsCols)
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database_unittest.cc 500 EncodedDescriptorDatabase db; local
501 db.Add(data1.data(), data1.size());
502 db.Add(data2.data(), data2.size());
506 EXPECT_TRUE(db.FindNameOfFileContainingSymbol("foo.Foo", &filename));
508 EXPECT_TRUE(db.FindNameOfFileContainingSymbol("foo.Foo.Blah", &filename));
510 EXPECT_TRUE(db.FindNameOfFileContainingSymbol("bar.Bar", &filename));
512 EXPECT_FALSE(db.FindNameOfFileContainingSymbol("foo", &filename));
513 EXPECT_FALSE(db.FindNameOfFileContainingSymbol("bar", &filename));
514 EXPECT_FALSE(db.FindNameOfFileContainingSymbol("baz.Baz", &filename));

Completed in 1183 milliseconds

<<11121314151617181920>>