Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 3026) sorted by relevance

12345678910>>...122

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java120 public void writeDouble(final int fieldNumber, final double value) in writeDouble()
127 public void writeFloat(final int fieldNumber, final float value) in writeFloat()
134 public void writeUInt64(final int fieldNumber, final long value) in writeUInt64()
141 public void writeInt64(final int fieldNumber, final long value) in writeInt64()
148 public void writeInt32(final int fieldNumber, final int value) in writeInt32()
155 public void writeFixed64(final int fieldNumber, final long value) in writeFixed64()
162 public void writeFixed32(final int fieldNumber, final int value) in writeFixed32()
169 public void writeBool(final int fieldNumber, final boolean value) in writeBool()
176 public void writeString(final int fieldNumber, final String value) in writeString()
183 public void writeGroup(final int fieldNumber, final MessageMicro value) in writeGroup()
[all …]
/external/protobuf/java/src/main/java/com/google/protobuf/
DCodedOutputStream.java134 public void writeDouble(final int fieldNumber, final double value) in writeDouble()
141 public void writeFloat(final int fieldNumber, final float value) in writeFloat()
148 public void writeUInt64(final int fieldNumber, final long value) in writeUInt64()
155 public void writeInt64(final int fieldNumber, final long value) in writeInt64()
162 public void writeInt32(final int fieldNumber, final int value) in writeInt32()
169 public void writeFixed64(final int fieldNumber, final long value) in writeFixed64()
176 public void writeFixed32(final int fieldNumber, final int value) in writeFixed32()
183 public void writeBool(final int fieldNumber, final boolean value) in writeBool()
190 public void writeString(final int fieldNumber, final String value) in writeString()
197 public void writeGroup(final int fieldNumber, final MessageLite value) in writeGroup()
[all …]
/external/bluetooth/glib/gobject/
Dgvaluetypes.h41 #define G_VALUE_HOLDS_CHAR(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_CHAR)) argument
50 #define G_VALUE_HOLDS_UCHAR(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_UCHAR)) argument
59 #define G_VALUE_HOLDS_BOOLEAN(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_BOOLEAN)) argument
68 #define G_VALUE_HOLDS_INT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_INT)) argument
77 #define G_VALUE_HOLDS_UINT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_UINT)) argument
86 #define G_VALUE_HOLDS_LONG(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_LONG)) argument
95 #define G_VALUE_HOLDS_ULONG(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_ULONG)) argument
104 #define G_VALUE_HOLDS_INT64(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_INT64)) argument
113 #define G_VALUE_HOLDS_UINT64(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_UINT64)) argument
122 #define G_VALUE_HOLDS_FLOAT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_FLOAT)) argument
[all …]
Dgvaluetypes.c40 value_init_long0 (GValue *value) in value_init_long0()
53 value_lcopy_char (const GValue *value, in value_lcopy_char()
69 value_lcopy_boolean (const GValue *value, in value_lcopy_boolean()
85 value_collect_int (GValue *value, in value_collect_int()
96 value_lcopy_int (const GValue *value, in value_lcopy_int()
112 value_collect_long (GValue *value, in value_collect_long()
123 value_lcopy_long (const GValue *value, in value_lcopy_long()
139 value_init_int64 (GValue *value) in value_init_int64()
152 value_collect_int64 (GValue *value, in value_collect_int64()
163 value_lcopy_int64 (const GValue *value, in value_lcopy_int64()
[all …]
/external/protobuf/src/google/protobuf/stubs/
Dsubstitute.h89 inline SubstituteArg(const char* value) in SubstituteArg()
91 inline SubstituteArg(const string& value) in SubstituteArg()
104 inline SubstituteArg(char value) in SubstituteArg()
106 inline SubstituteArg(short value) in SubstituteArg()
108 inline SubstituteArg(unsigned short value) in SubstituteArg()
110 inline SubstituteArg(int value) in SubstituteArg()
112 inline SubstituteArg(unsigned int value) in SubstituteArg()
114 inline SubstituteArg(long value) in SubstituteArg()
116 inline SubstituteArg(unsigned long value) in SubstituteArg()
118 inline SubstituteArg(long long value) in SubstituteArg()
[all …]
/external/protobuf/src/google/protobuf/
Dwire_format_lite_inl.h229 CType value; in ReadRepeatedPrimitive() local
248 CType value; in ReadRepeatedFixedSizePrimitive() local
317 RepeatedField<CType>* value) { in ReadRepeatedPrimitiveNoInline()
329 CType value; in ReadPackedPrimitive() local
346 MessageLite* value) { in ReadGroup()
357 MessageLite* value) { in ReadMessage()
374 MessageType* value) { in ReadGroupNoVirtual()
386 MessageType* value) { in ReadMessageNoVirtual()
407 inline void WireFormatLite::WriteInt32NoTag(int32 value, in WriteInt32NoTag()
411 inline void WireFormatLite::WriteInt64NoTag(int64 value, in WriteInt64NoTag()
[all …]
Dwire_format_lite.cc115 uint64 value; in SkipField() local
120 uint64 value; in SkipField() local
146 uint32 value; in SkipField() local
185 int field_number, int value) { in SkipUnknownEnum()
196 int value; in ReadPackedEnumNoInline() local
209 void WireFormatLite::WriteInt32(int field_number, int32 value, in WriteInt32()
214 void WireFormatLite::WriteInt64(int field_number, int64 value, in WriteInt64()
219 void WireFormatLite::WriteUInt32(int field_number, uint32 value, in WriteUInt32()
224 void WireFormatLite::WriteUInt64(int field_number, uint64 value, in WriteUInt64()
229 void WireFormatLite::WriteSInt32(int field_number, int32 value, in WriteSInt32()
[all …]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
DByteBufferTest.java772 char value; in testAsCharBuffer() local
782 assertEquals(bytes2char(bytes, buf.order()), value); in testAsCharBuffer() local
793 assertEquals(bytes2char(bytes, buf.order()), value); in testAsCharBuffer() local
828 double value; in testAsDoubleBuffer() local
840 assertEquals(bytes2double(bytes, buf.order()), value, 0.00); in testAsDoubleBuffer() local
854 assertEquals(bytes2double(bytes, buf.order()), value, 0.00); in testAsDoubleBuffer() local
891 float value; in testAsFloatBuffer() local
903 assertEquals(bytes2float(bytes, buf.order()), value, 0.00); in testAsFloatBuffer() local
917 assertEquals(bytes2float(bytes, buf.order()), value, 0.00); in testAsFloatBuffer() local
954 int value; in testAsIntBuffer() local
[all …]
/external/webkit/Source/WebCore/html/canvas/
DWebGLGetInfo.cpp45 WebGLGetInfo::WebGLGetInfo(bool value) in WebGLGetInfo()
51 WebGLGetInfo::WebGLGetInfo(const bool* value, int size) in WebGLGetInfo()
61 WebGLGetInfo::WebGLGetInfo(float value) in WebGLGetInfo()
67 WebGLGetInfo::WebGLGetInfo(int value) in WebGLGetInfo()
78 WebGLGetInfo::WebGLGetInfo(const String& value) in WebGLGetInfo()
84 WebGLGetInfo::WebGLGetInfo(unsigned int value) in WebGLGetInfo()
90 WebGLGetInfo::WebGLGetInfo(PassRefPtr<WebGLBuffer> value) in WebGLGetInfo()
96 WebGLGetInfo::WebGLGetInfo(PassRefPtr<Float32Array> value) in WebGLGetInfo()
102 WebGLGetInfo::WebGLGetInfo(PassRefPtr<WebGLFramebuffer> value) in WebGLGetInfo()
108 WebGLGetInfo::WebGLGetInfo(PassRefPtr<Int32Array> value) in WebGLGetInfo()
[all …]
/external/webkit/Source/WebCore/inspector/
DInspectorValues.h100 static PassRefPtr<InspectorBasicValue> create(bool value) in create()
105 static PassRefPtr<InspectorBasicValue> create(int value) in create()
110 static PassRefPtr<InspectorBasicValue> create(double value) in create()
125 explicit InspectorBasicValue(bool value) : InspectorValue(TypeBoolean), m_boolValue(value) { } in InspectorBasicValue()
126 …explicit InspectorBasicValue(int value) : InspectorValue(TypeNumber), m_doubleValue((double)value)… in InspectorBasicValue()
127 … explicit InspectorBasicValue(double value) : InspectorValue(TypeNumber), m_doubleValue(value) { } in InspectorBasicValue()
137 static PassRefPtr<InspectorString> create(const String& value) in create()
142 static PassRefPtr<InspectorString> create(const char* value) in create()
152 …explicit InspectorString(const String& value) : InspectorValue(TypeString), m_stringValue(value) {… in InspectorString()
153 … explicit InspectorString(const char* value) : InspectorValue(TypeString), m_stringValue(value) { } in InspectorString()
[all …]
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCAAnimationWin.cpp225 void PlatformCAAnimation::setBeginTime(CFTimeInterval value) in setBeginTime()
235 void PlatformCAAnimation::setDuration(CFTimeInterval value) in setDuration()
245 void PlatformCAAnimation::setSpeed(float value) in setSpeed()
255 void PlatformCAAnimation::setTimeOffset(CFTimeInterval value) in setTimeOffset()
265 void PlatformCAAnimation::setRepeatCount(float value) in setRepeatCount()
275 void PlatformCAAnimation::setAutoreverses(bool value) in setAutoreverses()
285 void PlatformCAAnimation::setFillMode(FillModeType value) in setFillMode()
290 void PlatformCAAnimation::setTimingFunction(const TimingFunction* value) in setTimingFunction()
295 void PlatformCAAnimation::copyTimingFunctionFrom(const PlatformCAAnimation* value) in copyTimingFunctionFrom()
305 void PlatformCAAnimation::setRemovedOnCompletion(bool value) in setRemovedOnCompletion()
[all …]
/external/bluetooth/bluez/test/
Dservice-record.dtd11 <!ATTLIST text value CDATA #REQUIRED> attribute
16 <!ATTLIST url value CDATA #REQUIRED> attribute
20 <!ATTLIST uuid value CDATA #REQUIRED> attribute
23 <!ATTLIST boolean value CDATA #REQUIRED> attribute
27 <!ATTLIST uint8 value CDATA #REQUIRED> attribute
31 <!ATTLIST uint16 value CDATA #REQUIRED> attribute
35 <!ATTLIST uint32 value CDATA #REQUIRED> attribute
39 <!ATTLIST uint64 value CDATA #REQUIRED> attribute
43 <!ATTLIST uint128 value CDATA #REQUIRED> attribute
47 <!ATTLIST int8 value CDATA #REQUIRED> attribute
[all …]
Dtest-adapter60 value = dbus.Boolean(1) variable
62 value = dbus.Boolean(0) variable
64 value = dbus.Boolean(args[1]) variable
74 value = dbus.Boolean(1) variable
76 value = dbus.Boolean(0) variable
78 value = dbus.Boolean(args[1]) variable
97 value = dbus.Boolean(1) variable
99 value = dbus.Boolean(0) variable
101 value = dbus.Boolean(args[1]) variable
/external/easymock/src/org/easymock/
DEasyMock.java182 public static <T> IExpectationSetters<T> expect(T value) { in expect()
308 public static <T extends Comparable<T>> T geq(Comparable<T> value) { in geq()
321 public static byte geq(byte value) { in geq()
334 public static double geq(double value) { in geq()
347 public static float geq(float value) { in geq()
360 public static int geq(int value) { in geq()
373 public static long geq(long value) { in geq()
386 public static short geq(short value) { in geq()
400 public static <T extends Comparable<T>> T leq(Comparable<T> value) { in leq()
413 public static byte leq(byte value) { in leq()
[all …]
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DEncoderAdapter.cpp49 void EncoderAdapter::encodeBool(bool value) in encodeBool()
54 void EncoderAdapter::encodeUInt32(uint32_t value) in encodeUInt32()
59 void EncoderAdapter::encodeUInt64(uint64_t value) in encodeUInt64()
64 void EncoderAdapter::encodeInt32(int32_t value) in encodeInt32()
69 void EncoderAdapter::encodeInt64(int64_t value) in encodeInt64()
74 void EncoderAdapter::encodeFloat(float value) in encodeFloat()
79 void EncoderAdapter::encodeDouble(double value) in encodeDouble()
84 void EncoderAdapter::encodeString(const String& value) in encodeString()
DDecoderAdapter.cpp43 bool DecoderAdapter::decodeBool(bool& value) in decodeBool()
48 bool DecoderAdapter::decodeUInt32(uint32_t& value) in decodeUInt32()
53 bool DecoderAdapter::decodeUInt64(uint64_t& value) in decodeUInt64()
58 bool DecoderAdapter::decodeInt32(int32_t& value) in decodeInt32()
63 bool DecoderAdapter::decodeInt64(int64_t& value) in decodeInt64()
68 bool DecoderAdapter::decodeFloat(float& value) in decodeFloat()
73 bool DecoderAdapter::decodeDouble(double& value) in decodeDouble()
78 bool DecoderAdapter::decodeString(String& value) in decodeString()
/external/llvm/cmake/modules/
DGetTargetTriple.cmake7 set( value "x86_64-pc-win32" ) variable
9 set( value "i686-pc-win32" ) variable
13 set( value "x86_64-w64-mingw32" ) variable
15 set( value "i686-pc-mingw32" ) variable
26 set( value ${TT_OUT} ) variable
/external/apache-http/src/org/apache/commons/codec/language/
DDoubleMetaphone.java73 public String doubleMetaphone(String value) { in doubleMetaphone()
85 public String doubleMetaphone(String value, boolean alternate) { in doubleMetaphone()
213 public String encode(String value) { in encode()
269 private int handleAEIOUY(String value, DoubleMetaphoneResult result, int in handleAEIOUY()
280 private int handleC(String value, in handleC()
334 private int handleCC(String value, in handleCC()
360 private int handleCH(String value, in handleCH()
391 private int handleD(String value, in handleD()
417 private int handleG(String value, in handleG()
473 private int handleGH(String value, in handleGH()
[all …]
/external/clang/test/SemaCXX/
Dissue547.cpp5 static const unsigned value = 0; member
10 static const unsigned value = 1; member
15 static const unsigned value = 2; member
20 static const unsigned value = 3; member
25 static const unsigned value = 4; member
30 static const unsigned value = 5; member
35 static const unsigned value = 6; member
40 static const unsigned value = 7; member
45 static const unsigned value = 8; member
50 static const unsigned value = 9; member
[all …]
/external/protobuf/python/google/protobuf/internal/
Dencoder.py73 def _VarintSize(value): argument
87 def _SignedVarintSize(value): argument
125 def PackedFieldSize(value): argument
132 def RepeatedFieldSize(value): argument
139 def FieldSize(value): argument
154 def PackedFieldSize(value): argument
161 def RepeatedFieldSize(value): argument
168 def FieldSize(value): argument
183 def PackedFieldSize(value): argument
189 def RepeatedFieldSize(value): argument
[all …]
/external/clang/test/SemaTemplate/
Dfibonacci.cpp8 enum { value = FibonacciEval<I-1>::value + FibonacciEval<I-2>::value }; enumerator
13 enum { value = Fibonacci<I>::value }; enumerator
17 enum { value = 0 }; enumerator
21 enum { value = 1 }; enumerator
32 static const unsigned value member
38 static const unsigned value = Fibonacci2<I>::value; member
42 static const unsigned value = 0; member
46 static const unsigned value = 1; member
54 static const unsigned value = Fibonacci3<I-1>::value + Fibonacci3<I-2>::value; member
58 static const unsigned value = 0; member
[all …]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp8-0x.cpp7 static const unsigned value = 0; member
12 static const unsigned value = 1; member
17 static const unsigned value = 2; member
22 static const unsigned value = 3; member
27 static const unsigned value = 4; member
32 static const unsigned value = 5; member
37 static const unsigned value = 6; member
/external/webkit/Source/WebCore/storage/
DIDBAny.cpp122 void IDBAny::set(PassRefPtr<IDBCursorWithValue> value) in set()
129 void IDBAny::set(PassRefPtr<IDBCursor> value) in set()
136 void IDBAny::set(PassRefPtr<IDBDatabase> value) in set()
143 void IDBAny::set(PassRefPtr<IDBFactory> value) in set()
150 void IDBAny::set(PassRefPtr<IDBIndex> value) in set()
157 void IDBAny::set(PassRefPtr<IDBKey> value) in set()
164 void IDBAny::set(PassRefPtr<IDBTransaction> value) in set()
171 void IDBAny::set(PassRefPtr<IDBObjectStore> value) in set()
178 void IDBAny::set(PassRefPtr<SerializedScriptValue> value) in set()
/external/chromium/chrome/browser/sync/protocol/
Dproto_value_conversions.cc95 DictionaryValue* value = new DictionaryValue(); in EncryptedDataToValue() local
104 DictionaryValue* value = new DictionaryValue(); in SessionHeaderToValue() local
111 DictionaryValue* value = new DictionaryValue(); in SessionTabToValue() local
124 DictionaryValue* value = new DictionaryValue(); in SessionWindowToValue() local
134 DictionaryValue* value = new DictionaryValue(); in TabNavigationToValue() local
147 DictionaryValue* value = new DictionaryValue(); in PasswordSpecificsDataToValue() local
165 DictionaryValue* value = new DictionaryValue(); in AppSpecificsToValue() local
172 DictionaryValue* value = new DictionaryValue(); in AutofillSpecificsToValue() local
184 DictionaryValue* value = new DictionaryValue(); in AutofillCreditCardSpecificsToValue() local
199 DictionaryValue* value = new DictionaryValue(); in AutofillProfileSpecificsToValue() local
[all …]
/external/webkit/Source/WebCore/platform/graphics/texmap/
DGraphicsLayerTextureMapper.cpp149 void GraphicsLayerTextureMapper::setMaskLayer(GraphicsLayer* value) in setMaskLayer()
160 void GraphicsLayerTextureMapper::setReplicatedByLayer(GraphicsLayer* value) in setReplicatedByLayer()
170 void GraphicsLayerTextureMapper::setPosition(const FloatPoint& value) in setPosition()
180 void GraphicsLayerTextureMapper::setAnchorPoint(const FloatPoint3D& value) in setAnchorPoint()
190 void GraphicsLayerTextureMapper::setSize(const FloatSize& value) in setSize()
201 void GraphicsLayerTextureMapper::setTransform(const TransformationMatrix& value) in setTransform()
212 void GraphicsLayerTextureMapper::setChildrenTransform(const TransformationMatrix& value) in setChildrenTransform()
222 void GraphicsLayerTextureMapper::setPreserves3D(bool value) in setPreserves3D()
232 void GraphicsLayerTextureMapper::setMasksToBounds(bool value) in setMasksToBounds()
242 void GraphicsLayerTextureMapper::setDrawsContent(bool value) in setDrawsContent()
[all …]

12345678910>>...122