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

  /art/test/048-reflect-v8/src/
SingleUser.java 19 public class SingleUser {
AnnotationTest.java 32 printAnnotationsByType(Calendar.class, SingleUser.class);
33 printAnnotationsByType(Calendars.class, SingleUser.class);
76 printDeclaredAnnotation(SingleUser.class, Calendar.class);
77 printDeclaredAnnotation(SingleUser.class, Calendars.class);
102 printDeclaredAnnotationsByType(Calendar.class, SingleUser.class);
103 printDeclaredAnnotationsByType(Calendars.class, SingleUser.class);
176 printMethodAnnotationsByType(Calendar.class, "singleUser", AnnotationTestFixture.class);
177 printMethodAnnotationsByType(Calendars.class, "singleUser", AnnotationTestFixture.class);
216 printMethodDeclaredAnnotation(Calendar.class, "singleUser", AnnotationTestFixture.class);
217 printMethodDeclaredAnnotation(Calendars.class, "singleUser", AnnotationTestFixture.class)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 269 auto *SingleUser = cast<Instruction>(*I->user_begin());
270 SmallVector<const Value *, 4> Operands(SingleUser->operand_values());
271 if (isWideningInstruction(Dst, SingleUser->getOpcode(), Operands)) {
274 if (I == SingleUser->getOperand(1))
279 if (auto *Cast = dyn_cast<CastInst>(SingleUser->getOperand(1)))
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
TcgStorageOpal.h 170 OPAL_SINGLE_USER_MODE_FEATURE SingleUser;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 643 auto *SingleUser = dyn_cast<Instruction>(*I->user_begin());
644 if (SingleUser->getParent() == I->getParent()) {
645 if (isa<ICmpInst>(SingleUser)) {
646 if (auto *C = dyn_cast<ConstantInt>(SingleUser->getOperand(1)))
651 } else if (isa<StoreInst>(SingleUser))
    [all...]

Completed in 173 milliseconds