/frameworks/av/services/audioflinger/audio-resampler/ |
D | filter_coefficients.h | 21 const uint32_t up_sampler_filter_coefficients[] __attribute__ ((aligned (32))) = { 154 const uint32_t dn_sampler_filter_coefficients[] __attribute__ ((aligned (32))) = {
|
/frameworks/rs/ |
D | rs_hal.h | 60 #define RS_BASE_OBJ(_t_) typedef struct { const _t_* p; } __attribute__((packed, aligned(4))) 74 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_mesh; 75 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_path; 76 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_fragment; 77 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_vertex; 78 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_raster; 79 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_store; 80 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_font;
|
D | rsThreadIO.h | 92 uint8_t mSendBuffer[2 * 1024] __attribute__((aligned(sizeof(double))));
|
/frameworks/native/include/input/ |
D | InputTransport.h | 65 nsecs_t eventTime __attribute__((aligned(8))); 74 nsecs_t downTime __attribute__((aligned(8))); 83 nsecs_t eventTime __attribute__((aligned(8))); 91 nsecs_t downTime __attribute__((aligned(8))); 123 } __attribute__((aligned(8))) body;
|
/frameworks/base/docs/html/tools/help/ |
D | zipalign.jd | 11 to be aligned on 4-byte boundaries. This 30 the alignment. Also, do not make alterations to the aligned package. 33 entries. And any files added to an "aligned" archive will not be aligned.</p>
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
D | omxVCM4P2_PredictReconCoefIntra_s.s | 42 ; * block; must be aligned on a 4-byte boundary. The 45 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned 48 ; * aligned on a 4-byte boundary. 74 ; * 4-byte aligned.
|
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/ |
D | balls.rsh | 2 typedef struct __attribute__((packed, aligned(4))) Ball {
|
D | balls.rs | 17 typedef struct __attribute__((packed, aligned(4))) Point {
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
D | omxVCM4P2_PredictReconCoefIntra_s.s | 42 ; * block; must be aligned on a 4-byte boundary. The 45 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned 48 ; * aligned on a 4-byte boundary. 74 ; * 4-byte aligned.
|
/frameworks/rs/scriptc/ |
D | rs_types.rsh | 128 #define RS_BASE_OBJ typedef struct { const int* const p; } __attribute__((packed, aligned(4))) 170 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_mesh; 176 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_path; 182 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_fragment; 188 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_vertex; 194 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_raster; 200 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_store; 206 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_font; 404 #define RS_PACKED __attribute__((packed, aligned(4)))
|
/frameworks/native/include/gui/ |
D | DisplayEventReceiver.h | 52 nsecs_t timestamp __attribute__((aligned(8)));
|
/frameworks/compile/libbcc/ |
D | README.rst | 138 table, and bcc context. Every section should be aligned to a word size. 171 the code and the data. The offset of context should aligned to 193 Note: stack will be aligned to the coarsest-grained argument. In the case of 194 float2 above as an argument, parameter stack will be aligned to an 8-byte
|
/frameworks/native/opengl/libagl/ |
D | context.h | 500 transform_t mvp __attribute__((aligned(32))); 502 vp_transform_t vpt __attribute__((aligned(32))); 610 array_machine_t arrays __attribute__((aligned(32))); 618 compute_iterators_t lerp; __attribute__((aligned(32)));
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
D | transform_def.rsh | 24 typedef struct __attribute__((packed, aligned(4))) SgTransform {
|
/frameworks/av/services/audioflinger/ |
D | AudioResamplerDyn.h | 123 TO __attribute__ ((aligned (8))) mVolumeSimd[2]; // must be aligned or NEON may crash
|
D | AudioMixer.h | 254 track_t tracks[MAX_NUM_TRACKS] __attribute__((aligned(32))); 376 state_t mState __attribute__((aligned(32)));
|
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/ |
D | fountain.rs | 14 typedef struct __attribute__((packed, aligned(4))) Point {
|
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/ |
D | fountain.rs | 13 typedef struct __attribute__((packed, aligned(4))) Point {
|
/frameworks/base/libs/androidfw/ |
D | CursorWindow.cpp | 201 uint32_t CursorWindow::alloc(size_t size, bool aligned) { in alloc() argument 203 if (aligned) { in alloc()
|
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/ |
D | fountainfbo.rs | 21 typedef struct __attribute__((packed, aligned(4))) Point {
|
/frameworks/base/include/androidfw/ |
D | CursorWindow.h | 182 uint32_t alloc(size_t size, bool aligned = false);
|
/frameworks/base/docs/html/tools/building/ |
D | building-cmdline.jd | 14 <li><a href="#AutoReleaseMode">Build signed and aligned</a></li> 86 with the debug key and has been aligned with 164 …<p>When your <code>.apk</code> has been signed and aligned, it's ready to be distributed to end-us… 168 <h3 id="AutoReleaseMode">Build signed and aligned</h3> 224 been signed with the private key specified in gradle.build file and aligned with {@code
|
D | building-cmdline-ant.jd | 14 <li><a href="#AutoReleaseMode">Build signed and aligned</a></li> 86 the debug key and has been aligned with 137 …<p>When your <code>.apk</code> has been signed and aligned, it's ready to be distributed to end-us… 141 <h3 id="AutoReleaseMode">Build signed and aligned</h3> 184 been signed with the private key specified in {@code ant.properties} and aligned with {@code
|
/frameworks/base/core/java/android/widget/ |
D | ImageView.java | 1224 public void setBaselineAlignBottom(boolean aligned) { in setBaselineAlignBottom() argument 1225 if (mBaselineAlignBottom != aligned) { in setBaselineAlignBottom() 1226 mBaselineAlignBottom = aligned; in setBaselineAlignBottom()
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | navigation.jd | 95 <p>For example, in the following layout, two buttons are aligned to the right side and a text field 96 is aligned to the left of the second button. In order to pass focus from the first button to the
|