Home
last modified time | relevance | path

Searched refs:there (Results 1 – 25 of 118) sorted by relevance

12345

/frameworks/base/packages/SystemUI/tools/lint/
DREADME11 When you hit a lint error that should not be triggered, there are 3
19 3. If there are lint errors that should be fixed, but cannot be done
Drun_lint.sh45 If the error cannot be fixed immediately, there are 3 possible resolutions:
/frameworks/base/core/java/android/service/wallpaper/
DAndroid.bp9 // Enforce that the library is built against java 8 so that there are
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/
Dreadme.txt11 separating these out info different directories, but while there are
39 6) Wait! Each test runs for around 30 seconds, and there are 6 tests
/frameworks/base/tools/orientationplot/
DREADME.txt50 2. Ensure that there is an appropriate gap between adjacent orientation angles
73 greatly exceeds 60ms then there is a problem with the accelerometer or the
77 degrees (refer to MAX_TILT constant). Consequently, you should expect there
79 so there will be no orientation proposal either.
/frameworks/hardware/interfaces/cameraservice/device/2.0/
DICameraDeviceUser.hal78 * batch of repeating requests, if any. If there is no previous
90 * Calling this method when there is no active repeating request, will
95 * produced from this repeating request. If there are no inflight
168 * Status::INVALID_OPERATION if there are active repeating requests.
207 * false - in case there is no device support.
/frameworks/native/cmds/installd/
Dotapreopt.rc6 # But now the relabeling is annoying as there is no force option available here. So
/frameworks/base/samples/training/network-usage/
DREADME.txt13 -- Detects when there is a change in the device's connection status and responds accordingly. For e…
/frameworks/base/packages/SystemUI/shared/
DAndroid.bp27 // Enforce that the library is built against java 7 so that there are
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
Dinstall.cmake43 "but there not exists. The file will not be installed.")
80 "but there not exists. The file will not be installed.")
/frameworks/base/tests/net/smoketest/
DAndroid.bp10 // TODO: remove this hack when there is a better solution for jni_libs that includes
/frameworks/base/packages/SystemUI/docs/
Dkotlin-in-sysui.md14 were there, instead add them directly to the class and save us the extension.
/frameworks/base/core/java/android/text/
DLayout.java1569 int there = here + (dirs.mDirections[i+1] & RUN_LENGTH_MASK); in getOffsetForHorizontal() local
1573 if (there > max) in getOffsetForHorizontal()
1574 there = max; in getOffsetForHorizontal()
1575 int high = there - 1 + 1, low = here + 1 - 1, guess; in getOffsetForHorizontal()
1591 if (low < there) { in getOffsetForHorizontal()
1594 if (low >= here && low < there) { in getOffsetForHorizontal()
1596 if (aft < there) { in getOffsetForHorizontal()
1947 int there = here + (dirs.mDirections[i + 1] & RUN_LENGTH_MASK); in addSelection() local
1949 if (there > lineend) { in addSelection()
1950 there = lineend; in addSelection()
[all …]
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md187 goes from there.
241 there is a constant amount of workers running at one time.
249 buffer that has been prefilled during the **SettingUp** phase. However if there are two sequential
261 arguments. Executes `replay()` on the Replayer. If there are no errors while replaying it will exit
262 gracefully, if there are then it will report the error and then exit.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DREADME.md90 If you want to check if a GPBMessage property is present, there is always as
110 causing it to be created for you. For this, there is always a `\[NAME\]_Count`
115 `.proto` file that use *proto2* syntax there are conceptual differences between
131 Since Objective C uses a global namespace for all of its classes, there can
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/google/protobuf/
DEmpty.pbobjc.m35 // This is called by +initialize so there is no need to worry
DFieldMask.pbobjc.m35 // This is called by +initialize so there is no need to worry
DSourceContext.pbobjc.m35 // This is called by +initialize so there is no need to worry
DTimestamp.pbobjc.m35 // This is called by +initialize so there is no need to worry
DDuration.pbobjc.m35 // This is called by +initialize so there is no need to worry
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop194 # To determine the data space and pixel format, there are a few things
233 # is V0_SRGB by default, which essentially indicates there's no wide
292 # refresh rate. Setting this property to 0 means there is no timer.
303 # display to a lower refresh rate. Setting this property to 0 means there is no timer.
/frameworks/native/services/surfaceflinger/layerproto/
Dlayerstrace.proto30 (this is needed because enums have to be 32 bits and there's no nice way to put 64bit
/frameworks/compile/libbcc/tests/libbcc/
Dtest_slang_version_info.ll21 ; Assert that bcc warns that there is a mismatch when slang version is the string "DOESNOTEXIST"
24 ; Assert that bcc does not warn when there is a version match
/frameworks/native/libs/android_runtime_lazy/
DAndroid.bp24 // For Partial-source PDK build, there is a constraint that
/frameworks/base/core/proto/android/server/
Dwindowmanagertrace.proto31 (this is needed because enums have to be 32 bits and there's no nice way to put 64bit

12345