/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_fast_d1new.rs | 49 static int g_use_integral_image; constant 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; variable 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_function.rs | 19 static int twenty() { variable 23 static int some_function() { constant 27 static int foo() { variable 31 static int bar() { constant
|
D | breakpoint_inlined_sourceline.rs | 18 static int twenty() { variable 22 static int some_function() { variable 26 static int foo() { constant 30 static int bar() { variable
|
D | breakpoint_sourceline.rs | 14 static int twenty() { constant 18 static int some_function() { constant 22 static int foo() { variable 26 static int bar() { constant
|
D | crash.rs | 12 static int function_with_a_segfault() { variable 18 static int some_function() { variable 22 static int foo() { constant 26 static int bar() { variable
|
D | global_int.rs | 20 static int twenty() { variable 24 static int some_function() { variable 28 static int foo() { constant 32 static int bar() { constant
|
D | breakpoint_function.rs | 15 static int twenty() { constant 19 static int some_function() { variable 23 static int foo() { constant 27 static int bar() { variable
|
/frameworks/compile/slang/tests/F_kernel_static/ |
D | kernel_static.rs | 4 static int gi; variable 7 static int j; constant 13 static const int ci; constant 14 static int i; constant 18 static int RS_KERNEL static_kernel() { constant
|
/frameworks/rs/tests/java_api/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; } constant 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/tests/java_api/RSTest_CompatLib/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
|
/frameworks/rs/tests/java_api/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
|
/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/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | threshold.rs | 22 static int radius; constant 28 const int MAX_RADIUS = 25; constant
|
D | threshold_half.rs | 22 static int radius; variable 28 const int MAX_RADIUS = 25; constant
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | threshold.rs | 22 static int radius; variable 28 const int MAX_RADIUS = 25; constant
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | threshold.rs | 22 static int radius; constant 28 const int MAX_RADIUS = 25; constant
|
/frameworks/av/drm/libdrmframework/plugins/passthru/src/ |
D | DrmPassthruPlugIn.cpp | 55 DrmMetadata* DrmPassthruPlugIn::onGetMetadata(int /*uniqueId*/, const String8* /*path*/) { in onGetMetadata() argument 59 DrmConstraints* DrmPassthruPlugIn::onGetConstraints( in onGetConstraints() argument 160 bool DrmPassthruPlugIn::onCanHandle(int /*uniqueId*/, const String8& path) { in onCanHandle() argument 167 String8 DrmPassthruPlugIn::onGetOriginalMimeType(int uniqueId, in onGetOriginalMimeType() argument 179 int DrmPassthruPlugIn::onCheckRightsStatus(int uniqueId, const String8& /*path*/, int /*action*/) { in onCheckRightsStatus() argument 185 status_t DrmPassthruPlugIn::onConsumeRights(int uniqueId, in onConsumeRights() argument 191 status_t DrmPassthruPlugIn::onSetPlaybackStatus(int uniqueId, in onSetPlaybackStatus() argument 197 bool DrmPassthruPlugIn::onValidateAction(int uniqueId, in onValidateAction() argument 213 status_t DrmPassthruPlugIn::onOpenConvertSession(int uniqueId, int /*convertId*/) { in onOpenConvertSession() argument 219 int uniqueId, int /*convertId*/, const DrmBuffer* inputData) { in onConvertData() argument [all …]
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | find_region.rs | 130 static int width(int4 rec) { return rec.z - rec.x; } constant 131 static int height(int4 rec) { return rec.w - rec.y; } variable
|
/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/base/media/tests/players/ |
D | invoke_mock_media_player.cpp | 72 virtual status_t setDataSource(int /* fd */, int64_t /* offset */, int64_t /* length */) { in setDataSource() argument 85 … virtual status_t seekTo(int /* msec */, android::MediaPlayerSeekMode /* mode */) { return OK; } in seekTo() argument 86 virtual status_t getCurrentPosition(int* /* msec */) { return OK; } in getCurrentPosition() argument 87 virtual status_t getDuration(int* /* msec */) { return OK; } in getDuration() argument 89 virtual status_t setLooping(int /* loop */) { return OK; } in setLooping() argument 92 virtual status_t setParameter(int /* key */, const Parcel& /* request */) { return OK; } in setParameter() argument 93 virtual status_t getParameter(int /* key */, Parcel* /* reply */) { return OK; } in getParameter() argument
|