Searched refs:at (Results 151 - 175 of 190) sorted by relevance

12345678

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11ExtcHeader.cpp6 ** You may obtain a copy of the License at
H A DGLES11cHeader.cpp6 ** You may obtain a copy of the License at
H A DGLES20cHeader.cpp6 ** You may obtain a copy of the License at
/frameworks/base/libs/androidfw/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/native/libs/utils/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/native/opengl/tests/hwc/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp6 * You may obtain a copy of the License at
181 AudioTrack* const at = local
183 return sp<AudioTrack>(at);
186 static sp<AudioTrack> setAudioTrack(JNIEnv* env, jobject thiz, const sp<AudioTrack>& at) argument
191 if (at.get()) {
192 at->incStrong(thiz);
197 env->SetIntField(thiz, javaAudioTrackFields.nativeTrackInJavaObj, (int)at.get());
513 // give the data to the native AudioTrack object (the data starts at the offset)
/frameworks/base/services/java/com/android/server/
H A DDropBoxManagerService.java6 * You may obtain a copy of the License at
115 // block other users -- but at least the onReceive() call can finish.
203 // If we have at least one block, compress it -- otherwise, just write
529 int at = name.lastIndexOf('@');
530 if (at < 0) {
538 this.tag = Uri.decode(name.substring(0, at));
545 name = name.substring(at + 1, name.length() - 5);
548 name = name.substring(at + 1, name.length() - 4);
550 name = name.substring(at + 1, name.length() - 4);
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java6 * You may obtain a copy of the License at
194 * @param carouselRotationAngle the angle of rotation, in radians, at which the animation
286 public void setLookAt(float[] eye, float[] at, float[] up) { argument
289 mAtPoint[i] = at[i];
292 mScript.invoke_lookAt(eye[0], eye[1], eye[2], at[0], at[1], at[2], up[0], up[1], up[2]);
479 // an allocation of at least one card. This relies on invoke_createCards() to keep
691 if (DBG) Log.v(TAG, "getCard(): no item at index " + n);
700 if (DBG) Log.v(TAG, "getOrCreateCard(): no item at inde
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_mid_hor.s5 ; You may obtain a copy of the License at
H A Dh264bsd_interpolate_hor_half.s5 ; You may obtain a copy of the License at
H A Dh264bsd_interpolate_chroma_hor.s5 ; You may obtain a copy of the License at
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s6 ; You may obtain a copy of the License at
H A Dh264bsdWriteMacroblock.s6 ; You may obtain a copy of the License at
75 ; components will be written at the same time.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S6 @ You may obtain a copy of the License at
H A Dh264bsdWriteMacroblock.S6 @ You may obtain a copy of the License at
77 components will be written at the same time.
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp6 ** You may obtain a copy of the License at
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_arm.s6 ; You may obtain a copy of the License at
H A Dpvmp3_dct_9_gcc.s6 @ You may obtain a copy of the License at
H A Dpvmp3_polyphase_filter_window_arm.s6 ; You may obtain a copy of the License at
H A Dpvmp3_polyphase_filter_window_gcc.s6 @ You may obtain a copy of the License at
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java6 * You may obtain a copy of the License at
64 * @param at The index you would like to returned, ranging from 0 to
67 * @return The index at the given offset, which can be used with
70 public int getIndex(int at) { argument
71 return mIndices[1+at];
82 * Retrieve the styled string value for the attribute at <var>index</var>.
110 * Retrieve the string value for the attribute at <var>index</var>.
139 * Retrieve the string value for the attribute at <var>index</var>, but
168 * Retrieve the string value for the attribute at <var>index</var> that is
203 * Retrieve the boolean value for the attribute at <va
[all...]
/frameworks/base/data/fonts/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/support/v4/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp6 ** You may obtain a copy of the License at
201 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is

Completed in 2568 milliseconds

12345678