Home
last modified time | relevance | path

Searched refs:long (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/frameworks/compile/slang/tests/F_fs_types/
Dfs_types.fs10 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/
Dexport_types.rs15 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/
Dmore_structs.rs92 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) {
Dbitfield.rs43 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/
Dexport_types.rs16 long l = 13;
17 unsigned long ul = 13;
18 long long ll = 34;
19 unsigned long long ull = 34;
/frameworks/base/api/
Dtest-current.txt27 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/
DCursorTest.kt53 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/
Darray_init.rs27 long la[2] = {13, 21};
28 long long lla[4] = {34};
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dbitfield.rs39 long L;
50 long L;
65 void setUnion(long argL, int argI) {
71 void testUnion(long argL, int argI) {
Dconstant.rs26 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/
Dbitfield.rs37 long L;
48 long L;
63 void setUnion(long argL, int argI) {
69 void testUnion(long argL, int argI) {
Dconstant.rs24 const long longTest = 17179869184l; // 1 << 34 constant
25 const long long longlongTest = 68719476736l; // 1 << 36 constant
Darray_init.rs25 long la[2] = {13, 21};
26 long long lla[4] = {34};
/frameworks/compile/slang/tests/P_array_init/
Darray_init.rs13 long la[2] = {13, 21};
14 long long lla[4] = {34};
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dconstant.rs8 const long longTest = 17179869184l; // 1 << 34 constant
9 const long long longlongTest = 68719476736l; // 1 << 36 constant
/frameworks/compile/slang/tests/P_constant/
Dconstant.rs9 const long longTest = 17179869184l; // 1 << 34 constant
10 const long long longlongTest = 68719476736l; // 1 << 36 constant
/frameworks/rs/tests/lldb/cpp/KernelVariables/
Dsimple.rs27 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/
Dsimple.rs27 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/
Dsimple.rs27 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/
D28.0.0-alpha1.txt168 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 …]
Dcurrent.txt168 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 …]
D27.1.0.txt168 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 …]
D27.0.0.txt168 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 …]
D26.0.0.txt168 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 …]
D26.1.0.txt168 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 …]

12345678910>>...14