/external/jsr305/sampleUses/src/main/java/ |
D | FixedLengthString.java | 19 return When.NEVER; in forConstantValue() 23 return When.NEVER; in forConstantValue()
|
D | CreditCardNumber.java | 20 return When.NEVER; in forConstantValue() 24 return When.NEVER; in forConstantValue()
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
D | RegEx.java | 29 return When.NEVER; in forConstantValue() 34 return When.NEVER; in forConstantValue()
|
D | Nonnegative.java | 22 return When.NEVER; in forConstantValue() 35 return When.NEVER; in forConstantValue()
|
D | Nonnull.java | 22 return When.NEVER; in forConstantValue()
|
/external/proguard/src/proguard/evaluation/value/ |
D | TypedReferenceValue.java | 80 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()
|
D | ArrayReferenceValue.java | 105 if (this.arrayLength.equal(other.arrayLength) == NEVER) in equal() 107 return NEVER; in equal()
|
D | ParticularIntegerValue.java | 341 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/ |
D | compact-branch-policy.ll | 2 …llc -march=mips -mcpu=mips32r6 -mips-compact-branches=never < %s | FileCheck %s -check-prefix=NEVER 10 ; NEVER: beq
|
/external/llvm/test/CodeGen/Mips/compactbranches/ |
D | compact-branch-policy.ll | 2 …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/ |
D | machine-outliner-flags.ll | 14 ; RUN: | FileCheck %s -check-prefix=NEVER 41 ; NEVER-NOT: Machine Outliner
|
/external/jsr305/ri/src/main/java/javax/annotation/meta/ |
D | When.java | 21 NEVER; enumConstant
|
/external/antlr/runtime/C/ |
D | C.vssscc | 4 "ENLISTMENT_CHOICE" = "NEVER"
|
D | C.vcproj.vspscc | 4 "ENLISTMENT_CHOICE" = "NEVER"
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | Antlr3.Runtime.Debug.csproj.vspscc | 4 "ENLISTMENT_CHOICE" = "NEVER"
|
/external/antlr/runtime/CSharp3/Sources/ |
D | Antlr3.Runtime.vssscc | 4 "ENLISTMENT_CHOICE" = "NEVER"
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | Antlr3.Runtime.csproj.vspscc | 4 "ENLISTMENT_CHOICE" = "NEVER"
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
D | Antlr3.Runtime.Test.csproj.vspscc | 4 "ENLISTMENT_CHOICE" = "NEVER"
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | Antlr3.Runtime.JavaExtensions.csproj.vspscc | 4 "ENLISTMENT_CHOICE" = "NEVER"
|
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/ |
D | DottedClassName.java | 11 @SlashedClassName(when=When.NEVER)
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | TracedBranchUnit.java | 49 else if (conditional != Value.NEVER) in branchConditionally()
|
/external/clang/test/Misc/ |
D | warning-flags.c | 19 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/ |
D | MutablePatternModifierTest.java | 53 mod.setPatternAttributes(SignDisplay.NEVER, false); in basic() 74 mod.setPatternAttributes(SignDisplay.NEVER, false); in basic()
|
/external/autotest/scheduler/ |
D | scheduler_models_unittest.py | 410 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/ |
D | MutablePatternModifierTest.java | 50 mod.setPatternAttributes(SignDisplay.NEVER, false); in basic() 71 mod.setPatternAttributes(SignDisplay.NEVER, false); in basic()
|