Home
last modified time | relevance | path

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

12345678910>>...19

/frameworks/base/ravenwood/tools/hoststubgen/test/com/android/hoststubgen/utils/
DClassPredicateTest.kt26 val f = ClassPredicate.newConstantPredicate(true) in testDefaultTrue() constant
32 val f = ClassPredicate.newConstantPredicate(false) in testDefaultFalse() constant
38 val f = ClassPredicate.buildFromString(""" in testComplex1() constant
60 val f = ClassPredicate.buildFromString(""" in testComplex2() constant
78 val f = ClassPredicate.buildFromString("a.b.c\nm.n.o\$p\n", false, "X") in testNestedClass() constant
104 val f = ClassPredicate.buildFromString(""" in testSuffix() constant
/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/native/services/surfaceflinger/tests/
DCredentials_test.cpp124 UIDFaker f(AID_SYSTEM); in checkWithPrivileges() local
130 UIDFaker f(AID_GRAPHICS); in checkWithPrivileges() local
136 UIDFaker f(AID_SYSTEM); in checkWithPrivileges() local
142 UIDFaker f(AID_BIN); in checkWithPrivileges() local
148 UIDFaker f(AID_SHELL); in checkWithPrivileges() local
160 UIDFaker f(AID_GRAPHICS); in TEST_F() local
166 UIDFaker f(AID_SYSTEM); in TEST_F() local
172 UIDFaker f(AID_BIN); in TEST_F() local
187 UIDFaker f(AID_BIN); in TEST_F() local
242 UIDFaker f(AID_ROOT); in TEST_F() local
[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/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/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/services/tests/mockingservicestests/src/com/android/server/backup/transport/
DBackupTransportClientTest.java310 @Override public void name(AndroidFuture<String> f) throws RemoteException {} in name()
311 @Override public void transportDirName(AndroidFuture<String> f) throws RemoteException {} in transportDirName()
312 @Override public void configurationIntent(AndroidFuture<Intent> f) throws RemoteException {} in configurationIntent()
313 @Override public void currentDestinationString(AndroidFuture<String> f) in currentDestinationString()
315 @Override public void dataManagementIntent(AndroidFuture<Intent> f) in dataManagementIntent()
317 @Override public void dataManagementIntentLabel(AndroidFuture<CharSequence> f) in dataManagementIntentLabel()
323 @Override public void requestBackupTime(AndroidFuture<Long> f) throws RemoteException {} in requestBackupTime()
324 @Override public void performBackup(PackageInfo i, ParcelFileDescriptor fd, int f, in performBackup()
326 @Override public void getAvailableRestoreSets(AndroidFuture<List<RestoreSet>> f) in getAvailableRestoreSets()
328 @Override public void getCurrentRestoreSet(AndroidFuture<Long> f) throws RemoteException {} in getCurrentRestoreSet()
[all …]
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsAnimationControlImplTest.java246 mController.setInsetsAndAlpha(mController.getHiddenStateInsets(), 1f, 1f); in testPerceptible_insets() local
249 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 1f, 1f); in testPerceptible_insets() local
255 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 0f, 1f); in testPerceptible_alpha() local
258 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/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/native/vulkan/scripts/
Dapi_generator.py108 def _define_extension_stub(cmd, f): argument
147 def _intercept_instance_proc_addr(f): argument
206 def _intercept_device_proc_addr(f): argument
251 def _api_dispatch(cmd, f): argument
Ddriver_generator.py356 def _define_proc_hook_stub(cmd, f): argument
397 def _define_global_proc_hook(cmd, f): argument
416 def _define_instance_proc_hook(cmd, f): argument
449 def _define_device_proc_hook(cmd, f): argument
Dvkjson_generator.py129 def generate_extension_struct_definition(f): argument
172 def generate_vk_core_struct_definition(f): argument
208 def generate_memset_statements(f): argument
465 def emit_struct_visits_by_vk_version(f, version): argument
/frameworks/libs/binary_translation/assembler/
Dgen_asm.py125 def _handle_jump(insn, jump_is_conditional, f): argument
145 def _handle_def_register_reset(name, insn, arch, f): argument
216 def _gen_generic_functions_h(f, insns, arch, assembler_mode): argument
346 def _gen_emit_shortcut(f, insn, insns): argument
360 def _gen_emit_shortcut_shift(f, insn, insns): argument
381 def _gen_emit_shortcut_accumulator_imm8(f, insn, insns): argument
411 def _gen_emit_shortcut_generic_imm8(f, insn, insns): argument
429 def _gen_emit_shortcut_accumulator(f, insn, insns): argument
521 def _gen_emit_instruction(f, insn, arch, rip_operand=False, dyn_rm=False): argument
546 def _gen_memory_function_specializations_h(f, insns, arch): 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/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/native/libs/binder/include/binder/
DFunctional.h41 inline scope_guard(F&& f) : f_(std::move(f)) {} in scope_guard()
47 inline scope_guard<F> make_scope_guard(F f) { in make_scope_guard()
66 SmallFunction(F&& f) : std::function<T>(f) { in SmallFunction()
/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/include/ftl/
Dflags.h43 constexpr Flags(F f) : mFlags(static_cast<U>(f)) {} in Flags()
46 constexpr Flags(const Flags<F>& f) : mFlags(f.mFlags) {} in Flags()
120 U f = static_cast<U>(flag); in test() local
128 bool all(Flags<F> f) const { return (mFlags & f.mFlags) == f.mFlags; } in all()
204 for (const F f : fs) { in combine() 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/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/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
/frameworks/rs/toolkit/
DConvolve_advsimd.S26 #define ENTRY(f) .text; .align 2; .globl f; .type f,#function; f: argument
27 #define END(f) .size f, .-f; argument

12345678910>>...19