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

/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/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DANQPData.java20 * data from the AP may change at any time, thus a relatively short cache time is given to
106 public boolean expired(long at) { argument
107 return mExpiry <= at;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRoundRectangle.java6 * You may obtain a copy of the License at
285 public PathIterator getPathIterator(final AffineTransform at) { argument
346 if (at != null) {
347 at.transform(coords, 0, coords, 0, nc / 2);
363 if (at != null) {
364 at.transform(coords, 0, coords, 0, nc / 2);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java6 * You may obtain a copy of the License at
95 public int getIndex(int at) { argument
96 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
113 * @param at The index you would like to returned, ranging from 0 to
116 * @return The index at the given offset, which can be used with
120 public int getIndex(int at) { argument
125 return mIndices[1+at];
142 * Retrieves the styled string value for the attribute at <var>index</var>.
178 * Retrieves the string value for the attribute at <var>index</var>.
216 * Retrieves the string value for the attribute at <var>index</var>, but
249 * Retrieves the string value for the attribute at <var>index</var> that is
293 * Retrieve the boolean value for the attribute at <va
[all...]
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp6 * You may obtain a copy of the License at
171 AudioTrack* const at = local
173 return sp<AudioTrack>(at);
176 static sp<AudioTrack> setAudioTrack(JNIEnv* env, jobject thiz, const sp<AudioTrack>& at) argument
181 if (at.get()) {
182 at->incStrong((void*)setAudioTrack);
187 env->SetLongField(thiz, javaAudioTrackFields.nativeTrackInJavaObj, (jlong)at.get());
625 // 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 5713 milliseconds