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

  /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/dx/src/com/android/dx/dex/file/
ValueEncoder.java 69 private static final int VALUE_DOUBLE = 0x11;
152 case VALUE_DOUBLE: {
234 return VALUE_DOUBLE;
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 136 double (*value_double)(sqlite3_value*); member in struct:sqlite3_api_routines
271 #define sqlite3_value_double sqlite3_api->value_double
  /cts/tools/signature-tools/src/signature/converter/dex/
DexToSigConverter.java     [all...]
  /dalvik/docs/
dex-format.html 629 <td>VALUE_DOUBLE</td>
    [all...]

Completed in 109 milliseconds