/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.rscript | 15 long l = 13; 16 unsigned long ul = 13; 17 long long ll = 34; 18 unsigned long long ull = 34;
|
/frameworks/compile/slang/tests/P_export_types/ |
D | export_types.rscript | 16 long l = 13; 17 unsigned long ul = 13; 18 long long ll = 34; 19 unsigned long long ull = 34;
|
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/ |
D | setelementat.rscript | 18 long l = 4; 42 // No warning for 'long long' 43 long long LL = 4.0f;
|
/frameworks/compile/slang/tests/P_constant/ |
D | constant.rscript | 9 const long longTest = 17179869184l; // 1 << 34 10 const long long longlongTest = 68719476736l; // 1 << 36
|
/frameworks/compile/slang/tests/P_array_init/ |
D | array_init.rscript | 13 long la[2] = {13, 21}; 14 long long lla[4] = {34};
|
/frameworks/base/services/core/xsd/platform-compat/overrides/schema/ |
D | current.txt | 6 method public long getChangeId(); 10 method public void setChangeId(long); 47 method public long getMaxVersionCode(); 48 method public long getMinVersionCode(); 51 method public void setMaxVersionCode(long); 52 method public void setMinVersionCode(long);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
D | ParseableCommand.kt | 256 val long = "--$longName" in flag() constant 258 return parser.flag(long, short, description) in flag() 278 val long = "--$longName" in param() constant 280 return parser.param(long, short, description, valueParser) in param() 298 private fun checkLongName(long: String): Boolean { in checkLongName() 299 return !long.startsWith("-") in checkLongName()
|
D | CommandParser.kt | 204 private fun checkCliNames(short: String?, long: String): String? { in checkCliNames() 209 if (tokenSet.contains(long)) { in checkCliNames() 210 return long in checkCliNames() 219 private fun registerNames(short: String?, long: String) { in subCommandContainsSubCommands() 223 tokenSet.add(long) in subCommandContainsSubCommands()
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | primitives.rscript | 9 long longTest = 17179869184l; // 1 << 34 10 long long longlongTest = 68719476736l; // 1 << 36
|
D | rsdebug.rscript | 9 long longTest = 17179869184l; // 1 << 34 10 long long longlongTest = 68719476736l; // 1 << 36
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | primitives.rscript | 9 long longTest = 17179869184l; // 1 << 34 10 long long longlongTest = 68719476736l; // 1 << 36
|
D | rsdebug.rscript | 9 long longTest = 17179869184l; // 1 << 34 10 long long longlongTest = 68719476736l; // 1 << 36
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | primitives.rscript | 9 long longTest = 17179869184l; // 1 << 34 10 long long longlongTest = 68719476736l; // 1 << 36
|
D | rsdebug.rscript | 9 long longTest = 17179869184l; // 1 << 34 10 long long longlongTest = 68719476736l; // 1 << 36
|
/frameworks/base/cmds/uiautomator/api/ |
D | current.txt | 5 method @Deprecated public long getActionAcknowledgmentTimeout(); 7 method @Deprecated public long getKeyInjectionDelay(); 8 method @Deprecated public long getScrollAcknowledgmentTimeout(); 9 method @Deprecated public long getWaitForIdleTimeout(); 10 method @Deprecated public long getWaitForSelectorTimeout(); 11 … @Deprecated public com.android.uiautomator.core.Configurator setActionAcknowledgmentTimeout(long); 12 method @Deprecated public com.android.uiautomator.core.Configurator setKeyInjectionDelay(long); 13 … @Deprecated public com.android.uiautomator.core.Configurator setScrollAcknowledgmentTimeout(long); 14 method @Deprecated public com.android.uiautomator.core.Configurator setWaitForIdleTimeout(long); 15 …ethod @Deprecated public com.android.uiautomator.core.Configurator setWaitForSelectorTimeout(long); [all …]
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | constant.rscript | 24 const long longTest = 17179869184l; // 1 << 34 25 const long long longlongTest = 68719476736l; // 1 << 36
|
D | array_init.rscript | 25 long la[2] = {13, 21}; 26 long long lla[4] = {34};
|
D | primitives.rscript | 25 long longTest = 17179869184l; // 1 << 34 26 long long longlongTest = 68719476736l; // 1 << 36
|
/frameworks/base/location/lib/api/ |
D | current.txt | 20 method @Deprecated protected long onGetStatusUpdateTime(); 39 method @Deprecated public long getFastestInterval(); 40 method @Deprecated public long getInterval(); 57 method public long getInterval(); 59 method @RequiresApi(android.os.Build.VERSION_CODES.S) public long getMaxUpdateDelayMillis(); 65 field public static final long INTERVAL_DISABLED = 9223372036854775807L; // 0x7fffffffffffffffL
|
/frameworks/compile/slang/lit-tests/P_array_init/ |
D | array_init.rscript | 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 | constant.rscript | 26 const long longTest = 17179869184l; // 1 << 34 27 const long long longlongTest = 68719476736l; // 1 << 36
|
/frameworks/base/location/api/ |
D | test-current.txt | 24 method public void setElapsedRealtimeNanos(long); 26 method public void setFullBiasNanos(long); 32 method public void setTimeNanos(long); 59 method @Deprecated public void setCarrierCycles(long); 72 method public void setReceivedSvTimeNanos(long); 73 method public void setReceivedSvTimeUncertaintyNanos(long);
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | locals.rs | 34 const unsigned long l = (unsigned long) -1.0e8f;
|
/frameworks/compile/slang/lit-tests/padding/ |
D | more_structs.rscript | 63 // CHECK-JAVA-INVOKE: public void invoke_check_char_struct(short arg1, long arg2) { 71 …A-INVOKE: public void invoke_check_five_struct(byte arg1, long arg2, short arg3, long arg4, s… 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) {
|