HomeSort by relevance Sort by last modified time
    Searched defs:typeC (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSPosix/
Client.c 48 char typeC [MAX_ESCAPED_DOMAIN_NAME];
60 ConvertDomainNameToCString(&type, typeC);
69 fprintf(stderr, "*** %s name = '%s', type = '%s', domain = '%s'\n", state, nameC, typeC, domainC);
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
AccountTypeManagerTest.java 48 final AccountType typeC = new MockAccountType("type2", null, "c");
53 final AccountWithDataSet accountC1 = createAccountWithDataSet("c1", typeC);
54 final AccountWithDataSet accountC2 = createAccountWithDataSet("c2", typeC);
85 buildAccountTypes(typeC)
92 buildAccountTypes(typeC),
93 typeC
99 buildAccountTypes(typeC),
100 typeC
106 buildAccountTypes(typeA, typeC)
112 buildAccountTypes(typeA, typeC),
    [all...]

Completed in 41 milliseconds