HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 451 - 475 of 3027) sorted by null

<<11121314151617181920>>

  /frameworks/base/include/android_runtime/
android_app_NativeActivity.h 35 ANativeActivity* activity, int32_t values, int32_t mask);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
PKIStatus.java 85 for (PKIStatus curStatus : values()) {
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmDatabaseHelper.java 57 " message, alert) VALUES ";
73 Uri commonInsert(ContentValues values) {
79 Object value = values.get(Alarm.Columns._ID);
88 values.putNull(Alarm.Columns._ID);
93 rowId = db.insert("alarms", Alarm.Columns.MESSAGE, values);
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
FlagTests.java 36 for (Flag flag : Flag.values()) {
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
SerializerTests.java 38 ContentValues values = new ContentValues(); local
44 s.writeStringValue(values, KEY, Tags.COMPOSE_ACCOUNT_ID);
45 values.put(KEY, ID);
46 s.writeStringValue(values, KEY, Tags.COMPOSE_ACCOUNT_ID);
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
SerializerTests.java 38 ContentValues values = new ContentValues(); local
44 s.writeStringValue(values, KEY, Tags.COMPOSE_ACCOUNT_ID);
45 values.put(KEY, ID);
46 s.writeStringValue(values, KEY, Tags.COMPOSE_ACCOUNT_ID);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DefaultCallLogInsertionHelper.java 58 public void addComputedValues(ContentValues values) {
61 values.put(Calls.COUNTRY_ISO, countryIso);
63 values.put(Calls.GEOCODED_LOCATION,
64 getGeocodedLocationFor(values.getAsString(Calls.NUMBER), countryIso));
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 217 public void setValues(float[] values) {
271 /** Returns true iff obj is a Matrix and its values equal our values.
320 * Set the matrix to rotate by the specified sine and cosine values, with a
328 /** Set the matrix to rotate by the specified sine and cosine values. */
515 // the native values must match those in SkMatrix.h
523 * Set the matrix to the scale and translate values that map the source
555 * order [x0, y0, x1, y1, ...], where each "point" is 2 float values.
558 * @param srcIndex Index of the first pair of src values
560 * @param dstIndex Index of the first pair of dst values
758 float[] values = new float[9]; local
774 float[] values = new float[9]; local
    [all...]
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiPackage.java 51 return Collections.unmodifiableCollection(mApiClassMap.values());
56 for (ApiClass apiClass : mApiClassMap.values()) {
64 for (ApiClass apiClass : mApiClassMap.values()) {
  /development/samples/NotePad/src/com/example/android/notepad/
TitleEditor.java 89 null, // No where columns are used, so no where values are needed.
140 // Creates a values map for updating the provider.
141 ContentValues values = new ContentValues(); local
143 // In the values map, sets the title to the current contents of the edit box.
144 values.put(NotePad.Notes.COLUMN_NAME_TITLE, mText.getText().toString());
156 values, // The values map containing the columns to update and the values to use.
158 null // No "where" columns are used, so no "where" values are needed.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Attribute.java 13 * Class for carrying the values in an X.509 Attribute.
48 * @param value vector of values to go in the attribute's value set.
65 ASN1Encodable[] values = new ASN1Encodable[s.size()]; local
69 values[i] = (ASN1Encodable)s.getObjectAt(i);
72 return values;
  /external/guava/guava/src/com/google/common/collect/
Multimap.java 29 * values with a single key. If you call {@link #put} twice, with the same key
30 * but different values, the multimap contains mappings from the key to both
31 * values.
33 * <p>The methods {@link #get}, {@link #keySet}, {@link #keys}, {@link #values},
55 * @param <V> the type of mapped values
69 * Returns {@code true} if the multimap contains any values for the specified
122 * Stores a collection of values with the same key.
125 * @param values values to store in the multimap
128 boolean putAll(@Nullable K key, Iterable<? extends V> values);
212 Collection<V> values(); method in interface:Multimap
    [all...]
  /external/icu4c/test/cintltst/
callcoll.h 51 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize);
52 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
55 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
SliceFunction.java 20 import com.google.clearsilver.jsilver.values.Value;
21 import static com.google.clearsilver.jsilver.values.Value.literalConstant;
22 import static com.google.clearsilver.jsilver.values.Value.literalValue;
34 * @param args 1 string values then 2 numeric values (start and end).
  /external/libffi/testsuite/libffi.call/
many.c 40 void *values[13]; local
48 values[i] = &fa[i];
56 ffi_call(&cif, FFI_FN(many), &f, values);
many_win32.c 33 void *values[13]; local
41 values[ul] = &fa[ul];
56 ffi_call(&cif, FFI_FN(stdcall_many), &f, values);
struct1.c 30 void *values[MAX_ARGS]; local
48 values[0] = &ts1_arg;
58 ffi_call(&cif, FFI_FN(struct1), ts1_result, values);
struct2.c 28 void *values[MAX_ARGS]; local
46 values[0] = &ts2_arg;
57 ffi_call(&cif, FFI_FN(struct2), ts2_result, values);
struct4.c 28 void *values[MAX_ARGS]; local
47 values[0] = &ts4_arg;
56 ffi_call (&cif, FFI_FN(struct4), ts4_result, values);
struct6.c 27 void *values[MAX_ARGS]; local
46 values[0] = &ts6_arg;
57 ffi_call(&cif, FFI_FN(struct6), ts6_result, values);
struct7.c 29 void *values[MAX_ARGS]; local
49 values[0] = &ts7_arg;
62 ffi_call(&cif, FFI_FN(struct7), ts7_result, values);
struct9.c 28 void *values[MAX_ARGS]; local
46 values[0] = &ts9_arg;
57 ffi_call(&cif, FFI_FN(struct9), ts9_result, values);
  /external/llvm/unittests/IR/
WaymarkTest.cpp 28 Value * values[22]; local
29 std::transform(tail, tail + 22, values, char2constant);
32 const CallInst *A = CallInst::Create(F, makeArrayRef(values));
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 154 * @param values the values of the attributes
159 protected void tag(String tag, String[] names, String[] values,
170 escapeString(values[i]);
187 * @param values the values of the attributes
190 public void tag(String tag, String[] names, String[] values, int nattr) throws IOException
192 tag(tag, names, values, nattr, true);
200 * @param values the values of the attribute
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridScrollListener.java 43 String values[] = new String[1000]; local
46 values[i] = ((Integer)i).toString();
52 android.R.layout.simple_list_item_1, values));

Completed in 711 milliseconds

<<11121314151617181920>>