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

1 2 3 4 5 6 7 8

  /frameworks/native/include/utils/
KeyedVector.h 34 template <typename KEY, typename VALUE>
39 typedef VALUE value_type;
68 const VALUE& valueFor(const KEY& key) const;
69 const VALUE& valueAt(size_t index) const;
72 const VALUE& operator[] (size_t index) const;
78 VALUE& editValueFor(const KEY& key);
79 VALUE& editValueAt(size_t index);
85 ssize_t add(const KEY& key, const VALUE& item);
86 ssize_t replaceValueFor(const KEY& key, const VALUE& item);
87 ssize_t replaceValueAt(size_t index, const VALUE& item)
103 enum { value = trait_trivial_move<SortedVector< key_value_pair_t<KEY, VALUE> > >::value }; enumerator in enum:android::trait_trivial_move::__anon20097
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
WrongType.java 27 VALUE
  /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...]
  /external/libusb_aah/libusb/
libusb-1.0.rc 38 VALUE "Comments", "\0"
39 VALUE "CompanyName", "libusb.org\0"
40 VALUE "FileDescription", "C library for writing portable USB drivers in userspace\0"
41 VALUE "FileVersion", LIBUSB_VERSIONSTRING
42 VALUE "InternalName", "libusb\0"
43 VALUE "LegalCopyright", "See individual source files, GNU LGPL v2.1 or later.\0"
44 VALUE "LegalTrademarks", "http://www.gnu.org/licenses/lgpl-2.1.html\0"
45 VALUE "OriginalFilename", "libusb-1.0.dll\0"
46 VALUE "PrivateBuild", "\0"
47 VALUE "ProductName", "libusb-1.0\0
    [all...]
  /system/core/libpixelflinger/codeflinger/tinyutils/
KeyedVector.h 33 template <typename KEY, typename VALUE>
38 typedef VALUE value_type;
64 const VALUE& valueFor(const KEY& key) const;
65 const VALUE& valueAt(size_t index) const;
73 VALUE& editValueFor(const KEY& key);
74 VALUE& editValueAt(size_t index);
80 ssize_t add(const KEY& key, const VALUE& item);
81 ssize_t replaceValueFor(const KEY& key, const VALUE& item);
82 ssize_t replaceValueAt(size_t index, const VALUE& item);
92 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...]
  /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]
targeted-top.h 8 VALUE = 3
  /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/src/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. */
30 VALUE('V5R3M0') /* Target release. */
35 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
42 CHGVAR VAR(&FIXDCMD) VALUE('CRTCMOD' *BCAT &CFLAGS *BCAT +
50 CHGVAR VAR(&CMD) VALUE(&FIXDCMD *TCAT 'ADLER32)'
    [all...]
  /external/clang/test/Parser/
recovery.c 80 #define VALUE 0
81 x = VALUE // expected-error{{expected ';' after expression}}
95 #define VALUE2 VALUE+VALUE
96 #define VALUE3 VALUE+0
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
aout.h 242 #define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE) \
246 asm_fprintf (STREAM, "\t.word\t%LL%d\n", VALUE); \
254 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \
258 asm_fprintf (STREAM, "\tb\t%LL%d\n", VALUE); \
267 VALUE, REL); \
271 VALUE, REL); \
275 VALUE, REL); \
282 asm_fprintf (STREAM, "\t.word\t%LL%d+1\n", VALUE); \
290 VALUE, REL); \
294 VALUE, REL);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 242 #define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE) \
246 asm_fprintf (STREAM, "\t.word\t%LL%d\n", VALUE); \
254 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \
258 asm_fprintf (STREAM, "\tb\t%LL%d\n", VALUE); \
267 VALUE, REL); \
271 VALUE, REL); \
275 VALUE, REL); \
282 asm_fprintf (STREAM, "\t.word\t%LL%d+1\n", VALUE); \
290 VALUE, REL); \
294 VALUE, REL);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
aout.h 242 #define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE) \
246 asm_fprintf (STREAM, "\t.word\t%LL%d\n", VALUE); \
254 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \
258 asm_fprintf (STREAM, "\tb\t%LL%d\n", VALUE); \
267 VALUE, REL); \
271 VALUE, REL); \
275 VALUE, REL); \
282 asm_fprintf (STREAM, "\t.word\t%LL%d+1\n", VALUE); \
290 VALUE, REL); \
294 VALUE, REL);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 242 #define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE) \
246 asm_fprintf (STREAM, "\t.word\t%LL%d\n", VALUE); \
254 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \
258 asm_fprintf (STREAM, "\tb\t%LL%d\n", VALUE); \
267 VALUE, REL); \
271 VALUE, REL); \
275 VALUE, REL); \
282 asm_fprintf (STREAM, "\t.word\t%LL%d+1\n", VALUE); \
290 VALUE, REL); \
294 VALUE, REL);
    [all...]
  /external/clang/lib/Driver/
CC1AsOptions.cpp 18 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE;
26 #define PREFIX(NAME, VALUE)
DriverOptions.cpp 17 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE;
25 #define PREFIX(NAME, 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 ";
  /external/clang/include/clang/Driver/
CC1AsOptions.h 20 #define PREFIX(NAME, VALUE)
Options.h 20 #define PREFIX(NAME, VALUE)
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ForwardingCheckedFutureTest.java 38 private static final String VALUE = "delegated";
49 expect(delegate.checkedGet()).andReturn(VALUE).times(2);
51 assertEquals(VALUE, forwarded.checkedGet());
52 assertEquals(VALUE, simple.checkedGet());
57 expect(delegate.checkedGet(100, TIME_UNIT)).andReturn(VALUE).times(2);
59 assertEquals(VALUE, forwarded.checkedGet(100, TIME_UNIT));
60 assertEquals(VALUE, simple.checkedGet(100, TIME_UNIT));

Completed in 843 milliseconds

1 2 3 4 5 6 7 8