Home
last modified time | relevance | path

Searched full:json2 (Results 1 - 25 of 27) sorted by relevance

12

/third_party/benchmark/tools/gbench/
H A Dreport.py131 def partition_benchmarks(json1, json2):
138 json2_unique_names = get_unique_benchmark_names(json2)
155 rhs = [x for x in json2['benchmarks'] if x['name'] == name and
245 json2,
249 runs specified as 'json1' and 'json2'. Output is another json containing
255 partitions = partition_benchmarks(json1, json2)
308 rhs_gmean = calculate_geomean(json2)
338 runs specified as 'json1' and 'json2'.
439 json2 = json.load(f)
440 return json1, json2
[all...]
/third_party/typescript/tests/baselines/reference/
H A DnodeModulesImportAssertions(module=node16).symbols9 const json2 = import("./package.json", { assert: { type: "json" } }); // should be fine
10 >json2 : Symbol(json2, Decl(otherc.cts, 1, 5))
H A DnodeModulesImportAssertions(module=nodenext).symbols9 const json2 = import("./package.json", { assert: { type: "json" } }); // should be fine
10 >json2 : Symbol(json2, Decl(otherc.cts, 1, 5))
H A DnodeModulesImportAssertions(module=node16).js7 const json2 = import("./package.json", { assert: { type: "json" } }); // should be fine
20 const json2 = import("./package.json", { assert: { type: "json" } }); // should be fine
H A DnodeModulesImportAssertions(module=nodenext).js7 const json2 = import("./package.json", { assert: { type: "json" } }); // should be fine
20 const json2 = import("./package.json", { assert: { type: "json" } }); // should be fine
H A DnodeModulesImportAssertions(module=node16).types11 const json2 = import("./package.json", { assert: { type: "json" } }); // should be fine
12 >json2 : Promise<{ default: { name: string; private: boolean; type: string; }; }>
H A DnodeModulesImportAssertions(module=nodenext).types11 const json2 = import("./package.json", { assert: { type: "json" } }); // should be fine
12 >json2 : Promise<{ default: { name: string; private: boolean; type: string; }; }>
H A DnodeModulesImportAssertions(module=nodenext).errors.txt10 const json2 = import("./package.json", { assert: { type: "json" } }); // should be fine
H A DnodeModulesImportAssertions(module=node16).errors.txt13 const json2 = import("./package.json", { assert: { type: "json" } }); // should be fine
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp881 cJSON *Json2 = cJSON_CreateObject(); in HWTEST_F() local
882 if (Json2 == nullptr) { in HWTEST_F()
885 cJSON_AddStringToObject(Json2, COMP_NAME.c_str(), "comp_name_test"); in HWTEST_F()
886 cJSON_AddStringToObject(Json2, COMP_TYPE.c_str(), "comp_type_test"); in HWTEST_F()
887 cJSON_AddStringToObject(Json2, COMP_HANDLER_LOC.c_str(), "comp_handler_loc_test"); in HWTEST_F()
888 cJSON_AddStringToObject(Json2, COMP_HANDLER_VERSION.c_str(), "1.0"); in HWTEST_F()
889 cJSON_AddStringToObject(Json2, COMP_SOURCE_LOC.c_str(), "comp_source_loc_test"); in HWTEST_F()
890 cJSON_AddStringToObject(Json2, COMP_SOURCE_VERSION.c_str(), "1.0"); in HWTEST_F()
891 cJSON_AddNumberToObject(Json2, COMP_SOURCE_SA_ID.c_str(), 4801); in HWTEST_F()
892 cJSON_AddNumberToObject(Json2, COMP_SINK_LO in HWTEST_F()
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_imageText/ace_ets_module_imageText_api11/entry/src/main/ets/test/NodeContainerTest/arkuinode/
H A Darkuinode.test.ets66 let json2 = getInspectorByKey('nodeButton');
67 let Obj2: ESObject = JSON.parse(json2);
/arkcompiler/ets_runtime/test/moduletest/jsonparser/
H A Djsonparser.js25 let json2 = JSON.parse("[ 1 ]");
26 print(json2);
/test/xts/acts/communication/nfc_ErrorCode/entry/src/ohosTest/js/test/
H A DMifareUltralightTag.test.js114 console.info("[NFC_test]mifareUltralight2 readMultiplePages data: " + data + "json2:" + JSON.stringify(data));
179 console.info("[NFC_test]mifareUltralight4 writeSinglePage data: " + data + "json2:" + JSON.stringify(data));
H A DMifareClassicTag.test.js121 console.info("[NFC_test]mifareClassic2 authenticateSector data: " + data + "json2:" + JSON.stringify(data));
/test/xts/acts/communication/nfc_Controller/entry/src/ohosTest/js/test/
H A DMifareUltralightTag.test.js113 console.info("[NFC_test] mifareUltralight2 readMultiplePages2 data: " + data + "json2:" + JSON.stringify(data));
173 console.info("[NFC_test] mifareUltralight4 writeSinglePages2 data: " + data + "json2:" + JSON.stringify(data));
H A DMifareClassicTag.test.js120 console.info("[NFC_test] MifareClassicTag2 authenticateSector2 data: " + data + "json2:" + JSON.stringify(data));
/third_party/typescript/tests/cases/conformance/node/
H A DnodeModulesImportAssertions.ts7 const json2 = import("./package.json", { assert: { type: "json" } }); // should be fine
/third_party/benchmark/tools/
H A Dcompare.py246 json2 = json2_orig = gbench.util.sort_benchmark_results(gbench.util.run_or_load_benchmark(
254 json2 = gbench.report.filter_benchmark(
258 json1, json2, args.utest)
/foundation/arkui/ace_engine/test/unittest/core/pattern/model/
H A Dmodel_test_ng.cpp414 auto json2 = JsonUtil::Create(true); in HWTEST_F() local
415 modelPattern->ToJsonValue(json2, filter2); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/
H A Drating_test_ng.cpp388 auto json2 = JsonUtil::Create(true); in HWTEST_F() local
389 ratingPattern->ToJsonValue(json2, filter); in HWTEST_F()
391 EXPECT_EQ(json2->GetValue(RATING_FOREGROUND_IMAGE_KEY)->GetString(), IMAGE_SOURCE_INFO_STRING); in HWTEST_F()
392 EXPECT_EQ(json2->GetValue(RATING_SECONDARY_IMAGE_KEY)->GetString(), IMAGE_SOURCE_INFO_STRING); in HWTEST_F()
393 EXPECT_EQ(json2->GetValue(RATING_BACKGROUND_IMAGE_KEY)->GetString(), IMAGE_SOURCE_INFO_STRING); in HWTEST_F()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp212 nlohmann::json json2 = nlohmann::json::parse("", nullptr, false); in HWTEST_F() local
213 EXPECT_FALSE(record2.ParseFromJson(json2)); in HWTEST_F()
/arkcompiler/ets_runtime/test/regresstest/
H A Dregress_options.json35 "mjsunit/json2.js",
H A Dregresstest_skip_tests.json1807 "mjsunit/json2.js",
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp2865 Local<JSValueRef> json2 = JSON::Stringify(vm_, arr); in HWTEST_F_L0() local
2866 GTEST_LOG_(INFO) << " js arr 2 json : " << json2->ToString(vm_)->ToString(vm_); in HWTEST_F_L0()
/third_party/json/
H A DChangeLog.md2191 - There is performance inefficiency found by coverity tool json2.1.1/include/nlohmann/json.hpp [\#673](https://github.com/nlohmann/json/issues/673)

Completed in 33 milliseconds

12