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

  /external/dropbear/
algo.h 37 unsigned usable : 1; /* whether we can use this algorithm */ member in struct:Algo_Type
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java 55 private boolean usable = false; field in class:Shader
101 boolean usable = false; field in class:Shader.ShaderSource
116 usable = false;
178 return usable;
181 public void setUsable(boolean usable){
182 this.usable = usable;
200 usable = false;
387 return usable;
392 * @param usable
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 4152 unsigned char usable; \/* True if this constraint is usable *\/ member in struct:sqlite3_index_info::sqlite3_index_constraint
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 5042 unsigned char usable; \/* True if this constraint is usable *\/ member in struct:sqlite3_index_info::sqlite3_index_constraint
    [all...]
sqlite3.c 5592 unsigned char usable; \/* True if this constraint is usable *\/ member in struct:sqlite3_index_info::sqlite3_index_constraint
    [all...]
  /external/sqlite/dist/
sqlite3.h 5042 unsigned char usable; \/* True if this constraint is usable *\/ member in struct:sqlite3_index_info::sqlite3_index_constraint
    [all...]
sqlite3.c 5592 unsigned char usable; \/* True if this constraint is usable *\/ member in struct:sqlite3_index_info::sqlite3_index_constraint
    [all...]

Completed in 3036 milliseconds