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

  /external/dropbear/
algo.h 37 unsigned usable : 1; /* whether we can use this algorithm */ member in struct:Algo_Type
cli-algo.c 78 if (localalgos[j].usable) {
svr-algo.c 82 if (localalgos[j].usable) {
common-algo.c 220 if (localalgos[i].usable) {
svr-runopts.c 311 sshhostkey[i].usable = 0;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DropFeedback.java 679 boolean usable = false;
684 usable = p.y <= refPoint.y;
688 usable = p.y >= refPoint.y;
692 usable = p.x <= refPoint.x;
696 usable = p.x >= refPoint.x;
700 if (usable) {
744 boolean usable = false;
749 usable = p.y <= ref.y;
753 usable = p.y >= ref.y;
757 usable = p.x <= ref.x
    [all...]
  /external/chromium/base/
time_posix.cc 170 #error No usable tick clock function on this platform.
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 2456 unsigned char usable; \/* True if this constraint is usable *\/ member in struct:sqlite3_index_info::sqlite3_index_constraint
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 946 # Re-usable patterns to match list item bullets and number markers:
954 # Re-usable pattern to match any entirel ul or ol list:
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 184 report_error(TYPE_WARNING, 'Unable to locate any usable language files in "'.GESHI_LANG_ROOT.'"!');
    [all...]
  /external/sqlite/dist/
sqlite3.h.orig     [all...]
sqlite3.h 4236 unsigned char usable; \/* True if this constraint is usable *\/ member in struct:sqlite3_index_info::sqlite3_index_constraint
    [all...]
sqlite3.c 4760 unsigned char usable; \/* True if this constraint is usable *\/ member in struct:sqlite3_index_info::sqlite3_index_constraint
    [all...]
sqlite3.c.orig     [all...]
  /external/stlport/
configure.bat 160 echo Per default STLport libraries are built in order to be usable in a multithreaded
  /external/chromium/third_party/icu/source/data/
makedata.mak 174 # Nothing was usable for input
  /external/icu4c/data/
makedata.mak 174 # Nothing was usable for input
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 141 milliseconds