/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 534 XXX_unrecognized []byte `json:"-"` 542 …Int64Value *int64 `protobuf:"varint,1,opt,name=int64Value" json:"int6… 543 …BooleanValue *bool `protobuf:"varint,2,opt,name=booleanValue" json:"bo… 544 …StringValue *string `protobuf:"bytes,3,opt,name=stringValue" json:"stri… 545 …DoubleValue *float64 `protobuf:"fixed64,4,opt,name=doubleValue" json:"do… 546 …Pointvalue *PropertyValue_PointValue `protobuf:"group,5,opt,name=PointValue" json:"point… 547 …Uservalue *PropertyValue_UserValue `protobuf:"group,8,opt,name=UserValue" json:"userva… 548 …Referencevalue *PropertyValue_ReferenceValue `protobuf:"group,12,opt,name=ReferenceValue" json:"… 549 XXX_unrecognized []byte `json:"-"` 606 X *float64 `protobuf:"fixed64,6,req,name=x" json:"x,omitempty"` [all …]
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/log/ |
D | log_service.pb.go | 75 XXX_unrecognized []byte `json:"-"` 83 …TimestampUsec *int64 `protobuf:"varint,1,req,name=timestamp_usec" json:"timestamp_usec,omitemp… 84 Level *int64 `protobuf:"varint,2,req,name=level" json:"level,omitempty"` 85 Message *string `protobuf:"bytes,3,req,name=message" json:"message,omitempty"` 86 XXX_unrecognized []byte `json:"-"` 115 LogLine []*UserAppLogLine `protobuf:"bytes,2,rep,name=log_line" json:"log_line,omitempty"` 116 XXX_unrecognized []byte `json:"-"` 131 Logs []byte `protobuf:"bytes,1,opt,name=logs" json:"logs,omitempty"` 132 XXX_unrecognized []byte `json:"-"` 147 Status *string `protobuf:"bytes,1,req,name=status" json:"status,omitempty"` [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | JsonParserTest.cs | 70 var json = "{ \"mapInt32Int32\": { \"" + keyText + "\" : \"1\" } }"; in IntegerMapKeysAreStrict() 71 … Assert.Throws<InvalidProtocolBufferException>(() => JsonParser.Default.Parse<TestMap>(json)); in IntegerMapKeysAreStrict() 77 var json = "{ \"single_int32\": 10 }"; in OriginalFieldNameAccepted() 79 Assert.AreEqual(expected, TestAllTypes.Parser.ParseJson(json)); in OriginalFieldNameAccepted() 130 var json = new JsonFormatter(new JsonFormatter.Settings(true)).Format(message); in SingularWrappers_ExplicitNulls() 131 var parsed = JsonParser.Default.Parse<TestWellKnownTypes>(json); in SingularWrappers_ExplicitNulls() 143 public void Wrappers_Standalone(System.Type wrapperType, string json, object expectedValue) in Wrappers_Standalone() argument 150 JsonParser.Default.Merge(parsed, json); in Wrappers_Standalone() 158 string json = "{\"valueField\": null}"; in ExplicitNullValue() 159 var message = JsonParser.Default.Parse<TestWellKnownTypes>(json); in ExplicitNullValue() [all …]
|
/external/golang-protobuf/conformance/internal/conformance_proto/ |
D | conformance.pb.go | 134 …put_format,json=requestedOutputFormat,proto3,enum=conformance.WireFormat" json:"requested_output_f… 135 XXX_NoUnkeyedLiteral struct{} `json:"-"` 136 XXX_unrecognized []byte `json:"-"` 137 XXX_sizecache int32 `json:"-"` 227 XXX_NoUnkeyedLiteral struct{} `json:"-"` 228 XXX_unrecognized []byte `json:"-"` 229 XXX_sizecache int32 `json:"-"` 362 … `protobuf:"varint,1,opt,name=optional_int32,json=optionalInt32,proto3" json:"optional_int32,omi… 363 … `protobuf:"varint,2,opt,name=optional_int64,json=optionalInt64,proto3" json:"optional_int64,omi… 364 … `protobuf:"varint,3,opt,name=optional_uint32,json=optionalUint32,proto3" json:"optional_uint32,om… [all …]
|
/external/grpc-grpc/src/core/lib/channel/ |
D | channelz.cc | 50 grpc_json* json = RenderJson(); in RenderJsonString() local 51 GPR_ASSERT(json != nullptr); in RenderJsonString() 52 char* json_str = grpc_json_dump_to_string(json, 0); in RenderJsonString() 53 grpc_json_destroy(json); in RenderJsonString() 70 void CallCountingHelper::PopulateCallCounts(grpc_json* json) { in PopulateCallCounts() argument 74 json, json_iterator, "callsStarted", calls_started_); in PopulateCallCounts() 78 json, json_iterator, "callsSucceeded", calls_succeeded_); in PopulateCallCounts() 82 json, json_iterator, "callsFailed", calls_failed_); in PopulateCallCounts() 87 grpc_json_create_child(json_iterator, json, "lastCallStartedTimestamp", in PopulateCallCounts() 104 grpc_json* json = top_level_json; in RenderJson() local [all …]
|
/external/syzkaller/syz-ci/ |
D | syz-ci.go | 71 Name string `json:"name"` 72 HTTP string `json:"http"` 73 DashboardAddr string `json:"dashboard_addr"` // Optional. 74 DashboardClient string `json:"dashboard_client"` // Optional. 75 DashboardKey string `json:"dashboard_key"` // Optional. 76 HubAddr string `json:"hub_addr"` // Optional. 77 HubKey string `json:"hub_key"` // Optional. 78 Goroot string `json:"goroot"` // Go 1.8+ toolchain dir. 79 SyzkallerRepo string `json:"syzkaller_repo"` 80 SyzkallerBranch string `json:"syzkaller_branch"` [all …]
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 350 …File []*FileDescriptorProto `protobuf:"bytes,1,rep,name=file" json:"file,omitempty… 351 XXX_NoUnkeyedLiteral struct{} `json:"-"` 352 XXX_unrecognized []byte `json:"-"` 353 XXX_sizecache int32 `json:"-"` 390 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 391 Package *string `protobuf:"bytes,2,opt,name=package" json:"package,omitempty"` 393 Dependency []string `protobuf:"bytes,3,rep,name=dependency" json:"dependency,omitempty"` 395 …32 `protobuf:"varint,10,rep,name=public_dependency,json=publicDependency" json:"public_dependency,… 398 …WeakDependency []int32 `protobuf:"varint,11,rep,name=weak_dependency,json=weakDependency" json:"we… 400 …orProto `protobuf:"bytes,4,rep,name=message_type,json=messageType" json:"message_type,omite… [all …]
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 324 …File []*FileDescriptorProto `protobuf:"bytes,1,rep,name=file" json:"file,omitempty… 325 XXX_NoUnkeyedLiteral struct{} `json:"-"` 326 XXX_unrecognized []byte `json:"-"` 327 XXX_sizecache int32 `json:"-"` 363 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 364 Package *string `protobuf:"bytes,2,opt,name=package" json:"package,omitempty"` 366 Dependency []string `protobuf:"bytes,3,rep,name=dependency" json:"dependency,omitempty"` 368 …32 `protobuf:"varint,10,rep,name=public_dependency,json=publicDependency" json:"public_dependency,… 371 …WeakDependency []int32 `protobuf:"varint,11,rep,name=weak_dependency,json=weakDependency" json:"we… 373 …orProto `protobuf:"bytes,4,rep,name=message_type,json=messageType" json:"message_type,omite… [all …]
|
/external/golang-protobuf/jsonpb/jsonpb_test_proto/ |
D | test_objects.pb.go | 73 …OBool *bool `protobuf:"varint,1,opt,name=o_bool,json=oBool" json:"o_bool,omitemp… 74 …OInt32 *int32 `protobuf:"varint,2,opt,name=o_int32,json=oInt32" json:"o_int32,omit… 75 …OInt32Str *int32 `protobuf:"varint,3,opt,name=o_int32_str,json=oInt32Str" json:"o_int… 76 …OInt64 *int64 `protobuf:"varint,4,opt,name=o_int64,json=oInt64" json:"o_int64,omit… 77 …OInt64Str *int64 `protobuf:"varint,5,opt,name=o_int64_str,json=oInt64Str" json:"o_int… 78 …OUint32 *uint32 `protobuf:"varint,6,opt,name=o_uint32,json=oUint32" json:"o_uint32,o… 79 …OUint32Str *uint32 `protobuf:"varint,7,opt,name=o_uint32_str,json=oUint32Str" json:"o_u… 80 …OUint64 *uint64 `protobuf:"varint,8,opt,name=o_uint64,json=oUint64" json:"o_uint64,o… 81 …OUint64Str *uint64 `protobuf:"varint,9,opt,name=o_uint64_str,json=oUint64Str" json:"o_u… 82 …OSint32 *int32 `protobuf:"zigzag32,10,opt,name=o_sint32,json=oSint32" json:"o_sint3… [all …]
|
/external/tensorflow/tensorflow/core/profiler/rpc/client/ |
D | trace_events_to_json.cc | 33 inline void AppendEscapedName(string *json, const string &name) { in AppendEscapedName() argument 34 StrAppend(json, "\"name\":", Json::valueToQuotedString(name.c_str()).c_str()); in AppendEscapedName() 40 string *json) { in AddResourceMetadata() argument 45 Appendf(json, in AddResourceMetadata() 49 AppendEscapedName(json, resource.name()); in AddResourceMetadata() 50 Appendf(json, "}},"); in AddResourceMetadata() 52 Appendf(json, in AddResourceMetadata() 60 string *json) { in AddDeviceMetadata() argument 65 Appendf(json, in AddDeviceMetadata() 69 AppendEscapedName(json, device.name()); in AddDeviceMetadata() [all …]
|
/external/syzkaller/pkg/mgrconfig/ |
D | mgrconfig.go | 22 Name string `json:"name"` 24 Target string `json:"target"` 26 HTTP string `json:"http"` 28 RPC string `json:"rpc"` 29 Workdir string `json:"workdir"` 31 KernelObj string `json:"kernel_obj"` 33 KernelSrc string `json:"kernel_src"` 35 Tag string `json:"tag"` 37 Image string `json:"image"` 39 SSHKey string `json:"sshkey"` [all …]
|
/external/grpc-grpc/src/core/lib/json/ |
D | json_string.cc | 175 grpc_json* json = grpc_json_create(type); in json_create_and_link() local 177 json->parent = state->current_container; in json_create_and_link() 178 json->prev = state->current_value; in json_create_and_link() 179 state->current_value = json; in json_create_and_link() 181 if (json->prev) { in json_create_and_link() 182 json->prev->next = json; in json_create_and_link() 184 if (json->parent) { in json_create_and_link() 185 if (!json->parent->child) { in json_create_and_link() 186 json->parent->child = json; in json_create_and_link() 188 if (json->parent->type == GRPC_JSON_OBJECT) { in json_create_and_link() [all …]
|
D | json.cc | 31 grpc_json* json = static_cast<grpc_json*>(gpr_zalloc(sizeof(*json))); in grpc_json_create() local 32 json->type = type; in grpc_json_create() 34 return json; in grpc_json_create() 37 void grpc_json_destroy(grpc_json* json) { in grpc_json_destroy() argument 38 while (json->child) { in grpc_json_destroy() 39 grpc_json_destroy(json->child); in grpc_json_destroy() 42 if (json->next) { in grpc_json_destroy() 43 json->next->prev = json->prev; in grpc_json_destroy() 46 if (json->prev) { in grpc_json_destroy() 47 json->prev->next = json->next; in grpc_json_destroy() [all …]
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | channelz.cc | 217 char* json = channelz_channel->RenderJsonString(); in test_channelz() local 218 GPR_ASSERT(json != nullptr); in test_channelz() 220 GPR_ASSERT(nullptr == strstr(json, "\"callsStarted\"")); in test_channelz() 221 GPR_ASSERT(nullptr == strstr(json, "\"callsFailed\"")); in test_channelz() 222 GPR_ASSERT(nullptr == strstr(json, "\"callsSucceeded\"")); in test_channelz() 223 gpr_free(json); in test_channelz() 228 json = channelz_channel->RenderJsonString(); in test_channelz() 229 GPR_ASSERT(json != nullptr); in test_channelz() 230 GPR_ASSERT(nullptr != strstr(json, "\"callsStarted\":\"1\"")); in test_channelz() 231 GPR_ASSERT(nullptr != strstr(json, "\"callsSucceeded\":\"1\"")); in test_channelz() [all …]
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 305 …Foo *FOO `protobuf:"varint,1,req,name=foo,enum=test_proto.FOO" json:"foo,omit… 306 XXX_NoUnkeyedLiteral struct{} `json:"-"` 307 XXX_unrecognized []byte `json:"-"` 308 XXX_sizecache int32 `json:"-"` 344 Label *string `protobuf:"bytes,1,req,name=Label" json:"Label,omitempty"` 345 Type *string `protobuf:"bytes,2,req,name=Type" json:"Type,omitempty"` 346 XXX_NoUnkeyedLiteral struct{} `json:"-"` 347 XXX_unrecognized []byte `json:"-"` 348 XXX_sizecache int32 `json:"-"` 392 …Kind *GoTest_KIND `protobuf:"varint,1,req,name=Kind,enum=test_proto.GoTest_KIND" json:"Kind,omite… [all …]
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/modules/ |
D | modules_service.pb.go | 87 XXX_unrecognized []byte `json:"-"` 95 XXX_unrecognized []byte `json:"-"` 103 Module []string `protobuf:"bytes,1,rep,name=module" json:"module,omitempty"` 104 XXX_unrecognized []byte `json:"-"` 119 Module *string `protobuf:"bytes,1,opt,name=module" json:"module,omitempty"` 120 XXX_unrecognized []byte `json:"-"` 135 Version []string `protobuf:"bytes,1,rep,name=version" json:"version,omitempty"` 136 XXX_unrecognized []byte `json:"-"` 151 Module *string `protobuf:"bytes,1,opt,name=module" json:"module,omitempty"` 152 XXX_unrecognized []byte `json:"-"` [all …]
|
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | JsonFormat.java | 227 public void merge(String json, Message.Builder builder) in merge() argument 231 new ParserImpl(registry).merge(json, builder); in merge() 241 public void merge(Reader json, Message.Builder builder) in merge() argument 245 new ParserImpl(registry).merge(json, builder); in merge() 975 void merge(Reader json, Message.Builder builder) in merge() argument 977 JsonReader reader = new JsonReader(json); in merge() 982 void merge(String json, Message.Builder builder) in merge() argument 985 JsonReader reader = new JsonReader(new StringReader(json)); in merge() 997 void merge(ParserImpl parser, JsonElement json, Message.Builder builder) in merge() argument 1011 public void merge(ParserImpl parser, JsonElement json, in buildWellKnownTypeParsers() argument [all …]
|
/external/golang-protobuf/proto/proto3_proto/ |
D | proto3.pb.go | 57 … string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 58 …obuf:"varint,2,opt,name=hilarity,proto3,enum=proto3_proto.Message_Humour" json:"hilarity,omitempty… 59 … `protobuf:"varint,3,opt,name=height_in_cm,json=heightInCm,proto3" json:"height_in_cm,omite… 60 … []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` 61 … `protobuf:"varint,7,opt,name=result_count,json=resultCount,proto3" json:"result_count,omite… 62 … `protobuf:"varint,8,opt,name=true_scotsman,json=trueScotsman,proto3" json:"true_scotsman,omit… 63 …at32 `protobuf:"fixed32,9,opt,name=score,proto3" json:"score,omitempty"` 64 …t64 `protobuf:"varint,5,rep,packed,name=key,proto3" json:"key,omitempty"` 65 … `protobuf:"varint,19,rep,packed,name=short_key,json=shortKey,proto3" json:"short_key,omitempt… 66 …sted `protobuf:"bytes,6,opt,name=nested,proto3" json:"nested,omitempty"` [all …]
|
/external/syzkaller/vendor/golang.org/x/oauth2/google/ |
D | google.go | 47 ClientID string `json:"client_id"` 48 ClientSecret string `json:"client_secret"` 49 RedirectURIs []string `json:"redirect_uris"` 50 AuthURI string `json:"auth_uri"` 51 TokenURI string `json:"token_uri"` 54 Web *cred `json:"web"` 55 Installed *cred `json:"installed"` 57 if err := json.Unmarshal(jsonKey, &j); err != nil { 90 if err := json.Unmarshal(jsonKey, &f); err != nil { 108 Type string `json:"type"` // serviceAccountKey or userCredentialsKey [all …]
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | client_channel_channelz.cc | 55 void ClientChannelNode::PopulateConnectivityState(grpc_json* json) { in PopulateConnectivityState() argument 63 json = grpc_json_create_child(nullptr, json, "state", nullptr, in PopulateConnectivityState() 65 grpc_json_create_child(nullptr, json, "state", in PopulateConnectivityState() 70 void ClientChannelNode::PopulateChildRefs(grpc_json* json) { in PopulateChildRefs() argument 78 nullptr, json, "subchannelRef", nullptr, GRPC_JSON_ARRAY, false); in PopulateChildRefs() 89 nullptr, json, "channelRef", nullptr, GRPC_JSON_ARRAY, false); in PopulateChildRefs() 125 void SubchannelNode::PopulateConnectivityState(grpc_json* json) { in PopulateConnectivityState() argument 132 json = grpc_json_create_child(nullptr, json, "state", nullptr, in PopulateConnectivityState() 134 grpc_json_create_child(nullptr, json, "state", in PopulateConnectivityState() 141 grpc_json* json = top_level_json; in RenderJson() local [all …]
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/user/ |
D | user_service.pb.go | 79 XXX_unrecognized []byte `json:"-"` 87 …DestinationUrl *string `protobuf:"bytes,1,req,name=destination_url" json:"destination_url,omite… 88 AuthDomain *string `protobuf:"bytes,2,opt,name=auth_domain" json:"auth_domain,omitempty"` 89 …FederatedIdentity *string `protobuf:"bytes,3,opt,name=federated_identity,def=" json:"federated_ide… 90 XXX_unrecognized []byte `json:"-"` 119 LoginUrl *string `protobuf:"bytes,1,req,name=login_url" json:"login_url,omitempty"` 120 XXX_unrecognized []byte `json:"-"` 135 …DestinationUrl *string `protobuf:"bytes,1,req,name=destination_url" json:"destination_url,omitem… 136 AuthDomain *string `protobuf:"bytes,2,opt,name=auth_domain" json:"auth_domain,omitempty"` 137 XXX_unrecognized []byte `json:"-"` [all …]
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/app_identity/ |
D | app_identity_service.pb.go | 88 XXX_unrecognized []byte `json:"-"` 96 BytesToSign []byte `protobuf:"bytes,1,opt,name=bytes_to_sign" json:"bytes_to_sign,omitempty"` 97 XXX_unrecognized []byte `json:"-"` 112 KeyName *string `protobuf:"bytes,1,opt,name=key_name" json:"key_name,omitempty"` 113 …SignatureBytes []byte `protobuf:"bytes,2,opt,name=signature_bytes" json:"signature_bytes,omitem… 114 XXX_unrecognized []byte `json:"-"` 136 XXX_unrecognized []byte `json:"-"` 144 KeyName *string `protobuf:"bytes,1,opt,name=key_name" json:"key_name,omitempty"` 145 …X509CertificatePem *string `protobuf:"bytes,2,opt,name=x509_certificate_pem" json:"x509_certificat… 146 XXX_unrecognized []byte `json:"-"` [all …]
|
/external/jemalloc/src/ |
D | stats.c | 39 bool json, bool large, bool huge, unsigned i) in stats_arena_bins_print() argument 48 if (json) { in stats_arena_bins_print() 80 if (!json && in_gap_prev && !in_gap) { in stats_arena_bins_print() 108 if (json) { in stats_arena_bins_print() 175 if (json) { in stats_arena_bins_print() 188 bool json, bool huge, unsigned i) in stats_arena_lruns_print() argument 195 if (json) { in stats_arena_lruns_print() 216 if (!json && in_gap_prev && !in_gap) { in stats_arena_lruns_print() 224 if (json) { in stats_arena_lruns_print() 239 if (json) { in stats_arena_lruns_print() [all …]
|
/external/golang-protobuf/protoc-gen-go/plugin/ |
D | plugin.pb.go | 35 Major *int32 `protobuf:"varint,1,opt,name=major" json:"major,omitempty"` 36 Minor *int32 `protobuf:"varint,2,opt,name=minor" json:"minor,omitempty"` 37 Patch *int32 `protobuf:"varint,3,opt,name=patch" json:"patch,omitempty"` 40 Suffix *string `protobuf:"bytes,4,opt,name=suffix" json:"suffix,omitempty"` 41 XXX_NoUnkeyedLiteral struct{} `json:"-"` 42 XXX_unrecognized []byte `json:"-"` 43 XXX_sizecache int32 `json:"-"` 101 …FileToGenerate []string `protobuf:"bytes,1,rep,name=file_to_generate,json=fileToGenerate" json:"fi… 103 Parameter *string `protobuf:"bytes,2,opt,name=parameter" json:"parameter,omitempty"` 118 …leDescriptorProto `protobuf:"bytes,15,rep,name=proto_file,json=protoFile" json:"proto_file,omitemp… [all …]
|
/external/golang-protobuf/ptypes/wrappers/ |
D | wrappers.pb.go | 28 Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"` 29 XXX_NoUnkeyedLiteral struct{} `json:"-"` 30 XXX_unrecognized []byte `json:"-"` 31 XXX_sizecache int32 `json:"-"` 73 Value float32 `protobuf:"fixed32,1,opt,name=value,proto3" json:"value,omitempty"` 74 XXX_NoUnkeyedLiteral struct{} `json:"-"` 75 XXX_unrecognized []byte `json:"-"` 76 XXX_sizecache int32 `json:"-"` 118 Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` 119 XXX_NoUnkeyedLiteral struct{} `json:"-"` [all …]
|