HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 226 - 250 of 1385) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
Provider.java 39 public Uri insert(Uri uri, ContentValues values) {
43 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /external/chromium/base/
string_split.h 17 std::string* key, std::vector<std::string>* values);
thread_local_storage_unittest.cc 70 int values[kNumThreads]; local
78 values[index] = kInitialTlsValue;
79 thread_delegates[index] = new ThreadLocalStorageRunner(&values[index]);
92 EXPECT_EQ(values[index], kInitialTlsValue);
string_split.cc 14 std::string* key, std::vector<std::string>* values) {
16 values->clear();
26 // find the values string
36 // construct the values vector
37 values->push_back(values_string);
59 // values; just record that our split failed.
  /external/openssl/crypto/x509v3/
v3_bcons.c 68 static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values);
98 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values)
107 for(i = 0; i < sk_CONF_VALUE_num(values); i++) {
108 val = sk_CONF_VALUE_value(values, i);
v3_pcons.c 72 STACK_OF(CONF_VALUE) *values);
107 STACK_OF(CONF_VALUE) *values)
116 for(i = 0; i < sk_CONF_VALUE_num(values); i++) {
117 val = sk_CONF_VALUE_value(values, i);
  /external/oprofile/libop/
op_mangle.h 53 * @param values parameters to use as mangling input
60 char * op_mangle_filename(struct mangle_values const * values);
  /external/webkit/WebCore/svg/
SVGFEColorMatrixElement.h 43 DECLARE_ANIMATED_PROPERTY(SVGFEColorMatrixElement, SVGNames::valuesAttr, SVGNumberList*, Values, values)
  /frameworks/base/core/java/android/pim/vcard/
VCardEntryCounter.java 61 public void propertyValues(List<String> values) {
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
PKIStatus.java 85 for (PKIStatus curStatus : values()) {
  /packages/apps/Tag/src/com/android/vcard/
VCardEntryCounter.java 61 public void propertyValues(List<String> values) {
  /development/samples/NotePad/src/com/example/android/notepad/
TitleEditor.java 104 ContentValues values = new ContentValues(); local
105 values.put(NoteColumns.TITLE, mText.getText().toString());
106 getContentResolver().update(mUri, values, null, null);
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509Attribute.java 12 * Class for carrying the values in an X.509 Attribute.
47 * @param value vector of values to go in the attribute's value set.
64 ASN1Encodable[] values = new ASN1Encodable[s.size()]; local
68 values[i] = (ASN1Encodable)s.getObjectAt(i);
71 return values;
  /external/chromium/third_party/icu/source/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/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/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/webkit/WebCore/css/
CSSVariablesDeclaration.h 47 static PassRefPtr<CSSVariablesDeclaration> create(StyleBase* owningRule, const Vector<String>& names, const Vector<RefPtr<CSSValue> >& values)
49 return adoptRef(new CSSVariablesDeclaration(owningRule, names, values));
71 CSSVariablesDeclaration(StyleBase* owningRule, const Vector<String>& names, const Vector<RefPtr<CSSValue> >& values);

Completed in 237 milliseconds

1 2 3 4 5 6 7 8 91011>>