Home
last modified time | relevance | path

Searched refs:normal (Results 1 – 25 of 50) sorted by relevance

12

/packages/modules/adb/
Dsysdeps_win32.cpp1808 const char* const normal, const char* const shifted) { in _get_keypad_sequence() argument
1817 return normal; in _get_keypad_sequence()
1826 DWORD control_key_state, const char* const normal) { in _get_modifier_sequence() argument
1828 const size_t len = strlen(normal); in _get_modifier_sequence()
1829 memcpy(buf, normal, len); in _get_modifier_sequence()
1869 const DWORD control_key_state, const char* const normal, in _get_modifier_keypad_sequence() argument
1884 return _get_modifier_sequence(buf, vk, control_key_state, normal); in _get_modifier_keypad_sequence()
1953 #define MATCH(vk, normal) \ in _console_read() argument
1956 seqstr = (normal); \ in _console_read()
1961 #define MATCH_MODIFIER(vk, normal) \ in _console_read() argument
[all …]
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DSeriesRecordingScheduler.java137 List<SeriesRecording> normal = new ArrayList<>();
142 normal.add(r);
148 if (!normal.isEmpty()) {
149 updateSchedules(normal);
/packages/apps/Launcher3/tests/res/raw/
Dreorder_algorithm_test.txt1 arguments: 5 6 normal
/packages/apps/DeviceDiagnostics/tradeinmode/
Dtradeinmode.rc3 # this is fine, since init will restart adbd and go back to normal shell mode.
/packages/services/Car/car-lib/src/android/car/navigation/
Dnavigation_state.proto167 // A normal left turn to enter a turnpike or freeway. See TURN_NORMAL_LEFT
168 // for the definition of normal.
170 // A normal right turn to enter a turnpike or freeway. See TURN_NORMAL_RIGHT
171 // for the definition of normal.
193 // for the definition of normal.
196 // for the definition of normal.
231 // normal.
250 // normal.
274 // normal.
293 // normal.
/packages/modules/Virtualization/docs/debug/
Dgdb_userspace.md3 Like a normal adb device, you can debug native processes running on a
/packages/modules/AdServices/adservices/linter/documentation/
DBackCompatNewFileDetector.md2 On Android S, AdServices code is part of the ExtServices APK. During normal functioning of AdServic…
6 …vices APK, it does not clean up all the files that were generated during normal operation before t…
DRoomDatabaseMigrationDetector.md44 …mplement the Dao test to comply with the test coverage and more simply, as a normal implementation.
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
Dcommon_defines.h95 normal, enumerator
/packages/services/Car/tools/vehiclepropertyidsparser/src/com/android/car/tool/
DVehiclePropertyIdsParser.java395 NormalAnnotationExpr normal = annotation.asNormalAnnotationExpr(); in parsePermAnnotation() local
397 String name = normal.getPairs().get(0).getName().toString(); in parsePermAnnotation()
405 ArrayInitializerExpr expr = normal.getPairs().get(0).getValue() in parsePermAnnotation()
/packages/apps/Dialer/java/com/android/dialer/searchfragment/
DREADME.md26 recyclerview, adapter and viewholder work as expected like a normal recyclerview
/packages/services/Telephony/ecc/conversion_toolset_v1/proto/
Dprotobuf_ecc_data.proto40 //Else normal routing is used only for list of MNCs specified
/packages/modules/AdServices/adservices/apk/
DAndroid.bp133 // service-core tests. If we use the normal "AndroidManifest.xml", we will redeclare permissions
/packages/modules/SdkExtensions/
Dreleased-flagged-apis.txt13 # before a normal train release will cause additional APIs to be included in
/packages/modules/adb/docs/dev/
Dadb_tradeinmode.md57 This mode allows further diagnostics via normal adb commands (such as adb install).
Dsync.md25 sync request, and normal adb communication follows as described in SERVICES.TXT.
/packages/modules/Bluetooth/flags/
Dgap.aconfig277 description: "Fix that private GATT advertising is handled as a normal GATT"
/packages/modules/Virtualization/libs/libvmbase/
DREADME.md38 and `core` crate. These must be explicitly specified as we don't want the normal set of libraries
/packages/modules/AdServices/adservices/tests/cts/
DAndroid.bp328 // If we use the normal "AndroidManifest.xml", we will redeclare permissions in the tests.
/packages/modules/AdServices/adservices/service-core/
DAndroid.bp248 // normal "AndroidManifest.xml", we may introduce potential error like redeclare permissions.
/packages/services/Car/service/proto/android/car/watchdog/
Datoms.proto43 // System state indicating whether the system was in normal mode or garage mode.
/packages/modules/Virtualization/docs/
Dvm_remote_attestation.md106 normal mode.
/packages/modules/AdServices/sdksandbox/tests/testutils/testscenario/
DREADME.md56 <!-- This is all normal configuration for a Sandbox SDK provider -->
/packages/modules/HealthFitness/flags/
Dhealthfitness-flags.aconfig51 description: "Flag for guarding telemetry for PHR MVP APIs. This is for normal WW"
/packages/modules/Virtualization/build/microdroid/
DAndroid.bp418 srcs: ["bootconfig.normal"],

12