HomeSort by relevance Sort by last modified time
    Searched refs:addTypeMapping (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/util/
AccountDisplayInfoFactoryTests.java 52 addTypeMapping(account("user", "com.example"), "title", comExampleIcon);
53 addTypeMapping(account(null, null), "device", someDrawable());
54 addTypeMapping(account("foo", "bar.type"), "bar", someDrawable());
55 addTypeMapping(account("user2", "com.example"), "title", comExampleIcon);
67 addTypeMapping(account("user@example.com", "com.example"), "title", comExampleIcon);
68 addTypeMapping(account(null, null), "device", someDrawable());
69 addTypeMapping(account("foo", "bar.type"), "bar", someDrawable());
70 addTypeMapping(account("user2@example.com", "com.example"), "title", comExampleIcon);
81 addTypeMapping(account(null, null), "Device Display Label", someDrawable());
92 addTypeMapping(account("some.device.account.name", "device.account.type"), "Device Label"
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 57 void addTypeMapping(Type *DstTy, Type *SrcTy);
81 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) {
670 TypeMap.addTypeMapping(DGV->getType(), SGV.getType());
677 TypeMap.addTypeMapping(DAT->getElementType(), SAT->getElementType());
682 TypeMap.addTypeMapping(DGV->getType(), SGV.getType());
686 TypeMap.addTypeMapping(DGV->getType(), SGV.getType());
727 TypeMap.addTypeMapping(DST, ST);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 46 /// addTypeMapping - Indicate that the specified type in the destination
49 void addTypeMapping(Type *DstTy, Type *SrcTy);
72 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) {
527 TypeMap.addTypeMapping(DGV->getType(), I->getType());
534 TypeMap.addTypeMapping(DAT->getElementType(), SAT->getElementType());
540 TypeMap.addTypeMapping(DGV->getType(), I->getType());
    [all...]
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 

Completed in 103 milliseconds