Home
last modified time | relevance | path

Searched refs:serialized (Results 1 – 25 of 69) sorted by relevance

123

/external/clang/test/ARCMT/
Dcheck-with-serialized-diag.m42 // CHECK: {{.*}}check-with-serialized-diag.m:32:4: error: [rewriter] it is not safe to remove 'reta…
44 // CHECK-NEXT: {{.*}}check-with-serialized-diag.m:34:4: error: [rewriter] it is not safe to remove …
46 // CHECK-NEXT: {{.*}}check-with-serialized-diag.m:32:4: error: ARC forbids explicit message send of…
47 // CHECK-NEXT: Range: {{.*}}check-with-serialized-diag.m:32:23 {{.*}}check-with-serialized-diag.m:3…
49 // CHECK-NEXT: {{.*}}check-with-serialized-diag.m:34:4: error: ARC forbids explicit message send of…
50 // CHECK-NEXT: Range: {{.*}}check-with-serialized-diag.m:34:15 {{.*}}check-with-serialized-diag.m:3…
52 // CHECK-NEXT: {{.*}}check-with-serialized-diag.m:35:4: error: ARC forbids explicit message send of…
53 // CHECK-NEXT: Range: {{.*}}check-with-serialized-diag.m:35:6 {{.*}}check-with-serialized-diag.m:35…
/external/clang/test/Misc/
Dserialized-diags.m18 // This test checks that serialized diagnostics handle notes with no source location.
20 // CHECK: {{.*[/\\]}}serialized-diags.m:8:4: error: use of undeclared identifier '_self'; did you m…
21 // CHECK: Range: {{.*[/\\]}}serialized-diags.m:8:4 {{.*[/\\]}}serialized-diags.m:8:9
23 // CHECK: FIXIT: ({{.*[/\\]}}serialized-diags.m:8:4 - {{.*[/\\]}}serialized-diags.m:8:9): "self"
26 // CHECK: {{.*[/\\]}}serialized-diags.m:1:12: warning: class 'Foo' defined without specifying a bas…
28 // CHECK: +-{{.*[/\\]}}serialized-diags.m:1:15: note: add a super class to fix this problem [] [Sem…
/external/chromium/chrome/browser/safe_browsing/
Dmalware_details_unittest.cc143 virtual void SendSerializedMalwareDetails(const std::string& serialized) { in SendSerializedMalwareDetails() argument
149 serialized_ = serialized; in SendSerializedMalwareDetails()
297 std::string serialized = WaitForSerializedReport(report); in TEST_F() local
300 actual.ParseFromString(serialized); in TEST_F()
329 std::string serialized = WaitForSerializedReport(report); in TEST_F() local
332 actual.ParseFromString(serialized); in TEST_F()
382 std::string serialized = WaitForSerializedReport(report); in TEST_F() local
384 actual.ParseFromString(serialized); in TEST_F()
421 std::string serialized = WaitForSerializedReport(report); in TEST_F() local
423 actual.ParseFromString(serialized); in TEST_F()
[all …]
Dmalware_details.cc268 std::string serialized; in OnCacheCollectionReady() local
269 if (!report_->SerializeToString(&serialized)) { in OnCacheCollectionReady()
274 sb_service_->SendSerializedMalwareDetails(serialized); in OnCacheCollectionReady()
Dsafe_browsing_blocking_page_test.cc63 virtual void SendSerializedMalwareDetails(const std::string& serialized) { in SendSerializedMalwareDetails() argument
64 reports_.push_back(serialized); in SendSerializedMalwareDetails()
336 std::string serialized = service->GetReport(); in AssertReportSent() local
339 ASSERT_TRUE(report.ParseFromString(serialized)); in AssertReportSent()
Dsafe_browsing_blocking_page_unittest.cc42 virtual void SendSerializedMalwareDetails(const std::string& serialized) { in SendSerializedMalwareDetails() argument
43 details_.push_back(serialized); in SendSerializedMalwareDetails()
/external/chromium/chrome/browser/sync/util/
Dprotobuf_unittest.cc24 std::string serialized; in TEST() local
25 ASSERT_TRUE(b.SerializeToString(&serialized)); in TEST()
26 ASSERT_TRUE(a.ParseFromString(serialized)); in TEST()
Dcryptographer.cc49 std::string serialized; in Encrypt() local
50 if (!message.SerializeToString(&serialized)) { in Encrypt()
56 if (!default_nigori_->second->Encrypt(serialized, in Encrypt()
/external/protobuf/python/google/protobuf/
Dmessage.py135 def MergeFromString(self, serialized): argument
165 def ParseFromString(self, serialized): argument
168 self.MergeFromString(serialized)
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py1221 serialized = proto.SerializeToString()
1224 self.assertEqual(proto.ByteSize(), len(serialized))
1227 raw.MergeFromString(serialized)
1267 serialized = proto.SerializeToString()
1269 proto2.MergeFromString(serialized)
1718 serialized = first_proto.SerializeToString()
1719 self.assertEqual(first_proto.ByteSize(), len(serialized))
1720 second_proto.MergeFromString(serialized)
1727 serialized = first_proto.SerializeToString()
1728 self.assertEqual(first_proto.ByteSize(), len(serialized))
[all …]
Dmore_messages.proto37 // canonicalization of serialized output, which should always be in tag order.
/external/chromium/chrome/browser/chromeos/login/
Dsigned_settings_unittest.cc220 std::string serialized; in FailingStorePolicyOp() local
221 ASSERT_TRUE(fake_policy.SerializeToString(&serialized)); in FailingStorePolicyOp()
595 std::string serialized; in TEST_F() local
598 &serialized); in TEST_F()
635 std::string serialized = in_pol.SerializeAsString(); in TEST_F() local
637 em::PolicyFetchResponse signed_policy = BuildProto(serialized, in TEST_F()
669 std::string serialized; in TEST_F() local
672 &serialized); in TEST_F()
682 std::string serialized = in_pol.SerializeAsString(); in TEST_F() local
684 em::PolicyFetchResponse signed_policy = BuildProto(serialized, in TEST_F()
[all …]
Dsigned_settings.cc749 std::string serialized; in LookUpInPolicy() local
751 !pol.device_proxy_settings().SerializeToString(&serialized)) in LookUpInPolicy()
753 return serialized; in LookUpInPolicy()
835 std::string serialized; in RequestStorePolicy() local
836 if (policy_->SerializeToString(&serialized)) { in RequestStorePolicy()
838 serialized, in RequestStorePolicy()
/external/protobuf/java/src/main/java/com/google/protobuf/
DAbstractMessageLite.java84 final int serialized = getSerializedSize(); in writeDelimitedTo() local
86 CodedOutputStream.computeRawVarint32Size(serialized) + serialized); in writeDelimitedTo()
89 codedOutput.writeRawVarint32(serialized); in writeDelimitedTo()
/external/webkit/Source/WebCore/svg/
DSVGColor.cpp140 return m_color.serialized(); in cssText()
143 return m_color.serialized(); in cssText()
/external/chromium/chrome/browser/sync/glue/
Dpreference_model_associator.cc243 std::string serialized; in WritePreferenceToNode() local
244 JSONStringValueSerializer json(&serialized); in WritePreferenceToNode()
252 preference.set_value(serialized); in WritePreferenceToNode()
/external/clang/docs/
DPCHInternals.rst25 resulting PCH file contains the serialized form of the compiler's internal
60 headers to save a serialized AST file (one per module) and use those AST
70 file. The AST file itself contains a serialized representation of Clang's
128 contains the serialized representation of a part of Clang's internal
194 The source manager block contains the serialized representation of Clang's
222 The preprocessor block contains the serialized representation of the
235 The types block contains the serialized representation of all of the types
247 the types block where the serialized representation of that type resides,
258 The declarations block contains the serialized representation of all of the
298 de-serialized. For large declaration contexts (e.g., the translation unit),
[all …]
/external/llvm/test/Bitcode/
Dflags.ll6 ; Make sure the flags are serialized/deserialized properly for both
/external/chromium/chrome/browser/sync/protocol/
Dpassword_specifics.proto20 // These are the properties that get serialized into the |encrypted| field of
/external/chromium/chrome/browser/policy/proto/
Ddevice_management_backend.proto118 // This message is included in serialized form in PolicyFetchResponse
120 // the serialized form.
138 // The serialized value of the actual policy protobuf. This can be
176 // This is a serialized |PolicyData| protobuf (defined above).
/external/llvm/test/CodeGen/ARM/
D2011-08-29-SchedCycle.ll12 ; If the libcalls are not serialized (i.e. both have chains which are dag
/external/protobuf/src/google/protobuf/
Dtest_util.h100 static void ExpectAllFieldsAndExtensionsInOrder(const string& serialized);
/external/webkit/Source/WebCore/html/canvas/
DCanvasStyle.h57 …ing color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).serialized(); } in color()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_preference_unittest.cc170 std::string serialized; in ValueString() local
171 JSONStringValueSerializer json(&serialized); in ValueString()
173 return serialized; in ValueString()
/external/webkit/Source/WebCore/platform/graphics/
DColor.h97 String serialized() const;

123