HomeSort by relevance Sort by last modified time
    Searched full:value (Results 76 - 100 of 15709) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCore.rc 33 VALUE "FileDescription", "JavaScriptCore Dynamic Link Library"
34 VALUE "FileVersion", __VERSION_TEXT__
35 VALUE "CompanyName", "Apple Inc."
36 VALUE "InternalName", "JavaScriptCore"
37 VALUE "LegalCopyright", "Copyright Apple Inc. 2003-" __COPYRIGHT_YEAR_END_TEXT__
38 VALUE "OriginalFilename", "JavaScriptCore.dll"
39 VALUE "ProductName", " JavaScriptCore"
40 VALUE "ProductVersion", __VERSION_TEXT__
45 VALUE "Translation", 0x409, 1200
  /external/webkit/WebCore/WebCore.vcproj/
QTMovieWin.rc 33 VALUE "FileDescription", "WebKit QuickTime Movie Dynamic Link Library"
34 VALUE "FileVersion", __VERSION_TEXT__
35 VALUE "CompanyName", "Apple Inc."
36 VALUE "InternalName", "WebKit"
37 VALUE "LegalCopyright", "Copyright Apple Inc. 2007-" __COPYRIGHT_YEAR_END_TEXT__
38 VALUE "OriginalFilename", "QTMovieWin.dll"
39 VALUE "ProductName", "WebKit"
40 VALUE "ProductVersion", __VERSION_TEXT__
45 VALUE "Translation", 0x409, 1200
  /external/zlib/win32/
zlib1.rc 25 VALUE "FileDescription", "zlib data compression library\0"
26 VALUE "FileVersion", "1.2.3\0"
27 VALUE "InternalName", "zlib1.dll\0"
28 VALUE "LegalCopyright", "(C) 1995-2004 Jean-loup Gailly & Mark Adler\0"
29 VALUE "OriginalFilename", "zlib1.dll\0"
30 VALUE "ProductName", "zlib\0"
31 VALUE "ProductVersion", "1.2.3\0"
32 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
37 VALUE "Translation", 0x0409, 1252
  /frameworks/base/core/java/com/google/android/mms/pdu/
SendConf.java 46 * Get Message-ID value.
48 * @return the value
55 * Set Message-ID value.
57 * @param value the value
58 * @throws NullPointerException if the value is null.
60 public void setMessageId(byte[] value) {
61 mPduHeaders.setTextString(value, PduHeaders.MESSAGE_ID);
67 * @return the value
76 * @param value the value
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/misc/
HashCode.java 66 * The hashCode value before any data is appended, equals to 1.
81 * Combines hashCode of previous elements sequence and value's hashCode.
82 * @param hashCode previous hashCode value
83 * @param value new element
86 public static int combine(int hashCode, boolean value) {
87 int v = value ? 1231 : 1237;
92 * Combines hashCode of previous elements sequence and value's hashCode.
93 * @param hashCode previous hashCode value
94 * @param value new element
97 public static int combine(int hashCode, long value) {
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
X509DefaultEntryConverter.java 13 * string value to ASN.1 strings.
19 * Apply default coversion for the given value depending on the oid
20 * and the character range of the value.
23 * @param value the value associated with it
24 * @return the ASN.1 equivalent for the string value.
28 String value)
30 if (value.length() != 0 && value.charAt(0) == '#')
34 return convertHexEncoded(value, 1)
    [all...]
  /external/bluetooth/bluez/test/
service-record.dtd 11 <!ATTLIST text value CDATA #REQUIRED>
16 <!ATTLIST url value CDATA #REQUIRED>
20 <!ATTLIST uuid value CDATA #REQUIRED>
23 <!ATTLIST boolean value CDATA #REQUIRED>
27 <!ATTLIST uint8 value CDATA #REQUIRED>
31 <!ATTLIST uint16 value CDATA #REQUIRED>
35 <!ATTLIST uint32 value CDATA #REQUIRED>
39 <!ATTLIST uint64 value CDATA #REQUIRED>
43 <!ATTLIST uint128 value CDATA #REQUIRED>
47 <!ATTLIST int8 value CDATA #REQUIRED
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Expressions/
instanceof-003-n.js 31 function Gen3(value) {
32 this.value = value;
39 function Gen2(value) {
40 this.value = value;
46 function Gen1(value) {
47 this.value = value;
53 function Gen0(value) {
    [all...]
instanceof-004-n.js 31 function Gen3(value) {
32 this.value = value;
39 function Gen2(value) {
40 this.value = value;
46 function Gen1(value) {
47 this.value = value;
53 function Gen0(value) {
    [all...]
instanceof-005-n.js 31 function Gen3(value) {
32 this.value = value;
39 function Gen2(value) {
40 this.value = value;
46 function Gen1(value) {
47 this.value = value;
53 function Gen0(value) {
    [all...]
instanceof-006.js 31 function Gen3(value) {
32 this.value = value;
39 function Gen2(value) {
40 this.value = value;
46 function Gen1(value) {
47 this.value = value;
53 function Gen0(value) {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
ContentValuesBuilder.java 32 public ContentValuesBuilder put(String key, String value) {
33 mContentValues.put(key, value);
37 public ContentValuesBuilder put(String key, Byte value) {
38 mContentValues.put(key, value);
42 public ContentValuesBuilder put(String key, Short value) {
43 mContentValues.put(key, value);
47 public ContentValuesBuilder put(String key, Integer value) {
48 mContentValues.put(key, value);
52 public ContentValuesBuilder put(String key, Long value) {
53 mContentValues.put(key, value);
    [all...]
  /external/expat/bcb5/
expat_static.bpr 5 <VERSION value="BCB.05.03"/>
6 <PROJECT value="Release\libexpats_mtd.lib"/>
7 <OBJFILES value="Release\obj\libexpat_static\xmlparse.obj
10 <RESFILES value=""/>
11 <IDLFILES value=""/>
12 <IDLGENFILES value=""/>
13 <DEFFILE value=""/>
14 <RESDEPEN value="$(RESFILES)"/>
15 <LIBFILES value=""/>
16 <LIBRARIES value=""/
    [all...]
outline.bpr 5 <VERSION value="BCB.05.03"/>
6 <PROJECT value="Release\outline.exe"/>
7 <OBJFILES value="Release\obj\examples\outline.obj"/>
8 <RESFILES value=""/>
9 <IDLFILES value=""/>
10 <IDLGENFILES value=""/>
11 <DEFFILE value=""/>
12 <RESDEPEN value="$(RESFILES)"/>
13 <LIBFILES value="Release\libexpat_mtd.lib"/>
14 <LIBRARIES value=""/
    [all...]
  /external/clearsilver/man/man3/
dictSetValue.3 14 dictSetValue - set/reset an items value.
20 NEOERR *dictSetValue(dictCtx dict, const char *id, void *value);
29 value - value to store (may NOT be NULL)
32 Updates the <id>/<value> pair into <dict>.
37 .SH "RETURN VALUE"
hdf_obj_value.3 14 hdf_obj_value - Return the value of a node
29 which returns the value of the node, or NULL if the node
30 has no value. This is not a copy of the value, so the
31 node retains ownership of the value
33 .SH "RETURN VALUE"
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
TypeQualifierValidator.java 9 * Given a type qualifier, check to see if a known specific constant value
14 * @param value
15 * the value to check
16 * @return a value indicating whether or not the value is an member of the
20 When forConstantValue(@Nonnull A annotation, Object value);
  /external/skia/src/core/
SkFloatBits.cpp 12 computations on value. Also, Cast does not need to check for negative zero,
13 as that value (0x80000000) "does the right thing" for Ceil. Note that it
40 int value = unpack_matissa_dirty(packed) | MATISSA_MAGIC_BIG; local
44 value = SK_MaxS32;
46 value <<= exp;
53 value >>= exp;
55 return SkApplySign(value, SkExtractSign(packed));
66 int value = unpack_matissa_dirty(packed) | MATISSA_MAGIC_BIG; local
70 value = SK_MaxS32;
72 value <<= exp
96 int value = unpack_matissa_dirty(packed) | MATISSA_MAGIC_BIG; local
126 int value = unpack_matissa_dirty(packed) | MATISSA_MAGIC_BIG; local
    [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/proguard/src/proguard/evaluation/value/
ConvertedByteValue.java 21 package proguard.evaluation.value;
24 * This IntegerValue represents a byte value that is converted from an
25 * integer value.
31 private final IntegerValue value; field in class:ConvertedByteValue
35 * Creates a new converted byte value of the given integer value.
37 public ConvertedByteValue(IntegerValue value)
39 this.value = value;
49 this.value.equals(((ConvertedByteValue)object).value)
    [all...]
ConvertedCharacterValue.java 21 package proguard.evaluation.value;
24 * This IntegerValue represents a character value that is converted from an
25 * integer value.
31 private final IntegerValue value; field in class:ConvertedCharacterValue
35 * Creates a new converted character value of the given integer value.
37 public ConvertedCharacterValue(IntegerValue value)
39 this.value = value;
49 this.value.equals(((ConvertedCharacterValue)object).value)
    [all...]
ConvertedShortValue.java 21 package proguard.evaluation.value;
24 * This IntegerValue represents a short value that is converted from an
25 * integer value.
31 private final IntegerValue value; field in class:ConvertedShortValue
35 * Creates a new converted short value of the given integer value.
37 public ConvertedShortValue(IntegerValue value)
39 this.value = value;
49 this.value.equals(((ConvertedShortValue)object).value)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/annotation/
NameValuePair.java 24 * A (name, value) pair. These are used as the contents of an annotation.
30 /** {@code non-null;} the value */
31 private final Constant value; field in class:NameValuePair
37 * @param value {@code non-null;} the value
39 public NameValuePair(CstUtf8 name, Constant value) {
44 if (value == null) {
45 throw new NullPointerException("value == null");
49 if (value instanceof CstUtf8) {
50 throw new IllegalArgumentException("bad value: " + value)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/cst/
CstByte.java 27 /** {@code non-null;} the value {@code 0} as an instance of this class */
31 * Makes an instance for the given value. This may (but does not
34 * @param value the {@code byte} value
36 public static CstByte make(byte value) {
37 return new CstByte(value);
41 * Makes an instance for the given {@code int} value. This
45 * @param value the value, which must be in range for a {@code byte}
48 public static CstByte make(int value) {
71 int value = getIntBits(); local
    [all...]

Completed in 148 milliseconds

1 2 34 5 6 7 8 91011>>