Searched refs:about (Results 1 – 25 of 99) sorted by relevance
1234
/frameworks/base/proto/src/ |
D | system_messages.proto | 38 // Warn the user about an invalid charger. 42 // Warn the user about low battery. 66 // Notify the user about limited functionality before decryption 96 // Notify the user about a sync error. 104 // Update the user about the status of the VPN 179 // Tell the user about currently running foreground services 280 // Communicate to the user about remote bugreports. 284 // Notify the user about public volume state changes.. 288 // Notify the user about private volume state changes. 292 // Notify the user about an unsupported storage device..
|
/frameworks/native/libs/math/include/math/ |
D | TMatHelpers.h | 492 static CONSTEXPR BASE<T> rotate(A radian, const VEC& about) { in rotate() argument 496 if (about.x == 1 && about.y == 0 && about.z == 0) { in rotate() 499 } else if (about.x == 0 && about.y == 1 && about.z == 0) { in rotate() 502 } else if (about.x == 0 && about.y == 0 && about.z == 1) { in rotate() 506 VEC nabout = normalize(about); in rotate()
|
/frameworks/base/docs/ |
D | knowntags.txt | 22 # Something about CTS? 25 # Auto-generated info about the SDK
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | ICameraDeviceCallback.hal | 25 * @param resultExtras data structure containing information about the 40 * @param resultExtras data structure containing information about the 54 * @param resultExtras data structure containing information about the
|
/frameworks/base/core/proto/android/server/ |
D | backup_chunks_metadata.proto | 45 // not give any information about the order. However, we use this mode for key value backups 85 // Ordering information about plaintext and checksum. This is used on restore to reconstruct the 87 // information about which parts of the backup are changing over time.) This proto is encrypted 94 // chunk after the chunk you care about. This is guaranteed to work as all chunks are 110 // Additional metadata about a backup blob that needs to be synced to the server. This is used on 112 // give the server less information about which parts of the backup are changing over time.) This
|
/frameworks/native/libs/sensor/ |
D | Android.bp | 31 // We only care about compiling as C++14 38 // Don't warn about struct padding
|
/frameworks/rs/script_api/ |
D | rs_quaternion.spec | 107 summary: Quaternion that represents a rotation about an arbitrary unit vector 109 Loads a quaternion that represents a rotation about an arbitrary unit vector. 167 Loads a quaternion that represents a rotation about an arbitrary vector
|
/frameworks/base/core/java/org/chromium/arc/ |
D | EventLogTags.logtags | 7 # about it.
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/ |
D | README.md | 10 For any question about the parameter framework and configuration files,
|
/frameworks/native/libs/ui/ |
D | Android.bp | 36 // We only care about compiling as C++14 46 // Don't warn about struct padding
|
/frameworks/base/core/proto/android/net/ |
D | networkrequest.proto | 39 // The framework will issue callbacks about any and all networks that 55 // telephony DUN request), the framework will issue callbacks about the
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ |
D | AppDelegate.m | 46 …// Sent when the application is about to move from active to inactive state. This can occur for ce… 64 …// Called when the application is about to terminate. Save data if appropriate. See also applicati…
|
/frameworks/base/core/tests/mockingcoretests/ |
D | README | 23 For more information about ExtendedMockito see documentation of
|
/frameworks/base/test-base/hiddenapi/ |
D | Android.bp | 17 // Provided solely to contribute information about which hidden parts of the android.test.base
|
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/ |
D | CONTRIBUTING.md | 22 [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
|
/frameworks/base/packages/SystemUI/tools/lint/ |
D | README | 17 about for any file, or checks that are not actionable by the
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 7 Go read about Dagger 2. 181 need anything special? see earlier sections about generic injection). To obtain 194 There is one other important thing to note about injecting with views. SysUI
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 24 // The information about Telephony events. 230 // The information about cellular network operator 336 // The information about IMS errors 350 // The information about state connection between IMS service and IMS server 356 // If DISCONNECTED then this field may have additional information about 378 // The information about current capabilities of IMS service 614 // The information about packet data connection 1772 // Information about CS and/or PS call session. 1828 // Notification about incoming voice call 1834 // Notification about IMS call termination [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/google/protobuf/ |
D | Empty.pbobjc.m | 36 // about thread safety of the singleton.
|
D | SourceContext.pbobjc.m | 36 // about thread safety of the singleton.
|
D | FieldMask.pbobjc.m | 36 // about thread safety of the singleton.
|
/frameworks/base/core/proto/android/service/ |
D | restricted_image.proto | 55 // Metadata about the image. Typically this has another proto schema,
|
D | usb.proto | 178 // usb device's address, e.g. 001/002, nothing about the phone 288 // usb device's address, e.g. 001/002, nothing about the phone 297 // usb device's address, e.g. 001/002, nothing about the phone
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 43 less than about 1Hz, then the filtered accelorometer data becomes too smooth 58 over end to a midpoint about 45 degrees between two opposing orientations.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/ |
D | readme.txt | 41 about 12 minutes to run.
|
1234