Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/frameworks/base/core/tests/benchmarks/src/android/util/
DFloatMathBenchmark.java24 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/
Drsg_generator.c24 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 …]
DrsProgramVertex.cpp48 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/java/android/app/
DFragmentManager.java365 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/telephony/java/android/telephony/ims/compat/
DImsService.java142 MMTelFeature f = onCreateEmergencyMMTelImsFeature(slotId); in createEmergencyMMTelFeatureInternal() local
153 MMTelFeature f = onCreateMMTelImsFeature(slotId); in createMMTelFeatureInternal() local
164 RcsFeature f = onCreateRcsFeature(slotId); in createRcsFeatureInternal() local
173 private void setupFeature(ImsFeature f, int slotId, int featureType, in setupFeature()
183 private void addImsFeature(int slotId, int featureType, ImsFeature f) { in addImsFeature()
206 ImsFeature f = features.get(featureType); in removeImsFeature() local
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_neon_Convolve.S26 #define ENTRY(f) .text; .align 0; .globl f; .type f,#function; f: .fnstart argument
27 #define END(f) .fnend; .size f, .-f; argument
DrsCpuIntrinsics_advsimd_Convolve.S26 #define ENTRY(f) .text; .align 2; .globl f; .type f,#function; f: argument
27 #define END(f) .size f, .-f; argument
DrsCpuIntrinsics_neon_YuvToRGB.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart argument
18 #define END(f) .fnend; .size f, .-f; argument
DrsCpuIntrinsics_advsimd_3DLUT.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: argument
18 #define END(f) .size f, .-f; argument
DrsCpuIntrinsics_advsimd_YuvToRGB.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: argument
18 #define END(f) .size f, .-f; argument
DrsCpuIntrinsics_neon_3DLUT.S17 #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/tools/aapt2/xml/
DXmlActionExecutor.cpp24 static bool wrapper_one(XmlNodeAction::ActionFunc& f, Element* el, SourcePathDiagnostics*) { in wrapper_one()
28 static bool wrapper_two(XmlNodeAction::ActionFuncWithDiag& f, Element* el, in wrapper_two()
33 void XmlNodeAction::Action(XmlNodeAction::ActionFunc f) { in Action()
38 void XmlNodeAction::Action(XmlNodeAction::ActionFuncWithDiag f) { in Action()
/frameworks/base/telephony/java/android/telephony/ims/
DImsService.java209 MmTelFeature f = createMmTelFeature(slotId); in createMmTelFeatureInternal() local
221 RcsFeature f = createRcsFeature(slotId); in createRcsFeatureInternal() local
231 private void setupFeature(ImsFeature f, int slotId, int featureType, in setupFeature()
238 private void addImsFeature(int slotId, int featureType, ImsFeature f) { in addImsFeature()
261 ImsFeature f = features.get(featureType); in removeImsFeature() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
DOverScroll.java34 private static float overScrollInfluenceCurve(float f) { in overScrollInfluenceCurve()
47 float f = amount / max; in dampedScroll() local
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DConvolve3x3.java41 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
DConvolve5x5.java41 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/
DConvolve3x3.java48 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
DConvolve5x5.java48 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/native/libs/ui/
DPublicFormat.cpp26 int mapPublicFormatToHalFormat(PublicFormat f) { in mapPublicFormatToHalFormat()
44 android_dataspace mapPublicFormatToHalDataspace(PublicFormat f) { in mapPublicFormatToHalDataspace()
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DOmniFunction.java58 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i); in invoke()
135 public R apply(A a, B b, C c, D d, E e, F f) { in apply()
140 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply()
145 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply()
150 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply()
165 public void accept(A a, B b, C c, D d, E e, F f) { in accept()
170 public void accept(A a, B b, C c, D d, E e, F f, G g) { in accept()
175 public void accept(A a, B b, C c, D d, E e, F f, G g, H h) { in accept()
180 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in accept()
/frameworks/ml/nn/tools/systrace_parser/parser/
Daggregate.py138 def zero_to_nan_if_missing(f, phase, layer): argument
151 def nan_to_zero(f): argument
/frameworks/compile/libbcc/lib/
DCompilerConfig.cpp40 for (const auto& f : features) in AddX86NativeCPUFeatures() local
238 llvm::SubtargetFeatures f; in setFeatureString() local
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dglobal_struct.c17 float f = 0.f; variable
28 int f = 10; // shadow in main() local
Dlocals.cpp17 float f; member
24 float f = 0.f; in main() local
Dglobals.c24 float f = 0.f; variable
35 int f = 10; // shadow in main() local

12345678910>>...14