Searched refs:value_double (Results 1 - 8 of 8) sorted by relevance

/external/lldb/examples/summaries/cocoa/
H A DNSDate.py81 value_double = struct.unpack('d', struct.pack('Q', self.data))[0]
82 if value_double == -63114076800.0:
84 return xcode_format_count(osx_to_python_time(value_double))
112 value_double = struct.unpack('d', struct.pack('Q', value.GetData().uint64[0]))[0]
113 if value_double == -63114076800.0:
115 return xcode_format_count(osx_to_python_time(value_double))
142 value_double = struct.unpack('d', struct.pack('Q', value.GetData().uint64[0]))[0]
143 return xcode_format_count(osx_to_python_time(value_double))
259 value_double = struct.unpack('d', struct.pack('Q', valobj.GetData().uint64[0]))[0]
260 return xcode_format_count(osx_to_python_time(value_double))
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite3ext.h140 double (*value_double)(sqlite3_value*); member in struct:sqlite3_api_routines
345 #define sqlite3_value_double sqlite3_api->value_double
/external/sqlite/dist/orig/
H A Dsqlite3ext.h153 double (*value_double)(sqlite3_value*); member in struct:sqlite3_api_routines
383 #define sqlite3_value_double sqlite3_api->value_double
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h153 double (*value_double)(sqlite3_value*); member in struct:sqlite3_api_routines
383 #define sqlite3_value_double sqlite3_api->value_double
H A Dsqlite3.c[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c[all...]

Completed in 725 milliseconds