Searched defs:az (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_async.c163 const char *az[] = { "never", "now", "idle", 0 }; local
182 if( Tcl_GetIndexFromObj(interp, objv[2], az, "value", 0, &iVal) ){
216 Tcl_SetObjResult(interp, Tcl_NewStringObj(az[iVal], -1));
H A Dbuild.c3422 static const char * const az[] = { "BEGIN", "RELEASE", "ROLLBACK" }; local
3425 if( !v || sqlite3AuthCheck(pParse, SQLITE_SAVEPOINT, az[op], zName, 0) ){
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest1.c162 void db_query_free(char **az){ argument
164 for(i=0; az[i]; i++){
165 sqlite3_free(az[i]);
167 free(az);
173 void db_check(const char *zFile, const char *zMsg, char **az, ...){ argument
177 va_start(ap, az);
179 if( az[i]==0 || strcmp(az[i],z)!=0 ){
181 zFile, zMsg, i+1, az[i]);
182 db_query_free(az);
199 char **az; local
[all...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
H A DShaderUtils.java215 public static final float[][] calcRotationMatrix(final float ax, final float ay, final float az) { argument
221 float caz = (float) Math.cos(az);
222 float saz = (float) Math.sin(az);
/external/qemu/android/skin/
H A Dtrackball.c495 Fix16 az = fixedvector_dot( (Fix16Vector)&coord->f, (Fix16Vector)&faxes[2] ); local
508 d[2] = ball->dots[pp][2] - az;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DTransformationMatrix.cpp477 double ax, ay, az, aw; local
483 ax = qa[0]; ay = qa[1]; az = qa[2]; aw = qa[3];
486 angle = ax * bx + ay * by + az * bz + aw * bw;
490 az = -az; aw = -aw;
508 bw = az;
515 cz = az * scale + bz * invscale;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c62829 } az; member in union:vdbeExecUnion
80438 static const char * const az[] = { "BEGIN", "RELEASE", "ROLLBACK" }; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c65166 } az; member in union:vdbeExecUnion
84672 static const char * const az[] = { "BEGIN", "RELEASE", "ROLLBACK" }; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c65194 } az; member in union:vdbeExecUnion
84708 static const char * const az[] = { "BEGIN", "RELEASE", "ROLLBACK" }; local
[all...]

Completed in 945 milliseconds