/frameworks/compile/slang/tests/F_fs_types/ |
D | fs_types.fs | 10 long l; 21 void foo_l(long l) { 22 long m; 27 void foo_ll(long long l) { 28 long long m;
|
/frameworks/compile/slang/tests/P_export_types_v20/ |
D | export_types.rs | 15 long l = 13; 16 unsigned long ul = 13; 17 long long ll = 34; 18 unsigned long long ull = 34;
|
/frameworks/compile/slang/lit-tests/padding/ |
D | more_structs.rs | 92 long f2; 100 long f2; 103 long f4; 112 void check_char_struct(short arg1, long arg2) { 116 void check_five_struct(char arg1, long arg2, short arg3, long arg4, half arg5) {
|
D | bitfield.rs | 43 long L; 54 long L; 69 void setUnion(long argL, int argI) { 77 void testUnion(long argL, int argI) {
|
/frameworks/compile/slang/tests/P_export_types/ |
D | export_types.rs | 16 long l = 13; 17 unsigned long ul = 13; 18 long long ll = 34; 19 unsigned long long ull = 34;
|
/frameworks/base/api/ |
D | test-current.txt | 27 method public long getTotalRam(); 176 method public long getLastBugReportRequestTime(); 177 method public long getLastNetworkLogRetrievalTime(); 178 method public long getLastSecurityLogRetrievalTime(); 189 ctor public SecurityLog.SecurityEvent(long, byte[]); 374 field public final long[] luxTimestamps; 379 field public final long timeStamp; 423 method public void setFullBiasNanos(long); 426 method public void setTimeNanos(long); 444 method public deprecated void setCarrierCycles(long); [all …]
|
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/database/ |
D | CursorTest.kt | 53 val long = cursor.getLong("data") in longByName() constant 54 assertEquals(1L, long) in longByName() 95 val long = cursor.getLongOrNull(0) in longOrNullByIndex() constant 96 assertNull(long) in longOrNullByIndex() 137 val long = cursor.getLongOrNull("data") in longOrNullByName() constant 138 assertNull(long) in longOrNullByName()
|
/frameworks/compile/slang/lit-tests/P_array_init/ |
D | array_init.rs | 27 long la[2] = {13, 21}; 28 long long lla[4] = {34};
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | bitfield.rs | 39 long L; 50 long L; 65 void setUnion(long argL, int argI) { 71 void testUnion(long argL, int argI) {
|
D | constant.rs | 26 const long longTest = 17179869184l; // 1 << 34 constant 27 const long long longlongTest = 68719476736l; // 1 << 36 constant
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | bitfield.rs | 37 long L; 48 long L; 63 void setUnion(long argL, int argI) { 69 void testUnion(long argL, int argI) {
|
D | constant.rs | 24 const long longTest = 17179869184l; // 1 << 34 constant 25 const long long longlongTest = 68719476736l; // 1 << 36 constant
|
D | array_init.rs | 25 long la[2] = {13, 21}; 26 long long lla[4] = {34};
|
/frameworks/compile/slang/tests/P_array_init/ |
D | array_init.rs | 13 long la[2] = {13, 21}; 14 long long lla[4] = {34};
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | constant.rs | 8 const long longTest = 17179869184l; // 1 << 34 constant 9 const long long longlongTest = 68719476736l; // 1 << 36 constant
|
/frameworks/compile/slang/tests/P_constant/ |
D | constant.rs | 9 const long longTest = 17179869184l; // 1 << 34 constant 10 const long long longlongTest = 68719476736l; // 1 << 36 constant
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
D | simple.rs | 27 long long_global = -77777; 89 long long_local = -77777; 160 long long_combined = long_local + (long)ulong_local + long2_local.x + 161 (long)ulong2_local.x + long3_local.x + (long)ulong3_local.x + 162 long4_local.x + (long)ulong4_local.x;
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
D | simple.rs | 27 long long_global = -77777; 89 long long_local = -77777; 160 long long_combined = long_local + (long)ulong_local + long2_local.x + 161 (long)ulong2_local.x + long3_local.x + (long)ulong3_local.x + 162 long4_local.x + (long)ulong4_local.x;
|
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/ |
D | simple.rs | 27 long long_global = -77777; 89 long long_local = -77777; 160 long long_combined = long_local + (long)ulong_local + long2_local.x + 161 (long)ulong2_local.x + long3_local.x + (long)ulong3_local.x + 162 long4_local.x + (long)ulong4_local.x;
|
/frameworks/support/media/api_legacy/ |
D | 28.0.0-alpha1.txt | 168 field public static final long BT_FOLDER_TYPE_ALBUMS = 2L; // 0x2L 169 field public static final long BT_FOLDER_TYPE_ARTISTS = 3L; // 0x3L 170 field public static final long BT_FOLDER_TYPE_GENRES = 4L; // 0x4L 171 field public static final long BT_FOLDER_TYPE_MIXED = 0L; // 0x0L 172 field public static final long BT_FOLDER_TYPE_PLAYLISTS = 5L; // 0x5L 173 field public static final long BT_FOLDER_TYPE_TITLES = 1L; // 0x1L 174 field public static final long BT_FOLDER_TYPE_YEARS = 6L; // 0x6L 178 field public static final long STATUS_DOWNLOADED = 2L; // 0x2L 179 field public static final long STATUS_DOWNLOADING = 1L; // 0x1L 180 field public static final long STATUS_NOT_DOWNLOADED = 0L; // 0x0L [all …]
|
D | current.txt | 168 field public static final long BT_FOLDER_TYPE_ALBUMS = 2L; // 0x2L 169 field public static final long BT_FOLDER_TYPE_ARTISTS = 3L; // 0x3L 170 field public static final long BT_FOLDER_TYPE_GENRES = 4L; // 0x4L 171 field public static final long BT_FOLDER_TYPE_MIXED = 0L; // 0x0L 172 field public static final long BT_FOLDER_TYPE_PLAYLISTS = 5L; // 0x5L 173 field public static final long BT_FOLDER_TYPE_TITLES = 1L; // 0x1L 174 field public static final long BT_FOLDER_TYPE_YEARS = 6L; // 0x6L 178 field public static final long STATUS_DOWNLOADED = 2L; // 0x2L 179 field public static final long STATUS_DOWNLOADING = 1L; // 0x1L 180 field public static final long STATUS_NOT_DOWNLOADED = 0L; // 0x0L [all …]
|
D | 27.1.0.txt | 168 field public static final long BT_FOLDER_TYPE_ALBUMS = 2L; // 0x2L 169 field public static final long BT_FOLDER_TYPE_ARTISTS = 3L; // 0x3L 170 field public static final long BT_FOLDER_TYPE_GENRES = 4L; // 0x4L 171 field public static final long BT_FOLDER_TYPE_MIXED = 0L; // 0x0L 172 field public static final long BT_FOLDER_TYPE_PLAYLISTS = 5L; // 0x5L 173 field public static final long BT_FOLDER_TYPE_TITLES = 1L; // 0x1L 174 field public static final long BT_FOLDER_TYPE_YEARS = 6L; // 0x6L 178 field public static final long STATUS_DOWNLOADED = 2L; // 0x2L 179 field public static final long STATUS_DOWNLOADING = 1L; // 0x1L 180 field public static final long STATUS_NOT_DOWNLOADED = 0L; // 0x0L [all …]
|
D | 27.0.0.txt | 168 field public static final long BT_FOLDER_TYPE_ALBUMS = 2L; // 0x2L 169 field public static final long BT_FOLDER_TYPE_ARTISTS = 3L; // 0x3L 170 field public static final long BT_FOLDER_TYPE_GENRES = 4L; // 0x4L 171 field public static final long BT_FOLDER_TYPE_MIXED = 0L; // 0x0L 172 field public static final long BT_FOLDER_TYPE_PLAYLISTS = 5L; // 0x5L 173 field public static final long BT_FOLDER_TYPE_TITLES = 1L; // 0x1L 174 field public static final long BT_FOLDER_TYPE_YEARS = 6L; // 0x6L 178 field public static final long STATUS_DOWNLOADED = 2L; // 0x2L 179 field public static final long STATUS_DOWNLOADING = 1L; // 0x1L 180 field public static final long STATUS_NOT_DOWNLOADED = 0L; // 0x0L [all …]
|
D | 26.0.0.txt | 168 field public static final long BT_FOLDER_TYPE_ALBUMS = 2L; // 0x2L 169 field public static final long BT_FOLDER_TYPE_ARTISTS = 3L; // 0x3L 170 field public static final long BT_FOLDER_TYPE_GENRES = 4L; // 0x4L 171 field public static final long BT_FOLDER_TYPE_MIXED = 0L; // 0x0L 172 field public static final long BT_FOLDER_TYPE_PLAYLISTS = 5L; // 0x5L 173 field public static final long BT_FOLDER_TYPE_TITLES = 1L; // 0x1L 174 field public static final long BT_FOLDER_TYPE_YEARS = 6L; // 0x6L 178 field public static final long STATUS_DOWNLOADED = 2L; // 0x2L 179 field public static final long STATUS_DOWNLOADING = 1L; // 0x1L 180 field public static final long STATUS_NOT_DOWNLOADED = 0L; // 0x0L [all …]
|
D | 26.1.0.txt | 168 field public static final long BT_FOLDER_TYPE_ALBUMS = 2L; // 0x2L 169 field public static final long BT_FOLDER_TYPE_ARTISTS = 3L; // 0x3L 170 field public static final long BT_FOLDER_TYPE_GENRES = 4L; // 0x4L 171 field public static final long BT_FOLDER_TYPE_MIXED = 0L; // 0x0L 172 field public static final long BT_FOLDER_TYPE_PLAYLISTS = 5L; // 0x5L 173 field public static final long BT_FOLDER_TYPE_TITLES = 1L; // 0x1L 174 field public static final long BT_FOLDER_TYPE_YEARS = 6L; // 0x6L 178 field public static final long STATUS_DOWNLOADED = 2L; // 0x2L 179 field public static final long STATUS_DOWNLOADING = 1L; // 0x1L 180 field public static final long STATUS_NOT_DOWNLOADED = 0L; // 0x0L [all …]
|