HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 1126 - 1150 of 2119) sorted by null

<<41424344454647484950>>

  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 360 final ContentValues entryValues = subValue.values;
505 static String buildActionString(DataKind kind, ContentValues values, boolean lowerCase,
510 CharSequence actionHeader = kind.actionHeader.inflateUsing(context, values);
517 static String buildDataString(DataKind kind, ContentValues values, Context context) {
521 CharSequence actionBody = kind.actionBody.inflateUsing(context, values);
548 * Build new {@link ViewEntry} and populate from the given values.
551 long rawContactId, long dataId, ContentValues values) {
558 entry.label = buildActionString(kind, values, false, context);
559 entry.data = buildDataString(kind, values, context);
561 if (kind.typeColumn != null && values.containsKey(kind.typeColumn))
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSArray.cpp 74 // These values have to be macros to be used in max() and min() without introducing
408 // Fast case is when there is no sparse map, so we can increase the vector size without moving values from it.
420 // Decide how many values it would be best to move from the map.
586 // This function leaves the array in an internally inconsistent state, because it does not move any values from sparse value map
616 // This function leaves the array in an internally inconsistent state, because it does not move any values from sparse value map
906 // side-effect from swapping the order of equal primitive values.
925 // Converting JavaScript values to strings can be expensive, so we do it once up front and sort based on that.
    [all...]
  /external/chromium/chrome/browser/webdata/
autofill_table.cc 255 "VALUES (?,?,?,?)"));
283 "VALUES (?,?)"));
320 "VALUES (?,?,?)"));
413 std::vector<string16>* values,
415 DCHECK(values);
454 values->clear();
456 values->push_back(s.ColumnString16(0));
620 "INSERT INTO autofill (name, value, value_lower) VALUES (?,?,?)"));
643 "(pair_id, date_created) VALUES (?, ?)"));
818 "VALUES (?, ?, ?, ?)"
996 std::vector<string16> values; local
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentValuesTest.java 687 HashMap<String, Object> values = p.readHashMap(ClassLoader.getSystemClassLoader()); local
688 assertNotNull(values);
689 assertEquals(3, values.size());
691 assertEquals(-110, values.get("Integer"));
692 assertEquals("cts", values.get("String"));
693 assertEquals(false, values.get("Boolean"));
  /external/v8/test/mjsunit/
array-functions-prototype.js 65 // values.
96 // right values.
127 // values.
  /external/webkit/Source/WebCore/platform/network/mac/
WebCoreURLResponse.mm 327 CFStringRef values[] = {
423 CFSTR("text/tab-separated-values"),
446 ASSERT(sizeof(keys) == sizeof(values));
447 return CFDictionaryCreate(kCFAllocatorDefault, (const void**)&keys, (const void**)&values, sizeof(keys)/sizeof(CFStringRef), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
MediaPlayerProxyTestCase.java 527 ContentValues values = new ContentValues(); local
528 values.put(VoicemailContract.Voicemails.DATE, String.valueOf(System.currentTimeMillis()));
529 values.put(VoicemailContract.Voicemails.NUMBER, CONTACT_NUMBER);
530 values.put(VoicemailContract.Voicemails.MIME_TYPE, assetMimeType);
533 VoicemailContract.Voicemails.buildSourceUri(packageName), values);
562 for (Uri uri : mContentUriMap.values()) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 128 * ContentValues values = new ContentValues();
129 * values.put(BluetoothShare.URI, stream.toString());
130 * values.put(BluetoothShare.DESTINATION, "FF:FF:FF:00:00:00");
131 * values.put(BluetoothShare.DIRECTION,
133 * getContentResolver().insert(BluetoothShare.CONTENT_URI, values);
236 ContentValues values = new ContentValues();
237 values.put(BluetoothShare.URI, "content://media/external/images/media/" + media);
238 // values.put(BluetoothShare.DESTINATION, "FF:FF:FF:00:00:00");
240 // values.put(BluetoothShare.DESTINATION, "12:34:56:78:9A:BC");
242 // values.put(BluetoothShare.DESTINATION, "00:1B:33:F0:58:FB")
    [all...]
BluetoothOppReceiver.java 206 ContentValues values = new ContentValues(); local
207 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
208 context.getContentResolver().update(intent.getData(), values, null, null); local
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 210 static void updateItemInDatabaseHelper(Context context, final ContentValues values,
218 cr.update(uri, values, null, null);
268 final ContentValues values = new ContentValues(); local
269 values.put(LauncherSettings.Favorites.CONTAINER, item.container);
270 values.put(LauncherSettings.Favorites.CELLX, item.cellX);
271 values.put(LauncherSettings.Favorites.CELLY, item.cellY);
272 values.put(LauncherSettings.Favorites.SCREEN, item.screen);
274 updateItemInDatabaseHelper(context, values, item, "moveItemInDatabase");
287 final ContentValues values = new ContentValues(); local
288 values.put(LauncherSettings.Favorites.CONTAINER, item.container)
301 final ContentValues values = new ContentValues(); local
427 final ContentValues values = new ContentValues(); local
    [all...]
  /sdk/attribute_stats/src/
Analyzer.java 384 List<Usage> values = new ArrayList<Usage>(map.values()); local
385 if (values.size() == 0) {
389 Collections.sort(values);
391 for (Usage usage : values) {
405 for (Usage usage : values) {
  /sdk/traceview/src/com/android/traceview/
DmTraceReader.java 336 for (ThreadData threadData : mThreadMap.values()) {
382 for (ThreadData threadData : mThreadMap.values()) {
539 Collection<ThreadData> tv = mThreadMap.values();
552 Collection<MethodData> mv = mMethodMap.values();
635 for (ThreadData threadData : mThreadMap.values()) {
682 for (ThreadData t : mThreadMap.values()) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java 279 protected void onProgressUpdate(File... values) {
280 super.onProgressUpdate(values);
283 mProgressDialog.setMessage(values[0].getAbsolutePath());
  /external/llvm/tools/llc/
llc.cpp 83 cl::values(
98 cl::values(clEnumValN(CodeModel::Default, "default",
118 cl::values(
377 // Before executing passes, print the final values of the LLVM options.
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 117 typedef struct GGLBlendState { // all values affect scanline jit
164 // most functions are according to GL ES 2.0 spec and uses GLenum values
282 GLint location, GLsizei count, const GLvoid *values, GLenum type);
287 GLboolean transpose, const GLfloat *values);
346 GLint location, GLsizei count, GLboolean transpose, const GLfloat *values);
  /external/webkit/Source/WebCore/plugins/mac/
PluginPackageMac.cpp 170 Vector<const void*, 128> values(propCount);
171 CFDictionaryGetKeysAndValues(mimeDict.get(), keys.data(), values.data());
176 WTF::RetainPtr<CFDictionaryRef> extensionsDict = (CFDictionaryRef)values[i];
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 347 ContentValues values = new ContentValues(); local
348 values.put(BrowserContract.Bookmarks.TITLE,
350 values.put(BrowserContract.Bookmarks.IS_FOLDER, 1);
358 values.put(BrowserContract.Bookmarks.PARENT, currentFolder);
360 BrowserContract.Bookmarks.CONTENT_URI, values);
904 ContentValues values = new ContentValues(); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDeltaList.java 81 * values.
96 * Merge the "after" values from the given {@link EntityDeltaList}, discarding any
285 final ValuesDelta values = delta.getValues(); local
286 if (values.isVisible()) {
287 return values.getAsLong(RawContacts._ID);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java 182 ContentValues values = new ContentValues(); local
183 values.put(FileEntry.Columns.LAST_ACCESS, System.currentTimeMillis());
185 values, ID_WHERE, new String[] {String.valueOf(id)});
  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 249 ContentValues values = new ContentValues(); local
250 values.put(APN_ID, mSelectedKey);
251 resolver.update(PREFERAPN_URI, values, null, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
SourceProcessor.java 122 for (SourceFileData data : mFiles.values()) {
140 for (SourceFileData data : mFiles.values()) {
158 return mFiles.values();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutParamsParser.java 49 * <li>The list of permissions values from <code>android.Manifest$permission</code></li>
367 Collection<ExtViewClassInfo> values = map.values(); local
370 for (ExtViewClassInfo info : values) {
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_MediaTest.java 89 ContentValues values = audio1.getContentValues(isInternal); local
92 Uri uri = mContentResolver.insert(mediaUri, values);
139 values = audio2.getContentValues(isInternal);
141 int result = mContentResolver.update(uri, values, null, null);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
TypeIdsSection.java 51 return typeIds.values();
  /dalvik/dx/src/com/android/dx/dex/file/
TypeIdsSection.java 51 return typeIds.values();

Completed in 635 milliseconds

<<41424344454647484950>>