/external/qemu/ |
qjson.c | 81 static void to_json(const QObject *obj, QString *str, int pretty, int indent); 99 to_json(QOBJECT(qkey), s->str, s->pretty, s->indent); 103 to_json(obj, s->str, s->pretty, s->indent); 121 to_json(obj, s->str, s->pretty, s->indent); 125 static void to_json(const QObject *obj, QString *str, int pretty, int indent) function 282 to_json(obj, str, 0, 0); 291 to_json(obj, str, 1, 0);
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
idl_compiler.py | 92 json_string = definitions.to_json()
|
idl_definitions.py | 33 FIXME: remove BaseIdl, JSON export (json_serializable and to_json), and Perl 124 def to_json(self, debug=False): member in class:IdlDefinitions
|
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/ |
JSON.pm | 7 @JSON::EXPORT = qw(from_json to_json jsonToObj objToJson encode_json decode_json); 96 *UNIVERSAL::TO_JSON = sub { 127 my $alternative = 'to_json'; 132 JSON::to_json(@_); 138 sub to_json ($@) { subroutine 143 Carp::croak "to_json should not be called as a method."; 626 use JSON; # imports encode_json, decode_json, to_json and from_json. 649 $json_text = to_json( $perl_scalar, { ascii => 1, pretty => 1 } ); 781 C<to_json> and C<from_json> are additional functions. 806 =head2 to_json [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/ |
JSON.pm | 7 @JSON::EXPORT = qw(from_json to_json jsonToObj objToJson encode_json decode_json); 96 *UNIVERSAL::TO_JSON = sub { 127 my $alternative = 'to_json'; 132 JSON::to_json(@_); 138 sub to_json ($@) { subroutine 143 Carp::croak "to_json should not be called as a method."; 626 use JSON; # imports encode_json, decode_json, to_json and from_json. 649 $json_text = to_json( $perl_scalar, { ascii => 1, pretty => 1 } ); 781 C<to_json> and C<from_json> are additional functions. 806 =head2 to_json [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/ |
JSON.pm | 7 @JSON::EXPORT = qw(from_json to_json jsonToObj objToJson encode_json decode_json); 96 *UNIVERSAL::TO_JSON = sub { 127 my $alternative = 'to_json'; 132 JSON::to_json(@_); 138 sub to_json ($@) { subroutine 143 Carp::croak "to_json should not be called as a method."; 626 use JSON; # imports encode_json, decode_json, to_json and from_json. 649 $json_text = to_json( $perl_scalar, { ascii => 1, pretty => 1 } ); 781 C<to_json> and C<from_json> are additional functions. 806 =head2 to_json [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/ |
backportPP.pm | 18 @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json); 117 sub to_json($) { subroutine 118 Carp::croak ("JSON::PP::to_json has been renamed to encode_json."); 325 if ( $convert_blessed and $obj->can('TO_JSON') ) { 326 my $result = $obj->TO_JSON(); 330 "%s::TO_JSON method returned same object as was passed instead of a new one", [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/ |
backportPP.pm | 18 @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json); 117 sub to_json($) { subroutine 118 Carp::croak ("JSON::PP::to_json has been renamed to encode_json."); 325 if ( $convert_blessed and $obj->can('TO_JSON') ) { 326 my $result = $obj->TO_JSON(); 330 "%s::TO_JSON method returned same object as was passed instead of a new one", [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/ |
backportPP.pm | 18 @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json); 117 sub to_json($) { subroutine 118 Carp::croak ("JSON::PP::to_json has been renamed to encode_json."); 325 if ( $convert_blessed and $obj->can('TO_JSON') ) { 326 my $result = $obj->TO_JSON(); 330 "%s::TO_JSON method returned same object as was passed instead of a new one", [all...] |