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

<<21222324252627282930>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/autotest/frontend/afe/
model_logic.py 6 from django.db import backend
7 from django.db import connection
8 from django.db import connections
9 from django.db import models as dbmodels
10 from django.db import transaction
11 from django.db.models.sql import query
12 import django.db.models.sql.where namespace
170 compiler = join_to_query.query.get_compiler(using=join_to_query.db)
279 django.db.models.sql.where.AND)
306 compiler = query_set.query.get_compiler(using=query_set.db)
    [all...]
  /external/boringssl/win-x86/crypto/rc4/
rc4-586.asm 374 db 114,99,52,40,52,120,44,105,110,116,41,0 label
375 db 114,99,52,40,49,120,44,99,104,97,114,41,0 label
376 db 114,99,52,40,56,120,44,109,109,120,41,0 label
377 db 82,67,52,32,102,111,114,32,120,56,54,44,32,67,82,89 label
378 db 80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114 label
379 db 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 label
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
domain.py 368 self.db = domain
374 self.db.batch_put_attributes(self.items)
378 self.db.put_attributes(item_name, self.items[item_name])
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
AnimatedGifEncoder.java 358 int db = b - (colorTab[i] & 0xff); local
359 int d = dr * dr + dg * dg + db * db;
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 390 CDbEx &db
395 CDbEx &db
405 CDbEx &db
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ProcessSentMessageAction.java 49 * Can also update the message itself if a "final" message is now available from telephony db
122 * Can also update the message itself if a "final" message is now available from telephony db
204 final DatabaseWrapper db = DataModel.get().getDatabase(); local
205 MessageData message = BugleDatabaseOperations.readMessage(db, messageId);
214 // Update message if we have newly written final message in the telephony db
257 BugleDatabaseOperations.getRecipientsForConversation(db, conversationId);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfp-neon-syntax-inc.s 136 .macro multi op cond="" n="" ia="ia" db="db"
141 \op\db\cond r0!,{s3-s6}
146 \op\db\cond r0!,{d3-d6}
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteQueryBuilderTest.java 39 private static final String DATABASE_FILE = "database_test.db";
141 public Cursor newCursor(SQLiteDatabase db, SQLiteCursorDriver masterQuery,
143 return new MockCursor(db, masterQuery, editTable, query);
155 public MockCursor(SQLiteDatabase db, SQLiteCursorDriver driver,
157 super(db, driver, editTable, query);
  /external/autotest/scheduler/
scheduler_lib_unittest.py 17 from django.db import utils as django_utils
72 # Confirm that instantiating the class applies global db settings.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
buyreservation.py 22 from boto.sdb.db.property import StringProperty, IntegerProperty
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ResultsElement.java 23 import org.eclipse.test.internal.performance.results.db.AbstractResults;
24 import org.eclipse.test.internal.performance.results.db.BuildResults;
25 import org.eclipse.test.internal.performance.results.db.ConfigResults;
26 import org.eclipse.test.internal.performance.results.db.DB_Results;
367 * <li>{@link #UNKNOWN} : not connected to a db</li>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Utils.java 34 import org.eclipse.test.internal.performance.db.Variations;
155 int db = rgb2.blue - rgb.blue; local
156 int dist = da * da + dg * dg + db * db;
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJCompressor.java 241 DataBufferInt db = (DataBufferInt)wr.getDataBuffer(); local
242 srcBufInt = db.getData();
251 DataBufferByte db = (DataBufferByte)wr.getDataBuffer(); local
252 srcBuf = db.getData();
  /external/skia/src/core/
SkSpriteBlitter_RGB16.cpp 27 unsigned dr, dg, db; local
32 db = SkAlphaBlend(SkPacked32ToB16(sc), SkGetPackedB16(dc), src_scale);
37 db = (SkPacked32ToB16(sc) * src_scale + SkGetPackedB16(dc) * dst_scale) >> 8;
39 *dst = SkPackRGB16(dr, dg, db);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DocumentBuilderFactoryTest.java 310 DocumentBuilder db = dbf.newDocumentBuilder(); local
311 assertTrue(db instanceof DocumentBuilder);
312 db.parse(getClass().getResourceAsStream("/simple.xml"));
320 DocumentBuilder db = dbf.newDocumentBuilder(); local
  /packages/apps/Launcher3/src/com/android/launcher3/
CommonAppTypeParser.java 67 public long insertAndCheck(SQLiteDatabase db, ContentValues values) {
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
HbpcdLookupProvider.java 304 SQLiteDatabase db = mDbHelper.getReadableDatabase(); local
305 Cursor c = qb.query(db, projectionIn, selection, selectionArgs, groupBy, null, orderBy);
326 final SQLiteDatabase db = mDbHelper.getWritableDatabase(); local
331 count = db.update(TABLE_MCC_LOOKUP_TABLE, values, selection, selectionArgs);
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.h 75 u_char *db; /* buffer address */ member in struct:__anon73310
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
ppc750ps.d 51 a4: (10 64 01 db|db 01 64 10) ps_muls1. f3,f4,f7
  /external/e2fsprogs/e2fsck/
pass1b.c 123 struct dup_cluster *db; local
130 db = (struct dup_cluster *) dnode_get(n);
132 db = (struct dup_cluster *) e2fsck_allocate_memory(ctx,
134 db->num_bad = 0;
135 db->inode_list = 0;
136 dict_alloc_insert(&clstr_dict, INT_TO_VOIDPTR(cluster), db);
141 ino_el->next = db->inode_list;
142 db->inode_list = ino_el;
143 db->num_bad++;
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 279 DataIndex * db = (DataIndex *) b; \
284 return ucol_strcoll(da->col, da->icu_data, -1, db->icu_data, -1) - UCOL_EQUAL;
289 return ucol_strcoll(da->col, da->icu_data, da->icu_data_len, db->icu_data, db->icu_data_len) - UCOL_EQUAL;
294 return strcmp((char *) da->icu_key, (char *) db->icu_key);
303 int t = CompareStringW(da->win_langid, 0, da->win_data, -1, db->win_data, -1);
314 int t = CompareStringW(da->win_langid, 0, da->win_data, da->win_data_len, db->win_data, db->win_data_len);
327 return func(da->data, db->data); \
  /external/libvpx/libvpx/vpx_dsp/x86/
intrapred_ssse3.asm 15 pb_1: times 16 db 1
16 sh_b01234577: db 0, 1, 2, 3, 4, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0
17 sh_b12345677: db 1, 2, 3, 4, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0
18 sh_b23456777: db 2, 3, 4, 5, 6, 7, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0
19 sh_b0123456777777777: db 0, 1, 2, 3, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7
20 sh_b1234567777777777: db 1, 2, 3, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7
21 sh_b2345677777777777: db 2, 3, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7
22 sh_b123456789abcdeff: db 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 15
23 sh_b23456789abcdefff: db 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 15, 15
24 sh_b32104567: db 3, 2, 1, 0, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0,
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDatabase.java 721 public void onCreate(SQLiteDatabase db) {
722 db.execSQL(QUERY_CREATE_DOCUMENTS);
723 db.execSQL(QUERY_CREATE_ROOT_EXTRA);
724 db.execSQL(QUERY_CREATE_LAST_BOOT_COUNT);
728 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {
729 db.execSQL("DROP TABLE IF EXISTS " + TABLE_DOCUMENTS);
730 db.execSQL("DROP TABLE IF EXISTS " + TABLE_ROOT_EXTRA);
731 db.execSQL("DROP TABLE IF EXISTS " + TABLE_LAST_BOOT_COUNT);
732 onCreate(db);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_intrapred_ssse3.asm 15 pb_1: times 16 db 1
16 sh_b01234577: db 0, 1, 2, 3, 4, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0
17 sh_b12345677: db 1, 2, 3, 4, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0
18 sh_b23456777: db 2, 3, 4, 5, 6, 7, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0
19 sh_b0123456777777777: db 0, 1, 2, 3, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7
20 sh_b1234567777777777: db 1, 2, 3, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7
21 sh_b2345677777777777: db 2, 3, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7
22 sh_b123456789abcdeff: db 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 15
23 sh_b23456789abcdefff: db 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 15, 15
24 sh_b32104567: db 3, 2, 1, 0, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0,
    [all...]

Completed in 1012 milliseconds

<<21222324252627282930>>