HomeSort by relevance Sort by last modified time
    Searched refs:Perl (Results 1 - 25 of 37) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/Perl5/
Makefile.PL 11 --languages=Perl --langmap=Perl:+.t \
18 LICENSE => 'perl',
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 29 Perf::Trace::Context - Perl extension for accessing functions in perf.
48 it under the same terms as Perl itself, either Perl version 5.10.0 or,
49 at your option, any later version of Perl 5 you may have available.
Util.pm 68 Perf::Trace::Util - Perl extension for perf script
87 it under the same terms as Perl itself, either Perl version 5.10.0 or,
88 at your option, any later version of Perl 5 you may have available.
Core.pm 166 Perf::Trace::Core - Perl extension for perf script
185 it under the same terms as Perl itself, either Perl version 5.10.0 or,
186 at your option, any later version of Perl 5 you may have available.
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 14 ANTLR::Runtime - ANTLR Runtime for Perl 5
70 part of the standard Perl distribution, part of the module's distribution,
78 system or program resources, or due to internal limitations of Perl
111 modify it under the same terms as Perl (see L<perlartistic>)
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/backportPP/
Compat5005.pm 14 0; # It is considered that UTF8 flag off for Perl 5.005.
112 JSON::PP5005 - Helper module in using JSON::PP in Perl 5.005
128 it under the same terms as Perl itself.
Compat5006.pm 106 sub _unpack_emu { # for Perl 5.6 unpack warnings
154 JSON::PP56 - Helper module in using JSON::PP in Perl 5.6
170 it under the same terms as Perl itself.
  /external/chromium_org/third_party/JSON/JSON-2.59/eg/
bench_decode.pl 1 #!/usr/bin/perl
22 my $perl = JSON::XS::decode_json $json;
67 under the same terms as Perl itself.
bench_encode.pl 1 #!/usr/bin/perl
22 my $perl = JSON::XS::decode_json $json;
36 'JSON::PP' => sub { $pp->encode( $perl ) },
37 'JSON::XS' => sub { $xs->encode( $perl ) },
52 'JSON::PP' => sub { $pp->encode( $perl ) },
53 'JSON::XS' => sub { $xs->encode( $perl ) },
83 under the same terms as Perl itself.
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/backportPP/
Compat5005.pm 14 0; # It is considered that UTF8 flag off for Perl 5.005.
112 JSON::PP5005 - Helper module in using JSON::PP in Perl 5.005
128 it under the same terms as Perl itself.
Compat5006.pm 106 sub _unpack_emu { # for Perl 5.6 unpack warnings
154 JSON::PP56 - Helper module in using JSON::PP in Perl 5.6
170 it under the same terms as Perl itself.
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/backportPP/
Compat5005.pm 14 0; # It is considered that UTF8 flag off for Perl 5.005.
112 JSON::PP5005 - Helper module in using JSON::PP in Perl 5.005
128 it under the same terms as Perl itself.
Compat5006.pm 106 sub _unpack_emu { # for Perl 5.6 unpack warnings
154 JSON::PP56 - Helper module in using JSON::PP in Perl 5.6
170 it under the same terms as Perl itself.
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 666 has since Perl 5.14 been a core module. For this reason,
672 =item * L<http://perl5.git.perl.org/perl.git>
694 This module converts Perl data structures to JSON and vice versa using either
699 JSON::PP is a pure-Perl module which is bundled in this distribution and
724 Even though there are limitations, this feature is available since Perl version 5.6.
726 JSON::XS requires Perl 5.8.2 (but works correctly in 5.8.8 or later), so in older versions
727 C<JSON> should call JSON::PP as the backend which can be used since Perl 5.005.
729 With Perl 5.8.x JSON::PP works, but from 5.8.0 to 5.8.2, because of a Perl side problem
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 666 has since Perl 5.14 been a core module. For this reason,
672 =item * L<http://perl5.git.perl.org/perl.git>
694 This module converts Perl data structures to JSON and vice versa using either
699 JSON::PP is a pure-Perl module which is bundled in this distribution and
724 Even though there are limitations, this feature is available since Perl version 5.6.
726 JSON::XS requires Perl 5.8.2 (but works correctly in 5.8.8 or later), so in older versions
727 C<JSON> should call JSON::PP as the backend which can be used since Perl 5.005.
729 With Perl 5.8.x JSON::PP works, but from 5.8.0 to 5.8.2, because of a Perl side problem
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 666 has since Perl 5.14 been a core module. For this reason,
672 =item * L<http://perl5.git.perl.org/perl.git>
694 This module converts Perl data structures to JSON and vice versa using either
699 JSON::PP is a pure-Perl module which is bundled in this distribution and
724 Even though there are limitations, this feature is available since Perl version 5.6.
726 JSON::XS requires Perl 5.8.2 (but works correctly in 5.8.8 or later), so in older versions
727 C<JSON> should call JSON::PP as the backend which can be used since Perl 5.005.
729 With Perl 5.8.x JSON::PP works, but from 5.8.0 to 5.8.2, because of a Perl side problem
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm 57 # Perl version check, Unicode handling is enable?
240 ### Perl => JSON
362 encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
369 if ( OLD_PERL ) { utf8::decode($k) } # key for Perl 5.6 / be optimized
386 encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
581 # JSON => Perl
896 decode_error('json text or perl structure exceeds maximum nesting level (max_depth set too low?)')
947 decode_error('json text or perl structure exceeds maximum nesting level (max_depth set too low?)')
    [all...]