Searched refs:Constants (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DConstants.java19 public class Constants { class
/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.h76 struct Constants { struct in class:android::AudioResamplerSinc
89 static Constants highQualityConstants;
90 static Constants veryHighQualityConstants;
91 const Constants *mConstants; // points to appropriate set of coefficient parameters
H A DAudioResamplerSinc.cpp74 /*static*/ AudioResamplerSinc::Constants AudioResamplerSinc::highQualityConstants;
75 /*static*/ AudioResamplerSinc::Constants AudioResamplerSinc::veryHighQualityConstants;
80 Constants *c = &highQualityConstants;
238 const Constants *c = mConstants;
281 const Constants *c = mConstants;
378 const Constants *c = mConstants;
397 const Constants *c = mConstants;
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppLoadingScreen.java91 ProgramVertexFixedFunction.Constants va = new ProgramVertexFixedFunction.Constants(mRS);
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorJava.h44 VideoEditJava_Constant g##m_class##Constants [] =
54 &g##m_class##Constants[0], \
55 (sizeof(g##m_class##Constants) / sizeof(VideoEditJava_Constant)), \
60 void videoEditJava_init##m_class##Constants( \
135 videoEditJava_init##m_class##Constants( \
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DTorusTest.java50 private ProgramVertexFixedFunction.Constants mPVA;
51 private ProgramVertexFixedFunction.Constants mPvProjectionAlloc;
224 ProgramVertexFixedFunction.Constants PVA = new ProgramVertexFixedFunction.Constants(mRS);
H A DRsBenchRS.java82 private ProgramVertexFixedFunction.Constants mPVA;
83 private ProgramVertexFixedFunction.Constants mPvProjectionAlloc;
244 mPVA = new ProgramVertexFixedFunction.Constants(mRS);
H A DUiTest.java56 private ProgramVertexFixedFunction.Constants mPvProjectionAlloc;
219 ProgramVertexFixedFunction.Constants PVA = new ProgramVertexFixedFunction.Constants(mRS);
292 mPvProjectionAlloc = new ProgramVertexFixedFunction.Constants(mRS);
H A DFillTest.java149 ProgramVertexFixedFunction.Constants PVA = new ProgramVertexFixedFunction.Constants(mRS);
H A DMeshTest.java146 ProgramVertexFixedFunction.Constants PVA = new ProgramVertexFixedFunction.Constants(mRS);
/frameworks/base/graphics/java/android/renderscript/
H A DProgramVertexFixedFunction.java44 public void bindConstants(Constants va) {
200 public static class Constants { class in class:ProgramVertexFixedFunction
221 public Constants(RenderScript rs) { method in class:ProgramVertexFixedFunction.Constants
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncRS.java52 private ProgramVertexFixedFunction.Constants mPVA;
111 mPVA = new ProgramVertexFixedFunction.Constants(mRS);
H A DFBOTestRS.java52 private ProgramVertexFixedFunction.Constants mPVA;
110 mPVA = new ProgramVertexFixedFunction.Constants(mRS);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphRS.java57 private ProgramVertexFixedFunction.Constants mPVA;
125 mPVA = new ProgramVertexFixedFunction.Constants(mRS);
H A DSimpleModelRS.java49 private ProgramVertexFixedFunction.Constants mPVA;
109 mPVA = new ProgramVertexFixedFunction.Constants(mRS);
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
H A DShadersTestRS.java60 private ProgramVertexFixedFunction.Constants mPVA;
128 mPVA = new ProgramVertexFixedFunction.Constants(mRS);
/frameworks/base/core/java/android/provider/
H A DSyncStateContract.java54 public static class Constants implements Columns { class in class:SyncStateContract
H A DBrowserContract.java513 SyncStateContract.Constants.CONTENT_DIRECTORY;
H A DContactsContract.java643 SyncStateContract.Constants.CONTENT_DIRECTORY;
697 SyncStateContract.Constants.CONTENT_DIRECTORY;
998 * Constants for various styles of combining given name, family name etc into
1021 * Constants for various styles of capturing the pronunciation of a person's name.
1190 * Constants for the contacts table, which contains a record per aggregate
2011 * Constants for the user's profile data, which is represented as a single contact on
2206 * Constants for the raw contacts table, which contains one row of contact
3038 * Constants for the stream_items table, which contains social stream updates from
3419 * Constants for the stream_item_photos table, which contains photos associated with
3654 * Constants fo
[all...]
H A DCalendarContract.java579 * Constants and helpers for the Calendars table, which contains details for
1510 * Constants and helpers for the Events table, which contains details for
2550 SyncStateContract.Constants.CONTENT_DIRECTORY;
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java80 private ProgramVertexFixedFunction.Constants mPVA;
212 mPVA = new ProgramVertexFixedFunction.Constants(mRS);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoExtractor.cpp22 #include <llvm/Constants.h>
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java356 ProgramVertexFixedFunction.Constants pva = new ProgramVertexFixedFunction.Constants(mRS);

Completed in 3184 milliseconds