/aosp12/bionic/libc/private/ |
H A D | bionic_asm.h | 37 #define __bionic_asm_custom_entry(f) argument 38 #define __bionic_asm_custom_end(f) argument 52 #define ENTRY_NO_DWARF(f) \ argument 60 #define ENTRY(f) \ argument 64 #define END_NO_DWARF(f) \ argument 68 #define END(f) \ argument 73 #define ENTRY_PRIVATE(f) \ argument 78 #define ENTRY_PRIVATE_NO_DWARF(f) \ argument 82 #define __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(f) \ argument
|
/aosp12/frameworks/base/core/tests/benchmarks/src/android/util/ |
H A 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
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/ |
H A D | mlerrorcode.h | 24 #define CALL_N_CHECK(f) { \ argument 32 #define CALL_CHECK_N_RETURN_ERROR(f) { \ argument 42 #define CALL_CHECK_N_RETURN(f) do { \ argument 51 #define CALL_CHECK_N_EXIT(f) { \ argument 61 #define CALL_CHECK_N_CALLBACK(f, cb) { \ argument 70 #define CALL_CHECK_N_GOTO(f, label) { \ argument
|
/aosp12/system/extras/libfec/ |
H A D | fec_open.cpp | 89 static int find_verity_offset(fec_handle *f, uint64_t *offset) in find_verity_offset() 99 static int parse_ecc_header(fec_handle *f, uint64_t offset) in parse_ecc_header() 198 static int parse_ecc(fec_handle *f, uint64_t offset) in parse_ecc() 220 static int get_squashfs_size(fec_handle *f, uint64_t *offset) in get_squashfs_size() 248 static int get_ext4_size(fec_handle *f, uint64_t *offset) in get_ext4_size() 275 static int get_fs_size(fec_handle *f, uint64_t *offset) in get_fs_size() 304 static int load_verity(fec_handle *f) in load_verity() 346 static int load_ecc(fec_handle *f) in load_ecc() 363 static int get_size(fec_handle *f) in get_size() 394 static void reset_handle(fec_handle *f) in reset_handle() [all …]
|
/aosp12/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
H A D | DirectoryTests.java | 30 final File f = new File("/data/misc/stats-active-metric/"); in testStatsActiveMetricDirectoryExists() local 37 final File f = new File("/data/misc/stats-data/"); in testStatsDataDirectoryExists() local 44 final File f = new File("/data/misc/stats-metadata/"); in testStatsMetadataDirectoryExists() local 51 final File f = new File("/data/misc/stats-service/"); in testStatsServiceDirectoryExists() local 58 final File f = new File("/data/misc/train-info/"); in testTrainInfoDirectoryExists() local
|
/aosp12/art/libnativebridge/ |
H A D | native_bridge_lazy.cc | 38 auto f = reinterpret_cast<FuncPtr>(dlsym(GetLibHandle(), function_name)); in GetFuncPtr() local 48 static auto f = GET_FUNC_PTR(NeedsNativeBridge); in NeedsNativeBridge() local 53 static auto f = GET_FUNC_PTR(PreInitializeNativeBridge); in PreInitializeNativeBridge() local 58 static auto f = GET_FUNC_PTR(NativeBridgeAvailable); in NativeBridgeAvailable() local 63 static auto f = GET_FUNC_PTR(NativeBridgeInitialized); in NativeBridgeInitialized() local 68 static auto f = GET_FUNC_PTR(NativeBridgeGetTrampoline); in NativeBridgeGetTrampoline() local 73 static auto f = GET_FUNC_PTR(NativeBridgeGetError); in NativeBridgeGetError() local
|
/aosp12/frameworks/rs/ |
H A 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 …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A 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
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | FragmentManager.java | 942 Fragment f = mActive.get(index); in getFragment() local 1485 void moveToState(Fragment f) { in moveToState() 1683 void makeActive(Fragment f) { in makeActive() 1696 void makeInactive(Fragment f) { in makeInactive() 1829 Fragment f = mAdded.get(i); in findFragmentById() local 3108 Fragment f = mAdded.get(i); in dispatchConfigurationChanged() local 3117 Fragment f = mAdded.get(i); in dispatchLowMemory() local 3126 Fragment f = mAdded.get(i); in dispatchTrimMemory() local 3140 Fragment f = mAdded.get(i); in dispatchCreateOptionsMenu() local 3172 Fragment f = mAdded.get(i); in dispatchPrepareOptionsMenu() local [all …]
|
/aosp12/art/libnativeloader/ |
H A D | native_loader_lazy.cpp | 38 auto f = reinterpret_cast<FuncPtr>(dlsym(GetLibHandle(), function_name)); in GetFuncPtr() local 50 static auto f = GET_FUNC_PTR(CreateClassLoaderNamespace); in CreateClassLoaderNamespace() local 58 static auto f = GET_FUNC_PTR(OpenNativeLibrary); in OpenNativeLibrary() local 64 static auto f = GET_FUNC_PTR(CloseNativeLibrary); in CloseNativeLibrary() local 69 static auto f = GET_FUNC_PTR(NativeLoaderFreeErrorMessage); in NativeLoaderFreeErrorMessage() local 74 static auto f = GET_FUNC_PTR(FindNamespaceByClassLoader); in FindNamespaceByClassLoader() local 80 static auto f = GET_FUNC_PTR(FindNativeLoaderNamespaceByClassLoader); in FindNativeLoaderNamespaceByClassLoader() local 86 static auto f = GET_FUNC_PTR(OpenNativeLibraryInNamespace); in OpenNativeLibraryInNamespace() local
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/ |
H A 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
|
/aosp12/art/test/918-fields/src/art/ |
H A D | Test918.java | 39 Field f = base.getDeclaredField(fieldName); in testField() local 62 private static native String[] getFieldName(Field f); in getFieldName() 63 private static native Class<?> getFieldDeclaringClass(Field f); in getFieldDeclaringClass() 64 private static native int getFieldModifiers(Field f); in getFieldModifiers() 65 private static native boolean isFieldSynthetic(Field f); in isFieldSynthetic()
|
/aosp12/art/test/1968-force-early-return/src/art/ |
H A D | NonStandardExit.java | 22 public static native void forceEarlyReturnFloat(Thread thr, float f); in forceEarlyReturnFloat() 23 public static native void forceEarlyReturnDouble(Thread thr, double f); in forceEarlyReturnDouble() 24 public static native void forceEarlyReturnInt(Thread thr, int f); in forceEarlyReturnInt() 25 public static native void forceEarlyReturnLong(Thread thr, long f); in forceEarlyReturnLong() 26 public static native void forceEarlyReturnObject(Thread thr, Object f); in forceEarlyReturnObject()
|
/aosp12/art/test/1969-force-early-return-void/src/art/ |
H A D | NonStandardExit.java | 22 public static native void forceEarlyReturnFloat(Thread thr, float f); in forceEarlyReturnFloat() 23 public static native void forceEarlyReturnDouble(Thread thr, double f); in forceEarlyReturnDouble() 24 public static native void forceEarlyReturnInt(Thread thr, int f); in forceEarlyReturnInt() 25 public static native void forceEarlyReturnLong(Thread thr, long f); in forceEarlyReturnLong() 26 public static native void forceEarlyReturnObject(Thread thr, Object f); in forceEarlyReturnObject()
|
/aosp12/art/test/1970-force-early-return-long/src/art/ |
H A D | NonStandardExit.java | 22 public static native void forceEarlyReturnFloat(Thread thr, float f); in forceEarlyReturnFloat() 23 public static native void forceEarlyReturnDouble(Thread thr, double f); in forceEarlyReturnDouble() 24 public static native void forceEarlyReturnInt(Thread thr, int f); in forceEarlyReturnInt() 25 public static native void forceEarlyReturnLong(Thread thr, long f); in forceEarlyReturnLong() 26 public static native void forceEarlyReturnObject(Thread thr, Object f); in forceEarlyReturnObject()
|
/aosp12/art/test/1971-multi-force-early-return/src/art/ |
H A D | NonStandardExit.java | 22 public static native void forceEarlyReturnFloat(Thread thr, float f); in forceEarlyReturnFloat() 23 public static native void forceEarlyReturnDouble(Thread thr, double f); in forceEarlyReturnDouble() 24 public static native void forceEarlyReturnInt(Thread thr, int f); in forceEarlyReturnInt() 25 public static native void forceEarlyReturnLong(Thread thr, long f); in forceEarlyReturnLong() 26 public static native void forceEarlyReturnObject(Thread thr, Object f); in forceEarlyReturnObject()
|
/aosp12/art/test/jvmti-common/ |
H A D | NonStandardExit.java | 22 public static native void forceEarlyReturnFloat(Thread thr, float f); in forceEarlyReturnFloat() 23 public static native void forceEarlyReturnDouble(Thread thr, double f); in forceEarlyReturnDouble() 24 public static native void forceEarlyReturnInt(Thread thr, int f); in forceEarlyReturnInt() 25 public static native void forceEarlyReturnLong(Thread thr, long f); in forceEarlyReturnLong() 26 public static native void forceEarlyReturnObject(Thread thr, Object f); in forceEarlyReturnObject()
|
/aosp12/frameworks/native/vulkan/scripts/ |
H A 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
|
/aosp12/system/vold/bench/ |
H A D | benchgen.py | 188 fd, f, handle = extract_file(e, e.ret) variable 202 fd, f, handle = extract_file(e, e.args[0]) variable 208 fd, f, handle = extract_file(e, e.args[0]) variable 213 fd, f, handle = extract_file(e, e.args[0]) variable 218 fd, f, handle = extract_file(e, e.args[0]) variable 227 fd, f, handle = extract_file(e, e.args[0]) variable 236 fd, f, handle = extract_file(e, e.args[0]) variable 244 fd, f, handle = extract_file(e, e.args[0]) variable 252 fd, f, handle = extract_file(e, e.args[0]) variable 258 fd, f, handle = extract_file(e, e.args[0]) variable [all …]
|
/aosp12/bionic/libc/bionic/ |
H A D | fpclassify.cpp | 39 extern "C" int __fpclassifyf(float f) { in __fpclassifyf() 48 extern "C" int __isinff(float f) { in __isinff() 58 extern "C" int __isnanf(float f) { in __isnanf() 68 extern "C" int __isfinitef(float f) { in __isfinitef() 78 extern "C" int __isnormalf(float f) { in __isnormalf()
|
/aosp12/system/extras/simpleperf/scripts/inferno/ |
H A D | svg_renderer.py | 66 def create_svg_node(process, callsite, depth, f, total_weight, height, color_scheme, nav): argument 122 def render_svg_nodes(process, flamegraph, depth, f, total_weight, height, color_scheme): argument 146 def render_search_node(f): argument 154 def render_unzoom_node(f): argument 164 def render_info_node(f): argument 176 def render_percent_node(f): argument 185 def render_svg(process, flamegraph, f, color_scheme): argument
|
/aosp12/bionic/libc/seccomp/ |
H A D | seccomp_policy.cpp | 89 inline void Allow(filter& f) { in Allow() 93 inline void Disallow(filter& f) { in Disallow() 97 static void ExamineSyscall(filter& f) { in ExamineSyscall() 102 static bool SetValidateArchitectureJumpTarget(size_t offset, filter& f) { in SetValidateArchitectureJumpTarget() 114 static size_t ValidateArchitectureAndJumpIfNeeded(filter& f) { in ValidateArchitectureAndJumpIfNeeded() 122 static void ValidateArchitecture(filter& f) { in ValidateArchitecture() 129 static void ValidateSyscallArgInRange(filter& f, __u32 arg_num, __u32 range_min, __u32 range_max) { in ValidateSyscallArgInRange() 151 static void ValidateSetUidGid(filter& f, uint32_t uid_gid_min, uint32_t uid_gid_max, bool primary) { in ValidateSetUidGid() 172 static bool install_filter(filter const& f) { in install_filter() 186 filter f; in _install_setuidgid_filter() local [all …]
|
/aosp12/art/test/991-field-trace-2/src/art/ |
H A D | Test991.java | 32 Executable method, long location, Class<?> f_klass, Object target, Field f) { in notifyFieldAccess() 41 Executable method, long location, Class<?> f_klass, Object target, Field f, Object value) { in notifyFieldModify() 50 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) {} in handleFieldAccess() 51 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) {} in handleFieldModify() 61 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) { in handleFieldAccess() 67 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) { in handleFieldModify() 79 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) { in handleFieldAccess() 97 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) { in handleFieldAccess() 105 Executable m, long location, Class<?> f_klass, Object target, Field f, Object value) { in notifyFieldModify() 112 Executable m, long location, Class<?> f_klass, Object target, Field f) { in notifyFieldAccess() [all …]
|
/aosp12/frameworks/base/tools/aapt2/xml/ |
H A 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()
|
/aosp12/art/test/990-field-trace/src/art/ |
H A D | Test990.java | 43 private Field f; field in Test990.FieldWrite 47 public FieldWrite(Executable method, Object target, Field f, Object v) { in FieldWrite() 67 private Field f; field in Test990.FieldRead 69 public FieldRead(Executable method, Object target, Field f) { in FieldRead()
|