Searched refs:value (Results 401 - 425 of 13868) sorted by relevance

<<11121314151617181920>>

/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
H A DNameValuePair.java23 * A (name, value) pair. These are used as the contents of an annotation.
29 /** {@code non-null;} the value */
30 private final Constant value; field in class:NameValuePair
36 * @param value {@code non-null;} the value
38 public NameValuePair(CstString name, Constant value) { argument
43 if (value == null) {
44 throw new NullPointerException("value == null");
48 this.value = value;
[all...]
/external/elfutils/libdw/
H A Ddwarf_arrayorder.c64 Dwarf_Word value; local
68 &value) == 0 ? (int) value : -1;
H A Ddwarf_bitoffset.c64 Dwarf_Word value; local
68 &value) == 0 ? (int) value : -1;
H A Ddwarf_bitsize.c64 Dwarf_Word value; local
68 &value) == 0 ? (int) value : -1;
H A Ddwarf_bytesize.c64 Dwarf_Word value; local
68 &value) == 0 ? (int) value : -1;
H A Ddwarf_srclang.c64 Dwarf_Word value; local
68 &value) == 0 ? (int) value : -1;
/external/emma/core/java12/com/vladium/jcd/compiler/
H A DCodeGen.java68 public static void push_int_value (final ByteArrayOStream out, final ClassDef cls, final int value) argument
70 if ((-1 <= value) && (value <= 5))
72 out.write (_iconst_0 + value);
74 else if ((-128 <= value) && (value <= 127))
77 value); // byte1
79 else if ((-32768 <= value) && (value <= 32767))
82 value >>>
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
H A DDoubleEncodedValue.java36 public final double value; field in class:DoubleEncodedValue
39 * Constructs a new <code>DoubleEncodedValue</code> by reading the value from the given <code>Input</code> object.
40 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits of
43 * @param valueArg The high 3 bits of the first byte of this encoded value
47 value = Double.longBitsToDouble(longValue);
51 * Constructs a new <code>DoubleEncodedValue</code> with the given value
52 * @param value The value
54 public DoubleEncodedValue(double value) { argument
55 this.value
[all...]
H A DEnumEncodedValue.java38 public final FieldIdItem value; field in class:EnumEncodedValue
42 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits
46 * @param valueArg The high 3 bits of the first byte of this encoded value
50 value = dexFile.FieldIdsSection.getItemByIndex(index);
54 * Constructs a new <code>EnumEncodedValue</code> with the given <code>FieldIdItem</code> value
55 * @param value The <code>FieldIdItem</code> value
57 public EnumEncodedValue(FieldIdItem value) { argument
58 this.value = value;
[all...]
H A DFieldEncodedValue.java38 public final FieldIdItem value; field in class:FieldEncodedValue
42 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits
46 * @param valueArg The high 3 bits of the first byte of this encoded value
50 value = dexFile.FieldIdsSection.getItemByIndex(index);
54 * Constructs a new <code>FieldEncodedValue</code> with the given <code>FieldIdItem</code> value
55 * @param value The <code>FieldIdItem</code> value
57 public FieldEncodedValue(FieldIdItem value) { argument
58 this.value = value;
[all...]
H A DFloatEncodedValue.java36 public final float value; field in class:FloatEncodedValue
39 * Constructs a new <code>FloatEncodedValue</code> by reading the value from the given <code>Input</code> object.
40 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits of
43 * @param valueArg The high 3 bits of the first byte of this encoded value
47 value = Float.intBitsToFloat((int)((longValue >> 32) & 0xFFFFFFFFL));
51 * Constructs a new <code>FloatEncodedValue</code> with the given value
52 * @param value The value
54 public FloatEncodedValue(float value) { argument
55 this.value
[all...]
H A DMethodEncodedValue.java38 public final MethodIdItem value; field in class:MethodEncodedValue
42 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits
46 * @param valueArg The high 3 bits of the first byte of this encoded value
50 value = dexFile.MethodIdsSection.getItemByIndex(index);
54 * Constructs a new <code>MethodEncodedValue</code> with the given <code>MethodIdItem</code> value
55 * @param value The <code>MethodIdItem</code> value
57 public MethodEncodedValue(MethodIdItem value) { argument
58 this.value = value;
[all...]
H A DStringEncodedValue.java39 public final StringIdItem value; field in class:StringEncodedValue
43 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits
47 * @param valueArg The high 3 bits of the first byte of this encoded value
51 value = dexFile.StringIdsSection.getItemByIndex(index);
55 * Constructs a new <code>StringEncodedValue</code> with the given <code>StringIdItem</code> value
56 * @param value The <code>StringIdItem</code> value
58 public StringEncodedValue(StringIdItem value) { argument
59 this.value = value;
[all...]
H A DTypeEncodedValue.java38 public final TypeIdItem value; field in class:TypeEncodedValue
42 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits
46 * @param valueArg The high 3 bits of the first byte of this encoded value
50 value = dexFile.TypeIdsSection.getItemByIndex(index);
54 * Constructs a new <code>TypeEncodedValue</code> with the given <code>TypeIdItem</code> value
55 * @param value The <code>TypeIdItem</code> value
57 public TypeEncodedValue(TypeIdItem value) { argument
58 this.value = value;
[all...]
/external/valgrind/main/drd/tests/
H A Dsem_open_traced.stderr.exp2 [1] sem_open 0x........ name drd-sem-open-test oflag 0x........ mode 0600 value 1
3 [2] sem_wait 0x........ value 1 -> 0
4 [2] sem_post 0x........ value 0 -> 1
5 [1] sem_wait 0x........ value 1 -> 0
6 [1] sem_post 0x........ value 0 -> 1
7 [1] sem_close 0x........ value 1
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc115 uint64 value; local
116 if (!input->ReadVarint64(&value)) return false;
120 uint64 value; local
121 if (!input->ReadLittleEndian64(&value)) return false;
146 uint32 value; local
147 if (!input->ReadLittleEndian32(&value)) return false;
185 int field_number, int value) {
196 int value; local
198 int, WireFormatLite::TYPE_ENUM>(input, &value)) {
201 if (is_valid(value)) {
184 SkipUnknownEnum( int field_number, int value) argument
209 WriteInt32(int field_number, int32 value, io::CodedOutputStream* output) argument
214 WriteInt64(int field_number, int64 value, io::CodedOutputStream* output) argument
219 WriteUInt32(int field_number, uint32 value, io::CodedOutputStream* output) argument
224 WriteUInt64(int field_number, uint64 value, io::CodedOutputStream* output) argument
229 WriteSInt32(int field_number, int32 value, io::CodedOutputStream* output) argument
234 WriteSInt64(int field_number, int64 value, io::CodedOutputStream* output) argument
239 WriteFixed32(int field_number, uint32 value, io::CodedOutputStream* output) argument
244 WriteFixed64(int field_number, uint64 value, io::CodedOutputStream* output) argument
249 WriteSFixed32(int field_number, int32 value, io::CodedOutputStream* output) argument
254 WriteSFixed64(int field_number, int64 value, io::CodedOutputStream* output) argument
259 WriteFloat(int field_number, float value, io::CodedOutputStream* output) argument
264 WriteDouble(int field_number, double value, io::CodedOutputStream* output) argument
269 WriteBool(int field_number, bool value, io::CodedOutputStream* output) argument
274 WriteEnum(int field_number, int value, io::CodedOutputStream* output) argument
280 WriteString(int field_number, const string& value, io::CodedOutputStream* output) argument
287 WriteBytes(int field_number, const string& value, io::CodedOutputStream* output) argument
295 WriteGroup(int field_number, const MessageLite& value, io::CodedOutputStream* output) argument
303 WriteMessage(int field_number, const MessageLite& value, io::CodedOutputStream* output) argument
312 WriteGroupMaybeToArray(int field_number, const MessageLite& value, io::CodedOutputStream* output) argument
327 WriteMessageMaybeToArray(int field_number, const MessageLite& value, io::CodedOutputStream* output) argument
342 ReadString(io::CodedInputStream* input, string* value) argument
350 ReadBytes(io::CodedInputStream* input, string* value) argument
[all...]
/external/chromium_org/chrome/installer/util/
H A Dcopy_tree_work_item.cc33 LOG(ERROR) << source_path_.value() << " does not exist";
44 VLOG(1) << "Source file " << source_path_.value()
45 << " and destination file " << dest_path_.value()
57 LOG(ERROR) << "failed to copy " << source_path_.value()
58 << " to " << alternative_path_.value();
62 VLOG(1) << "Copied source file " << source_path_.value()
63 << " to alternative path " << alternative_path_.value();
76 << temp_dir_.value();
83 VLOG(1) << "Moved destination " << dest_path_.value() <<
84 " to backup path " << backup.value();
[all...]
/external/chromium_org/chrome/test/chromedriver/js/
H A Dcall_function.js138 * Wraps the given value to be transmitted remotely by converting
141 * @param {*} value The value to wrap.
142 * @return {*} The wrapped value.
144 function wrap(value) {
145 if (typeof(value) == 'object' && value != null) {
146 var nodeType = value['nodeType'];
148 || (SHADOW_DOM_ENABLED && value instanceof WebKitShadowRoot)) {
150 var root = getNodeRoot(value);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValuePool.cpp85 entry.iterator->value = CSSPrimitiveValue::createColor(rgbValue);
86 return entry.iterator->value;
89 PassRefPtr<CSSPrimitiveValue> CSSValuePool::createValue(double value, CSSPrimitiveValue::UnitTypes type) argument
91 if (value < 0 || value > maximumCacheableIntegerValue)
92 return CSSPrimitiveValue::create(value, type);
94 int intValue = static_cast<int>(value);
95 if (value != intValue)
96 return CSSPrimitiveValue::create(value, type);
110 return CSSPrimitiveValue::create(value, typ
120 RefPtr<CSSPrimitiveValue>& value = m_fontFamilyValueCache.add(familyName, 0).iterator->value; local
133 RefPtr<CSSValueList>& value = m_fontFaceValueCache.add(string, 0).iterator->value; local
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/
H A Dpromise.js12 * Sentinel used to mark a value as pending.
18 * @param {*=} opt_value The value to set the promise to. If set completes
31 this.value = opt_value;
36 * The current value.
43 * The value of the future promise. Accessing this before the promise has
48 get value() {
51 set value(value) {
53 this.value_ = value;
55 this.callbacks_[i].call(null, value);
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_ext.h52 * The lookup value of a unit points to another table that is to be searched
81 * which are output value limits in the data structure.
155 * Array of byte/value pairs for lookups for toUnicode conversion.
158 * a default value for when the lookup in this section yields no match.
170 * Each uint32_t contains an input byte value in bits 31..24 and the
171 * corresponding lookup value in bits 23..0.
172 * Interpret the value as follows:
173 * if(value==0) {
175 * } else if(value<0x1f0000) {
176 * partial match - use value a
[all...]
/external/chromium_org/third_party/skia/include/views/
H A DSkEvent.h108 * Return the event's unnamed 32bit field. Default value is 0
118 in value (if value is non-null). If there is no matching named field, return false
119 and ignore the value parameter.
121 bool findS32(const char name[], int32_t* value = NULL) const { return fMeta.findS32(name, value); }
123 in value (if value is non-null). If there is no matching named field, return false
124 and ignore the value parameter.
126 bool findScalar(const char name[], SkScalar* value
159 setS32(const char name[], int32_t value) argument
161 setScalar(const char name[], SkScalar value) argument
165 setString(const char name[], const SkString& value) argument
167 setString(const char name[], const char value[]) argument
169 setPtr(const char name[], void* value) argument
170 setBool(const char name[], bool value) argument
[all...]
/external/chromium_org/ui/webui/resources/js/cr/
H A Dpromise.js12 * Sentinel used to mark a value as pending.
19 * @param {*=} opt_value The value to set the promise to. If set completes
32 this.value = opt_value;
37 * The current value.
44 * The value of the future promise. Accessing this before the promise has
49 get value() {
52 set value(value) {
54 this.value_ = value;
56 this.callbacks_[i].call(null, value);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
H A Ddirector-ant.jar ... object public void setArch (java.lang.String) String value public void setArtifactRepository (java.lang.String) String value ...
/external/eigen/test/
H A Dmeta.cpp17 VERIFY((internal::conditional<(3<4),internal::true_type, internal::false_type>::type::value));
18 VERIFY(( internal::is_same<float,float>::value));
19 VERIFY((!internal::is_same<float,double>::value));
20 VERIFY((!internal::is_same<float,float&>::value));
21 VERIFY((!internal::is_same<float,const float&>::value));
23 VERIFY(( internal::is_same<float,internal::remove_all<const float&>::type >::value));
24 VERIFY(( internal::is_same<float,internal::remove_all<const float*>::type >::value));
25 VERIFY(( internal::is_same<float,internal::remove_all<const float*&>::type >::value));
26 VERIFY(( internal::is_same<float,internal::remove_all<float**>::type >::value));
27 VERIFY(( internal::is_same<float,internal::remove_all<float**&>::type >::value));
[all...]

Completed in 745 milliseconds

<<11121314151617181920>>