/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseCursorTest.java | 89 mDatabase.execSQL("INSERT INTO test (data) VALUES ('" + sString1 + "');"); 90 mDatabase.execSQL("INSERT INTO test (data) VALUES ('" + sString2 + "');"); 91 mDatabase.execSQL("INSERT INTO test (data) VALUES ('" + sString3 + "');"); 99 mDatabase.execSQL("INSERT INTO test (d, s) VALUES (" + i + 151 String sql = "INSERT INTO test (s, d, l, b) VALUES (?,?,?,?)"; 190 ContentValues values = new ContentValues(); local 191 values.put("data", 42.11); 192 long id = mDatabase.insert("test", "data", values); 299 sql.append("INSERT INTO test (data) VALUES ('"); 356 String sql = "INSERT INTO test (data) VALUES (?);" [all...] |
/frameworks/base/services/java/com/android/server/ |
PowerManagerService.java | 126 // values for setPowerState 408 * can be specified. Current values include {@link android.os.BatteryManager#BATTERY_PLUGGED_AC} 431 ContentValues values = mSettings.getValues(name); local 432 Integer iVal = values != null ? values.getAsInteger(Settings.System.VALUE) : null; 437 ContentValues values = mSettings.getValues(name); local 438 Float fVal = values != null ? values.getAsFloat(Settings.System.VALUE) : null; [all...] |
/libcore/luni/src/main/java/java/lang/ |
Class.java | 95 * <li>{@code V} representing void function return values</li> 334 /* convert annotation values from HashMap to array */ 335 Collection<Annotation> coll = map.values(); 835 T[] values = getClassCache().getEnumValuesInOrder(); local [all...] |
/packages/apps/Browser/src/com/android/browser/ |
BrowserSettings.java | 124 // Private preconfigured values 729 ContentValues values = new ContentValues(); local 730 values.put(BookmarkColumns.URL, newUrl); 732 context.getContentResolver().update(bookmarkUri, values, null, null);
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
LocalDataSource.java | 350 ContentValues values = new ContentValues(); local 351 values.put(Images.ImageColumns.ORIENTATION, rotationString); 353 cr.update(Uri.parse(item.mContentUri), values, null, null); local
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadInfo.java | 469 ContentValues values = new ContentValues(); local 470 values.put(Impl.COLUMN_STATUS, mStatus); 471 mContext.getContentResolver().update(getAllDownloadsUri(), values, null, null); local
|
/sdk/sdkmanager/app/src/com/android/sdkmanager/ |
CommandLineProcessor.java | 134 // Helpers to get flags values 164 * Raw access to parsed parameter values. 192 for (Arg arg : mArguments.values()) { 630 String[] values = (String[]) arg.getDefaultValue(); local 631 for (String value : values) { 713 * @param defaultValue The default value (or values), which depends on the selected {@link Mode}. 809 * @param defaultValue The default value (or values), which depends on the selected {@link Mode}. [all...] |
/sdk/traceview/src/com/android/traceview/ |
DmTraceReader.java | 427 Collection<ThreadData> tv = mThreadMap.values(); 450 Collection<MethodData> mv = mMethodMap.values(); 582 for (ThreadData t : mThreadMap.values()) {
|
/external/chromium/net/http/ |
http_cache_transaction.cc | 821 if (!external_validation_.values[i].empty() || it.values().empty()) 823 external_validation_.values[i] = it.values(); 1024 if (external_validation_.values[i].empty()) 1034 validator.empty() || validator != external_validation_.values[i]) { [all...] |
/external/e2fsprogs/e2fsck/ |
profile.c | 1713 char **values, **cpp; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_glfuncs.h | 118 SDL_PROC_UNUSED(void,glGetPixelMapfv,(GLenum map, GLfloat *values)) 119 SDL_PROC_UNUSED(void,glGetPixelMapuiv,(GLenum map, GLuint *values)) 120 SDL_PROC_UNUSED(void,glGetPixelMapusv,(GLenum map, GLushort *values)) 197 SDL_PROC_UNUSED(void,glPixelMapfv,(GLenum map, GLsizei mapsize, const GLfloat *values)) 198 SDL_PROC_UNUSED(void,glPixelMapuiv,(GLenum map, GLsizei mapsize, const GLuint *values)) 199 SDL_PROC_UNUSED(void,glPixelMapusv,(GLenum map, GLsizei mapsize, const GLushort *values))
|
/frameworks/base/core/java/android/text/ |
TextUtils.java | 784 * <code>values</code>. "^^" is used to produce a single caret in 785 * the output. Only up to 9 replacement values are supported, 790 * placeholder values. This object is not modified; a copy is 793 * @param values CharSequences substituted into the template. The 799 * value that was not provided, or if more than 9 values are 803 CharSequence... values) { 804 if (values.length > 9) { 805 throw new IllegalArgumentException("max of 9 values are supported"); 825 if (which >= values.length) { 828 "; only " + values.length + " provided") [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
FallbackSource.java | 513 public CharSequence inflateUsing(Context context, ContentValues values) { 514 final boolean validColumn = values.containsKey(mColumnName); 518 final CharSequence columnValue = validColumn ? values.getAsString(mColumnName) : null; 564 public CharSequence inflateUsing(Context context, ContentValues values) { 565 final Integer type = values.getAsInteger(getTypeColumn()); 566 final String label = values.getAsString(getLabelColumn()); [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
LegacyContactImporter.java | 262 ") VALUES (?,?,?,?,?,?,?,?,?)"; 404 ") VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)"; 433 ") VALUES (?,?,?,?,?,?,?,?)"; 460 ") VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?)"; 482 ") VALUES (?,?,?)"; 701 ") VALUES (?,?,?,?,?,?,?,?)"; 767 ") VALUES (?,?,?,?,?,?,?,?)"; 789 ") VALUES (?,?,?,?,?,?,?,?)"; 811 ") VALUES (?,?,?,?,?,?,?,?)"; 1148 ContentValues values = new ContentValues(); local [all...] |
/cts/tools/dex-tools/test/dex/reader/ |
DexFileReaderTests.java | 303 List<DexEncodedValue> values = (List<DexEncodedValue>) dexAnnotationValue.getEncodedValue().getValue(); local 305 for (DexEncodedValue value : values) {
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexUtil.java | 402 private static String concatEncodedValues(List<DexEncodedValue> values) { 404 for (DexEncodedValue string : values) {
|
/dalvik/vm/jdwp/ |
JdwpHandler.c | 595 * Get values from static fields in a reference type. 817 * Set static class values. 823 u4 values; local 827 values = read4BE(&buf); 829 LOGV(" Req to set %d values in classId=%llx\n", values, classId); 831 for (i = 0; i < (int) values; i++) { 853 * values in the "variables" display. 996 * Get values from the fields of an object. 1035 * Set values in the fields of an object 1527 u4 values; local [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_FILLED_NEW_ARRAY.S | 59 @ copy values from registers into the array
|
/external/bluetooth/bluez/lib/bluetooth/ |
sdp_lib.h | 73 * Values of the flags parameter to sdp_record_register 79 * Values of the flags parameter to sdp_connect 110 * to figure out the error reason. For status values 0x0001-0x0006 check 166 sdp_data_t *sdp_seq_alloc(void **dtds, void **values, int len); 167 sdp_data_t *sdp_seq_alloc_with_length(void **dtds, void **values, int *length, int len); 251 * Set the LanguageBase attributes to the values specified in list
|
/external/emma/core/java12/com/vladium/emma/report/ |
ReportProperties.java | 346 result.setColumnOrder (_columns.values ()); 398 result.setSortOrder (_sort.values ()); 417 // silently ignore invalid cutoff values:
|
/external/expat/bcb5/ |
elements.mak | 10 # It is recommended to use the IDE to change any of the values in this
|
expat.mak | 10 # It is recommended to use the IDE to change any of the values in this
|
expat_static.mak | 10 # It is recommended to use the IDE to change any of the values in this
|
expatw.mak | 10 # It is recommended to use the IDE to change any of the values in this
|
expatw_static.mak | 10 # It is recommended to use the IDE to change any of the values in this
|