HomeSort by relevance Sort by last modified time
    Searched defs:choose (Results 1 - 25 of 35) sorted by null

1 2

  /external/skia/src/core/
SkAutoBlitterChoose.h 25 fBlitter = SkBlitter::Choose(dst, matrix, paint, &fAlloc, drawCoverage);
31 void choose(const SkPixmap& dst, const SkMatrix& matrix, function in class:SkAutoBlitterChoose
34 fBlitter = SkBlitter::Choose(dst, matrix, paint, &fAlloc, drawCoverage);
  /external/skqp/src/core/
SkAutoBlitterChoose.h 25 fBlitter = SkBlitter::Choose(dst, matrix, paint, &fAlloc, drawCoverage);
31 void choose(const SkPixmap& dst, const SkMatrix& matrix, function in class:SkAutoBlitterChoose
34 fBlitter = SkBlitter::Choose(dst, matrix, paint, &fAlloc, drawCoverage);
  /external/syslinux/com32/lua/test/
automenu.lua 104 local function choose (params)
145 choose (params)
150 choose = choose,
  /prebuilts/go/darwin-x86/test/chan/
select5.go 420 // some logic. The logic should call choose(n) when
421 // it wants to choose between n possibilities.
422 // On successive runs through the logic, choose(n)
427 // using choose and maybe, code can generate all
442 return choose(2) == 0
445 func choose(n int) int { func
  /prebuilts/go/linux-x86/test/chan/
select5.go 420 // some logic. The logic should call choose(n) when
421 // it wants to choose between n possibilities.
422 // On successive runs through the logic, choose(n)
427 // using choose and maybe, code can generate all
442 return choose(2) == 0
445 func choose(n int) int { func
  /external/clang/utils/
modfuzz.py 125 def choose(options): function
134 for opt in choose(options):
  /external/deqp/framework/delibs/decpp/
deRandom.hpp 58 void choose (InputIter first, InputIter last, OutputIter result, int numItems);
61 T choose (InputIter first, InputIter last);
103 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) function in class:de::Random
126 T Random::choose (InputIter first, InputIter last) function in class:de::Random
130 choose(first, last, &val, 1);
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
Cat.java 59 public static final Object choose(Random r, Object...l) { method in class:Cat
186 tint(0xFFFFFFFF, (Drawable) choose(nsr, D.foot1, D.foot2, D.foot3, D.foot4));
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorMeta.h 18 const T1& choose(Cond<true>, const T1& first, const T2&) { function in namespace:Eigen
23 const T2& choose(Cond<false>, const T1&, const T2& second) { function in namespace:Eigen
  /external/tensorflow/tensorflow/compiler/xla/tests/
client_library_test_base.cc 199 std::function<tensorflow::Status(int64)> choose; local
200 choose = [&, this](int64 index) -> tensorflow::Status {
210 TF_RETURN_IF_ERROR(choose(index + 1));
226 TF_RETURN_IF_ERROR(choose(index + 1));
249 return choose(0);
  /external/jemalloc/src/
jemalloc.c 600 unsigned i, j, choose[2], first_null; local
606 * choose[0]: For application allocation.
607 * choose[1]: For internal metadata allocation.
611 choose[j] = 0;
619 * Choose the first arena that has the lowest
626 tsd_tsdn(tsd), choose[j], false),
628 choose[j] = i;
646 choose[j], false), !!j) == 0 || first_null ==
654 choose[j], false);
660 choose[j] = first_null
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0/
intellij-core-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha6/
intellij-core-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha7/
intellij-core-26.0.0-alpha7.jar 

Completed in 179 milliseconds

1 2