HomeSort by relevance Sort by last modified time
    Searched full:mtimestamp (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
historical_info.h 28 : mTimestamp(NOT_A_TIMESTAMP), mLevel(0), mCount(0) {}
31 : mTimestamp(timestamp), mLevel(level), mCount(count) {}
34 return mTimestamp != NOT_A_TIMESTAMP;
38 return mTimestamp;
53 const int mTimestamp;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
ProbabilityInfo.java 27 // mTimestamp, mLevel and mCount are historical info. These values are depend on the
30 public final int mTimestamp;
57 mTimestamp = timestamp;
63 return mTimestamp != BinaryDictionary.NOT_A_VALID_TIMESTAMP;
69 return Arrays.hashCode(new Object[] { mProbability, mTimestamp, mLevel, mCount });
88 return mProbability == p.mProbability && mTimestamp == p.mTimestamp && mLevel == p.mLevel
  /frameworks/base/telephony/java/android/telephony/
CellInfo.java 54 private long mTimeStamp;
64 this.mTimeStamp = Long.MAX_VALUE;
71 this.mTimeStamp = ci.mTimeStamp;
85 return mTimeStamp;
89 mTimeStamp = timeStamp;
113 return ((mRegistered ? 0 : 1) * primeNum) + ((int)(mTimeStamp / 1000) * primeNum)
128 && mTimeStamp == o.mTimeStamp && mTimeStampType == o.mTimeStampType;
157 sb.append(" mTimeStamp=").append(mTimeStamp).append("ns")
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/property/
bigram_property.h 32 mTimestamp(timestamp), mLevel(level), mCount(count) {}
43 return mTimestamp;
61 int mTimestamp;
unigram_property.h 52 mProbability(NOT_A_PROBABILITY), mTimestamp(NOT_A_TIMESTAMP), mLevel(0), mCount(0),
60 mTimestamp(timestamp), mLevel(level), mCount(count), mShortcuts(*shortcuts) {}
83 return mTimestamp;
108 int mTimestamp;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3ZslStream.cpp 43 TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {}
71 if (i1->mTimestamp == mTimestamp) {
73 } else if (i2->mTimestamp == mTimestamp) {
87 if (i1->mTimestamp > i2->mTimestamp) {
93 if (infoPtrs[1]->mTimestamp < mTimestamp) {
95 } else if (infoPtrs[0]->mTimestamp < mTimestamp)
    [all...]
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 84 cur.mTimestamp = item.mTimestamp;
180 item.mTimestamp, item.mFrameNumber);
183 item.mFrameNumber, item.mTimestamp);
218 if (find.mTimestamp < accIt->mTimestamp || accIt == end) {
238 item.mTimestamp, item.mFrameNumber);
243 item.mTimestamp, item.mFrameNumber);
257 item.mTimestamp, item.mFrameNumber);
311 item.mTimestamp,
    [all...]
  /frameworks/base/location/java/android/location/
Country.java 67 private final long mTimestamp;
88 mTimestamp = SystemClock.elapsedRealtime();
98 mTimestamp = timestamp;
104 mTimestamp = country.mTimestamp;
133 return mTimestamp;
153 parcel.writeLong(mTimestamp);
200 return "Country {ISO=" + mCountryIso + ", source=" + mSource + ", time=" + mTimestamp + "}";
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DataStatus.java 37 private long mTimestamp = -1;
67 if (newTimestamp < mTimestamp) return;
69 mTimestamp = newTimestamp;
79 mTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1);
98 return mTimestamp;
110 final boolean validTimestamp = mTimestamp > 0;
114 mTimestamp, System.currentTimeMillis(), DateUtils.MINUTE_IN_MILLIS,
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderAVC.cpp 33 mTimeStamp(INVALID_PTS) {
83 mTimeStamp = INVALID_PTS;
90 mTimeStamp = INVALID_PTS;
149 mTimeStamp = buffer->nTimeStamp;
164 if (mTimeStamp == INVALID_PTS) {
166 mTimeStamp = buffer->nTimeStamp;
169 if (mTimeStamp != buffer->nTimeStamp && mFilledLen != 0) {
184 mTimeStamp = buffer->nTimeStamp;
222 p->timeStamp = mTimeStamp;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_writing_helper.h 86 : mDictPos(dictPos), mProbability(probability), mTimestamp(timestamp) {}
97 return mTimestamp;
105 int mTimestamp;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_writing_helper.h 73 : mDictPos(dictPos), mProbability(probability), mTimestamp(timestamp) {}
84 return mTimestamp;
92 int mTimestamp;
  /frameworks/base/core/java/android/net/
SamplingDataTracker.java 46 public long mTimestamp;
89 ss.mTimestamp = SystemClock.elapsedRealtime();
101 Slog.d(TAG, "Timestamp = " + String.valueOf(ss.mTimestamp));
162 if (s.mTimestamp - mLastSample.mTimestamp > MINIMUM_SAMPLING_INTERVAL
274 return mEndingSample.mTimestamp;
284 return (int) (mEndingSample.mTimestamp - mBeginningSample.mTimestamp);
  /packages/apps/Mms/src/com/android/mms/dom/events/
EventImpl.java 44 private final long mTimeStamp = System.currentTimeMillis();
67 return mTimeStamp;
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailImpl.java 25 private final Long mTimestamp;
51 mTimestamp = timestamp;
183 return hasTimestampMillis() ? mTimestamp : 0;
188 return mTimestamp != null;
248 return "VoicemailImpl [mTimestamp=" + mTimestamp + ", mNumber=" + mNumber + ", mId=" + mId
  /frameworks/native/libs/gui/
BufferItem.cpp 29 mTimestamp(0),
48 bufferItem.mTimestamp = mTimestamp;
62 sizeof(mTimestamp) +
132 FlattenableUtils::write(buffer, size, mTimestamp);
174 FlattenableUtils::read(buffer, size, mTimestamp);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DataStatus.java 35 private long mTimestamp = -1;
65 if (newTimestamp < mTimestamp) return;
67 mTimestamp = newTimestamp;
77 mTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1);
104 final boolean validTimestamp = mTimestamp > 0;
108 mTimestamp, System.currentTimeMillis(), DateUtils.MINUTE_IN_MILLIS,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsTracker.java 36 private final long mTimestamp;
77 mTimestamp = timestamp;
109 mTimestamp = timestamp;
145 mTimestamp = cursor.getLong(InboundSmsHandler.DATE_COLUMN);
180 values.put("date", mTimestamp);
232 builder.append(new Date(mTimestamp));
255 return mTimestamp;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
GamepadDevice.java 25 private long mTimestamp;
54 mTimestamp = SystemClock.uptimeMillis();
99 public long getTimestamp() { return mTimestamp; }
137 mTimestamp = event.getEventTime();
154 mTimestamp = event.getEventTime();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSummaryXml.java 34 private final String mTimestamp;
50 mTimestamp = timestamp;
66 return mTimestamp;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
CachedFrameManager.java 36 private int mTimeStamp = 0;
116 mAvailableFrames.put(mTimeStamp, frame);
117 ++mTimeStamp;

Completed in 1444 milliseconds

1 2 3 4 5