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

12 3 4 5 6 7 8 91011>>

  /system/netd/
BandwidthController.h 31 int64_t rxB, int64_t rxP,
32 int64_t txB, int64_t txP)
38 int64_t rxBytes, rxPackets;
39 int64_t txBytes, txPackets;
52 int setInterfaceSharedQuota(const char *iface, int64_t bytes);
53 int getInterfaceSharedQuota(int64_t *bytes);
56 int setInterfaceQuota(const char *iface, int64_t bytes);
57 int getInterfaceQuota(const char *iface, int64_t *bytes)
    [all...]
  /external/qemu/
qemu-timer.h 39 int64_t qemu_get_clock(QEMUClock *clock);
40 int64_t qemu_get_clock_ns(QEMUClock *clock);
49 void qemu_mod_timer(QEMUTimer *ts, int64_t expire_time);
51 int qemu_timer_expired(QEMUTimer *timer_head, int64_t current_time);
56 int64_t qemu_next_icount_deadline(void);
57 int64_t qemu_next_deadline(void);
65 int64_t cpu_get_ticks(void);
81 static inline int64_t qemu_get_clock_ms(QEMUClock *clock)
86 static inline int64_t get_ticks_per_sec(void)
92 static inline int64_t get_clock_realtime(void
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
TextChecker.h 62 static int64_t uniqueSpellDocumentTag(WebPageProxy*);
63 static void closeSpellDocumentWithTag(int64_t);
65 static Vector<WebCore::TextCheckingResult> checkTextOfParagraph(int64_t spellDocumentTag, const UChar* text, int length, uint64_t checkingTypes);
67 static void checkSpellingOfString(int64_t spellDocumentTag, const UChar* text, uint32_t length, int32_t& misspellingLocation, int32_t& misspellingLength);
68 static void checkGrammarOfString(int64_t spellDocumentTag, const UChar* text, uint32_t length, Vector<WebCore::GrammarDetail>&, int32_t& badGrammarLocation, int32_t& badGrammarLength);
71 static void updateSpellingUIWithMisspelledWord(int64_t spellDocumentTag, const String& misspelledWord);
72 static void updateSpellingUIWithGrammarString(int64_t spellDocumentTag, const String& badGrammarPhrase, const WebCore::GrammarDetail&);
73 static void getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& context, Vector<String>& guesses);
74 static void learnWord(int64_t spellDocumentTag, const String& word);
75 static void ignoreWord(int64_t spellDocumentTag, const String& word)
    [all...]
  /frameworks/base/include/media/stagefright/
FileSource.h 33 FileSource(int fd, int64_t offset, int64_t length);
50 int64_t mOffset;
51 int64_t mLength;
57 int64_t mDrmBufOffset;
58 int64_t mDrmBufSize;
AudioPlayer.h 48 virtual int64_t getRealTimeUs();
56 int64_t getMediaTimeUs();
60 bool getMediaTimeMapping(int64_t *realtime_us, int64_t *mediatime_us);
62 status_t seekTo(int64_t time_us);
75 int64_t mLatencyUs;
79 int64_t mNumFramesPlayed;
81 int64_t mPositionTimeMediaUs;
82 int64_t mPositionTimeRealUs;
87 int64_t mSeekTimeUs
    [all...]
CameraSourceTimeLapse.h 41 int64_t timeBetweenTimeLapseFrameCaptureUs);
61 int64_t mTimeBetweenTimeLapseVideoFramesUs;
64 int64_t mLastTimeLapseFrameRealTimestampUs;
114 int64_t timeBetweenTimeLapseFrameCaptureUs);
129 virtual bool skipCurrentFrame(int64_t timestampUs);
134 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
151 bool skipFrameAndModifyTimeStamp(int64_t *timestampUs);
  /external/webkit/Source/WebCore/page/
GroupSettings.h 47 void setIndexedDBQuotaBytes(int64_t);
48 int64_t indexedDBQuotaBytes() const { return m_indexedDBQuotaBytes; }
58 int64_t m_indexedDBQuotaBytes;
  /external/webkit/Source/WebCore/storage/
SQLResultSet.h 46 int64_t insertId(ExceptionCode&) const;
50 void setInsertId(int64_t);
57 int64_t m_insertId;
  /frameworks/base/media/libstagefright/include/
VBRISeeker.h 33 virtual bool getDuration(int64_t *durationUs);
34 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos);
38 int64_t mDurationUs;
MP3Seeker.h 29 virtual bool getDuration(int64_t *durationUs) = 0;
34 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos) = 0;
  /external/chromium/sdch/open-vcdiff/vsprojects/
stdint.h 24 typedef __int64 int64_t; typedef
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.h 61 void setMaximumSize(int64_t size);
62 int64_t maximumSize() const;
64 int64_t spaceNeeded(int64_t cacheToSave);
66 int64_t defaultOriginQuota() const { return m_defaultOriginQuota; }
67 void setDefaultOriginQuota(int64_t quota);
68 bool usageForOrigin(const SecurityOrigin*, int64_t& usage);
69 bool quotaForOrigin(const SecurityOrigin*, int64_t& quota);
70 bool remainingSizeForOriginExcludingCache(const SecurityOrigin*, ApplicationCache*, int64_t& remainingSize);
71 bool storeUpdatedQuotaForOrigin(const SecurityOrigin*, int64_t quota)
    [all...]
  /frameworks/base/include/media/
MediaMetadataRetrieverInterface.h 38 virtual status_t setDataSource(int fd, int64_t offset, int64_t length) = 0;
39 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) = 0;
51 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) { return NULL; }
  /external/webkit/Source/WebKit2/UIProcess/gtk/
TextCheckerGtk.cpp 61 int64_t TextChecker::uniqueSpellDocumentTag(WebPageProxy*)
67 void TextChecker::closeSpellDocumentWithTag(int64_t)
72 void TextChecker::checkSpellingOfString(int64_t, const UChar*, uint32_t, int32_t&, int32_t&)
77 void TextChecker::checkGrammarOfString(int64_t, const UChar*, uint32_t, Vector<WebCore::GrammarDetail>&, int32_t&, int32_t&)
93 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t, const String&)
98 void TextChecker::updateSpellingUIWithGrammarString(int64_t, const String&, const GrammarDetail&)
103 void TextChecker::getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& context, Vector<String>& guesses)
108 void TextChecker::learnWord(int64_t, const String&)
113 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word)
  /external/webkit/Source/WebKit2/UIProcess/qt/
TextCheckerQt.cpp 62 int64_t TextChecker::uniqueSpellDocumentTag(WebPageProxy*)
68 void TextChecker::closeSpellDocumentWithTag(int64_t)
73 void TextChecker::checkSpellingOfString(int64_t, const UChar*, uint32_t, int32_t&, int32_t&)
78 void TextChecker::checkGrammarOfString(int64_t, const UChar*, uint32_t, Vector<WebCore::GrammarDetail>&, int32_t&, int32_t&)
94 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t, const String&)
99 void TextChecker::updateSpellingUIWithGrammarString(int64_t, const String&, const GrammarDetail&)
104 void TextChecker::getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& context, Vector<String>& guesses)
109 void TextChecker::learnWord(int64_t, const String&)
114 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word)
  /frameworks/base/libs/utils/
SystemClock.cpp 46 int setCurrentTimeMillis(int64_t millis)
98 int64_t uptimeMillis()
100 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC);
101 return (int64_t) nanoseconds_to_milliseconds(when);
107 int64_t elapsedRealtime()
124 int64_t when = seconds_to_nanoseconds(ts.tv_sec) + ts.tv_nsec;
125 return (int64_t) nanoseconds_to_milliseconds(when);
130 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC);
131 return (int64_t) nanoseconds_to_milliseconds(when);
134 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC)
    [all...]
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h 36 virtual status_t setDataSource(int fd, int64_t offset, int64_t length);
65 void notifyDuration(int64_t durationUs);
66 void notifyPosition(int64_t positionUs);
68 void notifyFrameStats(int64_t numFramesTotal, int64_t numFramesDropped);
81 int64_t mDurationUs;
82 int64_t mPositionUs;
83 int64_t mNumFramesTotal;
84 int64_t mNumFramesDropped
    [all...]
  /frameworks/media/libvideoeditor/lvpp/
AudioPlayerBase.h 48 virtual int64_t getRealTimeUs();
56 int64_t getMediaTimeUs();
60 bool getMediaTimeMapping(int64_t *realtime_us, int64_t *mediatime_us);
62 status_t seekTo(int64_t time_us);
75 int64_t mLatencyUs;
79 int64_t mNumFramesPlayed;
81 int64_t mPositionTimeMediaUs;
82 int64_t mPositionTimeRealUs;
87 int64_t mSeekTimeUs
    [all...]
DummyAudioSource.h 42 int64_t frameDurationUs,
43 int64_t audioDurationUs);
49 void setDuration (int64_t audioDurationUs);
54 int64_t frameDurationUs,
55 int64_t audioDurationUs);
61 int64_t mFrameDurationUs;
63 int64_t mAudioDurationUs;
64 int64_t mTimeStampUs;
VideoEditorAudioPlayer.h 72 int64_t mBGAudioPCMFileLength;
73 int64_t mBGAudioPCMFileTrimmedLength;
74 int64_t mBGAudioPCMFileDuration;
75 int64_t mBGAudioPCMFileSeekPoint;
76 int64_t mBGAudioPCMFileOriginalSeekPoint;
77 int64_t mBGAudioStoryBoardSkimTimeStamp;
78 int64_t mBGAudioStoryBoardCurrentMediaBeginCutTS;
79 int64_t mBGAudioStoryBoardCurrentMediaVolumeVal;
  /external/icu4c/i18n/unicode/
utmscale.h 43 * <td>int64_t</td>
50 * <td>int32_t or int64_t</td>
63 * <td>int64_t</td>
70 * <td>int64_t</td>
77 * <td>int32_t or int64_t</td>
105 * <td>int64_t</td>
124 * <th align="left">int64_t</th>
204 * Used in the JDK. Data is a Java <code>long</code> (<code>int64_t</code>). Value
212 * Used on Unix systems. Data is <code>int32_t</code> or <code>int64_t</code>. Value
228 * Used in Windows for file times. Data is an <code>int64_t</code>. Valu
    [all...]
  /frameworks/base/libs/diskusage/
dirsize.c 24 int64_t stat_size(struct stat *s)
26 int64_t blksize = s->st_blksize;
27 int64_t size = s->st_size;
37 int64_t calculate_dir_size(int dfd)
39 int64_t size = 0;
  /external/icu4c/common/unicode/
utext.h 225 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status);
243 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
405 U_STABLE int64_t U_EXPORT2
450 utext_char32At(UText *ut, int64_t nativeIndex);
529 utext_next32From(UText *ut, int64_t nativeIndex);
549 utext_previous32From(UText *ut, int64_t nativeIndex);
563 U_STABLE int64_t U_EXPORT2
590 utext_setNativeIndex(UText *ut, int64_t nativeIndex);
633 U_STABLE int64_t U_EXPORT2
673 int64_t nativeStart, int64_t nativeLimit
    [all...]
  /external/libvpx/vp8/common/
duck_io.h 20 typedef __int64 int64_t; typedef
22 typedef long long int64_t; typedef
26 typedef long long int64_t; typedef
31 int64_t offset; // offset to start from
102 int64_t duck_seek(int g_hndl, int64_t offs, int origin);
110 int64_t duck_available_data(int handle); /* EMH 10-23-03 */
  /frameworks/compile/libbcc/runtime/lib/ppc/
fixtfdi.c 5 /* int64_t __fixunstfdi(long double x);
6 * This file implements the PowerPC 128-bit double-double -> int64_t conversion
26 int64_t result = hibits.x & INT64_C(0x000fffffffffffff); /* mantissa(hi) */
30 const int64_t hiNegationMask = ((int64_t)(hibits.x)) >> 63;
36 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff);
41 const int64_t loNegationMask = ((int64_t)(lobits.x)) >> 63;
42 const int64_t negationMask = loNegationMask ^ hiNegationMask;
74 int64_t result = INT64_MIN
    [all...]

Completed in 613 milliseconds

12 3 4 5 6 7 8 91011>>