/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
DOMUtils.java | 45 String jsonText = JavaScriptUtils.executeJavaScriptAndWaitForResult( 49 jsonText.trim().equalsIgnoreCase("null")); 51 JsonReader jsonReader = new JsonReader(new StringReader(jsonText)); 64 Assert.fail("Failed to evaluate JavaScript: " + jsonText + "\n" + exception); 146 String jsonText = JavaScriptUtils.executeJavaScriptAndWaitForResult( 149 jsonText.trim().equalsIgnoreCase("null")); 151 JsonReader jsonReader = new JsonReader(new StringReader(jsonText)); 161 Assert.fail("Failed to evaluate JavaScript: " + jsonText + "\n" + exception);
|
/external/chromium_org/third_party/JSON/JSON-2.59/t/ |
e03_bool2.t | 12 my $jsontext = q|[true,false,null]|; 13 my $obj = from_json($jsontext);
|
xe03_bool2.t | 15 my $jsontext = q|[true,false,null]|; 16 my $obj = from_json($jsontext);
|
18_json_checker.t | 148 "jsontext": "{\"object with 1 member\":[\"array with 1 element\"]}",
|
/external/llvm/utils/yaml-bench/ |
YAMLBench.cpp | 127 , llvm::StringRef JSONText) { 131 for (llvm::StringRef::iterator I = JSONText.begin(), 132 E = JSONText.end(); 140 yaml::scanTokens(JSONText); 148 llvm::yaml::Stream stream(JSONText, SM); 155 std::string JSONText; 156 llvm::raw_string_ostream Stream(JSONText); 159 while (JSONText.size() < MemoryBytes) { 166 if (JSONText.size() < MemoryBytes) Stream << ","; 171 return JSONText; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_pass1.py | 48 "jsontext": "{\"object with 1 member\":[\"array with 1 element\"]}",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_pass1.py | 48 "jsontext": "{\"object with 1 member\":[\"array with 1 element\"]}",
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
idl_serializer.pm | 58 my $jsonText = shift; 60 my $jsonHash = $json->decode($jsonText);
|
/external/chromium_org/tools/perf_expectations/ |
make_expectations.py | 123 jsontext = '{%s\n}' % ',\n '.join(jsondata) 124 file.write(jsontext + '\n')
|
/external/chromium_org/third_party/JSON/JSON-2.59/ |
README | 432 $jsontext = encode "UTF-16BE", JSON::XS->new->encode ($object); 437 $object = JSON::XS->new->decode (decode "UTF-32LE", $jsontext); [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/man3/ |
JSON__backportPP.3pm | 434 \& $jsontext = encode "UTF\-16BE", JSON::PP\->new\->encode ($object); 441 \& $object = JSON::PP\->new\->decode (decode "UTF\-32LE", $jsontext); [all...] |
JSON.3pm | 580 \& $jsontext = encode "UTF\-16BE", JSON::XS\->new\->encode ($object); 587 \& $object = JSON::XS\->new\->decode (decode "UTF\-32LE", $jsontext); [all...] |
/external/chromium_org/third_party/JSON/out/man/man3/ |
JSON__backportPP.3pm | 434 \& $jsontext = encode "UTF\-16BE", JSON::PP\->new\->encode ($object); 441 \& $object = JSON::PP\->new\->decode (decode "UTF\-32LE", $jsontext); [all...] |
JSON.3pm | 580 \& $jsontext = encode "UTF\-16BE", JSON::XS\->new\->encode ($object); 587 \& $object = JSON::XS\->new\->decode (decode "UTF\-32LE", $jsontext); [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/ |
backportPP.pm | [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/ |
JSON.pm | 1036 $jsontext = encode "UTF-16BE", JSON::XS->new->encode ($object); 1041 $object = JSON::XS->new->decode (decode "UTF-32LE", $jsontext); [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/ |
backportPP.pm | [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/ |
JSON.pm | 1036 $jsontext = encode "UTF-16BE", JSON::XS->new->encode ($object); 1041 $object = JSON::XS->new->decode (decode "UTF-32LE", $jsontext); [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/ |
backportPP.pm | [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/ |
JSON.pm | 1036 $jsontext = encode "UTF-16BE", JSON::XS->new->encode ($object); 1041 $object = JSON::XS->new->decode (decode "UTF-32LE", $jsontext); [all...] |