/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | SystemUIBottomSheetDialog.kt | 139 fun calculate(): Flow<Layout> in create() method 149 override fun calculate(): Flow<Layout> { in create() method in WindowLayout.LimitedEdgeToEdge
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/ |
H A D | subgroup_common_templates.h | 277 template <typename Ty> inline Ty calculate(Ty a, Ty b, ArithmeticOp operation) in calculate() function 297 inline cl_double calculate(cl_double a, cl_double b, ArithmeticOp operation) in calculate() function 319 inline cl_float calculate(cl_float a, cl_float b, ArithmeticOp operation) in calculate() function 341 inline subgroups::cl_half calculate(subgroups::cl_half a, subgroups::cl_half b, in calculate() function
|
/aosp_15_r20/external/pigweed/pw_rpc/java/main/dev/pigweed/pw_rpc/ |
H A D | Ids.java | 25 public static int calculate(byte[] string) { in calculate() method in Ids 37 public static int calculate(String string) { in calculate() method in Ids
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/signals/evict/ |
D | SignalSizeCalculator.java | 29 public static int calculate(@NonNull List<DBProtectedSignal> signalList) { in calculate() method in SignalSizeCalculator 34 public static int calculate(@NonNull DBProtectedSignal signal) { in calculate() method in SignalSizeCalculator
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/ |
D | PositionInCardList.kt | 66 fun calculate( in calculate() method
|
/aosp_15_r20/external/eigen/bench/btl/actions/ |
H A D | action_hessenberg.hh | 96 inline void calculate( void ) { in calculate() function in Action_hessenberg 199 inline void calculate( void ) { in calculate() function in Action_tridiagonalization
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/ |
D | SystemUIBottomSheetDialog.java | 106 …ow<com.android.systemui.statusbar.phone.SystemUIBottomSheetDialog.WindowLayout.Layout> calculate(); in calculate() method 176 …w<com.android.systemui.statusbar.phone.SystemUIBottomSheetDialog.WindowLayout.Layout> calculate() { in calculate() method in SystemUIBottomSheetDialog.WindowLayout.LimitedEdgeToEdge
|
/aosp_15_r20/cts/tests/tests/mediaediting/src/android/media/mediaediting/cts/ |
H A D | MssimCalculator.java | 55 public static double calculate( in calculate() method in MssimCalculator 77 public static double calculate( in calculate() method in MssimCalculator
|
/aosp_15_r20/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | LevenshteinDistance.kt | 38 fun calculate(): Int { in calculate() method
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | securitycenter.v1beta2.json | 409 "calculate": { object 438 "calculate": { object 467 "calculate": { object 496 "calculate": { object 525 "calculate": { object 905 "calculate": { object 934 "calculate": { object 963 "calculate": { object 992 "calculate": { object 1021 "calculate": { object [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 124 void calculate() { in calculate() function in __anonc263fd350111::ReachabilityGraph 195 void calculate() { in calculate() function in __anonc263fd350111::LoopBlocks
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/ |
H A D | SsimHelper.java | 76 public static double calculate(Context context, String expectedVideoPath, String actualVideoPath) in calculate() method in SsimHelper 358 public static double calculate( in calculate() method in SsimHelper.SsimCalculator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 136 void calculate() { in calculate() function in __anon68362a7b0111::ReachabilityGraph 207 void calculate() { in calculate() function in __anon68362a7b0111::LoopBlocks
|
/aosp_15_r20/external/pigweed/pw_rpc/py/pw_rpc/ |
H A D | ids.py | 34 calculate = hash_65599 variable
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | CompletionPercent.java | 11 public static int calculate(int done, int total) { in calculate() method in CompletionPercent
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.h | 44 void EnableCalc(bool calculate) { _calculate = calculate; } in EnableCalc()
|
/aosp_15_r20/frameworks/av/media/libheadtracking/ |
H A D | ScreenHeadFusion.cpp | 30 std::optional<ScreenHeadFusion::TimestampedPose> ScreenHeadFusion::calculate() { in calculate() function in android::media::ScreenHeadFusion
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Common/ |
H A D | OutStreamWithCRC.h | 29 void EnableCalc(bool calculate) { _calculate = calculate; } in EnableCalc()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/tutorial/ |
D | factorial2.cpp | 19 int calculate(int x) { return x <= 1 ? 1 : x * calculate(x-1); } in calculate() function in factorial
|
D | factorial.cpp | 18 int calculate(int x) { return x <= 1 ? 1 : x * calculate(x-1); } in calculate() function in factorial
|
/aosp_15_r20/external/python/cpython2/Doc/includes/ |
D | mp_workers.py | 32 def calculate(func, args): function
|
/aosp_15_r20/external/python/cpython3/Doc/includes/ |
D | mp_workers.py | 19 def calculate(func, args): function
|
/aosp_15_r20/cts/hostsidetests/mediapc/videoencodingquality/bdrate/src/main/java/com/android/media/videoquality/bdrate/ |
H A D | BdQualityCalculator.java | 40 public double calculate(RateDistortionCurvePair curvePair) { in calculate() method in BdQualityCalculator
|
H A D | BdRateCalculator.java | 51 public double calculate(RateDistortionCurvePair curvePair) { in calculate() method in BdRateCalculator
|
/aosp_15_r20/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/ |
D | CarLaunchParamsModifierUpdatable.java | 50 int calculate(CalculateParams params); in calculate() method
|