Searched defs:at (Results 1 - 10 of 10) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DANQPData.java6 * You may obtain a copy of the License at
61 * Check if this entry is expired at the specified time.
63 * @param at The time to check for
64 * @return true if it is expired at the given time
66 public boolean expired(long at) { argument
67 return mExpiryTime <= at;
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h46 LDSymbol& at(size_t pPosition) { return *m_OutputSymbols.at(pPosition); } function in class:mcld::SymbolCategory
48 const LDSymbol& at(size_t pPosition) const { function in class:mcld::SymbolCategory
49 return *m_OutputSymbols.at(pPosition);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRoundRectangle.java6 * You may obtain a copy of the License at
283 public PathIterator getPathIterator(final AffineTransform at) { argument
344 if (at != null) {
345 at.transform(coords, 0, coords, 0, nc / 2);
361 if (at != null) {
362 at.transform(coords, 0, coords, 0, nc / 2);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DParallax.java6 * You may obtain a copy of the License at
40 * parallax.addEffect(p1.at(15), p1.atMax())
64 * These rules will be verified at runtime.
219 public final PropertyMarkerValue at(int offsetValue, method in class:Parallax.IntProperty
371 public final PropertyMarkerValue at(float offsetValue, method in class:Parallax.FloatProperty
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java6 * You may obtain a copy of the License at
95 * Retrieve the Typeface for the attribute at <var>index</var>.
134 public int getIndex(int at) { argument
135 return mWrapped.getIndex(at);
/frameworks/base/core/java/android/content/
H A DSyncRequest.java6 * You may obtain a copy of the License at
45 * Specifies a point in the future at which the sync must have been scheduled to run.
112 * @return the last point in time at which this sync must scheduled.
193 * Earliest point of displacement into the future at which this sync can
197 /** Displacement into the future at which this sync must occur. */
293 * Schedule a periodic sync every hour at any point in time during that hour.
325 private void setupInterval(long at, long before) { argument
326 if (before > at) {
330 mSyncRunTimeSecs = at;
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java6 * You may obtain a copy of the License at
123 * @param at The index you would like to returned, ranging from 0 to
126 * @return The index at the given offset, which can be used with
130 public int getIndex(int at) { argument
135 return mIndices[1+at];
152 * Retrieves the styled string value for the attribute at <var>index</var>.
188 * Retrieves the string value for the attribute at <var>index</var>.
226 * Retrieves the string value for the attribute at <var>index</var>, but
259 * Retrieves the string value for the attribute at <var>index</var> that is
303 * Retrieve the boolean value for the attribute at <va
[all...]
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp7 ** You may obtain a copy of the License at
102 // Ensure that buffer depth covers at least audio hardware latency
375 // stream type shouldn't be looked at, this track has audio attributes
605 // is still active at this point.
1507 // For normal tracks, use at least double-buffering if no sample rate conversion,
1508 // or at least triple-buffering if there is sample rate conversion
1811 // If so, then replace this by checks at each use for mCbf != NULL.
2186 // sum <= notificationFrames. It replaces that series by at most two EVENT_MORE_DATA
2245 // (not the number actually consumed at the server - those are already lost).
2257 ALOGD("restoring track at en
2507 const int64_t at = convertTimespecToNs(timestamp.mTime); local
[all...]
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp6 * You may obtain a copy of the License at
175 AudioTrack* const at = local
177 return sp<AudioTrack>(at);
180 static sp<AudioTrack> setAudioTrack(JNIEnv* env, jobject thiz, const sp<AudioTrack>& at) argument
185 if (at.get()) {
186 at->incStrong((void*)setAudioTrack);
191 env->SetLongField(thiz, javaAudioTrackFields.nativeTrackInJavaObj, (jlong)at.get());
629 // give the data to the native AudioTrack object (the data starts at the offset)
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 183 milliseconds