Searched refs:YAML (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl11 use YAML::Tiny;
116 my $port = YAML::Tiny->read('port.yml');
139 my $port = YAML::Tiny->read('port.yml');
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp830 * YAML Parser *
879 CV_PARSE_ERROR( *ptr == '\t' ? "Tabs are prohibited in YAML!" : "Invalid character" );
1264 if( memcmp( ptr, "%YAML:", 6 ) == 0 &&
1265 memcmp( ptr, "%YAML:1.", 8 ) != 0 )
1266 CV_PARSE_ERROR( "Unsupported YAML version (it must be 1.x)" );
1282 CV_PARSE_ERROR( "The YAML streams must start with '---', except the first one" );
1297 CV_PARSE_ERROR( "Only collections as YAML streams are supported by this parser" );
1316 * YAML Emitter *
2711 // and factor=4 for YAML ( as we use 4 bytes for non ASCII characters (e.g. \xAB))
2783 fputs( "%YAML
[all...]
/external/clang/unittests/Format/
H A DFormatTest.cpp5683 std::string YAML = configurationAsText(Style); local
5685 EXPECT_EQ(0, parseConfiguration(YAML, &ParsedStyle).value());
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
H A DJSON.pm1939 =head1 JSON and YAML
1941 JSON is not a subset of YAML.
1942 See to L<JSON::XS/JSON and YAML>.
/external/chromium_org/third_party/JSON/JSON-2.59/lib/
H A DJSON.pm1939 =head1 JSON and YAML
1941 JSON is not a subset of YAML.
1942 See to L<JSON::XS/JSON and YAML>.
/external/chromium_org/third_party/JSON/out/lib/perl5/
H A DJSON.pm1939 =head1 JSON and YAML
1941 JSON is not a subset of YAML.
1942 See to L<JSON::XS/JSON and YAML>.

Completed in 180 milliseconds