Home
last modified time | relevance | path

Searched refs:ParseList (Results 1 – 7 of 7) 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.cc305 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/
Dschema.cc244 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/
Dbuild_utils.py108 return parser.ParseList()