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

  /prebuilts/go/darwin-x86/test/method4.dir/
prog.go 84 mt1 := method4a.T1(4)
87 eq(mt1.Sum(a, 30), 40)
90 eq(method4a.T1.Sum(mt1, a, 32), 42)
94 eq(g1(mt1, a, 34), 44)
98 eq(method4a.I1.Sum(mt1, a, 36), 46)
102 eq(g3(mt1, a, 38), 48)
105 eq(method4a.I2.Sum(mt1, a, 40), 50)
109 eq(g4(mt1, a, 42), 52)
  /prebuilts/go/linux-x86/test/method4.dir/
prog.go 84 mt1 := method4a.T1(4)
87 eq(mt1.Sum(a, 30), 40)
90 eq(method4a.T1.Sum(mt1, a, 32), 42)
94 eq(g1(mt1, a, 34), 44)
98 eq(method4a.I1.Sum(mt1, a, 36), 46)
102 eq(g3(mt1, a, 38), 48)
105 eq(method4a.I2.Sum(mt1, a, 40), 50)
109 eq(g4(mt1, a, 42), 52)
  /art/runtime/mirror/
method_type_test.cc 75 Handle<mirror::MethodType> mt1 = hs.NewHandle(CreateMethodType("String", { "Integer" })); local
77 ASSERT_TRUE(mt1->IsExactMatch(mt2.Get()));
83 Handle<mirror::MethodType> mt1 = hs.NewHandle(CreateMethodType("String", { "Integer" })); local
85 ASSERT_FALSE(mt1->IsExactMatch(mt2.Get()));
91 Handle<mirror::MethodType> mt1 = hs.NewHandle(CreateMethodType("String", { "Integer" })); local
93 ASSERT_FALSE(mt1->IsExactMatch(mt2.Get()));
99 Handle<mirror::MethodType> mt1 = hs.NewHandle( local
102 ASSERT_FALSE(mt1->IsExactMatch(mt2.Get()));
  /frameworks/base/cmds/incident_helper/tests/
PageTypeInfoParser_test.cpp 60 PageTypeInfoProto::MigrateType* mt1 = expected.add_migrate_types(); local
61 mt1->set_node(0);
62 mt1->set_zone("DMA");
63 mt1->set_type("Unmovable");
66 mt1->add_free_pages_count(arr1[i]);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.c 610 struct nv50_miptree *mt0, *mt1; local
674 mt1 = nv50_miptree(buffer->resources[1]);
676 bo_size = mt0->total_size + mt1->total_size;
690 nouveau_bo_ref(buffer->interlaced, &mt1->base.bo);
691 mt1->base.domain = NOUVEAU_BO_VRAM;
692 mt1->base.offset = mt0->total_size;
693 mt1->base.address = buffer->interlaced->offset + mt0->total_size;
  /external/iptables/iptables/
nft-shared.h 174 bool compare_matches(struct xtables_rule_match *mt1, struct xtables_rule_match *mt2);
nft-shared.c 800 bool compare_matches(struct xtables_rule_match *mt1,
806 for (mp1 = mt1, mp2 = mt2; mp1 && mp2; mp1 = mp1->next, mp2 = mp2->next) {
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 201 Message mt1 = createMessage(mMockContext, bt); local
219 createAttachment(a2, mt1.mId, null);
220 createAttachment(a2, mt1.mId, null);
ProviderTests.java 2123 Message mt1 = createMessage(c, bt, true, false, Message.FLAG_LOADED_COMPLETE); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c 186 static const TValue *get_equalTM (lua_State *L, Table *mt1, Table *mt2,
188 const TValue *tm1 = fasttm(L, mt1, event);
191 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */
  /external/syslinux/com32/lua/src/
lvm.c 209 static const TValue *get_equalTM (lua_State *L, Table *mt1, Table *mt2,
211 const TValue *tm1 = fasttm(L, mt1, event);
214 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java 385 Message mt1 = createMessage(c, bt, true, false, Message.FLAG_LOADED_COMPLETE); local
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 624 milliseconds