/frameworks/av/services/audioflinger/ |
D | FastMixerState.cpp | 77 unsigned long ul = strtoul(value, &endptr, 0); in sMaxFastTracksInit() local 78 if (*endptr == '\0' && kMinFastTracks <= ul && ul <= kMaxFastTracks) { in sMaxFastTracksInit() 79 sMaxFastTracks = (unsigned) ul; in sMaxFastTracksInit()
|
D | Threads.cpp | 271 unsigned long ul = strtoul(value, &endptr, 0); in sFastTrackMultiplierInit() local 272 if (*endptr == '\0' && kFastTrackMultiplierMin <= ul && ul <= kFastTrackMultiplierMax) { in sFastTrackMultiplierInit() 273 sFastTrackMultiplier = (int) ul; in sFastTrackMultiplierInit() 3154 unsigned long ul = strtoul(value, &endptr, 0); in checkSilentMode_l() local 3155 if (*endptr == '\0' && ul != 0) { in checkSilentMode_l() 10000 unsigned long ul = strtoul(value, &endptr, 0); in checkSilentMode_l() local 10001 if (*endptr == '\0' && ul != 0) { in checkSilentMode_l()
|
/frameworks/rs/script_api/ |
D | rs_allocation_data.spec | 22 <ul> 28 </ul>
|
D | rs_io.spec | 20 These functions are used to:<ul> 23 <li>Send the processed allocation or receive the next allocation to process.</li></ul>
|
D | rs_value_types.spec | 41 Single entries can be accessed by following the variable name with a dot and:<ul> 44 <li>The letter s or S, followed by a zero based index.</li></ul>
|
D | rs_vector_math.spec | 28 functions. Functions with a name starting with<ul> 34 </ul>
|
D | rs_math.spec | 42 functions. Functions with a name starting with<ul> 48 </ul>
|
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/ |
D | setelementat.rscript | 19 ulong ul = 4; 33 rsSetElementAt(A, &ul, 0, 0);
|
/frameworks/compile/slang/tests/P_export_types_v20/ |
D | export_types.rscript | 16 unsigned long ul = 13;
|
/frameworks/compile/slang/tests/P_export_types/ |
D | export_types.rscript | 17 unsigned long ul = 13;
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_agree.rscript | 42 DECLARE_INPUT_SET(ulong, ul); 65 DECLARE_REFERENCE_SET_VEC_VEC(ulong, ul, func); 308 #define TEST_UL1_UL1(func) TEST_VEC1_VEC1(func, ul) 309 #define TEST_UL2_UL2(func) TEST_VEC2_VEC2(func, ul) 310 #define TEST_UL3_UL3(func) TEST_VEC3_VEC3(func, ul) 311 #define TEST_UL4_UL4(func) TEST_VEC4_VEC4(func, ul) 381 DECLARE_TEMP_SET(ulong, ul);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | math_agree.rscript | 44 DECLARE_INPUT_SET(ulong, ul); 67 DECLARE_REFERENCE_SET_VEC_VEC(ulong, ul, func); 310 #define TEST_UL1_UL1(func) TEST_VEC1_VEC1(func, ul) 311 #define TEST_UL2_UL2(func) TEST_VEC2_VEC2(func, ul) 312 #define TEST_UL3_UL3(func) TEST_VEC3_VEC3(func, ul) 313 #define TEST_UL4_UL4(func) TEST_VEC4_VEC4(func, ul) 383 DECLARE_TEMP_SET(ulong, ul);
|
D | apitest.rscript | 76 volatile ulong ul; 323 ul = rsGetElementAt_ulong(aULong, 0); 324 rsSetElementAt_ulong(aULong, ul, 0); 325 ul = rsGetElementAt_ulong(aULong, 0, 0); 326 rsSetElementAt_ulong(aULong, ul, 0, 0); 327 ul = rsGetElementAt_ulong(aULong, 0, 0, 0); 328 rsSetElementAt_ulong(aULong, ul, 0, 0, 0); 1159 rsDebug("", ul);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | math_agree.rscript | 26 DECLARE_INPUT_SET(ulong, ul); 49 DECLARE_REFERENCE_SET_VEC_VEC(ulong, ul, func); 292 #define TEST_UL1_UL1(func) TEST_VEC1_VEC1(func, ul) 293 #define TEST_UL2_UL2(func) TEST_VEC2_VEC2(func, ul) 294 #define TEST_UL3_UL3(func) TEST_VEC3_VEC3(func, ul) 295 #define TEST_UL4_UL4(func) TEST_VEC4_VEC4(func, ul)
|
D | apitest.rscript | 58 volatile ulong ul; 303 ul = rsGetElementAt_ulong(aULong, 0); 304 rsSetElementAt_ulong(aULong, ul, 0); 305 ul = rsGetElementAt_ulong(aULong, 0, 0); 306 rsSetElementAt_ulong(aULong, ul, 0, 0); 307 ul = rsGetElementAt_ulong(aULong, 0, 0, 0); 308 rsSetElementAt_ulong(aULong, ul, 0, 0, 0); 1142 rsDebug("", ul);
|
/frameworks/av/media/codec2/components/base/include/ |
D | SimpleC2Component.h | 201 inline WorkQueue() : mFlush(false), mGeneration(0ul) {} in WorkQueue()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 74 volatile ulong ul; 321 ul = rsGetElementAt_ulong(aULong, 0); 322 rsSetElementAt_ulong(aULong, ul, 0); 323 ul = rsGetElementAt_ulong(aULong, 0, 0); 324 rsSetElementAt_ulong(aULong, ul, 0, 0); 325 ul = rsGetElementAt_ulong(aULong, 0, 0, 0); 326 rsSetElementAt_ulong(aULong, ul, 0, 0, 0); 1157 rsDebug("", ul);
|
/frameworks/minikin/libs/minikin/ |
D | Locale.h | 90 mSubScriptBits(0ul), in Locale()
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rscript | 108 BENCH_BASIC_OP_TYPE(op, ul) \ 131 BENCH_CVT(to, ul, type); \ 299 BENCH_CVT_MATRIX(ul, ulong);
|