Home
last modified time | relevance | path

Searched defs:json (Results 426 - 450 of 528) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py34 import json namespace
/third_party/node/deps/v8/tools/testrunner/
H A Dbase_runner.py8 import json namespace
/third_party/node/tools/inspector_protocol/jinja2/
H A Dutils.py12 import json namespace
/third_party/node/deps/v8/src/inspector/
H A Dv8-stack-trace-impl.cc131 V8StackTraceId::V8StackTraceId(StringView json) in V8StackTraceId() argument
166 std::vector<uint8_t> json; ToString() local
[all...]
/third_party/musl/Benchmark/musl/
H A Dbenchmark_framework.cpp317 cJSON *json = nullptr; in RegisterJsonBenchmarks() local
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DJsonParserTest.cs146 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 Dutils.py2 import json namespace
/third_party/skia/third_party/externals/dawn/generator/
H A Ddawn_json_generator.py16 import json, os, sys namespace
[all...]
/third_party/python/Lib/logging/
H A Dconfig.py874 import json namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DJSON.cpp15 namespace json { namespace
[all...]
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DJsonFormatTest.java176 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 DSkottieTest.cpp29 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 Dauth_code_import.c190 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 Ddeviceauth_standard_member_test.cpp124 CJson *json = CreateJson(); in OnBindRequest() local
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/frameworks/os_account_adapter/
H A Dos_account_adapter_test.cpp223 CJson *json = CreateJson(); in CreateDemoIdenticalAccountGroup() local
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_load.c554 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 Dfirmware_common.h81 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 Dkunit_tool_test.py15 import json namespace
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_progs.h117 FILE *json; member
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py19 import json namespace
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py19 import json namespace
[all...]
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dscheduler.py24 import json namespace
/test/xts/device_attest/services/core/attest/
H A Dattest_service_auth.c149 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 Dattest_service_auth.c168 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 Ddump.c233 struct json { struct

Completed in 26 milliseconds

1...<<11121314151617181920>>...22