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

<<11121314151617181920>>

  /cts/tests/tests/graphics/src/android/graphics/cts/
MatrixTest.java 298 float[] values = new float[9]; local
299 mMatrix.getValues(values);
333 float[] values = new float[9]; local
334 values[0] = 1000;
336 matrix.setValues(values);
428 float[] values = new float[9]; local
429 values[0] = 1000;
430 matrix.setValues(values);
484 float[] values = new float[9]; local
485 values[0] = 1000f
583 float[] values = new float[9]; local
710 float[] values = new float[9]; local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_MediaTest.java 198 ContentValues values = new ContentValues(); local
199 values.put(Media.ORIENTATION, 0);
200 values.put(Media.PICASA_ID, 0);
202 values.put(Media.DATE_TAKEN, dateTaken);
203 values.put(Media.DESCRIPTION, "This is a image");
204 values.put(Media.LATITUDE, 40.689060d);
205 values.put(Media.LONGITUDE, -74.044636d);
206 values.put(Media.IS_PRIVATE, 1);
207 values.put(Media.MINI_THUMB_MAGIC, 0);
208 values.put(Media.DATA, externalPath)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 296 ContentValues values = new ContentValues(); local
297 values.put(Directory._ID, Directory.DEFAULT);
298 values.put(Directory.PACKAGE_NAME, mContext.getApplicationInfo().packageName);
299 values.put(Directory.DIRECTORY_AUTHORITY, ContactsContract.AUTHORITY);
300 values.put(Directory.TYPE_RESOURCE_ID, R.string.default_directory);
301 values.put(DirectoryColumns.TYPE_RESOURCE_NAME,
303 values.put(Directory.EXPORT_SUPPORT, Directory.EXPORT_SUPPORT_NONE);
304 values.put(Directory.SHORTCUT_SUPPORT, Directory.SHORTCUT_SUPPORT_FULL);
305 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL);
306 db.replace(Tables.DIRECTORIES, null, values);
310 ContentValues values = new ContentValues(); local
474 ContentValues values = new ContentValues(); local
    [all...]
LegacyApiSupport.java     [all...]
  /cts/tests/appsecurity-tests/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
PermissionContentProvider.java 41 public Uri insert(Uri uri, ContentValues values) {
57 public int update(Uri uri, ContentValues values, String selection,
PermissionContentProviderGranting.java 41 public Uri insert(Uri uri, ContentValues values) {
57 public int update(Uri uri, ContentValues values, String selection,
PermissionContentProviderPath.java 25 public Uri insert(Uri uri, ContentValues values) {
41 public int update(Uri uri, ContentValues values, String selection,
PrivateContentProvider.java 41 public Uri insert(Uri uri, ContentValues values) {
57 public int update(Uri uri, ContentValues values, String selection,
PrivateContentProviderGranting.java 41 public Uri insert(Uri uri, ContentValues values) {
57 public int update(Uri uri, ContentValues values, String selection,
  /dalvik/hit/src/com/android/hit/
State.java 61 for (Heap heap: mHeaps.values()) {
112 for (Heap heap: mHeaps.values()) {
125 for (Heap heap: mHeaps.values()) {
137 for (Heap heap: mHeaps.values()) {
149 for (Heap heap: mHeaps.values()) {
157 for (Heap heap: mHeaps.values()) {
165 for (Heap heap: mHeaps.values()) {
173 for (Heap heap: mHeaps.values()) {
  /dalvik/vm/mterp/x86/
stub.S 6 LOAD_PC_FP_FROM_SELF # retrieve updated values
  /external/apache-harmony/support/src/test/java/tests/support/
Support_MapTest2.java 46 assertTrue("Should not have values", !map.values().iterator()
60 assertTrue("Should not have values", !map.values().iterator()
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
AddFunction.java 21 import com.google.clearsilver.jsilver.values.Value;
22 import static com.google.clearsilver.jsilver.values.Value.literalValue;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
CrcFunction.java 20 import com.google.clearsilver.jsilver.values.Value;
21 import static com.google.clearsilver.jsilver.values.Value.literalConstant;
  /external/libyuv/
setup_env.bat 1 :: This script must not rely on any external tools or PATH values.
  /external/webkit/Source/WebCore/svg/
SVGFEColorMatrixElement.idl 42 readonly attribute SVGAnimatedNumberList values;
  /external/webkit/Source/WebCore/svg/properties/
SVGListPropertyTearOff.h 47 PropertyType& values = m_animatedProperty->values(); local
52 ASSERT(size == values.size());
60 values.remove(i);
121 PropertyType& values = m_animatedProperty->values(); local
124 // Update existing wrappers, as the index in the values list has changed.
126 ASSERT(size == values.size());
132 item->setValue(values.at(i));
  /frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
DisabledProvider.java 43 public Uri insert(Uri uri, ContentValues values) {
51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
EnabledProvider.java 43 public Uri insert(Uri uri, ContentValues values) {
51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /frameworks/base/media/java/android/media/
DecoderCapabilities.java 58 decoderList.add(VideoDecoder.values()[native_get_video_decoder_type(i)]);
71 decoderList.add(AudioDecoder.values()[native_get_audio_decoder_type(i)]);
  /libcore/support/src/test/java/tests/support/
Support_MapTest2.java 46 assertTrue("Should not have values", !map.values().iterator()
60 assertTrue("Should not have values", !map.values().iterator()
  /packages/apps/Browser/tests/src/com/android/browser/
BrowserProviderTests.java 154 ContentValues values = new ContentValues(); local
155 values.put("title", title);
156 values.put("url", url);
157 values.put("visits", 0);
158 values.put("date", 0);
159 values.put("created", 0);
160 values.put("bookmark", 1);
162 values);
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2UriObserverTests.java 60 ContentValues values = new ContentValues(); local
61 values.put(Bookmarks.FAVICON, rawFavicon);
62 values.put(Bookmarks.TITLE, "Stub1");
65 assertTrue(updateBookmark(toUpdate, values));
96 ContentValues values = new ContentValues(); local
97 values.put(History.FAVICON, rawFavicon);
98 values.put(History.TITLE, "Stub1");
101 assertTrue(updateHistory(toUpdate, values));
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
PerNameExecutor.java 39 for (NamedTaskExecutor executor : mExecutors.values()) {
46 for (NamedTaskExecutor executor : mExecutors.values()) {
  /packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
NaughtySuggestionProvider.java 43 public Uri insert(Uri uri, ContentValues values) {
48 public int update(Uri uri, ContentValues values, String selection,

Completed in 841 milliseconds

<<11121314151617181920>>