| /third_party/node/deps/v8/tools/ |
| H A D | v8_presubmit.py | 34 import json namespace
|
| /third_party/node/deps/v8/tools/testrunner/ |
| H A D | base_runner.py | 8 import json namespace
|
| /third_party/node/tools/inspector_protocol/jinja2/ |
| H A D | utils.py | 12 import json namespace
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-stack-trace-impl.cc | 131 V8StackTraceId::V8StackTraceId(StringView json) in V8StackTraceId() argument 166 std::vector<uint8_t> json; ToString() local [all...] |
| /third_party/musl/Benchmark/musl/ |
| H A D | benchmark_framework.cpp | 317 cJSON *json = nullptr; in RegisterJsonBenchmarks() local
|
| /third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
| H A D | JsonParserTest.cs | 146 public void Wrappers_Standalone(System.Type wrapperType, string json, object expectedValue) in Wrappers_Standalone() argument 212 MapField_NullValueProhibited(string json) MapField_NullValueProhibited() argument [all...] |
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | utils.py | 2 import json namespace
|
| /third_party/skia/third_party/externals/dawn/generator/ |
| H A D | dawn_json_generator.py | 16 import json, os, sys namespace [all...] |
| /third_party/python/Lib/logging/ |
| H A D | config.py | 874 import json namespace
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | JSON.cpp | 15 namespace json { namespace [all...] |
| /third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
| H A D | JsonFormatTest.java | 176 private void mergeFromJson(String json, Message.Builder builder) throws IOException { in mergeFromJson() argument 180 private void mergeFromJsonIgnoringUnknownFields(String json, Message.Builder builder) in mergeFromJsonIgnoringUnknownFields() argument [all...] |
| /third_party/skia/modules/skottie/src/ |
| H A D | SkottieTest.cpp | 29 static constexpr char json[] = in DEF_TEST() local 44 static const char json[] = R"({ in DEF_TEST() local 340 static constexpr char json[] = R"({ in DEF_TEST() local [all...] |
| /base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
| H A D | auth_code_import.c | 190 CJson *json = CreateJson(); in ClientSendDevInfoBuildEvent() local 288 CJson *json = CreateJson(); ServerSendAuthCodeBuildEvent() local 375 CJson *json = CreateJson(); NotifyPeerError() local [all...] |
| /base/security/device_auth/test/unittest/deviceauth/source/ |
| H A D | deviceauth_standard_member_test.cpp | 124 CJson *json = CreateJson(); in OnBindRequest() local
|
| /base/security/device_auth/test/unittest/tdd_framework/unit_test/services/frameworks/os_account_adapter/ |
| H A D | os_account_adapter_test.cpp | 223 CJson *json = CreateJson(); in CreateDemoIdenticalAccountGroup() local
|
| /base/startup/appspawn/modules/sandbox/ |
| H A D | sandbox_load.c | 554 cJSON *json = cJSON_GetArrayItem(configs, i); in ParseNameGroupsConfig() local 577 cJSON *json = cJSON_GetArrayItem(configs, i); in ParseConditionalConfig() local 594 cJSON *json in ParseGlobalSandboxConfig() local 647 cJSON *json = cJSON_GetObjectItemCaseSensitive(root, "conditional"); ParseAppSandboxConfig() local [all...] |
| /base/update/updateservice/services/firmware/common/include/ |
| H A D | firmware_common.h | 81 nlohmann::ordered_json json = nlohmann::ordered_json::object(); in ToCheckJson() local 106 nlohmann::ordered_json json = nlohmann::ordered_json::object(); in ToJson() local [all...] |
| /kernel/linux/linux-6.6/tools/testing/kunit/ |
| H A D | kunit_tool_test.py | 15 import json namespace
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | test_progs.h | 117 FILE *json; member
|
| /test/testfwk/developer_test/src/core/driver/ |
| H A D | drivers.py | 19 import json namespace [all...] |
| /test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
| H A D | kit.py | 19 import json namespace [all...] |
| /test/testfwk/xdevice/src/xdevice/_core/executor/ |
| H A D | scheduler.py | 24 import json namespace
|
| /test/xts/device_attest/services/core/attest/ |
| H A D | attest_service_auth.c | 149 static int32_t ParseVersionIdResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseVersionIdResult() argument 164 static int32_t ParsePatchLevelResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePatchLevelResult() argument 179 static int32_t ParseRootHashResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseRootHashResult() argument 194 static int32_t ParsePcidResult(const cJSON* json, SoftwareResultDetai argument 216 cJSON* json = cJSON_GetObjectItem(root, "softwareResultDetail"); ParseSoftwareResultDetail() local 687 ParseErrcode(const cJSON* json, AuthResult* authResult) ParseErrcode() argument 705 ParseAuthStats(const cJSON* json, AuthResult* authResult) ParseAuthStats() argument 737 ParseTicket(const cJSON* json, AuthResult* authResult) ParseTicket() argument 769 ParseTokenValue(const cJSON* json, AuthResult* authResult) ParseTokenValue() argument 801 ParseTokenId(const cJSON* json, AuthResult* authResult) ParseTokenId() argument 896 ParseAuthResultRespImpl(cJSON *json, AuthResult* authResult, AuthStatus* authStatus) ParseAuthResultRespImpl() argument 944 cJSON* json = cJSON_Parse(msg); ParseAuthResultResp() local [all...] |
| /test/xts/device_attest_lite/services/core/attest/ |
| H A D | attest_service_auth.c | 168 static int32_t ParseVersionIdResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseVersionIdResult() argument 183 static int32_t ParsePatchLevelResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePatchLevelResult() argument 198 static int32_t ParseRootHashResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseRootHashResult() argument 213 static int32_t ParsePcidResult(const cJSON* json, SoftwareResultDetai argument 235 cJSON* json = cJSON_GetObjectItem(root, "softwareResultDetail"); ParseSoftwareResultDetail() local 707 ParseErrcode(const cJSON* json, AuthResult* authResult) ParseErrcode() argument 725 ParseAuthStats(const cJSON* json, AuthResult* authResult) ParseAuthStats() argument 757 ParseTicket(const cJSON* json, AuthResult* authResult) ParseTicket() argument 789 ParseTokenValue(const cJSON* json, AuthResult* authResult) ParseTokenValue() argument 821 ParseTokenId(const cJSON* json, AuthResult* authResult) ParseTokenId() argument 916 ParseAuthResultRespImpl(cJSON *json, AuthResult* authResult, AuthStatus* authStatus) ParseAuthResultRespImpl() argument 964 cJSON* json = cJSON_Parse(msg); ParseAuthResultResp() local [all...] |
| /third_party/alsa-utils/alsaucm/ |
| H A D | dump.c | 233 struct json { struct
|