/external/chromium_org/chrome/browser/ |
D | enumerate_modules_model_unittest_win.cc | 14 static const ModuleEnumerator::ModuleType kType = variable 33 {kType, kStatus, L"c:\\foo\\bar.dll", L"", L"Prod", L"Desc", L"1.0", 35 {kType, kStatus, L"c:\\foo\\", L"bar.dll", L"Prod", L"Desc", L"1.0", 39 {kType, kStatus, L"C:\\Foo\\Bar.dll", L"", L"", L"", L"1.0", 41 {kType, kStatus, L"c:\\foo\\", L"bar.dll", L"", L"", L"1.0", 45 {kType, kStatus, L"c:\\foo.dll", L"", L"", L"", L"1.0 asdf", 47 {kType, kStatus, L"c:\\", L"foo.dll", L"", L"", L"1.0", 51 {kType, kStatus, L"bar.dll", L"", L"", L"", L"", L"", kAction}, 52 {kType, kStatus, L"", L"bar.dll", L"", L"", L"", L"", kAction}, 55 {kType, kStatus, L"", L"", L"", L"", L"1.0", L"", kAction}, [all …]
|
/external/chromium_org/net/dns/ |
D | record_parsed.cc | 34 case ARecordRdata::kType: in CreateFrom() 37 case AAAARecordRdata::kType: in CreateFrom() 40 case CnameRecordRdata::kType: in CreateFrom() 43 case PtrRecordRdata::kType: in CreateFrom() 46 case SrvRecordRdata::kType: in CreateFrom() 49 case TxtRecordRdata::kType: in CreateFrom() 52 case NsecRecordRdata::kType: in CreateFrom()
|
D | record_rdata.h | 45 static const uint16 kType = dns_protocol::kTypeSRV; 76 static const uint16 kType = dns_protocol::kTypeA; 98 static const uint16 kType = dns_protocol::kTypeAAAA; 120 static const uint16 kType = dns_protocol::kTypeCNAME; 142 static const uint16 kType = dns_protocol::kTypePTR; 165 static const uint16 kType = dns_protocol::kTypeTXT; 189 static const uint16 kType = dns_protocol::kTypeNSEC;
|
D | record_rdata.cc | 46 return SrvRecordRdata::kType; in Type() 82 return ARecordRdata::kType; in Type() 115 return AAAARecordRdata::kType; in Type() 143 return CnameRecordRdata::kType; in Type() 172 return PtrRecordRdata::kType; in Type() 209 return TxtRecordRdata::kType; in Type() 267 return NsecRecordRdata::kType; in Type()
|
/external/chromium_org/media/base/ |
D | cdm_promise.cc | 18 static const CdmPromise::ResolveParameterType kType = CdmPromise::VOID_TYPE; member 23 static const CdmPromise::ResolveParameterType kType = CdmPromise::STRING_TYPE; member 28 static const CdmPromise::ResolveParameterType kType = member 105 : CdmPromise(CdmPromiseTraits<T>::kType, reject_cb), in CdmPromiseTemplate() 115 : CdmPromise(CdmPromiseTraits<T>::kType, reject_cb, uma_name), in CdmPromiseTemplate() 122 : CdmPromise(CdmPromiseTraits<T>::kType) { in CdmPromiseTemplate() 133 : CdmPromise(CdmPromiseTraits<void>::kType, reject_cb), in CdmPromiseTemplate() 141 : CdmPromise(CdmPromiseTraits<void>::kType, reject_cb, uma_name), in CdmPromiseTemplate() 148 : CdmPromise(CdmPromiseTraits<void>::kType) { in CdmPromiseTemplate()
|
/external/chromium_org/components/onc/ |
D | onc_constants.cc | 29 const char kType[] = "Type"; variable 58 const char kType[] = "Type"; variable 175 const char kType[] = "Type"; variable 230 const char kType[] = "Type"; variable 282 const char kType[] = "Type"; variable 337 const char kType[] = "Type"; variable 357 const char kType[] = "Type"; variable
|
D | onc_constants.h | 54 ONC_EXPORT extern const char kType[]; 83 ONC_EXPORT extern const char kType[]; 186 ONC_EXPORT extern const char kType[]; 248 ONC_EXPORT extern const char kType[]; 300 ONC_EXPORT extern const char kType[]; 355 ONC_EXPORT extern const char kType[]; 380 ONC_EXPORT extern const char kType[];
|
/external/chromium_org/content/browser/fileapi/ |
D | plugin_private_file_system_backend_unittest.cc | 34 const storage::FileSystemType kType = storage::kFileSystemTypePluginPrivate; variable 44 kType, kRootName, base::FilePath()); in RegisterFileSystem() 83 kType, in TEST_F() 96 kType, in TEST_F() 123 kType, in TEST_F() 135 kType, in TEST_F()
|
/external/chromium_org/content/browser/quota/ |
D | quota_reservation_manager_unittest.cc | 28 const storage::FileSystemType kType = kFileSystemTypeTemporary; variable 57 EXPECT_EQ(kType, type); in ReserveQuota() 69 EXPECT_EQ(kType, type); in ReleaseReservedQuota() 77 EXPECT_EQ(kType, type); in CommitQuotaUsage() 221 reservation_manager()->CreateReservation(GURL(kOrigin), kType); in TEST_F() 262 reservation_manager()->CreateReservation(GURL(kOrigin), kType); in TEST_F() 296 reservation_manager()->CreateReservation(GURL(kOrigin), kType); in TEST_F() 301 reservation_manager()->CreateReservation(GURL(kOrigin), kType); in TEST_F() 342 reservation_manager()->CreateReservation(GURL(kOrigin), kType); in TEST_F() 346 reservation_manager()->CreateReservation(GURL(kOrigin), kType); in TEST_F()
|
/external/chromium_org/components/json_schema/ |
D | json_schema_validator_unittest_base.cc | 120 schema->SetString(schema::kType, schema::kString); in TestStringPattern() 208 schema->SetString(schema::kType, schema::kObject); in TestObject() 271 additional_properties->SetString(schema::kType, schema::kAny); in TestObject() 280 additional_properties->SetString(schema::kType, schema::kBoolean); in TestObject() 332 schema->SetString(schema::kType, schema::kObject); in TestTypeReference() 338 schema_inline->SetString(schema::kType, schema::kObject); in TestTypeReference() 421 additional_properties->SetString(schema::kType, schema::kAny); in TestArrayTuple() 429 additional_properties->SetString(schema::kType, schema::kBoolean); in TestArrayTuple() 459 schema->SetString(schema::kType, schema::kArray); in TestArrayNonTuple() 502 schema->SetString(schema::kType, schema::kString); in TestString() [all …]
|
/external/chromium_org/third_party/skia/tests/ |
D | RecordTestUtils.h | 15 void operator()(const U& r) { ptr = &r; type = U::kType; } in operator() 18 void operator()(const T&) { type = U::kType; } in operator() 26 REPORTER_ASSERT(r, T::kType == reader.type); in assert_type()
|
/external/skia/tests/ |
D | RecordTestUtils.h | 15 void operator()(const U& r) { ptr = &r; type = U::kType; } in operator() 18 void operator()(const T&) { type = U::kType; } in operator() 26 REPORTER_ASSERT(r, T::kType == reader.type); in assert_type()
|
/external/chromium_org/chromeos/network/onc/ |
D | onc_validator.cc | 460 if (FieldExistsAndHasNoValidValue(*result, kType, valid_types)) in ValidateToplevelConfiguration() 476 if (FieldExistsAndHasNoValidValue(*result, kType, valid_types) || in ValidateNetworkConfiguration() 490 RequireField(*result, kName) && RequireField(*result, kType); in ValidateNetworkConfiguration() 493 result->GetStringWithoutPathExpansion(kType, &type); in ValidateNetworkConfiguration() 550 *result, ::onc::ipconfig::kType, valid_types)) in ValidateIPConfig() 554 result->GetStringWithoutPathExpansion(::onc::ipconfig::kType, &type); in ValidateIPConfig() 565 RequireField(*result, ::onc::ipconfig::kType); in ValidateIPConfig() 597 if (FieldExistsAndHasNoValidValue(*result, ::onc::vpn::kType, valid_types)) in ValidateVPN() 600 bool all_required_exist = RequireField(*result, ::onc::vpn::kType); in ValidateVPN() 602 result->GetStringWithoutPathExpansion(::onc::vpn::kType, &type); in ValidateVPN() [all …]
|
D | onc_normalizer.cc | 86 RemoveEntryUnless(cert, ::onc::certificate::kType, !remove); in NormalizeCertificate() 89 cert->GetStringWithoutPathExpansion(::onc::certificate::kType, &type); in NormalizeCertificate() 165 network->RemoveWithoutPathExpansion(::onc::network_config::kType, NULL); in NormalizeNetworkConfiguration() 170 network->GetStringWithoutPathExpansion(::onc::network_config::kType, &type); in NormalizeNetworkConfiguration() 199 proxy->GetStringWithoutPathExpansion(::onc::proxy::kType, &type); in NormalizeProxySettings() 209 vpn->GetStringWithoutPathExpansion(::onc::vpn::kType, &type); in NormalizeVPN()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_unittest.cc | 1653 const GLenum kType = GL_UNSIGNED_BYTE; in TEST_F() local 1666 0, 0, kWidth, kHeight / 2, kFormat, kType, in TEST_F() 1671 0, kHeight / 2, kWidth, kHeight / 2, kFormat, kType, in TEST_F() 1681 gl_->ReadPixels(0, 0, kWidth, kHeight, kFormat, kType, buffer.get()); in TEST_F() 1694 const GLenum kType = 0; in TEST_F() local 1703 0, 0, kWidth, kHeight, kFormat, kType, in TEST_F() 1712 gl_->ReadPixels(0, 0, kWidth, kHeight, kFormat, kType, buffer.get()); in TEST_F() 1812 const GLenum kType = GL_UNSIGNED_BYTE; in TEST_F() local 1818 kType, in TEST_F() 1830 kType, in TEST_F() [all …]
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkRecord.h | 85 fTypes[fCount] = T::kType; in append() 99 fTypes[i] = T::kType; in replace() 110 SkASSERT(Existing::kType == fTypes[i]); in replace() 113 fTypes[i] = T::kType; in replace()
|
D | SkRecords.h | 74 static const Type kType = T##_Type; \ 83 static const Type kType = T##_Type; \ 91 static const Type kType = T##_Type; \ 99 static const Type kType = T##_Type; \ 107 static const Type kType = T##_Type; \ 115 static const Type kType = T##_Type; \ 281 static const Type kType = DrawVertices_Type; member
|
/external/skia/src/core/ |
D | SkRecords.h | 68 static const Type kType = T##_Type; \ 77 static const Type kType = T##_Type; \ 85 static const Type kType = T##_Type; \ 93 static const Type kType = T##_Type; \ 101 static const Type kType = T##_Type; \ 109 static const Type kType = T##_Type; \ 246 static const Type kType = DrawVertices_Type; member
|
D | SkRecord.h | 81 fTypes[fCount] = T::kType; in append() 95 fTypes[i] = T::kType; in replace() 106 SkASSERT(Existing::kType == fTypes[i]); in replace() 109 fTypes[i] = T::kType; in replace()
|
/external/skia/gm/ |
D | nonclosedpaths.cpp | 92 static const ClosureType kType[] = { in onDraw() local 110 MakePath(&path, kType[type]); in onDraw() 133 MakePath(&path, kType[type]); in onDraw()
|
/external/chromium_org/third_party/skia/gm/ |
D | nonclosedpaths.cpp | 92 static const ClosureType kType[] = { in onDraw() local 110 MakePath(&path, kType[type]); in onDraw() 133 MakePath(&path, kType[type]); in onDraw()
|
/external/chromium_org/remoting/host/ |
D | video_frame_recorder_host_extension.cc | 25 const char kType[] = "type"; variable 93 if (!client_message->GetString(kType, &type)) { in OnExtensionMessage() 130 reply_message.SetString(kType, kNextFrameReplyType); in OnNextFrame()
|
/external/chromium_org/storage/browser/blob/ |
D | view_blob_internals_job.cc | 31 const char kType[] = "Type: "; variable 197 AddHTMLListItem(kType, "data", out); in GenerateHTMLForBlobData() 200 AddHTMLListItem(kType, "file", out); in GenerateHTMLForBlobData() 214 AddHTMLListItem(kType, "filesystem", out); in GenerateHTMLForBlobData()
|
/external/chromium_org/components/sync_driver/ |
D | generic_change_processor_unittest.cc | 108 static const syncer::ModelType kType = syncer::PREFERENCES; member in sync_driver::__anone1eadbe20111::SyncGenericChangeProcessorTest 118 InitializeForType(kType); in SetUp() 223 ASSERT_NO_FATAL_FAILURE(BuildChildNodes(kType, kNumChildNodes)); in TEST_F() 227 change_processor()->GetAllSyncData(kType); in TEST_F() 448 ASSERT_EQ(node.InitByClientTagLookup(kType, tag), syncer::BaseNode::INIT_OK); in TEST_F() 463 ASSERT_EQ(syncer::BaseNode::INIT_OK, root.InitTypeRoot(kType)); in TEST_F() 465 node.InitUniqueByCreation(kType, root, "some node"); in TEST_F() 477 ConstructGenericChangeProcessor(kType); in TEST_F()
|
/external/chromium_org/remoting/signaling/ |
D | iq_sender_unittest.cc | 35 const char kType[] = "get"; variable 67 request_ = sender_->SendIq(kType, kTo, iq_body.Pass(), base::Bind( in SendTestMessage() 76 kType, kTo, kStanzaId, kNamespacePrefix, kBodyTag, in SendTestMessage()
|