Searched refs:about (Results 1 – 25 of 75) sorted by relevance
123
/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/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 328 // Communicate to the user about remote bugreports. 332 // Notify the user about public volume state changes.. 336 // Notify the user about private volume state changes. 340 // Notify the user about an unsupported storage device..
|
/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/packages/BackupEncryption/proto/ |
D | backup_chunks_metadata.proto | 47 // not give any information about the order. However, we use this mode for key value backups 87 // Ordering information about plaintext and checksum. This is used on restore to reconstruct the 89 // information about which parts of the backup are changing over time.) This proto is encrypted 96 // chunk after the chunk you care about. This is guaranteed to work as all chunks are 112 // Additional metadata about a backup blob that needs to be synced to the server. This is used on 114 // give the server less information about which parts of the backup are changing over time.) This
|
/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/av/media/libstagefright/ |
D | TEST_MAPPING | 6 // writerTest fails about 5 out of 66
|
/frameworks/base/core/jni/ |
D | android_view_InputEventReceiver.md | 8 2. The app's `Looper` is notified about the available event. 19 The app is notified about the available event via the `Looper` callback `handleEvent`. When the app… 23 …eTime=-1, ..)`. That is, when `handleEvent` runs, there is no information about the upcoming frame…
|
/frameworks/av/media/codecs/m4v_h263/ |
D | TEST_MAPPING | 8 // the decoder reports something bad about an unexpected newline in the *config file
|
/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/base/services/core/java/com/android/server/soundtrigger_middleware/ |
D | README.md | 4 ## Notes about thread synchronization
|
/frameworks/base/packages/ |
D | Android.bp | 30 // We're less worried about performance in app code
|
/frameworks/av/services/mediatranscoding/ |
D | .clang-format | 26 # There is nothing in go/droidcppstyle about case labels, but there seems to be
|
/frameworks/base/packages/SystemUI/tools/lint/ |
D | README | 17 about for any file, or checks that are not actionable by the
|
/frameworks/base/core/tests/mockingcoretests/ |
D | README | 23 For more information about ExtendedMockito see documentation of
|
/frameworks/base/core/proto/android/server/ |
D | powerstatsservice.proto | 91 * Information about the possible states for a particular PowerEntity. 108 * information about a PowerEntity. It includes an array of information about
|
/frameworks/base/core/proto/android/service/ |
D | restricted_image.proto | 55 // Metadata about the image. Typically this has another proto schema,
|
/frameworks/base/test-base/hiddenapi/ |
D | Android.bp | 26 // Provided solely to contribute information about which hidden parts of the android.test.base
|
/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/telephony/proto/src/ |
D | pin_storage.proto | 24 // Stores information about PIN of a SIM card.
|
D | telephony.proto | 24 // The information about Telephony events. 233 // The information about cellular network operator 438 // The information about IMS errors 452 // The information about state connection between IMS service and IMS server 458 // If DISCONNECTED then this field may have additional information about 480 // The information about current capabilities of IMS service 716 // The information about packet data connection 1926 // Information about CS and/or PS call session. 1982 // Notification about incoming voice call 1988 // Notification about IMS call termination [all …]
|
/frameworks/base/core/proto/android/os/ |
D | header.proto | 41 // Details about the trigger. com.android.os.AlertTriggerDetails
|
D | message.proto | 31 // message is about.
|
123