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

1 2 3

  /external/chromium_org/chrome/browser/resources/chromeos/
sim_unlock.css 27 .choose-pin-content-area {
71 #choose-pin-msg {
75 #choose-pin-error {
89 .choose-pin-input-area {
94 #choose-pin-action-area {
  /external/yaffs2/yaffs2/
Kconfig 15 To compile the YAFFS2 file system support as a module, choose M here:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkgimport.py 10 self.package_name += random.choose(string.letters)
62 var += random.choose(string.letters)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkgimport.py 10 self.package_name += random.choose(string.letters)
62 var += random.choose(string.letters)
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgaevents.c 35 #error You must choose your operating system here
51 #error You must choose your operating system here
147 #error You must choose your operating system here
411 #error You must choose your operating system here
SDL_svgavideo.c 38 #error You must choose your operating system here
  /packages/inputmethods/PinyinIME/jni/share/
pinyinime.cpp 135 return matrix_search->choose(choice_id);
  /external/chromium_org/chrome/browser/resources/chromeos/diagnostics/
main.css 94 #choose-adapter {
  /external/chromium_org/chrome/browser/resources/
sync_setup_overlay.css 54 #choose-data-types-body {
59 #choose-data-types-body > .checkbox:first-child {
63 #choose-data-types-body > .checkbox:last-child {
202 #choose-data-types-form {
  /external/chromium_org/chrome/renderer/resources/extensions/
tag_watcher.js 42 // this requirement, we choose "readystatechange" event of window and use
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1.asm 16 ; or any other register you choose
sce3.asm 16 ; or any other register you choose
  /external/chromium_org/remoting/webapp/
butter_bar.js 82 // If both messages can be shown choose only one randomly.
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 122 Base class for optional callbacks to choose an image from a format that
131 /** Return the index of the subimage you want, or -1 to choose none of them.
133 virtual int choose() = 0;
223 // Note: this is a hint, and the codec may choose to ignore this, or only
  /external/skia/include/core/
SkImageDecoder.h 139 Base class for optional callbacks to choose an image from a format that
148 /** Return the index of the subimage you want, or -1 to choose none of them.
150 virtual int choose() = 0;
240 // Note: this is a hint, and the codec may choose to ignore this, or only
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 441 // Choose a candidate. The decoder will do a search after the fixed position.
442 size_t choose(size_t cand_id);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 138 choose = self.rng.choice
142 letters = [choose(c) for dummy in "123456"]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 138 choose = self.rng.choice
142 letters = [choose(c) for dummy in "123456"]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
hybi.py 243 'do_extra_handshake must choose one subprotocol from '
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
hybi.py 268 'do_extra_handshake must choose one subprotocol from '
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 133 return chooser->choose() == 0;
SkImageDecoder_libico.cpp 135 choice = chooser->choose();
  /external/skia/src/images/
SkImageDecoder.cpp 136 return chooser->choose() == 0;
SkImageDecoder_libico.cpp 135 choice = chooser->choose();
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 383 A recognizer must choose between multiple possible recognition paths based
397 choose between all possible token rules. If raised by +tokens+, it means the

Completed in 1250 milliseconds

1 2 3