Home
last modified time | relevance | path

Searched refs:ParseList (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/mojo/public/tools/gn/
Dzip.py68 inputs = parser.ParseList()
73 link_inputs = parser.ParseList()
78 zip_inputs = parser.ParseList()
/external/libchrome/build/
Dgn_helpers.py227 return self.ParseList()
302 def ParseList(self): member in GNValueParser
/external/webrtc/webrtc/modules/audio_processing/test/
Dtest_utils.h131 std::vector<T> ParseList(const std::string& to_parse) { in ParseList() function
Dtest_utils.cc132 const std::vector<float> values = ParseList<float>(mic_positions); in ParseArrayGeometry()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc289 bool ParseList(const TokKind start, const TokKind end, const TokKind delim,
2821 if (!ParseList(TokKind::kLbrace, TokKind::kRbrace, TokKind::kComma, in ParseAttributeHelper()
3269 return ParseList(TokKind::kLbrace, TokKind::kRbrace, TokKind::kComma, in ParsePrecisionList()
3292 return ParseList(TokKind::kLbrace, TokKind::kRbrace, TokKind::kComma, in ParseHloComputationList()
3309 return ParseList(TokKind::kLbrace, TokKind::kRbrace, TokKind::kComma, in ParseShapeList()
3328 return ParseList(start, end, delim, parse_and_add_item); in ParseInt64List()
3331 bool HloParser::ParseList(const TokKind start, const TokKind end, in ParseList() function in xla::__anonc071bf1f0111::HloParser
3410 return ParseList(TokKind::kLsquare, TokKind::kRsquare, TokKind::kComma, in ParseDimensionSizes()
3437 if (!ParseList(TokKind::kLparen, TokKind::kRparen, TokKind::kComma, in ParseTiles()
/external/libchrome/build/android/gyp/util/
Dbuild_utils.py108 return parser.ParseList()