/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmAlphabetTest.java | 133 byte[] packed; in testBasic() 138 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0); in testBasic() 140 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0])); in testBasic() 159 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0); in testBasic() 161 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0])); in testBasic() 174 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0); in testBasic() 176 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0])); in testBasic() 185 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0); in testBasic() 187 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0])); in testBasic() 206 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0); in testBasic() [all …]
|
/frameworks/base/libs/common_time/ |
D | common_time_server_packets.cpp | 70 inline uint64_t unpackDeviceID(uint64_t packed) { in unpackDeviceID() argument 71 return (packed & kDeviceIDMask); in unpackDeviceID() 74 inline uint8_t unpackDevicePriority(uint64_t packed) { in unpackDevicePriority() argument 75 return static_cast<uint8_t>(packed >> kDevicePriorityShift); in unpackDevicePriority() 188 uint64_t packed = packDeviceID(senderDeviceID, senderDevicePriority); in serializePacket() local 189 SERIALIZE_INT64(packed); in serializePacket() 198 uint64_t packed; in deserializePacket() local 199 DESERIALIZE_INT64(packed); in deserializePacket() 200 senderDeviceID = unpackDeviceID(packed); in deserializePacket() 201 senderDevicePriority = unpackDevicePriority(packed); in deserializePacket() [all …]
|
/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; 211 * Provides two float fields packed into a single 64 bit field with 64 bit 216 * Vector version of the basic float type. Provides three float fields packed [all …]
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
D | RSInfo.h | 54 struct __attribute__((packed)) ListHeader { 66 struct __attribute__((packed)) Header { 97 struct __attribute__((packed)) PragmaItem { 103 struct __attribute__((packed)) ObjectSlotItem { 107 struct __attribute__((packed)) ExportVarNameItem { 111 struct __attribute__((packed)) ExportFuncNameItem { 115 struct __attribute__((packed)) ExportForeachFuncItem {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | Input.java | 34 public boolean packed; field in Input 48 packed = false; in Input() 63 packed = in.readInt() == 1 ? true : false; in Input() 84 dest.writeInt(packed ? 1 : 0); in writeToParcel()
|
D | ResponseData.java | 80 public GetInkeyInputResponseData(String inData, boolean ucs2, boolean packed) { in GetInkeyInputResponseData() argument 83 mIsPacked = packed; in GetInkeyInputResponseData()
|
D | CommandParamsFactory.java | 499 input.packed = (cmdDet.commandQualifier & 0x08) != 0; in processGetInput()
|
D | CatService.java | 974 input.ucs2, input.packed); in handleCmdResponse()
|
/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;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | mime_io.tab | 28 /* size of packed frame for each mode, excluding TOC byte */ 32 /* number of unused speech bits in packed format for each mode */
|
/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/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
D | transform_def.rsh | 24 typedef struct __attribute__((packed, aligned(4))) SgTransform {
|
/frameworks/native/cmds/servicemanager/ |
D | binder.c | 177 } __attribute__((packed)) data; in binder_send_reply() 307 } __attribute__((packed)) data; in binder_link_to_death() 324 } __attribute__((packed)) writebuf; in binder_call() 455 } __attribute__((packed)) data; in binder_done()
|
/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/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 | 79 } __attribute((packed));
|
D | ResourceTypes.h | 178 } __attribute__((packed));
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | ui_test.rs | 51 typedef struct __attribute__((packed, aligned(4))) Particle {
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | scenegraph_objects.rsh | 70 typedef struct __attribute__((packed, aligned(4))) SgTransform {
|
/frameworks/base/docs/html/distribute/stories/ |
D | tablets.jd | 45 <li>A feature-packed to-do list app; never forget the milk (or anything else) again</li> 68 …<a href="http://play.google.com/store/apps/details?id=com.rememberthemilk.MobileRTM">feature-packed
|
/frameworks/base/docs/html/training/custom-views/ |
D | custom-drawing.jd | 168 values are stored as packed integers, and you use the static methods of
|
/frameworks/compile/slang/ |
D | README.rst | 171 typedef struct __attribute__((packed, aligned(4))) Point {
|
/frameworks/base/docs/html/about/versions/ |
D | lollipop.jd | 49 <p>This release is packed with new features for users and thousands of new APIs for developers. It …
|