/external/libweave/src/ |
component_manager.h | 62 // Same as the overload above, but takes a json string to read the trait 64 virtual bool LoadTraits(const std::string& json, ErrorPtr* error) = 0; 114 // Parses the command definition from a json dictionary. The resulting command 161 // Returns the full JSON dictionary containing trait definitions. 164 // Returns the full JSON dictionary containing component instances. 172 const std::string& json,
|
mock_component_manager.h | 19 MOCK_METHOD2(LoadTraits, bool(const std::string& json, ErrorPtr* error)); 78 const std::string& json,
|
/external/libweave/src/privet/ |
privet_manager.cc | 12 #include <base/json/json_reader.h> 13 #include <base/json/json_writer.h>
|
/external/llvm/docs/ |
make.bat | 25 echo. json to make JSON files 79 if "%1" == "json" ( 80 %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json 83 echo.Build finished; now you can process the JSON files.
|
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/ |
TestLauncher.py | 34 import json 109 self.__rawScripts = json.load(scriptFile)
|
/external/skia/tools/ |
builder_name_schema.py | 7 dynamically from builder_name_schema.json. """ 10 import json 39 """ Load the builder naming schema from the JSON file. """ 55 os.path.dirname(__file__), 'builder_name_schema.json') 56 builder_name_schema_json = json.load(open(builder_name_json_filename)) 107 - A valid builder role, as defined in the JSON file 108 - All properties listed in the JSON file for that role
|
gen_bench_expectations_from_codereview.py | 13 import json 52 split_url.insert(split_url.index('builders'), 'json') 126 This function talks to the build master's JSON interface, which is slow. 128 TODO(borenet): There are now a few places which talk to the master's JSON 136 step_data = json.load(urllib2.urlopen(step_url))
|
jsondiff.py | 11 Gathers diffs between 2 JSON expectations files, or between actual and 12 expected results within a single JSON actual-results file, 20 import json 28 # that directory. That script allows us to parse the actual-results.json file 43 # Object that generates diffs between two JSON gm result files. 61 """Returns the dictionary of expected results from a JSON string, 107 """Returns the dictionary of actual results from a JSON string, 184 help='Path to JSON file whose expectations to display on ' + 189 help='Path to JSON file whose expectations to display on ' + 191 'ACTUAL results from the "old" JSON file. This can be a ' [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
SeekBarDialogTask.java | 29 import org.json.JSONException; 30 import org.json.JSONObject;
|
/external/v8/test/mjsunit/es6/ |
mirror-collections.js | 8 // Create JSON representation. 10 var json = JSON.stringify(serializer.serializeValue(mirror)); 20 // Parse JSON representation and check. 21 var fromJSON = eval('(' + json + ')'); 26 // Create JSON representation. 28 var json = JSON.stringify(serializer.serializeValue(mirror)); 38 // Parse JSON representation and check. 39 var fromJSON = eval('(' + json + ')') [all...] |
/external/v8/tools/ |
generate-builtins-tests.py | 6 import json 116 objects = json.loads(output)
|
/libcore/benchmarks/src/benchmarks/regression/ |
ParseBenchmark.java | 29 import org.json.JSONArray; 30 import org.json.JSONObject; 54 ANDROID_STREAM("json") { 59 ORG_JSON("json") {
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
documenttest.cpp | 74 const char* json = " { \"hello\" : \"world\", \"t\" : true , \"f\" : false, \"n\": null, \"i\":123, \"pi\": 3.1416, \"a\":[1, 2, 3, 4] } ";
local 76 doc.Parse(json);
80 StringStream s(json);
85 char *buffer = strdup(json);
118 FILE* fp = OpenEncodedFile("utf8.json");
144 FILE *fp = OpenEncodedFile("utf8.json");
159 FILE* fp = OpenEncodedFile("utf32be.json");
183 FILE *fp = OpenEncodedFile("utf8.json");
293 GenericDocument< UTF16<> > json;
local 294 json.Parse<kParseValidateEncodingFlag>(L"[{\"created_at\":\"Wed Oct 30 17:13:20 +0000 2012\"}]"); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_unicode.py | 2 from json.tests import PyTest, CTest 7 encoder = self.json.JSONEncoder(encoding='utf-8')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_unicode.py | 2 from json.tests import PyTest, CTest 7 encoder = self.json.JSONEncoder(encoding='utf-8')
|
/system/connectivity/apmanager/ |
Android.mk | 50 dbus_bindings/dbus-service-config.json \ 62 dbus_bindings/dbus-service-config.json \
|
/build/kati/ |
runtest.rb | 50 files.reject!{|f|f =~ /\.json$/} 161 output.gsub!(/ (\.\/+)+test\S+.json/, '') # json files in find_command.mk 226 json = "#{tc.empty? ? 'test' : tc}" 227 cmd = "../../kati -save_json=#{json}.json -log_dir=. --use_find_emulator" 294 json = "#{tc.empty? ? 'test' : tc}" 295 cmd = "../../kati -save_json=#{json}_2.json -load_json=#{json}.json -n -log_dir=. #{tc} 2>&1 [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
ItsUtils.java | 34 import org.json.JSONArray; 35 import org.json.JSONObject; 79 } catch (org.json.JSONException e) { 80 throw new ItsException("JSON error: ", e); 91 } catch (org.json.JSONException e) { 92 throw new ItsException("JSON error: ", e);
|
/cts/common/host-side/util/src/com/android/compatibility/common/util/ |
ReportLogHostInfoStore.java | 18 import com.android.json.stream.JsonWriter; 39 * Creates the writer and starts the JSON Object for the metric stream. 43 // Write new metrics to a temp file to avoid invalid JSON files due to failed tests. 54 // Reopen overall JSON object to write new metrics. 64 // Start new JSON object for new metrics. 77 // Close JSON Writer. 80 // Close overall JSON Object.
|
/external/autotest/client/bin/ |
fio_util.py | 17 import json, logging, re, utils 169 json.dump(data_dict, f) 194 json.dump(option, f) 242 Parse fio json dict 244 Recursively flaten json dict to generate autotest perf dict 272 Parse the json fio output 277 @param lines: text output of json fio output. 281 fio_dict = json.loads(lines) 364 Build a result keyval and performence json. 365 The JSON would look like [all...] |
/external/autotest/frontend/client/src/autotest/common/table/ |
ArrayDataSource.java | 5 import com.google.gwt.json.client.JSONObject;
|
DataSource.java | 5 import com.google.gwt.json.client.JSONObject;
|
/external/autotest/frontend/client/src/autotest/tko/ |
TestDetailView.java | 15 import com.google.gwt.json.client.JSONNumber; 16 import com.google.gwt.json.client.JSONObject; 17 import com.google.gwt.json.client.JSONString; 18 import com.google.gwt.json.client.JSONValue;
|
/external/caliper/caliper/src/main/java/com/google/caliper/json/ |
ImmutableListTypeAdatperFactory.java | 17 package com.google.caliper.json;
|
ImmutableMapTypeAdapterFactory.java | 17 package com.google.caliper.json;
|