HomeSort by relevance Sort by last modified time
    Searched full:value_1 (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/libxml2/result/schemas/
empty-value_1_1 1 ./test/schemas/empty-value_1.xml validates
  /external/clang/test/SemaCXX/
short-enums.cpp 5 enum E { VALUE_1 };
15 case sizeof(B<VALUE_1>): ;
  /external/autotest/client/common_lib/
global_config_unittest.py 16 value_1: 6.0
24 value_1: -5
30 value_1: nobody@localhost
33 value_1: 1
36 value_1: 1
46 value_1: moblab@remotehost
49 value_1: 2
54 value_1: somebody@remotehost
100 val = self.conf.get_config_value("SECTION_A", "value_1", float)
107 val = self.conf.get_config_value("SECTION_B", "value_1", int
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
field_comparator.h 177 bool value_1, bool value_2) {
178 return value_1 == value_2;
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) {
197 return value_1 == value_2;
201 int64 value_1, int64 value_2) {
202 return value_1 == value_2;
206 const string& value_1, const string& value_2)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_fec_test.cc 147 int value_1 = 0, value_2 = 0; local
153 value_1 = WebRtcOpus_DecodeFec(opus_decoder_, &bit_stream_[0],
157 value_1 = WebRtcOpus_DecodePlc(opus_decoder_, &out_data_[0], 1);
159 EXPECT_EQ(static_cast<int>(block_length_sample_), value_1); local
165 &out_data_[value_1 * channels_], &audio_type);
  /external/libmicrohttpd/src/examples/
post_example.c 97 char value_1[64]; member in struct:Session
319 reply = malloc (strlen (MAIN_PAGE) + strlen (session->value_1) + 1);
323 strlen (MAIN_PAGE) + strlen (session->value_1) + 1,
325 session->value_1);
362 reply = malloc (strlen (SECOND_PAGE) + strlen (session->value_1) + strlen (session->value_2) + 1);
366 strlen (SECOND_PAGE) + strlen (session->value_1) + strlen (session->value_2) + 1,
368 session->value_1,
472 session->value_1,
478 if (size + off >= sizeof(session->value_1))
479 size = sizeof (session->value_1) - off - 1
    [all...]
  /external/libchrome/base/json/
json_value_converter_unittest.cc 104 " \"string_values\": [{\"val\": \"value_1\"}, {\"val\": \"value_2\"}],"
120 EXPECT_EQ("value_1", *message.string_values[0]);
134 " \"string_values\": [{\"val\": \"value_1\"}, {\"val\": \"value_2\"}],"
141 " \"string_values\": [{\"val\": \"value_1\"}],"
162 EXPECT_EQ("value_1", *message.child.string_values[0]);
173 EXPECT_EQ("value_1", *first_child->string_values[0]);
  /external/libmicrohttpd/doc/examples/
sessions.c 119 char value_1[64]; member in struct:Session
342 session->value_1))
384 session->value_1,
488 session->value_1,
494 if (size + off > sizeof(session->value_1))
495 size = sizeof (session->value_1) - off;
496 memcpy (&session->value_1[off],
499 if (size + off < sizeof (session->value_1))
500 session->value_1[size+off] = '\0';
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstLong.java 31 public static final CstLong VALUE_1 = make(1);
CstDouble.java 32 public static final CstDouble VALUE_1 =
CstFloat.java 31 public static final CstFloat VALUE_1 = make(Float.floatToIntBits(1.0f));
CstInteger.java 37 public static final CstInteger VALUE_1 = make(1);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstLong.java 31 public static final CstLong VALUE_1 = make(1);
CstDouble.java 32 public static final CstDouble VALUE_1 =
CstFloat.java 31 public static final CstFloat VALUE_1 = make(Float.floatToIntBits(1.0f));
CstInteger.java 37 public static final CstInteger VALUE_1 = make(1);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstLong.java 31 public static final CstLong VALUE_1 = make(1);
CstDouble.java 32 public static final CstDouble VALUE_1 =
CstFloat.java 31 public static final CstFloat VALUE_1 = make(Float.floatToIntBits(1.0f));
CstInteger.java 37 public static final CstInteger VALUE_1 = make(1);
  /external/libvorbis/vq/
latticebuild.c 36 <value_0> <value_1> <value_2> ... <value_n-1>
  /system/connectivity/shill/
json_store_unittest.cc 183 store_->SetString("group_a", "knob_1", "value_1");
188 EXPECT_EQ("value_1", value_from_store);
269 EXPECT_TRUE(store_->SetString("group_a", "knob_1", "value_1"));
271 EXPECT_FALSE(store_->GetString("group_a", "value_1", &value_from_store));
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 249 CstInteger.VALUE_1, 1);
279 CstLong.VALUE_1, 0);
289 CstFloat.VALUE_1, 0);
304 CstDouble.VALUE_1, 0);
    [all...]
  /external/libmicrohttpd/doc/
libmicrohttpd-tutorial.info     [all...]
  /external/llvm/docs/
LLVMBuild.rst 122 list_property_name = value_1 value_2 ... value_n

Completed in 320 milliseconds

1 2 3 4 5