Home
last modified time | relevance | path

Searched refs:zValue (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8DeviceMotionEventCustom.cpp57 v8::Local<v8::Value> zValue = object->Get(v8AtomicString(isolate, "z")); in readAccelerationArgument() local
58 if (zValue.IsEmpty()) in readAccelerationArgument()
60 bool canProvideZ = !isUndefinedOrNull(zValue); in readAccelerationArgument()
61 double z = zValue->NumberValue(); in readAccelerationArgument()
/external/clang/test/PCH/
Dstruct.h8 float xValue, yValue, zValue; member
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3.c657 char *zValue; in fts3IsSpecialColumn() local
666 zValue = sqlite3_mprintf("%s", &zCsr[1]); in fts3IsSpecialColumn()
667 if( zValue ){ in fts3IsSpecialColumn()
668 sqlite3Fts3Dequote(zValue); in fts3IsSpecialColumn()
670 *pzValue = zValue; in fts3IsSpecialColumn()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c113909 char *zValue;
113918 zValue = sqlite3_mprintf("%s", &zCsr[1]);
113919 if( zValue ){
113920 sqlite3Fts3Dequote(zValue);
113922 *pzValue = zValue;
/external/sqlite/dist/orig/
Dsqlite3.c117323 char *zValue;
117332 zValue = sqlite3_mprintf("%s", &zCsr[1]);
117333 if( zValue ){
117334 sqlite3Fts3Dequote(zValue);
117336 *pzValue = zValue;
/external/sqlite/dist/
Dsqlite3.c117359 char *zValue;
117368 zValue = sqlite3_mprintf("%s", &zCsr[1]);
117369 if( zValue ){
117370 sqlite3Fts3Dequote(zValue);
117372 *pzValue = zValue;