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

  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.cpp 56 int picked; local
58 picked = static_cast<int>(RandFloat() * num_classes_);
59 // picked = static_cast<int>(random_.RandFloat() * num_classes_);
60 } while (target == picked);
61 return picked;
  /hardware/qcom/display/msm8226/
common.mk 52 # If the macro is not present, the headers are picked from hardware/qcom/msmXXXX
53 # failing which, they are picked from bionic.
  /hardware/qcom/display/msm8974/
common.mk 48 # If the macro is not present, the headers are picked from hardware/qcom/msmXXXX
49 # failing which, they are picked from bionic.
  /external/chromium_org/android_webview/
webview_pak.mk 27 # they can be picked up by AAPT and included in an .apk.
  /system/core/init/
Android.mk 70 # We need this so that the installed files could be picked up based on the
  /development/tools/idegen/src/
Configuration.java 229 SortedSet<File> picked = new TreeSet<File>(); local
235 picked.add(file);
241 return picked;
  /build/core/
executable_prefer_symlink.mk 48 # We need this so that the installed files could be picked up based on the
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
bg.js 31 // which was first picked up in branch 1580.
  /frameworks/support/v8/renderscript/rs_support/
Android.mk 156 # TODO: why isn't this picked up from the host GLOBAL_CFLAGS?
  /system/core/toolbox/
Android.mk 262 # We need this so that the installed files could be picked up based on the
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catblock/
loldogs.js 47 "http://ihasahotdog.files.wordpress.com/2011/06/cute-puppy-pictures-why-ai-always-gets-picked-last.jpg",
  /external/libunwind/doc/
libunwind-ptrace.tex 62 use. Of course, the addresses of these routines could also be picked
  /external/chromium_org/third_party/libevent/
evdns.c 1124 struct nameserver *started_at = server_head, *picked; local
1138 picked = server_head;
1140 return picked;
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax_external_util.js 207 * This script is picked up by MathJax at load time. It only runs in the page,
  /external/chromium_org/extensions/renderer/resources/
web_view.js 139 // already picked up a partition ID. Thus, we need to reset the initialization
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_tasks.js 283 // If we haven't picked a default task yet, then just pick the first one.
  /external/chromium_org/chrome/browser/resources/history/
history.js     [all...]

Completed in 1091 milliseconds