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

12 3 4 5 6 7 8 91011>>

  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/arch/
mcbsp.h 38 #define RINTM(value) ((value)<<4)
41 #define CLKSTP(value) ((value)<<11)
42 #define RJUST(value) ((value)<<13)
49 #define XINTM(value) ((value)<<4)
71 #define RWDLEN1(value) ((value)<<5)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
version.rc 25 VALUE "CompanyName", "\0"
26 VALUE "FileDescription", "SDL\0"
27 VALUE "FileVersion", "1, 2, 12, 0\0"
28 VALUE "InternalName", "SDL\0"
29 VALUE "LegalCopyright", "Copyright ? 2007 Sam Lantinga\0"
30 VALUE "OriginalFilename", "SDL.dll\0"
31 VALUE "ProductName", "Simple DirectMedia Layer\0"
32 VALUE "ProductVersion", "1, 2, 12, 0\0"
37 VALUE "Translation", 0x409, 1200
  /external/webkit/LayoutTests/platform/android-v8/storage/domstorage/localstorage/
string-conversion-expected.txt 4 Type/value for null is string/null
5 Type/value for 0 is string/0
6 Type/value for function(){} is string/function (){}
8 Type/value for null is string/null
9 Type/value for 0 is string/0
10 Type/value for function(){} is string/function (){}
12 Type/value for null is string/null
13 Type/value for 0 is string/0
14 Type/value for function(){} is string/function (){}
  /external/webkit/LayoutTests/platform/android-v8/storage/domstorage/sessionstorage/
string-conversion-expected.txt 4 Type/value for null is string/null
5 Type/value for 0 is string/0
6 Type/value for function(){} is string/function (){}
8 Type/value for null is string/null
9 Type/value for 0 is string/0
10 Type/value for function(){} is string/function (){}
12 Type/value for null is string/null
13 Type/value for 0 is string/0
14 Type/value for function(){} is string/function (){}
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
string-conversion-expected.txt 4 Type/value for null is string/null
5 Type/value for 0 is string/0
6 Type/value for function(){} is string/function () {}
8 Type/value for null is string/null
9 Type/value for 0 is string/0
10 Type/value for function(){} is string/function () {}
12 Type/value for null is string/null
13 Type/value for 0 is string/0
14 Type/value for function(){} is string/function () {}
simple-usage-expected.txt 3 Value for FOO is null
5 Value for FOO is BAR
10 Value for FOO is BAZ
12 Value for FOO is null
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
string-conversion-expected.txt 4 Type/value for null is string/null
5 Type/value for 0 is string/0
6 Type/value for function(){} is string/function () {}
8 Type/value for null is string/null
9 Type/value for 0 is string/0
10 Type/value for function(){} is string/function () {}
12 Type/value for null is string/null
13 Type/value for 0 is string/0
14 Type/value for function(){} is string/function () {}
  /external/webkit/JavaScriptCore/wtf/
TypeTraits.cpp 29 COMPILE_ASSERT(IsInteger<bool>::value, WTF_IsInteger_bool_true);
30 COMPILE_ASSERT(IsInteger<char>::value, WTF_IsInteger_char_true);
31 COMPILE_ASSERT(IsInteger<signed char>::value, WTF_IsInteger_signed_char_true);
32 COMPILE_ASSERT(IsInteger<unsigned char>::value, WTF_IsInteger_unsigned_char_true);
33 COMPILE_ASSERT(IsInteger<short>::value, WTF_IsInteger_short_true);
34 COMPILE_ASSERT(IsInteger<unsigned short>::value, WTF_IsInteger_unsigned_short_true);
35 COMPILE_ASSERT(IsInteger<int>::value, WTF_IsInteger_int_true);
36 COMPILE_ASSERT(IsInteger<unsigned int>::value, WTF_IsInteger_unsigned_int_true);
37 COMPILE_ASSERT(IsInteger<long>::value, WTF_IsInteger_long_true);
38 COMPILE_ASSERT(IsInteger<unsigned long>::value, WTF_IsInteger_unsigned_long_true)
    [all...]
HashCountedSet.h 31 template<typename Value, typename HashFunctions = typename DefaultHash<Value>::Hash,
32 typename Traits = HashTraits<Value> > class HashCountedSet : public FastAllocBase {
34 typedef HashMap<Value, unsigned, HashFunctions, Traits> ImplType;
36 typedef Value ValueType;
57 // increases the count if an equal value is already present
58 // the return value is a pair of an interator to the new value's location,
62 // reduces the count of the value, and removes it if count
67 // removes the value, regardless of its coun
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
DeliveryInd.java 49 * Get Date value.
51 * @return the value
58 * Set Date value.
60 * @param value the value
62 public void setDate(long value) {
63 mPduHeaders.setLongInteger(value, PduHeaders.DATE);
67 * Get Message-ID value.
69 * @return the value
76 * Set Message-ID value
    [all...]
NotificationInd.java 50 * Get X-Mms-Content-Class Value.
52 * @return the value
59 * Set X-Mms-Content-Class Value.
61 * @param value the value
62 * @throws InvalidHeaderValueException if the value is invalid.
65 public void setContentClass(int value) throws InvalidHeaderValueException {
66 mPduHeaders.setOctet(value, PduHeaders.CONTENT_CLASS);
70 * Get X-Mms-Content-Location value.
72 * Content-location-value = Uri-valu
    [all...]
ReadOrigInd.java 46 * Get Date value.
48 * @return the value
55 * Set Date value.
57 * @param value the value
59 public void setDate(long value) {
60 mPduHeaders.setLongInteger(value, PduHeaders.DATE);
64 * Get From value.
65 * From-value = Value-lengt
    [all...]
GenericPdu.java 54 * Get X-Mms-Message-Type field value.
56 * @return the X-Mms-Report-Allowed value
63 * Set X-Mms-Message-Type field value.
65 * @param value the value
66 * @throws InvalidHeaderValueException if the value is invalid.
67 * RuntimeException if field's value is not Octet.
69 public void setMessageType(int value) throws InvalidHeaderValueException {
70 mPduHeaders.setOctet(value, PduHeaders.MESSAGE_TYPE);
74 * Get X-Mms-MMS-Version field value
    [all...]
MultimediaMessagePdu.java 79 * @return the value
88 * @param value the value
89 * @throws NullPointerException if the value is null.
91 public void setSubject(EncodedStringValue value) {
92 mPduHeaders.setEncodedStringValue(value, PduHeaders.SUBJECT);
96 * Get To value.
98 * @return the value
105 * Add a "To" value.
107 * @param value the valu
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
LoadingInvocationUnit.java 26 import proguard.evaluation.value.*;
44 * Creates a new LoadingInvocationUnit with the given value factory.
53 * Creates a new LoadingInvocationUnit with the given value factory, for
71 protected Value getFieldClassValue(Clazz clazz,
81 // Retrieve the stored field class value.
82 ReferenceValue value = StoringInvocationUnit.getFieldClassValue((Field)referencedMember); local
83 if (value != null &&
84 value.isParticular())
86 return value;
87 // // Make sure the value is refreshed
108 Value value = StoringInvocationUnit.getFieldValue((Field)referencedMember); local
132 Value value = StoringInvocationUnit.getMethodParameterValue(method, parameterIndex); local
161 Value value = StoringInvocationUnit.getMethodReturnValue((Method)referencedMember); local
    [all...]
  /external/bluetooth/glib/gobject/
gvaluetypes.h 35 * @value: a valid #GValue structure
41 #define G_VALUE_HOLDS_CHAR(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_CHAR))
44 * @value: a valid #GValue structure
50 #define G_VALUE_HOLDS_UCHAR(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_UCHAR))
53 * @value: a valid #GValue structure
59 #define G_VALUE_HOLDS_BOOLEAN(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_BOOLEAN))
62 * @value: a valid #GValue structur
    [all...]
  /external/bluetooth/bluez/test/
service-ftp.xml 6 <uuid value="0x1106"/>
13 <uuid value="0x0100"/>
16 <uuid value="0x0003"/>
17 <uint8 value="23" name="channel"/>
20 <uuid value="0x0008"/>
28 <uuid value="0x1106"/>
29 <uint16 value="0x0100" name="version"/>
35 <text value="OBEX File Transfer" name="name"/>
  /external/clearsilver/man/man3/
hdf_set_buf.3 14 hdf_set_buf - Set the value of a node without duplicating
15 the value
21 NEOERR* hdf_set_buf (HDF *hdf, const char *name, char *value);
30 value -> the malloc'd value
34 dataset takes ownership of the value instead of making a
35 copy of it. The dataset assumes that value was
39 .SH "RETURN VALUE"
  /external/bluetooth/glib/tests/gobject/
paramspec-test.c 39 GValue value = { 0, }; local
49 g_value_init (&value, G_TYPE_CHAR);
50 g_value_set_char (&value, 30);
52 g_assert (g_param_value_defaults (pspec, &value));
54 g_value_set_char (&value, 0);
55 modified = g_param_value_validate (pspec, &value);
56 g_assert (modified && g_value_get_char (&value) == 20);
58 g_value_set_char (&value, 20);
59 modified = g_param_value_validate (pspec, &value);
60 g_assert (!modified && g_value_get_char (&value) == 20)
77 GValue value = { 0, }; local
149 GValue value = { 0, }; local
189 GValue value = { 0, }; local
    [all...]
  /external/proguard/src/proguard/evaluation/value/
ParticularIntegerValue.java 21 package proguard.evaluation.value;
24 * This IntegerValue represents a particular integer value.
30 private final int value; field in class:ParticularIntegerValue
34 * Creates a new particular integer value.
36 public ParticularIntegerValue(int value)
38 this.value = value;
44 public int value() method in class:ParticularIntegerValue
46 return value;
54 return new ParticularIntegerValue(-value);
    [all...]
ParticularDoubleValue.java 21 package proguard.evaluation.value;
24 * This DoubleValue represents a particular double value.
30 private final double value; field in class:ParticularDoubleValue
34 * Creates a new particular double value.
36 public ParticularDoubleValue(double value)
38 this.value = value;
44 public double value() method in class:ParticularDoubleValue
46 return value;
54 return new ParticularDoubleValue(-value);
    [all...]
ParticularFloatValue.java 21 package proguard.evaluation.value;
24 * This FloatValue represents a particular float value.
30 private final float value; field in class:ParticularFloatValue
34 * Creates a new particular float value.
36 public ParticularFloatValue(float value)
38 this.value = value;
44 public float value() method in class:ParticularFloatValue
46 return value;
54 return new ParticularFloatValue(-value);
    [all...]
  /frameworks/base/core/java/android/content/
ContentValues.java 90 * Adds a value to the set.
92 * @param key the name of the value to put
93 * @param value the data for the value to put
95 public void put(String key, String value) {
96 mValues.put(key, value);
109 * Adds a value to the set.
111 * @param key the name of the value to put
112 * @param value the data for the value to pu
250 Object value = mValues.get(key); local
261 Object value = mValues.get(key); local
286 Object value = mValues.get(key); local
311 Object value = mValues.get(key); local
336 Object value = mValues.get(key); local
361 Object value = mValues.get(key); local
386 Object value = mValues.get(key); local
411 Object value = mValues.get(key); local
432 Object value = mValues.get(key); local
495 String value = getAsString(name); local
    [all...]
  /external/clearsilver/ruby/ext/hdf/
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...]
neo_ruby.h 8 VALUE top;

Completed in 718 milliseconds

12 3 4 5 6 7 8 91011>>