/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/base/services/tests/mockingservicestests/src/com/android/server/backup/transport/ |
D | BackupTransportClientTest.java | 216 @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/ |
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/native/services/surfaceflinger/tests/ |
D | Credentials_test.cpp | 125 UIDFaker f(AID_SYSTEM); in checkWithPrivileges() local 131 UIDFaker f(AID_GRAPHICS); in checkWithPrivileges() local 137 UIDFaker f(AID_SYSTEM); in checkWithPrivileges() local 143 UIDFaker f(AID_BIN); in checkWithPrivileges() local 149 UIDFaker f(AID_SHELL); in checkWithPrivileges() local 161 UIDFaker f(AID_GRAPHICS); in TEST_F() local 167 UIDFaker f(AID_SYSTEM); in TEST_F() local 173 UIDFaker f(AID_BIN); in TEST_F() local 188 UIDFaker f(AID_BIN); in TEST_F() local 243 UIDFaker f(AID_ROOT); in TEST_F() local [all …]
|
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
D | FormatterPerfTest.java | 44 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/tests/coretests/src/android/view/ |
D | InsetsAnimationControlImplTest.java | 238 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/minikin/tests/unittest/ |
D | FontFeatureTest.cpp | 48 auto f = cleanAndAddDefaultFontFeatures(MinikinPaint(font)); in TEST_F() local 58 auto f = cleanAndAddDefaultFontFeatures(paint); in TEST_F() local 70 auto f = cleanAndAddDefaultFontFeatures(paint); in TEST_F() local 84 auto f = cleanAndAddDefaultFontFeatures(paint); in TEST_F() local 100 auto f = cleanAndAddDefaultFontFeatures(paint); in TEST_F() local 110 auto f = cleanAndAddDefaultFontFeatures(paint); in TEST_F() local 121 auto f = cleanAndAddDefaultFontFeatures(paint); in TEST_F() local 138 auto f = cleanAndAddDefaultFontFeatures(paint); in TEST_F() 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/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/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 | 350 def _define_proc_hook_stub(cmd, f): argument 391 def _define_global_proc_hook(cmd, f): argument 410 def _define_instance_proc_hook(cmd, f): argument 443 def _define_device_proc_hook(cmd, f): argument
|
/frameworks/libs/binary_translation/assembler/instructions/ |
D | berberis_gen_asm_x86.py | 91 def _gen_generic_functions_h(f, insns, binary_assembler): argument 170 def _gen_emit_shortcut(f, insn, insns): argument 184 def _gen_emit_shortcut_shift(f, insn, insns): argument 205 def _gen_emit_shortcut_accumulator_imm8(f, insn, insns): argument 235 def _gen_emit_shortcut_generic_imm8(f, insn, insns): argument 253 def _gen_emit_shortcut_accumulator(f, insn, insns): argument 346 def _gen_emit_instruction(f, insn, rip_operand=False): argument 375 def _gen_memory_function_specializations_h(f, insns): argument
|
/frameworks/libs/binary_translation/assembler/ |
D | gen_asm_x86.py | 91 def _gen_generic_functions_h(f, insns, binary_assembler): argument 170 def _gen_emit_shortcut(f, insn, insns): argument 184 def _gen_emit_shortcut_shift(f, insn, insns): argument 205 def _gen_emit_shortcut_accumulator_imm8(f, insn, insns): argument 235 def _gen_emit_shortcut_generic_imm8(f, insn, insns): argument 253 def _gen_emit_shortcut_accumulator(f, insn, insns): argument 346 def _gen_emit_instruction(f, insn, rip_operand=False): argument 375 def _gen_memory_function_specializations_h(f, insns): argument
|
/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() 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/base/core/java/com/android/internal/flags/ |
D | CoreFlags.java | 62 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/rs/toolkit/ |
D | Convolve_neon.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 | Convolve_advsimd.S | 26 #define ENTRY(f) .text; .align 2; .globl f; .type f,#function; f: argument 27 #define END(f) .size f, .-f; argument
|
D | YuvToRgb_neon.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 | YuvToRgb_advsimd.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: argument 18 #define END(f) .size f, .-f; argument
|
/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
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | CompatModePackagesTests.java | 76 assertEquals(mAtm.mCompatModePackages.getCompatScale(TEST_PACKAGE, TEST_USER_ID), 1f, in testGetCompatScale_gameManagerReturnsZero() local 85 assertEquals(mAtm.mCompatModePackages.getCompatScale(TEST_PACKAGE, TEST_USER_ID), 1f, in testGetCompatScale_gameManagerReturnsNegative() local 91 assertEquals(mAtm.mCompatModePackages.getCompatScale(TEST_PACKAGE, TEST_USER_ID), 1f, in testGetCompatScale_noGameManager() local
|