Searched refs:higher (Results 1 – 25 of 27) sorted by relevance
12
/frameworks/base/cmds/statsd/src/anomaly/ |
D | indexed_priority_queue.h | 81 bool higher(size_t idx1, size_t idx2) const; 174 if (higher(idx, parent)) in sift_up() 186 if (child < size() && higher(child + 1, child)) child++; in sift_down() 187 if (higher(child, idx)) in sift_down() 196 bool indexed_priority_queue<AA, Comparator>::higher(size_t idx1, size_t idx2) const { in higher() function
|
/frameworks/av/media/libaaudio/src/fifo/ |
D | README.md | 8 The higher-levels parts related to AAudio use of the FIFO such as API, fds, relative
|
/frameworks/ml/nn/extensions/ |
D | README.md | 5 HAL 1.2 or higher, drivers can provide custom hardware-accelerated operations by 205 Android 10 or higher, use vendor extensions instead.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | README.txt | 69 to verify higher-level framework functionality:
|
/frameworks/base/core/proto/android/net/ |
D | networkrequest.proto | 63 // higher-scoring network will not go into the background immediately,
|
D | networkcapabilities.proto | 129 // This is a signed integer, and higher values indicate better signal. The
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | scorecard.proto | 104 // more recent measurements get a higher weight.
|
/frameworks/base/core/proto/android/app/ |
D | enums.proto | 79 // perspective of oom_adj, receivers run at a higher foreground level, but
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 42 * possibly because a higher priority client has taken ownership of the 94 * usually limit the generality of the API in exchange for higher performance in
|
/frameworks/ml/nn/common/include/ |
D | Utils.h | 411 inline size_t getSizeFromInts(int lower, int higher) { 412 return (uint32_t)(lower) + ((uint64_t)(uint32_t)(higher) << 32);
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 165 moved to a higher level construct such as a Fragment or a top-level SystemUI
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 102 # 2. has high luminance capability, typically 540 nits or higher at 10% OPR
|
/frameworks/base/core/proto/android/server/ |
D | activitymanagerservice.proto | 396 // 24 or even higher numbers.
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 737 # will need version 4.8.6 or higher. 1143 # higher quality PDF documentation.
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 585 // Whether the mobile data connection should remain active even when higher
|
/frameworks/native/docs/ |
D | Doxyfile | 880 # will need version 4.8.6 or higher. 1395 # higher quality PDF documentation.
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 953 # 4.8.6 or higher. 1650 # higher quality PDF documentation.
|
D | Doxyfile.orig | 944 # 4.8.6 or higher. 1641 # higher quality PDF documentation.
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 997 # 4.8.6 or higher. 1733 # higher quality PDF documentation.
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 1047 # 4.8.6 or higher. 1783 # higher quality PDF documentation.
|
D | Doxyfile | 1047 # 4.8.6 or higher. 1783 # higher quality PDF documentation.
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 1848 // Codec priroity, the higher the more preferred, -1 for disabled 1896 // Codec priroity, the higher the more preferred, -1 for disabled 7224 // not in throttling, higher value means deeper throttling.
|
/frameworks/base/api/ |
D | test-lint-baseline.txt | 283 Field type is concrete collection (`java.util.HashMap`); must be higher-level interface
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 48559 method public abstract E higher(E); 48978 method public E higher(E); 49283 method public E higher(E);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 71583 method public E higher(E); 72236 method public E higher(E); 72677 method public E higher(E);
|
12