Searched refs:ParseList (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/mojo/public/tools/gn/ |
D | zip.py | 68 inputs = parser.ParseList() 73 link_inputs = parser.ParseList() 78 zip_inputs = parser.ParseList()
|
/external/libchrome/build/ |
D | gn_helpers.py | 227 return self.ParseList() 302 def ParseList(self): member in GNValueParser
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | test_utils.h | 131 std::vector<T> ParseList(const std::string& to_parse) { in ParseList() function
|
D | test_utils.cc | 132 const std::vector<float> values = ParseList<float>(mic_positions); in ParseArrayGeometry()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser.cc | 305 bool ParseList(const TokKind start, const TokKind end, const TokKind delim, 3379 return ParseList(TokKind::kLbrace, TokKind::kRbrace, TokKind::kComma, in ParsePrecisionList() 3403 return ParseList(TokKind::kLbrace, TokKind::kRbrace, TokKind::kComma, in ParseHloComputationList() 3420 return ParseList(TokKind::kLbrace, TokKind::kRbrace, TokKind::kComma, in ParseShapeList() 3439 return ParseList(start, end, delim, parse_and_add_item); in ParseInt64List() 3461 return ParseList(start, end, delim, parse_and_add_item); in ParseInt64ListList() 3464 bool HloParserImpl::ParseList(const TokKind start, const TokKind end, in ParseList() function in xla::__anon6fd988a10111::HloParserImpl 3543 return ParseList(TokKind::kLsquare, TokKind::kRsquare, TokKind::kComma, in ParseDimensionSizes() 3570 if (!ParseList(TokKind::kLparen, TokKind::kRparen, TokKind::kComma, in ParseTiles()
|
/external/libchrome/components/policy/core/common/ |
D | schema.cc | 244 bool ParseList(const base::DictionaryValue& schema, 506 if (!ParseList(schema, schema_node, id_map, reference_list, error)) in Parse() 635 bool Schema::InternalStorage::ParseList(const base::DictionaryValue& schema, in ParseList() function in policy::Schema::InternalStorage
|
/external/libchrome/build/android/gyp/util/ |
D | build_utils.py | 108 return parser.ParseList()
|