/third_party/gn/src/gn/ |
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 …]
|
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 …]
|
D | operators.cc | 54 enum Type { UNINITIALIZED, SCOPE, LIST }; enumerator 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: // Filter out each individual thing. in RemoveMatchesFromList() 317 if (old_value->type() == Value::LIST && right.type() == Value::LIST && in ExecuteEquals() [all …]
|
D | operators_unittest.cc | 78 Value list(nullptr, Value::LIST); in SetRightToListOfValue() 83 Value list(nullptr, Value::LIST); in SetRightToListOfValue() 106 setup.scope()->SetValue(sources, Value(nullptr, Value::LIST), nullptr); in TEST() 131 ASSERT_EQ(Value::LIST, value->type()); in TEST() 146 setup.scope()->SetValue(foo, Value(nullptr, Value::LIST), nullptr); in TEST() 153 Value inner_list(nullptr, Value::LIST); in TEST() 167 ASSERT_EQ(Value::LIST, result.type()); in TEST() 169 ASSERT_EQ(Value::LIST, result.list_value()[0].type()); in TEST() 194 Value test_list(nullptr, Value::LIST); in TEST() 220 ASSERT_EQ(Value::LIST, new_value->type()); in TEST() [all …]
|
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()
|
D | value.cc | 30 case LIST: in Value() 67 case LIST: in Value() 92 case LIST: in Value() 123 case LIST: in ~Value() 144 case LIST: in DescribeType() 192 case LIST: { in ToString() 242 case Value::LIST: in operator ==()
|
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()
|
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()
|
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()
|
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()
|
/third_party/curl/tests/data/ |
D | test806 | 6 LIST 14 * LIST () "/" /%TESTNUMBER/blurdybloop 15 * LIST (\Noselect) "/" /%TESTNUMBER/foo 16 * LIST () "/" /%TESTNUMBER/foo/bar 27 IMAP LIST mailbox 40 A003 LIST "%TESTNUMBER" *
|
D | test854 | 6 LIST 14 REPLY LIST +OK but no messages\r\n. 27 POP3 LIST no messages available 41 LIST
|
D | test852 | 6 LIST 15 REPLY LIST -ERR no such message 26 POP3 LIST invalid message 43 LIST %TESTNUMBER
|
D | test851 | 6 LIST 15 REPLY LIST +OK %TESTNUMBER 100\r\n. 26 POP3 LIST one message 40 LIST %TESTNUMBER
|
D | test1501 | 7 LIST 17 DELAY LIST 2 34 FTP with multi interface and slow LIST response 52 LIST
|
D | test853 | 6 LIST 19 # When doing LIST, we get the default list output hard-coded in the test 35 POP3 LIST messages from *SLOW* server 49 LIST
|
D | test1010 | 6 LIST 12 # When doing LIST, we get the default list output hard-coded in the test 52 LIST /list/this/path/%TESTNUMBER 54 LIST /list/this/path/%TESTNUMBER
|
D | test1149 | 7 LIST 13 # When doing LIST, we get the default list output hard-coded in the test 57 LIST 60 LIST list/this/path/%TESTNUMBER
|
D | test1316 | 6 LIST 22 # When doing LIST, we get the default list output hard-coded in the test 61 FTP LIST tunneled through HTTP proxy 77 LIST
|
D | test1113 | 6 LIST 29 FTP wildcard download - changed fnmatch, 2x perform (DOS LIST response) 51 LIST 70 LIST
|
D | test574 | 5 LIST 28 FTP wildcard download - changed fnmatch, 2x perform (Unix LIST response) 50 LIST 69 LIST
|
D | test1047 | 6 LIST 14 # When doing LIST, we get the default list output hard-coded in the test 54 LIST
|
D | test353 | 6 LIST 12 # When doing LIST, we get the default list output hard-coded in the test 52 LIST
|
/third_party/ffmpeg/tools/ |
D | target_dec_fate.sh | 26 LIST=target_dec_fate.list 60 done < "$LIST" 67 done < "$LIST" 81 done < "tools/$LIST"
|
/third_party/pulseaudio/ |
D | README | 12 MAILING LIST: 15 GIT COMMITS MAILING LIST: 18 TRAC/BUGZILLA TICKET CHANGES MAILING LIST:
|