/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
D | layered_filter_fast_d1new.rs | 49 static int g_use_integral_image; variable 80 static const int g_kDepthScaleShift = 2; constant 82 static const int g_kMaxDepth = 256 >> g_kDepthScaleShift; constant 92 const int index = y * g_image_size_i4.s0 + x; // width constant 114 const int actual_depth = g_kMaxDepth - (in.a >> g_kDepthScaleShift); constant 121 const int index = y * g_image_size_i4.s0 + x; // width constant 155 const int kernel_center_x = g_blend_info.dilation_radius; constant 156 const int kernel_center_y = g_blend_info.dilation_radius; constant 157 const int kernel_dim_x = 2 * kernel_center_x + 1; constant 162 const int jump_to_next_pixel = 1; constant [all …]
|
D | layered_filter_fast_f32.rs | 50 static int g_use_integral_image; constant 90 static const int g_kDepthScaleShift = 2; constant 92 static const int g_kMaxDepth = 256 >> g_kDepthScaleShift; constant 102 const int index = y * g_image_size.width + x; constant 131 const int actual_depth = g_kMaxDepth - (in.a >> g_kDepthScaleShift); constant 138 const int index = y * g_image_size.width + x; // index of this pixel constant 176 const int kernel_center_x = g_blend_info.dilation_radius; constant 177 const int kernel_center_y = g_blend_info.dilation_radius; constant 178 const int kernel_dim_x = 2 * kernel_center_x + 1; constant 185 const int jump_to_next_pixel = 1; constant [all …]
|
/frameworks/av/drm/libdrmframework/ |
D | NoOpDrmManagerClientImpl.cpp | 21 void NoOpDrmManagerClientImpl::remove(int /* uniqueId */) { in remove() argument 24 void NoOpDrmManagerClientImpl::addClient(int /* uniqueId */) { in addClient() argument 28 int /* uniqueId */) { in removeClient() argument 32 int /* uniqueId */, in setOnInfoListener() argument 37 DrmConstraints* NoOpDrmManagerClientImpl::getConstraints( in getConstraints() argument 40 const int /* action */) { in getConstraints() 45 int /* uniqueId */, in getMetadata() argument 51 int /* uniqueId */, in canHandle() argument 58 int /* uniqueId */, in processDrmInfo() argument 64 int /* uniqueId */, in acquireDrmInfo() argument [all …]
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | breakpoint_inlined_sourceline.rs | 18 static int twenty() { variable 22 static int some_function() { constant 26 static int foo() { variable 30 static int bar() { constant
|
D | crash.rs | 12 static int function_with_a_segfault() { constant 18 static int some_function() { constant 22 static int foo() { variable 26 static int bar() { variable
|
D | breakpoint_function.rs | 15 static int twenty() { constant 19 static int some_function() { constant 23 static int foo() { constant 27 static int bar() { constant
|
D | breakpoint_inlined_function.rs | 19 static int twenty() { constant 23 static int some_function() { variable 27 static int foo() { variable 31 static int bar() { variable
|
D | breakpoint_sourceline.rs | 14 static int twenty() { variable 18 static int some_function() { constant 22 static int foo() { variable 26 static int bar() { variable
|
D | global_int.rs | 20 static int twenty() { variable 24 static int some_function() { constant 28 static int foo() { constant 32 static int bar() { constant
|
/frameworks/compile/slang/tests/F_kernel_static/ |
D | kernel_static.rs | 4 static int gi; variable 7 static int j; variable 13 static const int ci; constant 14 static int i; constant 18 static int RS_KERNEL static_kernel() { variable
|
/frameworks/rs/java/tests/ComputePerf/src/com/example/android/rs/computeperf/ |
D | mandelbrot.rs | 18 const int gMaxIteration = 500; constant 19 const int gDimX = 1024; constant 20 const int gDimY = 1024; constant
|
/frameworks/compile/slang/tests/F_reduce_general_bad_function/ |
D | reduce_general_bad_function.rs | 58 static int init_nonvoid(int *accum) { return 0; } variable 62 static void init_const(const int *accum) { } constant 96 static void comb_ptr(int *accum, const int *other) { } constant 102 static void comb_arr(int *accum, const int *other) { } constant 107 static void comb_obj(int *accum, const int *other) { } constant 127 static int accum_nonvoid(int *accum, int val) { return 0; } variable 131 static void accum_const(const int *accum, int val) { } constant 135 static void accum_valconst(int *const accum, const int val) { } constant 151 static void comb3(int *accum, const int *otherA, int otherB) { } constant 172 static __attribute__((overloadable)) void comb_over(int *accum, const int *other) { } constant [all …]
|
/frameworks/compile/slang/tests/F_reduce_general_bad_halter/ |
D | reduce_general_bad_halter.rs | 18 static void halt_void(const int *accum) { } constant 22 static int halt_int(const int *accum) { return 0; } variable 30 static bool halt2(const int *accum, const int *accum2) { return false; } constant 34 static bool halt_special(const int *context) { return false; } constant 42 static __attribute__((overloadable)) bool halt_over(const int *accum) { return false; } constant 46 static __attribute__((overloadable)) bool halt_dup(const int *accum) { return false; } constant 54 bool halt_nonstatic(const int *accum) { return false; } constant
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | single_source_script.rs | 8 void oldFoo(const int* in, int* out, uint32_t x, uint32_t y) { constant 16 void oldGoo(const int* a, int* out) { constant 37 const int actual = rsGetElementAt_int(out, i, j); constant
|
D | small_struct.rs | 9 static int gIntStart = 0x7; variable 13 int i; field
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
D | FwdLockEngine.cpp | 122 DrmMetadata* FwdLockEngine::onGetMetadata(int /* uniqueId */, const String8* path) { in onGetMetadata() argument 135 android::status_t FwdLockEngine::onInitialize(int /* uniqueId */) { in onInitialize() argument 150 int /* uniqueId */, in onSetOnInfoListener() argument 158 android::status_t FwdLockEngine::onTerminate(int /* uniqueId */) { in onTerminate() argument 212 DrmSupportInfo* FwdLockEngine::onGetSupportInfo(int /* uniqueId */) { in onGetSupportInfo() argument 227 bool FwdLockEngine::onCanHandle(int /* uniqueId */, const String8& path) { in onCanHandle() argument 234 DrmInfoStatus* FwdLockEngine::onProcessDrmInfo(int /* uniqueId */, const DrmInfo* /* drmInfo */) { in onProcessDrmInfo() argument 247 int /* uniqueId */, in onSaveRights() argument 257 int /* uniqueId */, const DrmInfoRequest* /* drmInfoRequest */) { in onAcquireDrmInfo() argument 296 status_t FwdLockEngine::onConsumeRights(int /* uniqueId */, in onConsumeRights() argument [all …]
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | threshold.rs | 22 static int radius; variable 28 const int MAX_RADIUS = 25; constant
|
D | shadows.rs | 34 static const int ABITS = 4; constant 35 static const int HSCALE = 256; constant 36 static const int k1=255 << ABITS; constant 37 static const int k2=HSCALE << ABITS; constant
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | threshold.rs | 22 static int radius; constant 28 const int MAX_RADIUS = 25; constant
|
D | shadows.rs | 34 static const int ABITS = 4; constant 35 static const int HSCALE = 256; constant 36 static const int k1=255 << ABITS; constant 37 static const int k2=HSCALE << ABITS; constant
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | threshold.rs | 22 static int radius; constant 28 const int MAX_RADIUS = 25; constant
|
D | shadows.rs | 34 static const int ABITS = 4; constant 35 static const int HSCALE = 256; constant 36 static const int k1=255 << ABITS; constant 37 static const int k2=HSCALE << ABITS; constant
|
/frameworks/compile/slang/tests/F_global_init/ |
D | global_init.rs | 11 const int ic = 99; constant 16 int i; field
|
/frameworks/av/drm/libdrmframework/plugins/common/include/ |
D | DrmEngineBase.h | 401 int /* uniqueId */, DecryptHandle* /* decryptHandle */, in onOpenDecryptSession() argument 433 int /* uniqueId */, DecryptHandle* /* decryptHandle */, in onOpenDecryptSession() argument 449 virtual status_t onOpenDecryptSession(int /* uniqueId */, in onOpenDecryptSession() argument
|
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | shadows_f.rs | 34 static const int ABITS = 4; constant 35 static const int HSCALE = 256; constant 36 static const int k1=255 << ABITS; constant 37 static const int k2=HSCALE << ABITS; constant
|