Searched refs:ParseList (Results 1 – 6 of 6) 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 | 289 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/ |
D | build_utils.py | 108 return parser.ParseList()
|