HomeSort by relevance Sort by last modified time
    Searched defs:bound2 (Results 1 - 21 of 21) sorted by null

  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/typeinference/bounds/
SameAsBoundTest.java 26 Bound bound2 = new SameAsBound(stringType, inferenceVariable); local
29 assertEquals(Optional.of(new Instantiation(inferenceVariable, stringType)), bound2.isAnInstantiation());
SubtypeOfBoundTest.java 78 Bound bound2 = new SubtypeOfBound(beta, objectType); local
83 assertEquals(Optional.of(new ProperUpperBound(beta, objectType)), bound2.isProperUpperBound());
  /external/skia/gm/
bigtileimagefilter.cpp 74 const SkRect bound2 = SkRect::MakeIWH(kBitmapSize, kBitmapSize); variable
84 canvas->saveLayer(&bound2, &p2);
90 canvas->drawImageRect(fGreenImage.get(), bound2, bound3, nullptr,
  /external/skqp/gm/
bigtileimagefilter.cpp 74 const SkRect bound2 = SkRect::MakeIWH(kBitmapSize, kBitmapSize); variable
84 canvas->saveLayer(&bound2, &p2);
90 canvas->drawImageRect(fGreenImage.get(), bound2, bound3, nullptr,
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
FisheyeFilter.java 158 float bound2 = 0.25f * (scale[0] * scale[0] + scale[1] * scale[1]); local
159 float bound = (float) Math.sqrt(bound2);
163 (float) Math.atan(alpha / bound * (float) Math.sqrt(radius2 - bound2));
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
MultiStartUnivariateRealOptimizer.java 243 final double bound2 = (i == 0) ? max : min + generator.nextDouble() * (max - min); local
245 FastMath.min(bound1, bound2),
246 FastMath.max(bound1, bound2));
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/
kotlin-compiler-embeddable-1.1.1.jar 

Completed in 916 milliseconds