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

1 2 3 4 5

  /external/dbus/dbus/
versioninfo.rc.in 37 VALUE "Comments", "Provided under the terms of the GNU Lesser General Public License.\0"
38 VALUE "CompanyName", "FreeDesktop.org\0"
39 VALUE "FileDescription", "dbus - FreeDesktop message bus system\0"
40 VALUE "FileVersion", "@DBUS_VERSION@\0"
41 VALUE "InternalName", "dbus\0"
42 VALUE "LegalCopyright", "Copyright ? 2009 FreeDesktop.org\0"
43 VALUE "LegalTrademarks", "\0"
44 VALUE "OriginalFilename", "dbus-1.dll\0"
45 VALUE "PrivateBuild", "\0"
46 VALUE "ProductName", "dbus\0
    [all...]
  /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...]
  /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/clang/test/Index/
file-refs.c 2 VALUE = 3
8 return x+glob_x+VALUE;
27 // CHECK: EnumConstantDecl=VALUE:2:3 (Definition)
28 // CHECK-NEXT: EnumConstantDecl=VALUE:2:3 (Definition) =[2:3 - 2:8]
29 // CHECK-NEXT: DeclRefExpr=VALUE:2:3 =[8:19 - 8:24]
  /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/clang/test/Parser/
recovery.c 79 #define VALUE 0
80 x = VALUE // expected-error{{expected ';' after expression}}
94 #define VALUE2 VALUE+VALUE
95 #define VALUE3 VALUE+0
  /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...]
  /external/zlib/old/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); \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/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); \
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/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/Source/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...]
  /external/llvm/include/llvm/Support/
Compiler.h 65 #define BUILTIN_EXPECT(EXPR, VALUE) __builtin_expect((EXPR), (VALUE))
67 #define BUILTIN_EXPECT(EXPR, VALUE) (EXPR)
  /development/build/tools/
mk_sdk_repo_xml.sh 66 # check_enum value value1 value2 value3...
69 local VALUE="$1"
73 if [[ "$i" == "$VALUE" ]]; then
74 echo "$VALUE"
113 local VALUE
117 VALUE=$( grep "^$1=" "$PROPS" | cut -d = -f 2 | tr ' ' '@' | tr -d '\r' )
118 if [[ -n "$VALUE" ]]; then
119 RESULT="$RESULT $2 $VALUE"
131 local KEY VALUE
136 VALUE="${2//@/ }
    [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...]
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
omx_rpc_utils.h 101 #define RPC_SETFIELDVALUE(MSGBODY, POS, VALUE, TYPE) do { \
102 *((TYPE *) ((OMX_U32)MSGBODY+POS)) = VALUE; \
124 #define RPC_GETFIELDVALUE(MSGBODY, POS, VALUE, TYPE) do { \
125 VALUE = *((TYPE *) ((OMX_U32)MSGBODY+POS)); \
  /external/webkit/Source/WebCore/html/parser/
create-html-entity-table 36 VALUE = 1
49 def convert_value_to_int(value):
50 assert(value[0] == "U")
51 assert(value[1] == "+")
52 return "0x" + value[2:]
130 convert_value_to_int(entry[VALUE])))

Completed in 1679 milliseconds

1 2 3 4 5