Home
last modified time | relevance | path

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

12345678910>>...18

/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/base/tools/hoststubgen/hoststubgen/test/com/android/hoststubgen/utils/
DClassFilterTest.kt26 val f = ClassFilter.newNullFilter(true) in testDefaultTrue() constant
32 val f = ClassFilter.newNullFilter(false) in testDefaultFalse() constant
38 val f = ClassFilter.buildFromString(""" in testComplex1() constant
60 val f = ClassFilter.buildFromString(""" in testComplex2() constant
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/transport/
DBackupTransportClientTest.java216 @Override public void name(AndroidFuture<String> f) throws RemoteException {} in name()
217 @Override public void transportDirName(AndroidFuture<String> f) throws RemoteException {} in transportDirName()
218 @Override public void configurationIntent(AndroidFuture<Intent> f) throws RemoteException {} in configurationIntent()
219 @Override public void currentDestinationString(AndroidFuture<String> f) in currentDestinationString()
221 @Override public void dataManagementIntent(AndroidFuture<Intent> f) in dataManagementIntent()
223 @Override public void dataManagementIntentLabel(AndroidFuture<CharSequence> f) in dataManagementIntentLabel()
229 @Override public void requestBackupTime(AndroidFuture<Long> f) throws RemoteException {} in requestBackupTime()
230 @Override public void performBackup(PackageInfo i, ParcelFileDescriptor fd, int f, in performBackup()
232 @Override public void getAvailableRestoreSets(AndroidFuture<List<RestoreSet>> f) in getAvailableRestoreSets()
234 @Override public void getCurrentRestoreSet(AndroidFuture<Long> f) throws RemoteException {} in getCurrentRestoreSet()
[all …]
/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()
160 void printPlaybackFuncs(FILE *f, const char *prefix) { in printPlaybackFuncs()
197 void printApiCpp(FILE *f) { in printApiCpp()
377 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/native/services/surfaceflinger/tests/
DCredentials_test.cpp123 UIDFaker f(AID_SYSTEM); in checkWithPrivileges() local
129 UIDFaker f(AID_GRAPHICS); in checkWithPrivileges() local
135 UIDFaker f(AID_SYSTEM); in checkWithPrivileges() local
141 UIDFaker f(AID_BIN); in checkWithPrivileges() local
147 UIDFaker f(AID_SHELL); in checkWithPrivileges() local
159 UIDFaker f(AID_GRAPHICS); in TEST_F() local
165 UIDFaker f(AID_SYSTEM); in TEST_F() local
171 UIDFaker f(AID_BIN); in TEST_F() local
186 UIDFaker f(AID_BIN); in TEST_F() local
241 UIDFaker f(AID_ROOT); in TEST_F() local
[all …]
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DFormatterPerfTest.java44 Formatter f = new Formatter(); in timeFormatter_NoFormatting() local
63 Formatter f = new Formatter(); in timeFormatter_OneInt() local
74 Formatter f = new Formatter(); in timeFormatter_OneIntArabic() local
95 Formatter f = new Formatter(); in timeFormatter_OneHexInt() local
116 Formatter f = new Formatter(); in timeFormatter_OneFloat() local
126 Formatter f = new Formatter(); in timeFormatter_OneFloat_dot2f() local
136 Formatter f = new Formatter(); in timeFormatter_TwoFloats() local
156 Formatter f = new Formatter(); in timeFormatter_OneString() 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/core/tests/coretests/src/android/view/
DInsetsAnimationControlImplTest.java238 mController.setInsetsAndAlpha(mController.getHiddenStateInsets(), 1f, 1f); in testPerceptible_insets() local
241 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 1f, 1f); in testPerceptible_insets() local
247 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 0f, 1f); in testPerceptible_alpha() local
250 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 1f, 1f); in testPerceptible_alpha() local
/frameworks/base/telephony/java/android/telephony/ims/compat/
DImsService.java151 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/libs/binary_translation/assembler/
Dgen_asm_x86.py93 def _gen_generic_functions_h(f, insns, binary_assembler): argument
172 def _gen_emit_shortcut(f, insn, insns): argument
186 def _gen_emit_shortcut_shift(f, insn, insns): argument
207 def _gen_emit_shortcut_accumulator_imm8(f, insn, insns): argument
237 def _gen_emit_shortcut_generic_imm8(f, insn, insns): argument
255 def _gen_emit_shortcut_accumulator(f, insn, insns): argument
343 def _gen_emit_instruction(f, insn, rip_operand=False): argument
382 def _gen_memory_function_specializations_h(f, insns): argument
/frameworks/native/vulkan/scripts/
Dapi_generator.py105 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
Ddriver_generator.py352 def _define_proc_hook_stub(cmd, f): argument
393 def _define_global_proc_hook(cmd, f): argument
412 def _define_instance_proc_hook(cmd, f): argument
445 def _define_device_proc_hook(cmd, f): argument
/frameworks/base/tools/aapt2/xml/
DXmlActionExecutor.cpp24 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()
35 static bool wrapper_three(const XmlNodeAction::ActionFuncWithPolicyAndDiag& f, Element* el, in wrapper_three()
41 void XmlNodeAction::Action(XmlNodeAction::ActionFunc f) { in Action()
46 void XmlNodeAction::Action(XmlNodeAction::ActionFuncWithDiag f) { in Action()
51 void XmlNodeAction::Action(XmlNodeAction::ActionFuncWithPolicyAndDiag f) { in Action()
/frameworks/minikin/tests/unittest/
DFontFeatureTest.cpp50 auto f = cleanAndAddDefaultFontFeatures(MinikinPaint(font)); in TEST_F() local
60 auto f = cleanAndAddDefaultFontFeatures(paint); in TEST_F() local
72 auto f = cleanAndAddDefaultFontFeatures(paint); in TEST_F() local
86 auto f = cleanAndAddDefaultFontFeatures(paint); in TEST_F() local
102 auto f = cleanAndAddDefaultFontFeatures(paint); in TEST_F() local
112 auto f = cleanAndAddDefaultFontFeatures(paint); in TEST_F() local
123 auto f = cleanAndAddDefaultFontFeatures(paint); in TEST_F() local
140 auto f = cleanAndAddDefaultFontFeatures(paint); in TEST_F() local
/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dfile_test.cc60 TempFile f; in TEST() local
65 TempFile f; in TEST() local
75 TempFile f; in TEST() local
85 TempFile f; in TEST() local
90 TempFile f; in TEST() local
99 TempFile f; in TEST() local
109 TempFile f; in TEST() local
120 TempFile f; in TEST() local
129 TempFile f; in TEST() local
137 FILE* f = tmpfile(); in TEST() local
[all …]
/frameworks/base/core/java/com/android/internal/flags/
DCoreFlags.java62 BooleanFlag f = FeatureFlags.booleanFlag(namespace, name, defaultValue); in booleanFlag() local
70 FusedOffFlag f = FeatureFlags.fusedOffFlag(namespace, name); in fusedOffFlag() local
78 FusedOnFlag f = FeatureFlags.fusedOnFlag(namespace, name); in fusedOnFlag() local
87 DynamicBooleanFlag f = FeatureFlags.dynamicBooleanFlag(namespace, name, defaultValue); in dynamicBooleanFlag() local
/frameworks/native/libs/ftl/
Dfunction_test.cpp114 ftl::Function<void()> f; in TEST() local
146 ftl::Function<int()> f; in TEST() local
201 auto f = ftl::Function([] { return 1; }); in TEST() local
232 auto check = [](Function f) { return f(0); }; in TEST()
264 auto f = ftl::make_function<&Observer::setCalled>(&observer); in TEST() local
279 const auto f = ftl::make_function<&Observer::setCalled>(&observer); in TEST() local
294 const auto f = ftl::make_function<&Observer::setCalled>(&observer); in TEST() local
304 auto f = ftl::make_function([](int a, int b) { return a + b; }); in TEST() local
310 auto f = ftl::make_function([&called](int a, int b) { in TEST() local
320 auto f = ftl::make_function([&called](int a, int b) mutable { in TEST() local
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DCompatModePackagesTests.java93 assertEquals(mAtm.mCompatModePackages.getCompatScale(TEST_PACKAGE, TEST_USER_ID), 1f, in testGetCompatScale_gameManagerReturnsZero() local
102 assertEquals(mAtm.mCompatModePackages.getCompatScale(TEST_PACKAGE, TEST_USER_ID), 1f, in testGetCompatScale_gameManagerReturnsNegative() local
108 assertEquals(mAtm.mCompatModePackages.getCompatScale(TEST_PACKAGE, TEST_USER_ID), 1f, in testGetCompatScale_noGameManager() local
/frameworks/rs/toolkit/
DConvolve_neon.S26 #define ENTRY(f) .text; .align 0; .globl f; .type f,#function; f: .fnstart argument
27 #define END(f) .fnend; .size f, .-f; argument
DConvolve_advsimd.S26 #define ENTRY(f) .text; .align 2; .globl f; .type f,#function; f: argument
27 #define END(f) .size f, .-f; argument
/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
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DOmniFunction.java69 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()
146 public R apply(A a, B b, C c, D d, E e, F f) { in apply()
151 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply()
156 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply()
161 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply()
166 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()
171 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()
186 public void accept(A a, B b, C c, D d, E e, F f) { in accept()
191 public void accept(A a, B b, C c, D d, E e, F f, G g) { in accept()
196 public void accept(A a, B b, C c, D d, E e, F f, G g, H h) { in accept()
[all …]
/frameworks/native/include/ftl/
Dflags.h42 constexpr Flags(F f) : mFlags(static_cast<U>(f)) {} in Flags()
44 constexpr Flags(const Flags<F>& f) : mFlags(f.mFlags) {} in Flags()
118 U f = static_cast<U>(flag); in test() local
126 bool all(Flags<F> f) const { return (mFlags & f.mFlags) == f.mFlags; } in all()

12345678910>>...18