HomeSort by relevance Sort by last modified time
    Searched full:value_double (Results 1 - 13 of 13) sorted by null

  /external/lldb/examples/summaries/cocoa/
NSDate.py 81 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...]
  /cts/tools/dex-tools/src/dex/structure/
DexEncodedValueType.java 74 * VALUE_DOUBLE 0x11 size - 1 (0...7) ubyte[size]
80 VALUE_DOUBLE((byte) 0x11),
  /cts/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java 80 case VALUE_DOUBLE:
216 * VALUE_DOUBLE 0x11 size - 1 (0...7) ubyte[size] eight-byte bit pattern,
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ValueEncoder.java 69 private static final int VALUE_DOUBLE = 0x11;
152 case VALUE_DOUBLE: {
234 return VALUE_DOUBLE;
  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 68 private static final int VALUE_DOUBLE = 0x11;
151 case VALUE_DOUBLE: {
233 return VALUE_DOUBLE;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ValueEncoder.java 67 private static final int VALUE_DOUBLE = 0x11;
150 case VALUE_DOUBLE: {
232 return VALUE_DOUBLE;
  /external/chromium_org/third_party/sqlite/src/src/
sqlite3ext.h 140 double (*value_double)(sqlite3_value*); member in struct:sqlite3_api_routines
345 #define sqlite3_value_double sqlite3_api->value_double
  /external/sqlite/dist/orig/
sqlite3ext.h 153 double (*value_double)(sqlite3_value*); member in struct:sqlite3_api_routines
383 #define sqlite3_value_double sqlite3_api->value_double
  /external/sqlite/dist/
sqlite3ext.h 153 double (*value_double)(sqlite3_value*); member in struct:sqlite3_api_routines
383 #define sqlite3_value_double sqlite3_api->value_double
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 47 private static final int VALUE_DOUBLE = 4;
648 * {@link XMPMetaImpl#VALUE_DOUBLE}, {@link XMPMetaImpl#VALUE_DATE},
848 return (Double) getPropertyObject(schemaNS, propName, VALUE_DOUBLE);
    [all...]
  /cts/tools/signature-tools/src/signature/converter/dex/
DexToSigConverter.java     [all...]
  /docs/source.android.com/src/devices/tech/dalvik/
dex-format.jd 634 <td>VALUE_DOUBLE</td>
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1683 milliseconds