Home
last modified time | relevance | path

Searched refs:NEVER (Results 1 – 25 of 87) sorted by relevance

1234

/external/jsr305/sampleUses/src/main/java/
DFixedLengthString.java19 return When.NEVER; in forConstantValue()
23 return When.NEVER; in forConstantValue()
DCreditCardNumber.java20 return When.NEVER; in forConstantValue()
24 return When.NEVER; in forConstantValue()
/external/jsr305/ri/src/main/java/javax/annotation/
DRegEx.java29 return When.NEVER; in forConstantValue()
34 return When.NEVER; in forConstantValue()
DNonnegative.java22 return When.NEVER; in forConstantValue()
35 return When.NEVER; in forConstantValue()
DNonnull.java22 return When.NEVER; in forConstantValue()
/external/proguard/src/proguard/evaluation/value/
DTypedReferenceValue.java80 NEVER; in isNull()
91 return NEVER; in instanceOf()
108 return !thisType.equals(otherType) ? NEVER : in instanceOf()
131 return NEVER; in instanceOf()
140 return NEVER; in instanceOf()
DArrayReferenceValue.java105 if (this.arrayLength.equal(other.arrayLength) == NEVER) in equal()
107 return NEVER; in equal()
DParticularIntegerValue.java341 return this.value == other.value ? ALWAYS : NEVER; in equal()
346 return this.value < other.value ? ALWAYS : NEVER; in lessThan()
351 return this.value <= other.value ? ALWAYS : NEVER; in lessThanOrEqual()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/compactbranches/
Dcompact-branch-policy.ll2 …llc -march=mips -mcpu=mips32r6 -mips-compact-branches=never < %s | FileCheck %s -check-prefix=NEVER
10 ; NEVER: beq
/external/llvm/test/CodeGen/Mips/compactbranches/
Dcompact-branch-policy.ll2 …llc -march=mips -mcpu=mips32r6 -mips-compact-branches=never < %s | FileCheck %s -check-prefix=NEVER
10 ; NEVER: beq
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dmachine-outliner-flags.ll14 ; RUN: | FileCheck %s -check-prefix=NEVER
41 ; NEVER-NOT: Machine Outliner
/external/jsr305/ri/src/main/java/javax/annotation/meta/
DWhen.java21 NEVER; enumConstant
/external/antlr/runtime/C/
DC.vssscc4 "ENLISTMENT_CHOICE" = "NEVER"
DC.vcproj.vspscc4 "ENLISTMENT_CHOICE" = "NEVER"
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DAntlr3.Runtime.Debug.csproj.vspscc4 "ENLISTMENT_CHOICE" = "NEVER"
/external/antlr/runtime/CSharp3/Sources/
DAntlr3.Runtime.vssscc4 "ENLISTMENT_CHOICE" = "NEVER"
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DAntlr3.Runtime.csproj.vspscc4 "ENLISTMENT_CHOICE" = "NEVER"
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
DAntlr3.Runtime.Test.csproj.vspscc4 "ENLISTMENT_CHOICE" = "NEVER"
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DAntlr3.Runtime.JavaExtensions.csproj.vspscc4 "ENLISTMENT_CHOICE" = "NEVER"
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/
DDottedClassName.java11 @SlashedClassName(when=When.NEVER)
/external/proguard/src/proguard/optimize/evaluation/
DTracedBranchUnit.java49 else if (conditional != Value.NEVER) in branchConditionally()
/external/clang/test/Misc/
Dwarning-flags.c19 The list of warnings below should NEVER grow. It should gradually shrink to 0.
107 The list of warnings in -Wpedantic should NEVER grow.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DMutablePatternModifierTest.java53 mod.setPatternAttributes(SignDisplay.NEVER, false); in basic()
74 mod.setPatternAttributes(SignDisplay.NEVER, false); in basic()
/external/autotest/scheduler/
Dscheduler_models_unittest.py410 job.reboot_before = model_attributes.RebootBefore.NEVER
414 reboot_before=model_attributes.RebootBefore.NEVER)
421 job.reboot_before = model_attributes.RebootBefore.NEVER
425 reboot_before=model_attributes.RebootBefore.NEVER)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DMutablePatternModifierTest.java50 mod.setPatternAttributes(SignDisplay.NEVER, false); in basic()
71 mod.setPatternAttributes(SignDisplay.NEVER, false); in basic()

1234