Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 25 of 35) sorted by relevance

12

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Ddtoa.h34 inline void GrisuRound(char* buffer, int len, uint64_t delta, uint64_t rest, uint64_t ten_kappa, ui… in GrisuRound() argument
35 while (rest < wp_w && delta - rest >= ten_kappa && in GrisuRound()
36 (rest + ten_kappa < wp_w || /// closer in GrisuRound()
37 wp_w - rest > rest + ten_kappa - wp_w)) { in GrisuRound()
39 rest += ten_kappa; in GrisuRound()
/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/
Domr1.txt15 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
30 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
45 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
60 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
75 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
Dunittest.txt15 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
31 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
Dhdrnet-bm.txt16 with the rest of the numbers
Dhdrnet.txt15 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
Dcpu.txt16 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
Dold.txt15 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DTemperatureBackgroundAnimator.java155 Animator rest = ViewAnimationUtils in animateOpen() local
158 markState(rest, CircleState.RESTING); in animateOpen()
159 animators.add(rest); in animateOpen()
192 Animator rest = ViewAnimationUtils in animateOpen() local
195 markState(rest, CircleState.RESTING); in animateOpen()
196 animators.add(rest); in animateOpen()
/packages/apps/TV/common/src/com/android/tv/common/util/
DCollectionUtils.java35 public static <T> T[] concatAll(T[] first, T[]... rest) { in concatAll() argument
37 for (T[] array : rest) { in concatAll()
42 for (T[] array : rest) { in concatAll()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapResponseParser.java269 String rest = readUntilEol(); in parseResponse() local
270 if (!TextUtils.isEmpty(rest)) { in parseResponse()
272 responseToDestroy.add(new ImapSimpleString(rest)); in parseResponse()
/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
DMultiDiscovery.java40 public MultiDiscovery(Discovery first, Discovery... rest) { in MultiDiscovery() argument
43 mDiscoveries.addAll(Arrays.asList(rest)); in MultiDiscovery()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/
Dincident_minimal.proto30 * it using this proto, which will result in the rest of the fields being dropped.
/packages/services/Iwlan/assets/
Ddefaultiwlanerrorconfig.json55 # it means that the config definition applies to rest of the errors for which
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DREADME.md93 For simplicity and clarity, the rest of the code here will use the following
/packages/modules/adb/
Dprotocol.txt237 the remote connection threadpair and that the rest of the program will
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Ddom.md116 …ter parsing a complete JSON root from stream, stop further processing the rest of stream. When thi…
/packages/inputmethods/LatinIME/dictionaries/
Dsv_wordlist.combined.gz
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Des_wordlist.combined.gz
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dfi_wordlist.combined.gz
Dnb_wordlist.combined.gz
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec3690 * The scores of the rest of boxes are lowered according to the
/packages/apps/TV/res/raw/
Dthird_party_licenses3262 be a consequence of the rest of this License.
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses10755 Agreement without affecting the rest of this License Agreement. The remaining provisions of this

12