HomeSort by relevance Sort by last modified time
    Searched refs:VALUE (Results 1 - 25 of 60) sorted by null

1 2 3

  /development/host/windows/usb/api/
AdbWinApi.rc 76 VALUE "CompanyName", "Google, inc"
77 VALUE "FileDescription", "Android ADB API"
78 VALUE "FileVersion", "2.0.0.0"
79 VALUE "LegalCopyright", "Copyright (C) 2006 The Android Open Source Project"
80 VALUE "InternalName", "AdbWinApi.dll"
81 VALUE "OriginalFilename", "AdbWinApi.dll"
82 VALUE "ProductName", "Android SDK"
83 VALUE "ProductVersion", "2.0.0.0"
84 VALUE "OLESelfRegister", ""
89 VALUE "Translation", 0x0409, 1252
    [all...]
  /development/host/windows/usb/winusb/
AdbWinUsbApi.rc 76 VALUE "CompanyName", "Google, inc"
77 VALUE "FileDescription", "Android ADB API (WinUsb)"
78 VALUE "FileVersion", "2.0.0.0"
79 VALUE "LegalCopyright", "Copyright (C) 2006 The Android Open Source Project"
80 VALUE "InternalName", "AdbWinUsbApi.dll"
81 VALUE "OriginalFilename", "AdbWinUsbApi.dll"
82 VALUE "ProductName", "Android SDK"
83 VALUE "ProductVersion", "2.0.0.0"
84 VALUE "OLESelfRegister", ""
89 VALUE "Translation", 0x0409, 1252
    [all...]
  /frameworks/base/include/utils/
KeyedVector.h 32 template <typename KEY, typename VALUE>
37 typedef VALUE value_type;
63 const VALUE& valueFor(const KEY& key) const;
64 const VALUE& valueAt(size_t index) const;
72 VALUE& editValueFor(const KEY& key);
73 VALUE& editValueAt(size_t index);
79 ssize_t add(const KEY& key, const VALUE& item);
80 ssize_t replaceValueFor(const KEY& key, const VALUE& item);
81 ssize_t replaceValueAt(size_t index, const VALUE& item);
91 SortedVector< key_value_pair_t<KEY, VALUE> > mVector
    [all...]
TypeHelpers.h 33 template <typename T> struct trait_trivial_ctor { enum { value = false }; }; enumerator in enum:android::trait_trivial_ctor::__anon7231
34 template <typename T> struct trait_trivial_dtor { enum { value = false }; }; enumerator in enum:android::trait_trivial_dtor::__anon7232
35 template <typename T> struct trait_trivial_copy { enum { value = false }; }; enumerator in enum:android::trait_trivial_copy::__anon7233
36 template <typename T> struct trait_trivial_move { enum { value = false }; }; enumerator in enum:android::trait_trivial_move::__anon7234
37 template <typename T> struct trait_pointer { enum { value = false }; }; enumerator in enum:android::trait_pointer::__anon7235
38 template <typename T> struct trait_pointer<T*> { enum { value = true }; }; enumerator in enum:android::trait_pointer::__anon7236
43 enum { value = true }; enumerator in enum:android::trait_trivial_move::__anon7237
49 enum { value = true }; enumerator in enum:android::trait_trivial_move::__anon7238
56 is_pointer = trait_pointer<TYPE>::value,
58 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
230 VALUE value; member in struct:android::key_value_pair_t
243 { enum { value = aggregate_traits<K,V>::has_trivial_ctor }; }; enumerator in enum:android::trait_trivial_ctor::__anon7241
247 { enum { value = aggregate_traits<K,V>::has_trivial_dtor }; }; enumerator in enum:android::trait_trivial_dtor::__anon7242
251 { enum { value = aggregate_traits<K,V>::has_trivial_copy }; }; enumerator in enum:android::trait_trivial_copy::__anon7243
255 { enum { value = aggregate_traits<K,V>::has_trivial_move }; }; enumerator in enum:android::trait_trivial_move::__anon7244
    [all...]
  /system/core/libpixelflinger/tinyutils/
KeyedVector.h 24 template <typename KEY, typename VALUE>
29 typedef VALUE value_type;
55 const VALUE& valueFor(const KEY& key) const;
56 const VALUE& valueAt(size_t index) const;
64 VALUE& editValueFor(const KEY& key);
65 VALUE& editValueAt(size_t index);
71 ssize_t add(const KEY& key, const VALUE& item);
72 ssize_t replaceValueFor(const KEY& key, const VALUE& item);
73 ssize_t replaceValueAt(size_t index, const VALUE& item);
83 SortedVector< key_value_pair_t<KEY, VALUE> > mVector
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 6 # composed of Attribute/Value Pairs. The value of each attribute
11 # integer - 32 bit value in big endian order (high byte first)
12 # date - 32 bit value in big endian order - seconds since
16 # VALUE translations for easy administration.
20 # ATTRIBUTE VALUE
135 VALUE Service-Type Login-User 1
136 VALUE Service-Type Framed-User 2
137 VALUE Service-Type Callback-Login-User 3
138 VALUE Service-Type Callback-Framed-User
    [all...]
dictionary.compat 17 VALUE Framed-Compression Van-Jacobsen-TCP-IP 1
18 VALUE Framed-Compression VJ-TCP-IP 1
19 VALUE Service-Type Shell-User 6
20 VALUE Auth-Type Unix 1
21 VALUE Service-Type Dialback-Login-User 3
22 VALUE Service-Type Dialback-Framed-User 4
33 VALUE Service-Type Login 1
34 VALUE Service-Type Framed 2
35 VALUE Service-Type Callback-Login 3
36 VALUE Service-Type Callback-Framed
    [all...]
dictionary.ascend 152 VALUE Service-Type Dialout-Framed-User 5
153 VALUE Framed-Protocol ARA 255
154 VALUE Framed-Protocol MPP 256
155 VALUE Framed-Protocol EURAW 257
156 VALUE Framed-Protocol EUUI 258
157 VALUE Framed-Protocol X25 259
158 VALUE Framed-Protocol COMB 260
159 VALUE Framed-Protocol FR 261
160 VALUE Framed-Protocol MP 262
161 VALUE Framed-Protocol FR-CIR 26
    [all...]
dictionary.microsoft 56 VALUE MS-BAP-Usage Not-Allowed 0
57 VALUE MS-BAP-Usage Allowed 1
58 VALUE MS-BAP-Usage Required 2
62 VALUE MS-ARAP-PW-Change-Reason Just-Change-Password 1
63 VALUE MS-ARAP-PW-Change-Reason Expired-Password 2
64 VALUE MS-ARAP-PW-Change-Reason Admin-Requires-Password-Change 3
65 VALUE MS-ARAP-PW-Change-Reason Password-Too-Short 4
69 VALUE MS-Acct-Auth-Type PAP 1
70 VALUE MS-Acct-Auth-Type CHAP 2
71 VALUE MS-Acct-Auth-Type MS-CHAP-1
    [all...]
dictionary.merit 16 VALUE Service-Type Authenticate-Only 8
  /external/clearsilver/ruby/ext/hdf/
neo_ruby.h 8 VALUE top;
neo_cs.c 16 static VALUE cCs;
17 extern VALUE mNeotonic;
18 extern VALUE eHdfError;
20 VALUE r_neo_error(NEOERR *err);
30 static VALUE c_init (VALUE self) {
34 VALUE c_new (VALUE class, VALUE oHdf) {
38 VALUE r_cs
    [all...]
neo_util.c 17 VALUE mNeotonic;
18 static VALUE cHdf;
19 VALUE eHdfError;
24 VALUE r_neo_error (NEOERR *err)
27 VALUE errstr;
68 static VALUE h_init (VALUE self)
73 VALUE h_new(VALUE class)
77 VALUE obj
116 char *name, *key, *value; local
137 char *name, *value; local
    [all...]
  /hardware/msm7k/librpc/rpc/
xdr.h 48 #define XDR_RECV_INT16(XDR, VALUE) (XDR)->xops->recv_int16(XDR, VALUE)
49 #define XDR_RECV_INT32(XDR, VALUE) (XDR)->xops->recv_int32(XDR, VALUE)
50 #define XDR_RECV_INT8(XDR, VALUE) (XDR)->xops->recv_int8(XDR, VALUE)
51 #define XDR_RECV_UINT(XDR, VALUE) (XDR)->xops->recv_uint32(XDR, (uint32 *)(VALUE))
52 #define XDR_RECV_UINT32(XDR, VALUE) (XDR)->xops->recv_uint32(XDR, VALUE)
    [all...]
  /external/zlib/as400/
compile.clp 14 VALUE('ZLIB') /* Source library. */
16 VALUE('SOURCES') /* Source member file. */
18 VALUE('TOOLS') /* Control member file. */
21 VALUE('ZLIB') /* Module library. */
24 VALUE('LGPL') /* Service program library. */
27 VALUE('OPTIMIZE(40)') /* Compile options. */
32 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
38 CHGVAR VAR(&CMD) VALUE('CRTCMOD MODULE(' *TCAT &MODLIB *TCAT +
44 CHGVAR VAR(&CMD) VALUE('CRTCMOD MODULE(' *TCAT &MODLIB *TCAT +
50 CHGVAR VAR(&CMD) VALUE('CRTCMOD MODULE(' *TCAT &MODLIB *TCAT
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
aout.h 228 #define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE) \
232 asm_fprintf (STREAM, "\t.word\t%LL%d\n", VALUE); \
240 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \
244 asm_fprintf (STREAM, "\tb\t%LL%d\n", VALUE); \
246 asm_fprintf (STREAM, "\t.word\t%LL%d-%LL%d\n", VALUE, REL); \
253 VALUE, REL); \
257 VALUE, REL); \
261 asm_fprintf (STREAM, "\t.word\t%LL%d+1-%LL%d\n", VALUE, REL); \
263 asm_fprintf (STREAM, "\t.word\t%LL%d+1\n", VALUE); \
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.4-10.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
51 The result of binding an identifier is always a value of type Reference with
68 var VALUE = 12345;
69 var MYOBJECT = new Number( VALUE );
73 testcases[tc].expect = String(VALUE);
82 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 55 DummyProvider.NAME, DummyProvider.VALUE};
69 values0.put(DummyProvider.VALUE, VALUE0);
74 values1.put(DummyProvider.VALUE, VALUE1);
108 new ContentQueryMap(mCursor, DummyProvider.VALUE, false, new Handler());
141 assertEquals(VALUE0, rows.get(NAME0).getAsString(DummyProvider.VALUE));
143 assertEquals(VALUE1, rows.get(NAME1).getAsString(DummyProvider.VALUE));
173 assertEquals(VALUE0, contentValues.getAsString(DummyProvider.VALUE));
177 assertEquals(VALUE1, contentValues.getAsString(DummyProvider.VALUE));
185 values.put(DummyProvider.VALUE, VALUE2);
195 assertEquals(VALUE1, contentValues.getAsString(DummyProvider.VALUE));
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java 57 Settings.System.putString(r, "test", "Value");
62 Settings.System.VALUE,
72 Settings.System.putString(r, "test", "New Value");
74 String value = v.getAsString(Settings.System.VALUE);
75 assertEquals("Value", value);
82 String value = v.getAsString(Settings.System.VALUE);
83 assertEquals("New Value", value)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
defaults.h 32 #define GET_ENVIRONMENT(VALUE, NAME) do { (VALUE) = getenv (NAME); } while (0)
174 #define ASM_OUTPUT_WEAK_ALIAS(STREAM, NAME, VALUE) \
178 if (VALUE) \
179 ASM_OUTPUT_DEF (STREAM, NAME, VALUE); \
193 #define ASM_OUTPUT_WEAKREF(FILE, DECL, NAME, VALUE) \
199 assemble_name ((FILE), (VALUE)); \
325 SUPPORTS_INIT_PRIORITY a nonzero value. */
505 /* Width in bits of a pointer. Mind the value of the macro `Pmode'. */
569 /* Default value for the alignment (in bits) a C conformant malloc has t
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
SettingsTest.java 35 Settings.System._ID, Settings.System.NAME, Settings.System.VALUE
54 ContentValues value = new ContentValues(); local
55 value.put(Settings.System.NAME, insertName);
56 value.put(Settings.System.VALUE, insertValue);
58 provider.insert(Settings.System.CONTENT_URI, value);
70 value.clear();
71 value.put(Settings.System.NAME, updateName);
72 value.put(Settings.System.VALUE, updateValue)
122 ContentValues value = new ContentValues(); local
184 ContentValues value = new ContentValues(); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsProviderTest.java 34 Settings.Secure.putString(r, "test_service", "Value");
35 assertEquals("Value", Settings.Secure.getString(r, "test_service"));
37 // Make sure the value can be overwritten.
46 Settings.System.putString(r, "test_setting", "Value");
47 assertEquals("Value", Settings.System.getString(r, "test_setting"));
70 v.put(Settings.System.VALUE, "Test");
79 assertEquals("Test", c.getString(c.getColumnIndex(Settings.System.VALUE)));
98 assertEquals("Test", c.getString(c.getColumnIndex(Settings.System.VALUE)));
105 v.put(Settings.System.VALUE, "Toast");
112 assertEquals("Toast", c.getString(c.getColumnIndex(Settings.System.VALUE)));
    [all...]
  /cts/tests/src/android/content/cts/
DummyProvider.java 58 public static final String VALUE = "value";
86 + NAME + " TEXT," + VALUE + " TEXT"+ ");");
106 db.insert(tbName, VALUE, values);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 55 private static final String[] COLUMN_VALUE = new String[] { "value" };
68 private static final Bundle NULL_SETTING = Bundle.forPair("value", null);
209 new String[] { Settings.NameValueTable.VALUE },
213 final String value = c.moveToNext() ? c.getString(0) : null; local
214 if (value == null) {
228 values.put(Settings.NameValueTable.VALUE, newAndroidIdValue);
256 // Looks up value 'key' in 'table' and returns either a single-pair Bundle,
257 // possibly with a null value, or null on failure.
356 * Used to parse changes to the value of Settings.Secure.LOCATION_PROVIDERS_ALLOWED.
365 String value = initialValues.getAsString(Settings.Secure.VALUE) local
440 String value = initialValues.getAsString(Settings.NameValueTable.VALUE); local
653 String value = contentValues.getAsString(Settings.NameValueTable.VALUE); local
    [all...]
  /packages/apps/IM/src/com/android/im/provider/
Imps.java 200 * A boolean value indicates if the account is active.
206 * A boolean value indicates if the account is locked (not editable)
212 * A boolean value to indicate whether this account is kept signed in.
218 * A boolean value indiciating the last login state for this account
476 * Rejected: a boolean value indicating whether a subscription request from
    [all...]

Completed in 808 milliseconds

1 2 3