Searched defs:usable (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/
H A Dalgo.h37 unsigned usable : 1; /* whether we can use this algorithm */ member in struct:Algo_Type
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DShader.java55 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){ argument
182 this.usable = usable;
200 usable = false;
387 return usable;
392 * @param usable
394 setUsable(boolean usable) argument
[all...]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h4111 ** aConstraint[].iColumn. aConstraint[].usable is TRUE if the
4113 ** is usable) and false if it cannot.
4152 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
/external/sqlite/dist/orig/
H A Dsqlite3.h4253 ** that collation is no longer usable.
5002 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5004 ** is usable) and false if it cannot.)^
5042 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
H A Dsqlite3.c4803 ** that collation is no longer usable.
5552 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5554 ** is usable) and false if it cannot.)^
5592 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
17134 u8 *zByte; /* Memory usable by this allocator */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4253 ** that collation is no longer usable.
5002 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5004 ** is usable) and false if it cannot.)^
5042 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
H A Dsqlite3.c4803 ** that collation is no longer usable.
5552 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5554 ** is usable) and false if it cannot.)^
5592 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
17134 u8 *zByte; /* Memory usable by this allocator */
[all...]

Completed in 1160 milliseconds