/frameworks/compile/libbcc/runtime/ |
D | RuntimeDoc.rst | 10 __ashldi3 : long (long a, int b) // a << b [[llvm]] 11 __ashrdi3 : long (long a, int b) // a / 2**b (i.e. arithmetic a >> b) [[llvm]] 12 __divdi3 : long (long a, long b) // a / b [[llvm]] 13 __lshrdi3 : long (long a, int b) // a >> b (without sign extension) [[llvm]] 14 __moddi3 : long (long a, long b) // a % b [[llvm]] 15 __muldi3 : long (long a, long b) // a * b [[llvm]] 16 __muldsi3 : long (int a, int b) // (long)a * (long)b [[llvm compiler-rt extension]] [[llvm]] 17 __negdi2 : long (long a) // -a [[llvm]] 19 __udivdi3 : unsigned long (unsigned long a, unsigned long a) // unsigned long a / b [[llvm]] 20 …__udivmoddi4 : unsigned long (unsigned long a, unsigned long b, unsigned long *rem) // unsigned l… [all …]
|
D | README.txt | 28 typedef long long di_int; 29 typedef unsigned long long du_int; 118 di_int __fixxfdi(long double a); 122 ti_int __fixxfti(long double a); 123 uint64_t __fixtfdi(long double input); // ppc only, doesn't match documentation 127 su_int __fixunsxfsi(long double a); 131 du_int __fixunsxfdi(long double a); 135 tu_int __fixunsxfti(long double a); 136 uint64_t __fixunstfdi(long double input); // ppc only 140 long double __floatdixf(di_int a); [all …]
|
/frameworks/compile/slang/tests/P_export_types/ |
D | export_types.rs | 12 long l = 13; 13 unsigned long ul = 13; 14 long long ll = 34; 15 unsigned long long ull = 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/compile/slang/lit-tests/P_array_init/ |
D | array_init.rs | 27 long la[2] = {13, 21}; 28 long long lla[4] = {34};
|
/frameworks/base/tests/RenderScriptTests/tests/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
|
D | array_init.rs | 9 long la[2] = {13, 21}; 10 long long lla[4] = {34};
|
D | rsdebug.rs | 9 long longTest = 17179869184l; // 1 << 34 10 long long longlongTest = 68719476736l; // 1 << 36
|
D | primitives.rs | 9 long longTest = 17179869184l; // 1 << 34 10 long long longlongTest = 68719476736l; // 1 << 36
|
/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/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/ |
D | rsdebug.rs | 9 long longTest = 17179869184l; // 1 << 34 10 long long longlongTest = 68719476736l; // 1 << 36
|
D | primitives.rs | 9 long longTest = 17179869184l; // 1 << 34 10 long long longlongTest = 68719476736l; // 1 << 36
|
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/ |
D | rsdebug.rs | 9 long longTest = 17179869184l; // 1 << 34 10 long long longlongTest = 68719476736l; // 1 << 36
|
D | primitives.rs | 9 long longTest = 17179869184l; // 1 << 34 10 long long longlongTest = 68719476736l; // 1 << 36
|
/frameworks/base/docs/html/design/patterns/ |
D | selection.jd | 4 <p>Android 3.0 introduced the <em>long press</em> gesture—that is, a touch that's held in the… 14 <p>In previous versions of Android, the long press gesture was universally used to display contextu… 16 <p>This pattern changed with Android 3.0. The long press gesture is now used to select data, combin… 25 Traditional use of the long press gesture to show contextual menus. 33 is selected. It appears after the user long presses on a selectable data item.</p> 90 <p>Reserve the long press gesture for selection exclusively. Don't use it to display traditional 94 <p>If you don't support multi-selection within a list, long press should do nothing.</p>
|
/frameworks/rs/scriptc/ |
D | rs_debug.rsh | 85 rsDebug(const char *, long); 90 rsDebug(const char *, unsigned long); 95 rsDebug(const char *, long long); 100 rsDebug(const char *, unsigned long long);
|
D | rs_types.rsh | 25 * 64 bit: long, long long, int64_t 62 typedef long long int64_t; 78 typedef unsigned long long uint64_t; 92 * Typedef for unsigned long (use for 64-bit unsigned integers) 324 * Vector version of the basic long type. Provides two long fields packed into a 327 typedef long long2 __attribute__((ext_vector_type(2))); 329 * Vector version of the basic long type. Provides three long fields packed into 332 typedef long long3 __attribute__((ext_vector_type(3))); 334 * Vector version of the basic long type. Provides four long fields packed into 337 typedef long long4 __attribute__((ext_vector_type(4)));
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | redundant_redundant.jd | 36 …resources, including on-demand downloads such as full size images, for as long as reasonably possi… 40 <pre>long currentTime = System.currentTimeMillis()); 44 long expires = conn.getHeaderFieldDate("Expires", currentTime); 45 long lastModified = conn.getHeaderFieldDate("Last-Modified", currentTime); 73 long httpCacheSize = 10 * 1024 * 1024; // 10 MiB 76 .getMethod("install", File.class, long.class)
|
/frameworks/compile/slang/lit-tests/opt/ |
D | locals_opt_default.rs | 26 const unsigned long l = (unsigned long) -1.0e8f;
|
D | locals_opt_0.rs | 23 const unsigned long l = (unsigned long) -1.0e8f;
|
D | locals_opt_3.rs | 23 const unsigned long l = (unsigned long) -1.0e8f;
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | locals.rs | 34 const unsigned long l = (unsigned long) -1.0e8f;
|
/frameworks/base/docs/html/design/building-blocks/ |
D | progress.jd | 4 <p>When an operation of interest to the user is taking place over a relatively long period of time, 15 events, since doing so makes the display meaningless. If you're not sure how long a particular 45 app hasn't been able to contact the server yet, and it's not possible to determine how long it will 68 loaded because it's not possible to determine how long it will take to download the email.
|
/frameworks/compile/slang/tests/P_long64/ |
D | long64.rs | 4 long l = 1L << 32;
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | responsiveness.jd | 26 long to process input. </p> 81 takes a long time to complete can trigger the ANR dialog because your 88 <code>onResume()</code>. Potentially long running operations such as network 103 long running operations such as network or database operations that 109 called in the main thread, applications should avoid potentially long-running 113 potentially long running action needs to be taken in response to an Intent
|