Home
last modified time | relevance | path

Searched defs:json (Results 126 – 150 of 13723) sorted by relevance

12345678910>>...549

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/android/junit/src/org/chromium/base/test/
H A DTestListInstrumentationRunListenerTest.java63 JSONObject json = TestListInstrumentationRunListener.getTestMethodJSON(desc); in testGetTestMethodJSON_testA() local
80 JSONObject json = TestListInstrumentationRunListener.getTestMethodJSON(desc); in testGetTestMethodJSON_testB() local
102 JSONObject json = TestListInstrumentationRunListener.getTestMethodJSON(desc); in testGetTestMethodJSONForInheritedClass() local
120 JSONObject json = TestListInstrumentationRunListener.getAnnotationJSON( in testGetAnnotationJSONForParentClass() local
136 JSONObject json = TestListInstrumentationRunListener.getAnnotationJSON( in testGetAnnotationJSONForChildClass() local
157 JSONObject json = TestListInstrumentationRunListener.getTestMethodJSON(desc); in testGetTestMethodJSONGroup_testA() local
188 JSONObject json = TestListInstrumentationRunListener.getTestMethodJSON(desc); in testGetTestMethodJSONGroup_testB() local
/dports/www/py-jsonfield2/jsonfield2-4.0.0.post0/tests/
H A Dmodels.py34 json = JSONCharField(max_length=100) variable in JSONCharModel
39 json = JSONField() variable in JSONModel
47 json = JSONField( variable in JSONModelCustomEncoders
54 json = JSONField(null=True) variable in JSONModelWithForeignKey
61 json = JSONField(blank=True, null=True) variable in JSONNotRequiredModel
65 json = JSONField(load_kwargs={'object_pairs_hook': OrderedDict}) variable in OrderedJSONModel
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Djstests.cpp1250 virtual string json() const { in json() function in JSTests::RoundTripTests::DBRefTest
1271 virtual string json() const { in json() function in JSTests::RoundTripTests::DBPointerTest
1287 virtual string json() const { in json() function in JSTests::RoundTripTests::InformalDBRefTest
1317 virtual string json() const { in json() function in JSTests::RoundTripTests::InformalDBRefOIDTest
1348 virtual string json() const { in json() function in JSTests::RoundTripTests::InformalDBRefExtraFieldTest
1371 virtual string json() const { in json() function in JSTests::RoundTripTests::Empty
1381 virtual string json() const { in json() function in JSTests::RoundTripTests::EmptyWithSpace
1392 virtual string json() const { in json() function in JSTests::RoundTripTests::SingleString
1403 virtual string json() const { in json() function in JSTests::RoundTripTests::EmptyStrings
1414 virtual string json() const { in json() function in JSTests::RoundTripTests::SingleNumber
[all …]
/dports/devel/grpc/grpc-1.42.0/test/core/xds/
H A Dxds_bootstrap_test.cc86 Json json = Json::Parse(json_str, &error); in TEST() local
128 Json json = Json::Parse(json_str, &error); in TEST() local
148 Json json = Json::Parse(json_str, &error); in TEST() local
184 Json json = Json::Parse(json_str, &error); in TEST() local
203 Json json = Json::Parse(json_str, &error); in TEST() local
222 Json json = Json::Parse(json_str, &error); in TEST() local
233 Json json = Json::Parse("{}", &error); in TEST() local
250 Json json = Json::Parse(json_str, &error); in TEST() local
270 Json json = Json::Parse(json_str, &error); in TEST() local
291 Json json = Json::Parse(json_str, &error); in TEST() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/trace_event/
H A Dtraced_value_unittest.cc19 std::string json; in TEST() local
44 std::string json; in TEST() local
99 std::string json; in TEST() local
121 std::string json; in TEST() local
157 std::string json = "PREFIX"; in TEST() local
171 std::string json; in TEST() local
198 std::string json; in TEST() local
226 std::string json; in TEST() local
246 std::string json; in TEST() local
269 std::string json; in TEST() local
/dports/textproc/jql/jql-3.0.6/benches/
H A Dbenchmark.rs24 let json: Value = serde_json::from_str(DATA).unwrap(); in access_properties_benchmark() localVariable
32 let json: Value = serde_json::from_str(DATA).unwrap(); in filter_array_benchmark() localVariable
40 let json: Value = serde_json::from_str(DATA).unwrap(); in flatten_array_benchmark() localVariable
48 let json: Value = serde_json::from_str(DATA).unwrap(); in range_array_benchmark() localVariable
56 let json: Value = serde_json::from_str(DATA).unwrap(); in group_benchmark() localVariable
/dports/sysutils/kf5-baloo/baloo-5.89.0/autotests/unit/file/
H A Dpropertyserializationtest.cpp34 auto json = propertyMapToJson(properties); in testEmpty() local
50 auto json = propertyMapToJson(properties); in testSingleProp() local
68 auto json = propertyMapToJson(properties); in testMultiProp() local
93 auto json = propertyMapToJson(properties); in testMultiValue() local
119 auto json = propertyMapToJson(properties); in testLists() local
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-traced-value.cc16 std::string json = "PREFIX"; in TEST() local
30 std::string json; in TEST() local
69 std::string json; in TEST() local
86 std::string json; in TEST() local
110 std::string json; in TEST() local
127 std::string json; in TEST() local
148 std::string json; in TEST() local
/dports/devel/grpc/grpc-1.42.0/src/core/lib/security/authorization/
H A Drbac_translator.cc78 absl::StatusOr<Rbac::Principal> ParsePrincipalsArray(const Json& json) { in ParsePrincipalsArray()
100 absl::StatusOr<Rbac::Principal> ParsePeer(const Json& json) { in ParsePeer()
121 const Json& json, absl::string_view header_name) { in ParseHeaderValues()
144 absl::StatusOr<Rbac::Permission> ParseHeaders(const Json& json) { in ParseHeaders()
189 absl::StatusOr<Rbac::Permission> ParsePathsArray(const Json& json) { in ParsePathsArray()
209 absl::StatusOr<Rbac::Permission> ParseRequest(const Json& json) { in ParseRequest()
241 absl::StatusOr<Rbac::Policy> ParseRules(const Json& json) { in ParseRules()
270 const Json& json, absl::string_view name) { in ParseRulesArray()
300 absl::StatusOr<Rbac> ParseDenyRulesArray(const Json& json, in ParseDenyRulesArray()
307 absl::StatusOr<Rbac> ParseAllowRulesArray(const Json& json, in ParseAllowRulesArray()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/yang/tests/
H A Dadaptor_option_unittests.cc30 ElementPtr json; in TEST() local
46 ElementPtr json; in TEST() local
58 ConstElementPtr json; in TEST() local
67 ConstElementPtr json; in TEST() local
77 ConstElementPtr json; in TEST() local
86 ConstElementPtr json; in TEST() local
98 ConstElementPtr json; in TEST() local
129 ElementPtr json; in TEST() local
146 ElementPtr json; in TEST() local
159 ElementPtr json; in TEST() local
[all …]
H A Dadaptor_subnet_unittests.cc27 ConstElementPtr json; in TEST() local
42 ConstElementPtr json; in TEST() local
59 ConstElementPtr json; in TEST() local
75 ElementPtr json; in TEST() local
97 ElementPtr json; in TEST() local
120 ElementPtr json; in TEST() local
136 ElementPtr json; in TEST() local
150 ElementPtr json; in TEST() local
167 ElementPtr json; in TEST() local
184 ElementPtr json; in TEST() local
[all …]
H A Dadaptor_pool_unittests.cc27 ElementPtr json; in TEST() local
39 ElementPtr json; in TEST() local
51 ElementPtr json; in TEST() local
67 ElementPtr json; in TEST() local
83 ElementPtr json; in TEST() local
108 ElementPtr json; in TEST() local
140 ElementPtr json; in TEST() local
183 ElementPtr json; in TEST() local
216 ElementPtr json; in TEST() local
267 ElementPtr json; in TEST() local
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/security/authorization/
H A Drbac_translator.cc78 absl::StatusOr<Rbac::Principal> ParsePrincipalsArray(const Json& json) { in ParsePrincipalsArray()
100 absl::StatusOr<Rbac::Principal> ParsePeer(const Json& json) { in ParsePeer()
121 const Json& json, absl::string_view header_name) { in ParseHeaderValues()
144 absl::StatusOr<Rbac::Permission> ParseHeaders(const Json& json) { in ParseHeaders()
189 absl::StatusOr<Rbac::Permission> ParsePathsArray(const Json& json) { in ParsePathsArray()
209 absl::StatusOr<Rbac::Permission> ParseRequest(const Json& json) { in ParseRequest()
241 absl::StatusOr<Rbac::Policy> ParseRules(const Json& json) { in ParseRules()
270 const Json& json, absl::string_view name) { in ParseRulesArray()
300 absl::StatusOr<Rbac> ParseDenyRulesArray(const Json& json, in ParseDenyRulesArray()
307 absl::StatusOr<Rbac> ParseAllowRulesArray(const Json& json, in ParseAllowRulesArray()
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/format/
H A Djson.go23 type json struct { struct
24 *generator
26 config *print.Config
38 func (j *json) Generate(module *terraform.Module) error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/json/
H A Dparser_benchmark.cc31 namespace json { namespace
41 std::string json; in TestJsonData() local
54 const std::shared_ptr<Buffer>& json, in BenchmarkJSONChunking()
74 auto json = TestJsonData(num_rows, /* pretty */ true); in ChunkJSONPrettyPrinted() local
86 auto json = TestJsonData(num_rows); in ChunkJSONLineDelimited() local
92 const std::shared_ptr<Buffer>& json, int32_t num_rows, in BenchmarkJSONParsing()
112 auto json = TestJsonData(num_rows); in ParseJSONBlockWithSchema() local
117 const std::string& json, int32_t num_rows, in BenchmarkJSONReading()
142 auto json = TestJsonData(num_rows); in BenchmarkReadJSONBlockWithSchema() local
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/json/
H A Dparser_benchmark.cc31 namespace json { namespace
41 std::string json; in TestJsonData() local
54 const std::shared_ptr<Buffer>& json, in BenchmarkJSONChunking()
74 auto json = TestJsonData(num_rows, /* pretty */ true); in ChunkJSONPrettyPrinted() local
86 auto json = TestJsonData(num_rows); in ChunkJSONLineDelimited() local
92 const std::shared_ptr<Buffer>& json, int32_t num_rows, in BenchmarkJSONParsing()
112 auto json = TestJsonData(num_rows); in ParseJSONBlockWithSchema() local
117 const std::string& json, int32_t num_rows, in BenchmarkJSONReading()
142 auto json = TestJsonData(num_rows); in BenchmarkReadJSONBlockWithSchema() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/common/logging/
H A Dlog_buffer_unittest.cc19 std::string json; in TEST() local
29 std::string json; local
39 std::string json; in TEST() local
47 std::string json; in TEST() local
61 std::string json; in TEST() local
69 std::string json; in TEST() local
77 std::string json; in TEST() local
87 std::string json; in TEST() local
97 std::string json; in TEST() local
108 std::string json; in TEST() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/common/logging/
H A Dlog_buffer_unittest.cc19 std::string json; in TEST() local
29 std::string json; local
39 std::string json; in TEST() local
47 std::string json; in TEST() local
61 std::string json; in TEST() local
69 std::string json; in TEST() local
77 std::string json; in TEST() local
87 std::string json; in TEST() local
97 std::string json; in TEST() local
108 std::string json; in TEST() local
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/core/
H A Dmod_defs.d.ts2 let json: any; variable
7 let json: any; variable
12 let json: any; variable
/dports/lang/gravity/gravity-0.8.5/src/utils/
H A Dgravity_json.c91 json_t *json = mem_alloc(NULL, sizeof(json_t)); in json_new() local
106 void json_free (json_t *json) { in json_free()
184 static void json_check_comma (json_t *json) { in json_check_comma()
213 void json_end_object (json_t *json) { in json_end_object()
220 void json_begin_array (json_t *json, const char *key) { in json_begin_array()
239 void json_end_array (json_t *json) { in json_end_array()
318 void json_add_null (json_t *json, const char *key) { in json_add_null()
329 void json_set_label (json_t *json, const char *key) { in json_set_label()
350 char *json_buffer (json_t *json, size_t *len) { in json_buffer()
362 uint32_t json_get_options (json_t *json) { in json_get_options()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/RedfishPkg/Library/JsonLib/jansson/src/
H A Djansson.h80 #define json_typeof(json) ((json)->type) argument
82 #define json_is_array(json) ((json) && json_typeof(json) == JSON_ARRAY) argument
85 #define json_is_real(json) ((json) && json_typeof(json) == JSON_REAL) argument
87 #define json_is_true(json) ((json) && json_typeof(json) == JSON_TRUE) argument
88 #define json_is_false(json) ((json) && json_typeof(json) == JSON_FALSE) argument
91 #define json_is_null(json) ((json) && json_typeof(json) == JSON_NULL) argument
118 #define JSON_INTERNAL_INCREF(json) (++json->refcount) argument
119 #define JSON_INTERNAL_DECREF(json) (--json->refcount) argument
122 static JSON_INLINE json_t *json_incref(json_t *json) { in json_incref()
131 static JSON_INLINE void json_decref(json_t *json) { in json_decref()
[all …]
/dports/cad/opentimer/OpenTimer-18d28ff/ot/sdc/
H A Dsdc.cpp90 Json json; in read() local
127 SetInputDelay::SetInputDelay(const Json& json) { in SetInputDelay()
179 SetInputTransition::SetInputTransition(const Json& json) { in SetInputTransition()
219 SetOutputDelay::SetOutputDelay(const Json& json) { in SetOutputDelay()
271 SetLoad::SetLoad(const Json& json) { in SetLoad()
308 CreateClock::CreateClock(const Json& json) { in CreateClock()
341 SetClockUncertainty::SetClockUncertainty(const Json& json) { in SetClockUncertainty()
/dports/sysutils/vector/tracing-65547d8809fcc726b8187db85b23c42e32ef5dce/examples/examples/
H A Dserde-yak-shave.rs24 let json = json!({ in enabled() localVariable
35 let json = json!({ in new_span() localVariable
45 let json = json!({ in record() localVariable
54 let json = json!({ in record_follows_from() localVariable
63 let json = json!({ in event() localVariable
70 let json = json!({ in enter() localVariable
77 let json = json!({ in exit() localVariable
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/include/simdjson/generic/ondemand/
H A Dparser-inl.h31 …simdjson_really_inline simdjson_result<document> parser::iterate(padded_string_view json) & noexce… in iterate()
44 …ed simdjson_really_inline simdjson_result<document> parser::iterate(const char *json, size_t len, … in iterate()
48 …d simdjson_really_inline simdjson_result<document> parser::iterate(const uint8_t *json, size_t len… in iterate()
52 … simdjson_really_inline simdjson_result<document> parser::iterate(std::string_view json, size_t al… in iterate()
56 …simdjson_really_inline simdjson_result<document> parser::iterate(const std::string &json) & noexce… in iterate()
63 padded_string_view json = result.value_unsafe(); in iterate() local
70 const padded_string &json = result.value_unsafe(); in iterate() local
74 …really_inline simdjson_result<json_iterator> parser::iterate_raw(padded_string_view json) & noexce… in iterate_raw()
/dports/net/hostapd-devel/hostap-14ab4a816/src/utils/
H A Djson.c481 void json_free(struct json_token *json) in json_free()
508 struct wpabuf * json_get_member_base64url(struct json_token *json, in json_get_member_base64url()
531 struct wpabuf * json_get_member_base64(struct json_token *json, in json_get_member_base64()
603 void json_add_int(struct wpabuf *json, const char *name, int val) in json_add_int()
615 int json_add_string_escape(struct wpabuf *json, const char *name, in json_add_string_escape()
645 int json_add_base64(struct wpabuf *json, const char *name, const void *val, in json_add_base64()
659 void json_start_object(struct wpabuf *json, const char *name) in json_start_object()
667 void json_end_object(struct wpabuf *json) in json_end_object()
673 void json_start_array(struct wpabuf *json, const char *name) in json_start_array()
681 void json_end_array(struct wpabuf *json) in json_end_array()
[all …]

12345678910>>...549