Searched defs:JSON (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/backportPP/
H A DCompat5005.pm1 package # This is JSON::backportPP
2 JSON::backportPP5005;
9 $JSON::PP5005::VERSION = '1.10';
30 *JSON::PP::JSON_PP_encode_ascii = \&_encode_ascii;
31 *JSON::PP::JSON_PP_encode_latin1 = \&_encode_latin1;
32 *JSON::PP::JSON_PP_decode_surrogates = \&_decode_surrogates;
33 *JSON::PP::JSON_PP_decode_unicode = \&_decode_unicode;
93 sub JSON::PP::incr_text { subroutine
94 $_[0]->{_incr_parser} ||= JSON::PP::IncrParser->new;
112 JSON
[all...]
H A DCompat5006.pm1 package # This is JSON::backportPP
2 JSON::backportPP56;
9 $JSON::PP56::VERSION = '1.08';
69 *JSON::PP::JSON_PP_encode_ascii = \&_encode_ascii;
70 *JSON::PP::JSON_PP_encode_latin1 = \&_encode_latin1;
71 *JSON::PP::JSON_PP_decode_surrogates = \&JSON::PP::_decode_surrogates;
72 *JSON::PP::JSON_PP_decode_unicode = \&JSON::PP::_decode_unicode;
88 sprintf('\u%04x', $_) : sprintf('\u%x\u%x', JSON
[all...]
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/backportPP/
H A DCompat5005.pm1 package # This is JSON::backportPP
2 JSON::backportPP5005;
9 $JSON::PP5005::VERSION = '1.10';
30 *JSON::PP::JSON_PP_encode_ascii = \&_encode_ascii;
31 *JSON::PP::JSON_PP_encode_latin1 = \&_encode_latin1;
32 *JSON::PP::JSON_PP_decode_surrogates = \&_decode_surrogates;
33 *JSON::PP::JSON_PP_decode_unicode = \&_decode_unicode;
93 sub JSON::PP::incr_text { subroutine
94 $_[0]->{_incr_parser} ||= JSON::PP::IncrParser->new;
112 JSON
[all...]
H A DCompat5006.pm1 package # This is JSON::backportPP
2 JSON::backportPP56;
9 $JSON::PP56::VERSION = '1.08';
69 *JSON::PP::JSON_PP_encode_ascii = \&_encode_ascii;
70 *JSON::PP::JSON_PP_encode_latin1 = \&_encode_latin1;
71 *JSON::PP::JSON_PP_decode_surrogates = \&JSON::PP::_decode_surrogates;
72 *JSON::PP::JSON_PP_decode_unicode = \&JSON::PP::_decode_unicode;
88 sprintf('\u%04x', $_) : sprintf('\u%x\u%x', JSON
[all...]
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/backportPP/
H A DCompat5005.pm1 package # This is JSON::backportPP
2 JSON::backportPP5005;
9 $JSON::PP5005::VERSION = '1.10';
30 *JSON::PP::JSON_PP_encode_ascii = \&_encode_ascii;
31 *JSON::PP::JSON_PP_encode_latin1 = \&_encode_latin1;
32 *JSON::PP::JSON_PP_decode_surrogates = \&_decode_surrogates;
33 *JSON::PP::JSON_PP_decode_unicode = \&_decode_unicode;
93 sub JSON::PP::incr_text { subroutine
94 $_[0]->{_incr_parser} ||= JSON::PP::IncrParser->new;
112 JSON
[all...]
H A DCompat5006.pm1 package # This is JSON::backportPP
2 JSON::backportPP56;
9 $JSON::PP56::VERSION = '1.08';
69 *JSON::PP::JSON_PP_encode_ascii = \&_encode_ascii;
70 *JSON::PP::JSON_PP_encode_latin1 = \&_encode_latin1;
71 *JSON::PP::JSON_PP_decode_surrogates = \&JSON::PP::_decode_surrogates;
72 *JSON::PP::JSON_PP_decode_unicode = \&JSON::PP::_decode_unicode;
88 sprintf('\u%04x', $_) : sprintf('\u%x\u%x', JSON
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/
H A Djson2.js2 http://www.JSON.org/json2.js
9 See http://www.JSON.org/js.html
19 This file creates a global JSON object containing two methods: stringify
22 JSON.stringify(value, replacer, space)
36 This method produces a JSON text from a JavaScript value.
73 Values that do not have JSON representations, such as undefined or
76 a replacer function to replace those with JSON values.
77 JSON.stringify(undefined) returns undefined.
89 text = JSON.stringify(['e', {pluribus: 'unum'}]);
93 text = JSON
[all...]
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
H A DJSON.pm1 package JSON; package
7 @JSON::EXPORT = qw(from_json to_json jsonToObj objToJson encode_json decode_json);
10 $JSON::VERSION = '2.59';
11 $JSON::DEBUG = 0 unless (defined $JSON::DEBUG);
12 $JSON::DEBUG = $ENV{ PERL_JSON_DEBUG } if exists $ENV{ PERL_JSON_DEBUG };
15 my $Module_XS = 'JSON::XS';
16 my $Module_PP = 'JSON::PP';
17 my $Module_bp = 'JSON::backportPP'; # included in JSON distributio
410 package JSON; package
[all...]
/external/chromium_org/third_party/JSON/JSON-2.59/lib/
H A DJSON.pm1 package JSON; package
7 @JSON::EXPORT = qw(from_json to_json jsonToObj objToJson encode_json decode_json);
10 $JSON::VERSION = '2.59';
11 $JSON::DEBUG = 0 unless (defined $JSON::DEBUG);
12 $JSON::DEBUG = $ENV{ PERL_JSON_DEBUG } if exists $ENV{ PERL_JSON_DEBUG };
15 my $Module_XS = 'JSON::XS';
16 my $Module_PP = 'JSON::PP';
17 my $Module_bp = 'JSON::backportPP'; # included in JSON distributio
410 package JSON; package
[all...]
/external/chromium_org/third_party/JSON/out/lib/perl5/
H A DJSON.pm1 package JSON; package
7 @JSON::EXPORT = qw(from_json to_json jsonToObj objToJson encode_json decode_json);
10 $JSON::VERSION = '2.59';
11 $JSON::DEBUG = 0 unless (defined $JSON::DEBUG);
12 $JSON::DEBUG = $ENV{ PERL_JSON_DEBUG } if exists $ENV{ PERL_JSON_DEBUG };
15 my $Module_XS = 'JSON::XS';
16 my $Module_PP = 'JSON::PP';
17 my $Module_bp = 'JSON::backportPP'; # included in JSON distributio
410 package JSON; package
[all...]
/external/chromium_org/v8/src/
H A Djson.js33 var $JSON = global.JSON;
222 // Set up non-enumerable properties of the JSON object.
223 InstallFunctions($JSON, DONT_ENUM, $Array(
233 // JSON Builtins
H A Dd8.js103 JSON: 2 };
137 // Process a debugger JSON message into a display text and a running status.
144 // Convert the JSON string to an object.
288 // Converts a text command to a JSON request.
299 // If the very first character is a { assume that a JSON request have been
300 // entered as a command. Converting that to a JSON request is trivial.
494 // Return undefined to indicate command handled internally (no JSON).
502 // Return undefined to indicate command handled internally (no JSON).
550 // Create a JSON request for the evaluation command.
578 // Create a JSON reques
[all...]
H A Ddebug-debugger.js67 JSON: 2 };
1087 return JSON.stringify(ObjectToProtocolObject_(o));
1383 return JSON.stringify(json);
1398 // Convert the JSON string to an object.
1399 request = JSON.parse(json_request);
1497 // Return the response as a JSON encoded string.
2038 // (for singletons), raw value (primitive types supported in JSON),
2557 * may be serilized to a JSON object using JSON.stringify().
/external/v8/src/
H A Djson.js28 var $JSON = global.JSON;
342 InstallFunctions($JSON, DONT_ENUM, $Array(
H A Dd8.js103 JSON: 2 };
141 // Process a debugger JSON message into a display text and a running status.
148 // Convert the JSON string to an object.
292 // Converts a text command to a JSON request.
303 // If the very first character is a { assume that a JSON request have been
304 // entered as a command. Converting that to a JSON request is trivial.
498 // Return undefined to indicate command handled internally (no JSON).
506 // Return undefined to indicate command handled internally (no JSON).
591 // Create a JSON request for the evaluation command.
632 // Create a JSON reques
[all...]
H A Ddebug-debugger.js67 JSON: 2 };
1069 return JSON.stringify(ObjectToProtocolObject_(o));
1359 return JSON.stringify(json);
1374 // Convert the JSON string to an object.
1375 request = JSON.parse(json_request);
1495 // Return the response as a JSON encoded string.
2539 * may be serilized to a JSON object using JSON.stringify().
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
H A DbackportPP.pm1 package # This is JSON::backportPP
2 JSON::PP;
4 # JSON-2.0
18 @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json);
58 # Helper module sets @JSON::PP::_properties.
60 my $helper = $] >= 5.006 ? 'JSON::backportPP::Compat5006' : 'JSON::backportPP::Compat5005';
104 my $JSON; # cache
107 ($JSON ||= __PACKAGE__->new->utf8)->encode(@_);
112 ($JSON ||
1306 sub JSON::PP::incr_parse { subroutine
1312 sub JSON::PP::incr_skip { subroutine
1317 sub JSON::PP::incr_reset { subroutine
1322 sub JSON::PP::incr_text : lvalue { subroutine
[all...]
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
H A DbackportPP.pm1 package # This is JSON::backportPP
2 JSON::PP;
4 # JSON-2.0
18 @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json);
58 # Helper module sets @JSON::PP::_properties.
60 my $helper = $] >= 5.006 ? 'JSON::backportPP::Compat5006' : 'JSON::backportPP::Compat5005';
104 my $JSON; # cache
107 ($JSON ||= __PACKAGE__->new->utf8)->encode(@_);
112 ($JSON ||
1306 sub JSON::PP::incr_parse { subroutine
1312 sub JSON::PP::incr_skip { subroutine
1317 sub JSON::PP::incr_reset { subroutine
1322 sub JSON::PP::incr_text : lvalue { subroutine
[all...]
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
H A DbackportPP.pm1 package # This is JSON::backportPP
2 JSON::PP;
4 # JSON-2.0
18 @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json);
58 # Helper module sets @JSON::PP::_properties.
60 my $helper = $] >= 5.006 ? 'JSON::backportPP::Compat5006' : 'JSON::backportPP::Compat5005';
104 my $JSON; # cache
107 ($JSON ||= __PACKAGE__->new->utf8)->encode(@_);
112 ($JSON ||
1306 sub JSON::PP::incr_parse { subroutine
1312 sub JSON::PP::incr_skip { subroutine
1317 sub JSON::PP::incr_reset { subroutine
1322 sub JSON::PP::incr_text : lvalue { subroutine
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dchecker.py511 JSON = 3 variable in class:FileType
580 return FileType.JSON
606 elif file_type == FileType.JSON:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/test/webkit/fast/js/
H A DObject-getOwnPropertyNames.js93 "JSON": "['parse', 'stringify']"
131 "JSON"
/external/chromium_org/v8/include/
H A Dv8.h1271 * A JSON Parser.
1273 class V8_EXPORT JSON { class in namespace:v8

Completed in 4610 milliseconds