Home
last modified time | relevance | path

Searched refs:value_1 (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/util/
Dfield_comparator.h177 bool value_1, bool value_2) { in CompareBool() argument
178 return value_1 == value_2; in CompareBool()
184 double value_1, double value_2);
187 const EnumValueDescriptor* value_1,
193 float value_1, float value_2);
196 int32 value_1, int32 value_2) { in CompareInt32() argument
197 return value_1 == value_2; in CompareInt32()
201 int64 value_1, int64 value_2) { in CompareInt64() argument
202 return value_1 == value_2; in CompareInt64()
206 const string& value_1, const string& value_2) { in CompareString() argument
[all …]
Dfield_comparator.cc150 double value_1, double value_2) { in CompareDouble() argument
151 return CompareDoubleOrFloat(field, value_1, value_2); in CompareDouble()
155 const EnumValueDescriptor* value_1, in CompareEnum() argument
157 return value_1->number() == value_2->number(); in CompareEnum()
161 float value_1, float value_2) { in CompareFloat() argument
162 return CompareDoubleOrFloat(field, value_1, value_2); in CompareFloat()
167 T value_1, T value_2) { in CompareDoubleOrFloat() argument
168 if (value_1 == value_2) { in CompareDoubleOrFloat()
174 MathLimits<T>::IsNaN(value_1) && MathLimits<T>::IsNaN(value_2)) { in CompareDoubleOrFloat()
180 MathLimits<T>::IsNaN(value_1) && MathLimits<T>::IsNaN(value_2)) { in CompareDoubleOrFloat()
[all …]
/external/libmicrohttpd/src/examples/
Dpost_example.c97 char value_1[64]; member
319 reply = malloc (strlen (MAIN_PAGE) + strlen (session->value_1) + 1); in fill_v1_form()
323 strlen (MAIN_PAGE) + strlen (session->value_1) + 1, in fill_v1_form()
325 session->value_1); in fill_v1_form()
362 reply = malloc (strlen (SECOND_PAGE) + strlen (session->value_1) + strlen (session->value_2) + 1); in fill_v1_v2_form()
366 strlen (SECOND_PAGE) + strlen (session->value_1) + strlen (session->value_2) + 1, in fill_v1_v2_form()
368 session->value_1, in fill_v1_v2_form()
472 session->value_1, in post_iterator()
478 if (size + off >= sizeof(session->value_1)) in post_iterator()
479 size = sizeof (session->value_1) - off - 1; in post_iterator()
[all …]
/external/libmicrohttpd/doc/examples/
Dsessions.c119 char value_1[64]; member
342 session->value_1)) in fill_v1_form()
384 session->value_1, in fill_v1_v2_form()
488 session->value_1, in post_iterator()
494 if (size + off > sizeof(session->value_1)) in post_iterator()
495 size = sizeof (session->value_1) - off; in post_iterator()
496 memcpy (&session->value_1[off], in post_iterator()
499 if (size + off < sizeof (session->value_1)) in post_iterator()
500 session->value_1[size+off] = '\0'; in post_iterator()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_fec_test.cc147 int value_1 = 0, value_2 = 0; in DecodeABlock() local
153 value_1 = WebRtcOpus_DecodeFec(opus_decoder_, &bit_stream_[0], in DecodeABlock()
157 value_1 = WebRtcOpus_DecodePlc(opus_decoder_, &out_data_[0], 1); in DecodeABlock()
159 EXPECT_EQ(static_cast<int>(block_length_sample_), value_1); in DecodeABlock()
165 &out_data_[value_1 * channels_], &audio_type); in DecodeABlock()
/external/libxml2/result/schemas/
Dempty-value_1_11 ./test/schemas/empty-value_1.xml validates
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info3272 char value_1[64];
3495 session->value_1))
3537 session->value_1,
3641 session->value_1,
3647 if (size + off > sizeof(session->value_1))
3648 size = sizeof (session->value_1) - off;
3649 memcpy (&session->value_1[off],
3652 if (size + off < sizeof (session->value_1))
3653 session->value_1[size+off] = '\0';
/external/llvm/docs/
DLLVMBuild.rst121 list_property_name = value_1 value_2 ... value_n