HomeSort by relevance Sort by last modified time
    Searched full:values (Results 176 - 200 of 13487) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 7 INSERT INTO _sync_state_metadata VALUES(2);
9 INSERT INTO android_metadata VALUES('en_US');
12 INSERT INTO contact_methods VALUES(1,1,1,'gdgjj.fxhnj@ggh.com',NULL,1,NULL,1);
13 INSERT INTO contact_methods VALUES(2,3,1,'weyj@xtdt.com',NULL,1,NULL,1);
14 INSERT INTO contact_methods VALUES(3,5,1,'mail@dom.com',NULL,1,NULL,1);
19 INSERT INTO faves VALUES(1,1,0,'','',000000000000,NULL,NULL,NULL);
20 INSERT INTO faves VALUES(2,2,0,'','',000000000000,NULL,NULL,NULL);
21 INSERT INTO faves VALUES(3,3,0,'','',000000000000,NULL,NULL,NULL);
22 INSERT INTO faves VALUES(4,4,0,'','',000000000000,NULL,NULL,NULL);
23 INSERT INTO faves VALUES(5,5,0,'','',000000000000,NULL,NULL,NULL)
    [all...]
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 241 my @values = split(/,/, $3);
260 foreach my $value (@values)
278 my @values = split(/,/, $3);
297 foreach my $value (@values)
311 my @values = split(/,/, $2);
313 $values[0] = oct($values[0]) if $values[0] =~ /^0/;
314 $values[1] = oct($values[1]) if $values[1] =~ /^0/
    [all...]
  /external/valgrind/main/none/tests/x86/
gen_insn_test.pl 218 my @values = split(/,/, $3);
237 foreach my $value (@values)
255 my @values = split(/,/, $3);
274 foreach my $value (@values)
288 my @values = split(/,/, $2);
290 $values[0] = oct($values[0]) if $values[0] =~ /^0/;
291 $values[1] = oct($values[1]) if $values[1] =~ /^0/
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-tuple.cpp 53 template<typename... Values> class tuple;
122 template<typename... Values>
123 tuple<typename make_tuple_result<Values>::type...>
124 make_tuple(const Values&... values) {
125 return tuple<typename make_tuple_result<Values>::type...>(values...);
128 template<typename... Values>
129 tuple<Values&...> tie(Values&... values)
    [all...]
  /external/qemu/android/utils/
intmap.c 32 void** values; member in struct:AIntMap
48 map->values = map->values0;
59 if (map->values != map->values0)
60 AFREE(map->values);
90 return map->values[index];
102 void* values = map->values; local
107 if (values == map->values0)
108 values = NULL;
116 AARRAY_RENEW(values, newCapacity)
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorListener.java 21 * sensor values have changed.
30 * <p>Called when sensor values have changed.
31 * The length and contents of the values array vary
45 * device's screen orientation changes. To access the unswapped values,
46 * use indices 3, 4 and 5 in values[].
50 * All values are angles in degrees.
52 * <p>values[0]: Azimuth, rotation around the Z axis (0<=azimuth<360).
55 * <p>values[1]: Pitch, rotation around X axis (-180<=pitch<=180), with positive
56 * values when the z-axis moves toward the y-axis.
58 * <p>values[2]: Roll, rotation around Y axis (-90<=roll<=90), with positive values
    [all...]
  /frameworks/base/core/java/android/provider/
SyncStateContract.java 105 ContentValues values = new ContentValues(); local
106 values.put(Columns.DATA, data);
107 values.put(Columns.ACCOUNT_NAME, account.name);
108 values.put(Columns.ACCOUNT_TYPE, account.type);
109 provider.insert(uri, values);
114 ContentValues values = new ContentValues(); local
115 values.put(Columns.DATA, data);
116 values.put(Columns.ACCOUNT_NAME, account.name);
117 values.put(Columns.ACCOUNT_TYPE, account.type);
118 return provider.insert(uri, values);
123 ContentValues values = new ContentValues(); local
160 ContentValues values = new ContentValues(); local
179 ContentValues values = new ContentValues(); local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
SignerInfo.java 152 @Override public void getValues(Object object, Object[] values) {
154 values[0] = issAndSerial[0];
155 values[1] = issAndSerial[1];
175 @Override protected void getValues(Object object, Object[] values) {
177 values[0] = new byte[] {(byte)si.version};
179 values[1] = new Object[] { new Name(si.issuer.getName()),
187 values[2] = si.digestAlgorithm;
188 values[3] = si.authenticatedAttributes;
189 values[4] = si.digestEncryptionAlgorithm;
190 values[5] = si.encryptedDigest
    [all...]
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
mmintrin.h 138 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
139 the result, and the four 16-bit values from M2 into the upper four 8-bit
140 values of the result, all with signed saturation. */
153 /* Pack the two 32-bit values from M1 in to the lower two 16-bit values of
154 the result, and the two 32-bit values from M2 into the upper two 16-bit
155 values of the result, all with signed saturation. */
168 /* Pack the four 16-bit values from M1 into the lower four 8-bit values o
    [all...]
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
mmintrin.h 138 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
139 the result, and the four 16-bit values from M2 into the upper four 8-bit
140 values of the result, all with signed saturation. */
153 /* Pack the two 32-bit values from M1 in to the lower two 16-bit values of
154 the result, and the two 32-bit values from M2 into the upper two 16-bit
155 values of the result, all with signed saturation. */
168 /* Pack the four 16-bit values from M1 into the lower four 8-bit values o
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mmintrin.h 138 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
139 the result, and the four 16-bit values from M2 into the upper four 8-bit
140 values of the result, all with signed saturation. */
153 /* Pack the two 32-bit values from M1 in to the lower two 16-bit values of
154 the result, and the two 32-bit values from M2 into the upper two 16-bit
155 values of the result, all with signed saturation. */
168 /* Pack the four 16-bit values from M1 into the lower four 8-bit values o
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
mmintrin.h 139 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
140 the result, and the four 16-bit values from M2 into the upper four 8-bit
141 values of the result, all with signed saturation. */
154 /* Pack the two 32-bit values from M1 in to the lower two 16-bit values of
155 the result, and the two 32-bit values from M2 into the upper two 16-bit
156 values of the result, all with signed saturation. */
169 /* Pack the four 16-bit values from M1 into the lower four 8-bit values o
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
mmintrin.h 139 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
140 the result, and the four 16-bit values from M2 into the upper four 8-bit
141 values of the result, all with signed saturation. */
154 /* Pack the two 32-bit values from M1 in to the lower two 16-bit values of
155 the result, and the two 32-bit values from M2 into the upper two 16-bit
156 values of the result, all with signed saturation. */
169 /* Pack the four 16-bit values from M1 into the lower four 8-bit values o
    [all...]
  /sdk/common/src/com/android/resources/
FolderTypeRelationship.java 42 add(ResourceType.ARRAY, ResourceFolderType.VALUES);
43 add(ResourceType.ATTR, ResourceFolderType.VALUES);
44 add(ResourceType.BOOL, ResourceFolderType.VALUES);
45 add(ResourceType.COLOR, ResourceFolderType.VALUES);
47 add(ResourceType.DECLARE_STYLEABLE, ResourceFolderType.VALUES);
48 add(ResourceType.DIMEN, ResourceFolderType.VALUES);
49 add(ResourceType.DRAWABLE, ResourceFolderType.VALUES);
51 add(ResourceType.FRACTION, ResourceFolderType.VALUES);
52 add(ResourceType.ID, ResourceFolderType.VALUES);
53 add(ResourceType.INTEGER, ResourceFolderType.VALUES);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 118 SQLiteDatabase db, String table, String nullColumnHack, ContentValues values) {
119 if (!values.containsKey(LauncherSettings.Favorites._ID)) {
122 return db.insert(table, nullColumnHack, values);
146 public int bulkInsert(Uri uri, ContentValues[] values) {
152 int numValues = values.length;
154 if (dbInsertAndCheck(mOpenHelper, db, args.table, null, values[i]) < 0) {
164 return values.length;
179 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
183 int count = db.update(args.table, values, args.where, args.args);
331 ContentValues values = new ContentValues(c.getColumnCount()) local
473 final ContentValues values = new ContentValues(); local
640 final ContentValues values = new ContentValues(); local
706 ContentValues values = new ContentValues(); local
    [all...]
  /external/chromium/chrome/browser/remoting/resources/
remoting_setting_up.html 1 <html i18n-values="dir:textdirection;">
22 <body i18n-values=".style.fontFamily:fontfamily">
29 <input id="cancelButton" type="button" i18n-values="value:cancel"
remoting_setup_done.html 1 <html i18n-values="dir:textdirection;">
18 <body i18n-values=".style.fontFamily:fontfamily">
25 <input id="close" type="submit" i18n-values="value:okay"
  /external/chromium/chrome/browser/resources/
crashes.html 2 <html i18n-values="dir:textdirection;">
11 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
20 <p i18n-values=".innerHTML:disabledMessage"></p>
guest_session_tab.html 2 <html i18n-values="dir:textdirection;">
14 <div class="content" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
16 <span i18n-values=".innerHTML:content"></span>
  /external/chromium/chrome/browser/tabs/
pinned_tab_test_utils.cc 20 const std::vector<BrowserInit::LaunchWithProfile::Tab>& values) {
22 for (size_t i = 0; i < values.size(); ++i) {
25 result += TabToString(values[i]);
  /external/libffi/testsuite/libffi.call/
return_dbl.c 18 void *values[MAX_ARGS]; local
22 values[0] = &dbl;
30 ffi_call(&cif, FFI_FN(return_dbl), &rdbl, values);
return_fl.c 18 void *values[MAX_ARGS]; local
22 values[0] = &fl;
30 ffi_call(&cif, FFI_FN(return_fl), &rfl, values);
return_sc.c 18 void *values[MAX_ARGS]; local
23 values[0] = &sc;
32 ffi_call(&cif, FFI_FN(return_sc), &rint, values);
return_uc.c 19 void *values[MAX_ARGS]; local
25 values[0] = &uc;
34 ffi_call(&cif, FFI_FN(return_uc), &rint, values);
  /external/webkit/Source/WebCore/manual-tests/
form-value-restore.html 1 <p>This tests if form values get their values properly restored when you go back.
6 Check that the form elements have the values that selected.</p>

Completed in 591 milliseconds

1 2 3 4 5 6 78 91011>>