HomeSort by relevance Sort by last modified time
    Searched refs:int64_t (Results 126 - 150 of 1292) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/storage/
IDBSQLiteBackingStore.cpp 168 PassRefPtr<IDBBackingStore> IDBSQLiteBackingStore::open(SecurityOrigin* securityOrigin, const String& pathBase, int64_t maximumSize, const String& fileIdentifier, IDBFactoryBackendImpl* factory)
200 bool IDBSQLiteBackingStore::extractIDBDatabaseMetaData(const String& name, String& foundVersion, int64_t& foundId)
219 bool IDBSQLiteBackingStore::setIDBDatabaseMetaData(const String& name, const String& version, int64_t& rowId, bool invalidRowId)
245 void IDBSQLiteBackingStore::getObjectStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundAutoIncrementFlags)
266 bool IDBSQLiteBackingStore::createObjectStore(int64_t databaseId, const String& name, const String& keyPath, bool autoIncrement, int64_t& assignedObjectStoreId)
284 static void doDelete(SQLiteDatabase& db, const char* sql, int64_t id)
294 void IDBSQLiteBackingStore::deleteObjectStore(int64_t, int64_t objectStoreId
    [all...]
  /external/qemu/
block.h 16 int64_t vm_state_offset;
77 int bdrv_read(BlockDriverState *bs, int64_t sector_num,
79 int bdrv_write(BlockDriverState *bs, int64_t sector_num,
81 int bdrv_pread(BlockDriverState *bs, int64_t offset,
83 int bdrv_pwrite(BlockDriverState *bs, int64_t offset,
85 int bdrv_pwrite_sync(BlockDriverState *bs, int64_t offset,
87 int bdrv_write_sync(BlockDriverState *bs, int64_t sector_num,
89 int bdrv_truncate(BlockDriverState *bs, int64_t offset);
90 int64_t bdrv_getlength(BlockDriverState *bs);
111 typedef void BlockDriverDirtyHandler(BlockDriverState *bs, int64_t sector
    [all...]
  /bionic/libc/kernel/common/linux/usb/
f_mtp.h 25 int64_t length;
  /dalvik/vm/test/
AtomicTest.cpp 64 static int64_t wideCasTest = 0x6600000077000000LL;
69 static int64_t getRelativeTimeNsec()
75 return (int64_t) now.tv_sec*1000000000LL + now.tv_nsec;
79 return (int64_t) now.tv_sec*1000000000LL + now.tv_usec * 1000LL;
94 static int compareAndSwapWide(int64_t oldVal, int64_t newVal, int64_t* addr) __attribute__((noinline));
116 static int compareAndSwapWide(int64_t oldVal, int64_t newVal, int64_t* addr
    [all...]
  /device/samsung/tuna/libsensors/
ProximitySensor.h 45 virtual int setDelay(int32_t handle, int64_t ns);
  /external/icu4c/common/unicode/
ptypes.h 40 /* The features header is needed to get (u)int64_t sometimes. */
80 typedef signed long long int64_t; typedef
  /external/libvpx/vpx/
vpx_integer.h 28 typedef signed __int64 int64_t; typedef
  /external/llvm/lib/MC/
MCInstrAnalysis.cpp 19 int64_t Imm = Inst.getOperand(0).getImm();
  /external/qemu/hw/
hw.h 19 int64_t pos, int size);
26 int64_t pos, int size);
40 typedef int64_t (QEMUFileSetRateLimit)(void *opaque, int64_t new_rate);
41 typedef int64_t (QEMUFileGetRateLimit)(void *opaque);
90 int64_t qemu_file_set_rate_limit(QEMUFile *f, int64_t new_rate);
91 int64_t qemu_file_get_rate_limit(QEMUFile *f);
156 static inline void qemu_put_sbe64(QEMUFile *f, int64_t v)
176 static inline int64_t qemu_get_sbe64(QEMUFile *f
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
Decoder.h 47 virtual bool decodeInt64(int64_t&) = 0;
Encoder.h 47 virtual void encodeInt64(int64_t) = 0;
  /external/webkit/Source/WebCore/page/
GroupSettings.cpp 47 void GroupSettings::setIndexedDBQuotaBytes(int64_t quota)
  /frameworks/base/libs/rs/scriptc/
rs_time.rsh 91 extern int64_t __attribute__((overloadable))
99 extern int64_t __attribute__((overloadable))
  /frameworks/base/media/libmediaplayerservice/nuplayer/
RTSPSource.h 46 virtual status_t getDuration(int64_t *durationUs);
47 virtual status_t seekTo(int64_t seekTimeUs);
79 int64_t mNormalPlaytimeUs;
108 void performSeek(int64_t seekTimeUs);
  /frameworks/base/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 72 typedef int64_t int64;
  /frameworks/base/media/libstagefright/include/
AVCDecoder.h 58 int64_t mAnchorTimeUs;
59 int64_t mNumSamplesOutput;
60 int64_t mPendingSeekTimeUs;
63 int64_t mTargetTimeUs;
HTTPBase.h 60 void addBandwidthMeasurement(size_t numBytes, int64_t delayUs);
64 int64_t mDelayUs;
72 int64_t mTotalTransferTimeUs;
80 int64_t mPrevBandwidthMeasureTimeUs;
  /frameworks/base/media/libstagefright/timedtext/
TimedTextPlayer.h 50 status_t seekTo(int64_t time_us);
70 int64_t mSeekTimeUs;
103 void postTextEvent(int64_t delayUs = -1);
108 status_t extractAndAppendLocalDescriptions(int64_t timeUs);
  /frameworks/compile/libbcc/runtime/test/timing/
divdi3.c 4 #define INPUT_TYPE int64_t
27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
moddi3.c 4 #define INPUT_TYPE int64_t
27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
muldi3.c 4 #define INPUT_TYPE int64_t
27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
28 input2[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
  /prebuilt/sdk/14/renderscript/include/
rs_time.rsh 91 extern int64_t __attribute__((overloadable))
99 extern int64_t __attribute__((overloadable))
  /external/icu4c/i18n/
utmscale.c 23 static const int64_t timeScaleTable[UDTS_MAX_SCALE][UTSV_MAX_SCALE_VALUE] = {
37 U_CAPI int64_t U_EXPORT2
54 U_CAPI int64_t U_EXPORT2
55 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status)
57 const int64_t *data;
68 data = (const int64_t *)(&timeScaleTable[timeScale]);
78 U_CAPI int64_t U_EXPORT2
79 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status)
81 const int64_t *data;
92 data = (const int64_t *)(&timeScaleTable[timeScale])
    [all...]
nfrs.cpp 38 static int64_t
39 util_lcm(int64_t x, int64_t y)
49 int64_t t = x; x = y; y = t;
62 static int64_t
63 util_lcm(int64_t x, int64_t y)
67 int64_t x1 = x;
68 int64_t y1 = y;
77 int64_t t
    [all...]
  /system/media/wilhelm/src/android/
android_AudioSfDecoder.h 108 int64_t mBitrate; // in bits/sec
109 int64_t mDurationUsec; // ANDROID_UNKNOWN_TIME if unknown
119 int64_t mSeekTimeMsec;
120 int64_t mLastDecodedPositionUs; // ANDROID_UNKNOWN_TIME if unknown
136 int64_t getPositionUsec(); // ANDROID_UNKNOWN_TIME if unknown

Completed in 1270 milliseconds

1 2 3 4 56 7 8 91011>>