/third_party/gn/src/gn/ |
H A D | function_filter_labels_unittest.cc | 15 Value labels(nullptr, Value::LIST); in TEST() 19 Value patterns(nullptr, Value::LIST); in TEST() 30 ASSERT_EQ(result.type(), Value::LIST); in TEST() 41 Value labels(nullptr, Value::LIST); in TEST() 46 Value patterns(nullptr, Value::LIST); in TEST() 57 ASSERT_EQ(result.type(), Value::LIST); in TEST() 70 Value labels(nullptr, Value::LIST); in TEST() 74 Value patterns(nullptr, Value::LIST); in TEST() 85 ASSERT_EQ(result.type(), Value::LIST); in TEST() 94 Value labels(nullptr, Value::LIST); in TEST() [all...] |
H A D | function_filter_unittest.cc | 13 Value values(nullptr, Value::LIST); in TEST() 18 Value patterns(nullptr, Value::LIST); in TEST() 28 ASSERT_EQ(result.type(), Value::LIST); in TEST() 39 Value values(nullptr, Value::LIST); in TEST() 56 Value values(nullptr, Value::LIST); in TEST() 61 Value patterns(nullptr, Value::LIST); in TEST() 64 Value extra_argument(nullptr, Value::LIST); in TEST() 80 Value patterns(nullptr, Value::LIST); in TEST() 95 Value values(nullptr, Value::LIST); in TEST() 96 values.list_value().push_back(Value(nullptr, Value::LIST)); in TEST() [all...] |
H A D | metadata_walk_unittest.cc | 17 Value a_expected(nullptr, Value::LIST); in TEST() 22 Value b_expected(nullptr, Value::LIST); in TEST() 30 Value a_2_expected(nullptr, Value::LIST); in TEST() 35 Value b_2_expected(nullptr, Value::LIST); in TEST() 75 Value a_expected(nullptr, Value::LIST); in TEST() 80 Value b_expected(nullptr, Value::LIST); in TEST() 86 Value a_2_expected(nullptr, Value::LIST); in TEST() 124 Value a_expected(nullptr, Value::LIST); in TEST() 129 Value walk_expected(nullptr, Value::LIST); in TEST() 136 Value a_2_expected(nullptr, Value::LIST); in TEST() [all...] |
H A D | operators_unittest.cc | 76 Value list(nullptr, Value::LIST); in SetRightToListOfValue() 81 Value list(nullptr, Value::LIST); in SetRightToListOfValue() 104 setup.scope()->SetValue(sources, Value(nullptr, Value::LIST), nullptr); in TEST() 129 ASSERT_EQ(Value::LIST, value->type()); in TEST() 144 setup.scope()->SetValue(foo, Value(nullptr, Value::LIST), nullptr); in TEST() 151 Value inner_list(nullptr, Value::LIST); in TEST() 165 ASSERT_EQ(Value::LIST, result.type()); in TEST() 167 ASSERT_EQ(Value::LIST, result.list_value()[0].type()); in TEST() 192 Value test_list(nullptr, Value::LIST); in TEST() 218 ASSERT_EQ(Value::LIST, new_valu in TEST() [all...] |
H A D | operators.cc | 54 enum Type { UNINITIALIZED, SCOPE, LIST }; enumerator 62 // Valid when type_ == LIST. 126 if (!base->VerifyTypeIs(Value::LIST, err)) { in Init() 134 type_ = LIST; in Init() 155 else if (type_ == LIST) in GetExistingValue() 171 if (type_ == LIST) in GetExistingMutableValueIfExists() 179 } else if (type_ == LIST) { in SetValue() 200 if (old_value.type() == Value::LIST) { in MakeOverwriteError() 232 if (left.type() == Value::LIST) { in MakeIncompatibleTypeError() 286 case Value::LIST in RemoveMatchesFromList() [all...] |
H A D | value.cc | 30 case LIST: in Value() 67 case LIST: in Value() 92 case LIST: in origin_() 123 case LIST: in ~Value() 144 case LIST: in DescribeType() 192 case LIST: { in ToString() 242 case Value::LIST: in operator ==()
|
H A D | function_process_file_template_unittest.cc | 14 Value sources(nullptr, Value::LIST); in TEST() 26 ASSERT_TRUE(result.type() == Value::LIST); in TEST() 37 Value sources(nullptr, Value::LIST); in TEST() 42 Value expansions(nullptr, Value::LIST); in TEST() 54 ASSERT_TRUE(result.type() == Value::LIST); in TEST()
|
H A D | output_conversion.cc | 38 else if (value.type() == Value::LIST) in RenderListToJSON() 62 else if (pair.second.type() == Value::LIST) in RenderScopeToJSON() 74 assert(output.type() == Value::LIST); in OutputListLines() 111 if (output.type() == Value::LIST) in OutputDefault() 122 if (output.type() == Value::LIST) { in OutputJSON() 137 if (output.type() != Value::LIST) { in DoConvertValueToOutput()
|
H A D | function_label_matches_unittest.cc | 17 Value patterns(nullptr, Value::LIST); in TEST() 37 Value patterns(nullptr, Value::LIST); in TEST() 57 Value patterns(nullptr, Value::LIST); in TEST() 77 Value patterns(nullptr, Value::LIST); in TEST() 113 Value patterns(nullptr, Value::LIST); in TEST()
|
H A D | visibility_unittest.cc | 13 Value list(nullptr, Value::LIST); in TEST() 38 Value list(nullptr, Value::LIST); in TEST() 50 Value(nullptr, Value::LIST), &err)); in TEST() 63 Value list(nullptr, Value::LIST); in TEST()
|
H A D | metadata_unittest.cc | 14 Value a_expected(nullptr, Value::LIST); in TEST() 16 Value b_expected(nullptr, Value::LIST); in TEST() 39 Value a_expected(nullptr, Value::LIST); in TEST() 73 Value a_expected(nullptr, Value::LIST); in TEST() 107 Value a(nullptr, Value::LIST); in TEST() 108 Value inner_list(nullptr, Value::LIST); in TEST() 128 Value inner_list_expected(nullptr, Value::LIST); in TEST() 161 Value a_expected(nullptr, Value::LIST); in TEST() 212 Value a_expected(nullptr, Value::LIST); in TEST()
|
H A D | metadata.cc | 166 assert(iter->second.type() == Value::LIST); in WalkStep() 190 assert(iter->second.type() == Value::LIST); in WalkStep() 212 case Value::LIST: in RebaseValue() 241 if (!value.VerifyTypeIs(Value::LIST, err)) in RebaseListValue() 244 Value rebased_list_value(value.origin(), Value::LIST); in RebaseListValue()
|
H A D | function_filter_labels.cc | 34 if (args[0].type() != Value::LIST) { in RunFilterLabels() 38 if (args[1].type() != Value::LIST) { in RunFilterLabels() 62 Value result(function, Value::LIST); in RunFilterLabels()
|
H A D | value.h | 27 LIST, enumerator 88 DCHECK(type_ == LIST); in list_value() 92 DCHECK(type_ == LIST); in list_value()
|
H A D | function_filter.cc | 74 if (args[0].type() != Value::LIST) { in RunFilter() 85 Value result(function, Value::LIST); in RunFilter()
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 112 =item quotify_l LIST 114 For each defined element in LIST (i.e. elements that aren't undef), have 132 =item fixup_cmd_elements LIST 134 Fixes up the command line elements given by LIST in a platform specific 137 The result of this function is a copy of LIST with strings where quotes and 139 LIST string. 181 =item fixup_cmd LIST 183 This is a sibling of fixup_cmd_elements() that expects the LIST to be a 185 expect that it treats the first LIST element specially on VMS.
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 112 =item quotify_l LIST 114 For each defined element in LIST (i.e. elements that aren't undef), have 132 =item fixup_cmd_elements LIST 134 Fixes up the command line elements given by LIST in a platform specific 137 The result of this function is a copy of LIST with strings where quotes and 139 LIST string. 181 =item fixup_cmd LIST 183 This is a sibling of fixup_cmd_elements() that expects the LIST to be a 185 expect that it treats the first LIST element specially on VMS.
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fate.sh | 26 LIST=target_dec_fate.list 60 done < "$LIST" 67 done < "$LIST" 81 done < "tools/$LIST"
|
/third_party/nghttp2/lib/ |
H A D | sfparse.c | 56 #define SF_STATE_LIST_AFTER SF_SET_STATE_AFTER(LIST) 57 #define SF_STATE_LIST_BEFORE_PARAMS SF_SET_STATE_BEFORE_PARAMS(LIST) 58 #define SF_STATE_LIST_INNER_LIST_BEFORE SF_SET_STATE_INNER_LIST_BEFORE(LIST)
|
/third_party/node/deps/nghttp2/lib/ |
H A D | sfparse.c | 56 #define SF_STATE_LIST_AFTER SF_SET_STATE_AFTER(LIST) 57 #define SF_STATE_LIST_BEFORE_PARAMS SF_SET_STATE_BEFORE_PARAMS(LIST) 58 #define SF_STATE_LIST_INNER_LIST_BEFORE SF_SET_STATE_INNER_LIST_BEFORE(LIST)
|
/third_party/alsa-utils/seq/aconnect/ |
H A D | aconnect.c | 298 SUBSCRIBE, UNSUBSCRIBE, LIST, REMOVE_ALL enumerator 345 command = LIST; in main() 349 command = LIST; in main() 366 command = LIST; in main() 374 command = LIST; in main() 392 case LIST: in main()
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Config/ |
H A D | Query.pm | 91 =item B<get_sources> I<LIST> 93 LIST is expected to be the collection of names of end products, such as 136 =item B<get_config> I<LIST> 138 LIST is expected to be the collection of names of configuration data, such
|
/third_party/openssl/util/perl/OpenSSL/Config/ |
H A D | Query.pm | 91 =item B<get_sources> I<LIST> 93 LIST is expected to be the collection of names of end products, such as 136 =item B<get_config> I<LIST> 138 LIST is expected to be the collection of names of configuration data, such
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MapField.java | 63 * <li>LIST: Data is stored in listData. 72 * <b>MAP</b> MAP BOTH MAP LIST 73 * <b>LIST</b> BOTH LIST MAP LIST 74 * <b>BOTH</b> BOTH BOTH MAP LIST 82 LIST, enum constant 180 if (mode == StorageMode.LIST) { in getMap() 182 if (mode == StorageMode.LIST) { in getMap() 194 if (mode == StorageMode.LIST) { in getMutableMap() [all...] |
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | default_value_objectwriter.cc | 248 if (kind_ == LIST) { in WriteTo() 373 kind = LIST; in PopulateChildren() 501 if (current_->kind() == LIST || current_->kind() == MAP || child == nullptr) { in StartObject() 506 ((current_->kind() == LIST || current_->kind() == MAP) in StartObject() 542 root_.reset(CreateNewNode(std::string(name), &type_, LIST, in StartList() 551 if (child == nullptr || child->kind() != LIST) { in StartList() 553 std::string(name), nullptr, LIST, DataPiece::NullData(), false, in StartList()
|