| /frameworks/base/core/tests/benchmarks/src/android/util/ |
| D | FloatMathBenchmark.java | 24 float f = 0.0f; in timeFloatMathCeil() local 33 float f = 0.0f; in timeFloatMathCeil_math() local 42 float f = 0.0f; in timeFloatMathCos() local 51 float f = 0.0f; in timeFloatMathExp() local 60 float f = 0.0f; in timeFloatMathFloor() local 69 float f = 0.0f; in timeFloatMathHypot() local 78 float f = 0.0f; in timeFloatMathPow() local 87 float f = 0.0f; in timeFloatMathSin() local 96 float f = 0.0f; in timeFloatMathSqrt() local 105 float f = 0.0f; in timeFloatMathSqrt_math() local
|
| /frameworks/rs/ |
| D | rsg_generator.c | 24 void printFileHeader(FILE *f) { in printFileHeader() 42 void printVarType(FILE *f, const VarType *vt) { in printVarType() 77 void printVarTypeAndName(FILE *f, const VarType *vt) { in printVarTypeAndName() 85 void printArgList(FILE *f, const ApiEntry * api, int assumePrevious) { in printArgList() 95 void printStructures(FILE *f) { in printStructures() 119 void printFuncDecl(FILE *f, const ApiEntry *api, const char *prefix, int addContext, int isFnPtr) { in printFuncDecl() 145 void printFuncDecls(FILE *f, const char *prefix, int addContext, int externC) { in printFuncDecls() 157 void printPlaybackFuncs(FILE *f, const char *prefix) { in printPlaybackFuncs() 194 void printApiCpp(FILE *f) { in printApiCpp() 374 void printPlaybackCpp(FILE *f) { in printPlaybackCpp() [all …]
|
| D | rsProgramVertex.cpp | 48 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D( in setup() local 77 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D( in setProjectionMatrix() local 95 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D( in setModelviewMatrix() local 113 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D( in setTextureMatrix() local 131 float *f = static_cast<float *>( in getProjectionMatrix() local 141 float *f = static_cast<float *>( in transformToScreen() local 217 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(rsc, mDefaultAlloc.get())); in updateSize() local
|
| /frameworks/base/core/tests/coretests/src/android/view/ |
| D | InsetsAnimationControlImplTest.java | 227 mController.setInsetsAndAlpha(mController.getHiddenStateInsets(), 1f, 1f); in testPerceptible_insets() local 230 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 1f, 1f); in testPerceptible_insets() local 236 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 0f, 1f); in testPerceptible_alpha() local 239 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 1f, 1f); in testPerceptible_alpha() local
|
| /frameworks/base/telephony/java/android/telephony/ims/compat/ |
| D | ImsService.java | 151 MMTelFeature f = onCreateEmergencyMMTelImsFeature(slotId); in createEmergencyMMTelFeatureInternal() local 161 MMTelFeature f = onCreateMMTelImsFeature(slotId); in createMMTelFeatureInternal() local 171 RcsFeature f = onCreateRcsFeature(slotId); in createRcsFeatureInternal() local 180 private void setupFeature(ImsFeature f, int slotId, int featureType) { in setupFeature() 187 private void addImsFeature(int slotId, int featureType, ImsFeature f) { in addImsFeature() 210 ImsFeature f = features.get(featureType); in addImsFeatureStatusCallback() local 227 ImsFeature f = features.get(featureType); in removeImsFeatureStatusCallback() local 243 ImsFeature f = features.get(featureType); in removeImsFeature() local
|
| /frameworks/native/vulkan/scripts/ |
| D | api_generator.py | 105 def _define_extension_stub(cmd, f): argument 144 def _intercept_instance_proc_addr(f): argument 203 def _intercept_device_proc_addr(f): argument 248 def _api_dispatch(cmd, f): argument
|
| D | driver_generator.py | 342 def _define_proc_hook_stub(cmd, f): argument 383 def _define_global_proc_hook(cmd, f): argument 402 def _define_instance_proc_hook(cmd, f): argument 435 def _define_device_proc_hook(cmd, f): argument
|
| /frameworks/base/core/java/android/app/ |
| D | FragmentManager.java | 365 public abstract Fragment.SavedState saveFragmentInstanceState(Fragment f); in saveFragmentInstanceState() 462 public void onFragmentPreAttached(FragmentManager fm, Fragment f, Context context) {} in onFragmentPreAttached() 472 public void onFragmentAttached(FragmentManager fm, Fragment f, Context context) {} in onFragmentAttached() 483 public void onFragmentPreCreated(FragmentManager fm, Fragment f, in onFragmentPreCreated() 495 public void onFragmentCreated(FragmentManager fm, Fragment f, Bundle savedInstanceState) {} in onFragmentCreated() 506 public void onFragmentActivityCreated(FragmentManager fm, Fragment f, in onFragmentActivityCreated() 518 public void onFragmentViewCreated(FragmentManager fm, Fragment f, View v, in onFragmentViewCreated() 528 public void onFragmentStarted(FragmentManager fm, Fragment f) {} in onFragmentStarted() 537 public void onFragmentResumed(FragmentManager fm, Fragment f) {} in onFragmentResumed() 546 public void onFragmentPaused(FragmentManager fm, Fragment f) {} in onFragmentPaused() [all …]
|
| /frameworks/base/tools/aapt2/xml/ |
| D | XmlActionExecutor.cpp | 24 static bool wrapper_one(const XmlNodeAction::ActionFunc& f, Element* el, in wrapper_one() 29 static bool wrapper_two(const XmlNodeAction::ActionFuncWithDiag& f, Element* el, in wrapper_two() 34 static bool wrapper_three(const XmlNodeAction::ActionFuncWithPolicyAndDiag& f, Element* el, in wrapper_three() 39 void XmlNodeAction::Action(XmlNodeAction::ActionFunc f) { in Action() 44 void XmlNodeAction::Action(XmlNodeAction::ActionFuncWithDiag f) { in Action() 49 void XmlNodeAction::Action(XmlNodeAction::ActionFuncWithPolicyAndDiag f) { in Action()
|
| /frameworks/rs/cpu_ref/ |
| D | rsCpuIntrinsics_advsimd_Convolve.S | 26 #define ENTRY(f) .text; .align 2; .globl f; .type f,#function; f: argument 27 #define END(f) .size f, .-f; argument
|
| D | rsCpuIntrinsics_neon_Convolve.S | 26 #define ENTRY(f) .text; .align 0; .globl f; .type f,#function; f: .fnstart argument 27 #define END(f) .fnend; .size f, .-f; argument
|
| D | rsCpuIntrinsics_neon_YuvToRGB.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart argument 18 #define END(f) .fnend; .size f, .-f; argument
|
| D | rsCpuIntrinsics_advsimd_3DLUT.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: argument 18 #define END(f) .size f, .-f; argument
|
| D | rsCpuIntrinsics_advsimd_YuvToRGB.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: argument 18 #define END(f) .size f, .-f; argument
|
| D | rsCpuIntrinsics_neon_3DLUT.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart argument 18 #define END(f) .fnend; .size f, .-f; argument
|
| /frameworks/base/telephony/java/android/telephony/ims/ |
| D | ImsService.java | 300 MmTelFeature f = createMmTelFeature(slotId); in createMmTelFeatureInternal() local 311 RcsFeature f = createRcsFeature(slotId); in createRcsFeatureInternal() local 321 private void setupFeature(ImsFeature f, int slotId, int featureType) { in setupFeature() 336 ImsFeature f = features.get(featureType); in addImsFeatureStatusCallback() local 353 ImsFeature f = features.get(featureType); in removeImsFeatureStatusCallback() local 360 private void addImsFeature(int slotId, int featureType, ImsFeature f) { in addImsFeature() 382 ImsFeature f = features.get(featureType); in removeImsFeature() local
|
| /frameworks/base/libs/hostgraphics/ |
| D | PublicFormat.cpp | 21 android_dataspace mapPublicFormatToHalDataspace(PublicFormat f) { in mapPublicFormatToHalDataspace() 25 int mapPublicFormatToHalFormat(PublicFormat f) { in mapPublicFormatToHalFormat()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/ |
| D | OverScroll.java | 34 private static float overScrollInfluenceCurve(float f) { in overScrollInfluenceCurve() 47 float f = amount / max; in dampedScroll() local
|
| /frameworks/native/libs/ui/ |
| D | PublicFormat.cpp | 26 int mapPublicFormatToHalFormat(PublicFormat f) { in mapPublicFormatToHalFormat() 46 android_dataspace mapPublicFormatToHalDataspace(PublicFormat f) { in mapPublicFormatToHalDataspace()
|
| /frameworks/base/core/java/com/android/internal/util/function/pooled/ |
| D | OmniFunction.java | 69 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in invoke() 161 public R apply(A a, B b, C c, D d, E e, F f) { in apply() 166 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply() 171 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply() 176 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply() 181 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in apply() 186 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k) { in apply() 201 public void accept(A a, B b, C c, D d, E e, F f) { in accept() 206 public void accept(A a, B b, C c, D d, E e, F f, G g) { in accept() 211 public void accept(A a, B b, C c, D d, E e, F f, G g, H h) { in accept() [all …]
|
| /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
| D | Convolve3x3.java | 41 float f[] = new float[9]; in updateMatrix() local 55 float f[] = updateMatrix(1.f); in createTest() local 70 float f[] = updateMatrix(time % 1.f); in animateBars() local
|
| D | Convolve5x5.java | 41 float f[] = new float[25]; in updateMatrix() local 62 float f[] = updateMatrix(1.f); in createTest() local 89 float f[] = updateMatrix(time % 1.f); in animateBars() local
|
| /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
| D | Convolve3x3.java | 48 float f[] = new float[9]; in updateMatrix() local 62 float f[] = updateMatrix(1.f); in createTest() local 77 float f[] = updateMatrix(time % 1.f); in animateBars() local
|
| D | Convolve5x5.java | 48 float f[] = new float[25]; in updateMatrix() local 69 float f[] = updateMatrix(1.f); in createTest() local 96 float f[] = updateMatrix(time % 1.f); in animateBars() local
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | WatchedIntentResolver.java | 102 public void addFilter(F f) { in addFilter() 109 public void removeFilter(F f) { in removeFilter() 116 protected void removeFilterInternal(F f) { in removeFilterInternal()
|