Home
last modified time | relevance | path

Searched refs:reduce (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Camera2/src/com/android/camera/settings/
DResolutionUtil.java277 Size aspectRatio = reduce(size); in aspectRatioDescription()
288 public static Size reduce(Size aspectRatio) { in reduce() method in ResolutionUtil
304 Size aspectRatio = reduce(size); in aspectRatioNumerator()
317 Size aspectRatio = reduce(size); in getApproximateSize()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/storagelifetime/
DStorageLifetimeFragment.java94 .reduce(0L, (x,y)->x+y);
98 .reduce(0L, (x,y)->x+y);
/packages/services/Car/service/proto/
Doperation_type.proto10 // Ensure that these values are positive to reduce incurring too many bytes
/packages/apps/Dialer/java/com/android/dialer/contacts/displaypreference/
DContactDisplayPreferences.java46 .reduce( in fromValue()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DTraceHelperForTest.java103 .mapToInt(info -> info.flags).reduce(0, (a, b) -> a | b)); in updateBinderTracking()
/packages/apps/Car/libs/connected-device-lib/proto/
Doperation_type.proto26 // Ensure that these values are positive to reduce incurring too many bytes
/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearHistory.java143 return mWearHistory.stream().map(WearEstimateRecord::toString).reduce( in toString()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticConstantsTest.java75 fields.keySet().stream().reduce("", in fieldsOnlyInClass1()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetPhoneState.java114 .reduce(PhoneStateListener.LISTEN_NONE, (a, b) -> a | b); in getTelephonyEventsToListen()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dfeatures.md16 * Use template and inline functions to reduce function call overheads.
Dfaq.md91 … strings directly into the input JSON. This is an optimization which can reduce memory consumption…
255 …Many design decisions of RapidJSON is aimed at time/space performance. These may reduce user-frien…
Dinternals.md103 * To reduce memory consumption for 64-bit architecture, `SizeType` is typedef as `unsigned` instead…
127 This optimization can reduce memory usage for copy-string. It can also improve cache-coherence thus…
Dpointer.md218 …ct once, and then apply it to different DOMs or in different times. This reduce time and memory al…
Dstream.md374 …asses available in RapidJSON. Memory streams are simple. File stream can reduce the memory require…
Ddom.md61 …ocator` instance. On the other hand, `Value` does not do so, in order to reduce memory consumption.
DDoxyfile.in2325 # or 2 may greatly reduce the computation time needed for large code bases. Also
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1526 # option to 1 or 2 may greatly reduce the computation time needed for large
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1526 # option to 1 or 2 may greatly reduce the computation time needed for large
/packages/apps/TV/libs/m2/
Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/packages/apps/TV/libs/
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Des_wordlist.combined.gz1dictionary=main:es,locale=es,description=Español,date=1414726268, ...

12