Searched refs:with (Results 176 - 200 of 223) sorted by relevance

123456789

/frameworks/base/media/mca/filterfw/jni/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/packages/InputDevices/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/packages/WAPPushManager/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/ex/common/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/minikin/sample/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/multidex/library/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/native/libs/binder/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/native/libs/gui/
H A DStreamSplitter.cpp5 * you may not use this file except in compliance with the License.
280 void StreamSplitter::BufferTracker::mergeFence(const sp<Fence>& with) { argument
281 mMergedFence = Fence::merge(String8("StreamSplitter"), mMergedFence, with);
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFTypes.h5 * you may not use this file except in compliance with the License.
75 TYPE &operator=(TYPE const &with) { value = with.value; return *this; } \
/frameworks/support/v13/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/data/fonts/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
23 # should be used with eval: $(eval $(call ...))
/frameworks/native/include/ui/
H A DRect.h5 * you may not use this file except in compliance with the License.
154 bool intersect(const Rect& with, Rect* result) const;
/frameworks/support/v17/leanback/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
18 # We do this here because the final static library must be compiled with an older
/frameworks/base/docs/html/tools/
H A Dtools_toc.cs129 <li><a href="<?cs var:toroot ?>tools/debugging/improving-w-lint.html"><span class="en">Improving Your Code with lint</span></a></li>
131 <li><a href="<?cs var:toroot ?>tools/debugging/debugging-tracing.html"><span class="en">Profiling with Traceview and dmtracedump</span></a></li>
282 <span class="en">Eclipse with ADT</span></a>
290 <li><a href="<?cs var:toroot ?>tools/building/building-cmdline-ant.html">Building with Ant</a></li>
/frameworks/native/opengl/tests/hwc/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/opt/net/wifi/service/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/opt/photoviewer/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_mid_hor.s4 ; you may not use this file except in compliance with the License.
58 ;// like below. Calculation is done with 16-bit maths.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s5 ; you may not use this file except in compliance with the License.
H A Dh264bsdWriteMacroblock.s5 ; you may not use this file except in compliance with the License.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S5 @ you may not use this file except in compliance with the License.
H A Dh264bsdWriteMacroblock.S5 @ you may not use this file except in compliance with the License.
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java5 * you may not use this file except in compliance with the License.
201 "with a compatible window decor layout");
776 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y,
782 b.with(ObjectAnimator.ofFloat(mSplitView, View.TRANSLATION_Y, 0));
835 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y,
840 b.with(ObjectAnimator.ofFloat(mSplitView, View.TRANSLATION_Y,
/frameworks/base/core/java/android/widget/
H A DFastScroller.java5 * you may not use this file except in compliance with the License.
73 /** Scroll thumb visible and moving along with the scrollbar. */
954 // try to account for missing sections (no names starting with..)
1108 final AnimatorSet.Builder builder = mPreviewAnimation.play(hideShowing).with(showTarget);
1109 builder.with(resizePreview);
1122 builder.with(scaleAnim);
1132 builder.with(scaleAnim);
1530 builder.with(anim);

Completed in 1221 milliseconds

123456789