| /packages/services/Car/car-builtin-lib/src/android/car/builtin/media/ |
| D | AudioManagerHelper.java | 211 AudioPatch[] patch = new AudioPatch[] { null }; in createAudioPatch() local 212 int result = AudioManager.createAudioPatch(patch, in createAudioPatch() 219 Preconditions.checkNotNull(patch[0], in createAudioPatch() 222 Slogf.d(TAG, "Audio patch created: " + patch[0]); in createAudioPatch() 224 return createAudioPatchInfo(patch[0]); in createAudioPatch() 227 private static AudioPatchInfo createAudioPatchInfo(AudioPatch patch) { in createAudioPatchInfo() argument 228 Preconditions.checkArgument(patch.sources().length == 1 in createAudioPatchInfo() 229 && patch.sources()[0].port() instanceof AudioDevicePort, in createAudioPatchInfo() 231 Preconditions.checkArgument(patch.sinks().length == 1 in createAudioPatchInfo() 232 && patch.sinks()[0].port() instanceof AudioDevicePort, in createAudioPatchInfo() [all …]
|
| /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
| D | db_feature_matching.cpp | 559 inline void db_SignedSquareNormCorr5x5_PreAlign_u(short *patch,const unsigned char * const *f_img,i… in db_SignedSquareNormCorr5x5_PreAlign_u() argument 570 f= *pf++; f2sum=f*f; fsum=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u() 571 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u() 572 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u() 573 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u() 574 f= *pf; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u() 577 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u() 578 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u() 579 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u() 580 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u() [all …]
|
| D | db_feature_matching.h | 31 DB_API void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img… 32 DB_API void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img… 53 const float *patch; variable 80 const short *patch; variable
|
| /packages/modules/Bluetooth/system/doc/ |
| D | style_guide.md | 280 Use this option if your patch touches only a few files with few intermediate 283 ##### Find the formatting patch 289 ##### Revert the formatting patch 295 ##### Check for conflicts with your patch 299 If this list contains files modified by your patch, you should give up 305 If this list contains files not modified by your patch, you should unstage them 313 ##### Apply your patch 321 ##### Commit the code that your patch touched 331 ##### Review your new patch 335 #### Option 2: Reformat your patch [all …]
|
| /packages/modules/Bluetooth/system/build/dpkg/libchrome/debian/patches/ |
| D | series | 1 0001-Remove-absl-from-pkgconfig.patch 2 0001-Add-missing-includes.patch 3 0001-rebase_path-for-write_args.patch 4 0001-Perfetto-instance-hack.patch
|
| /packages/modules/Bluetooth/system/build/dpkg/libchrome/ |
| D | gen-src-pkg.sh | 44 for patch in $(ls "libchrome_tools/patches/" | grep .patch); do 45 patch -p1 < "libchrome_tools/patches/${patch}"
|
| /packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/about/ |
| D | DeviceInfoUtils.java | 152 String patch = Build.VERSION.SECURITY_PATCH; in getSecurityPatch() local 153 if (!"".equals(patch)) { in getSecurityPatch() 156 Date patchDate = template.parse(patch); in getSecurityPatch() 158 patch = DateFormat.format(format, patchDate).toString(); in getSecurityPatch() 162 return patch; in getSecurityPatch()
|
| D | AboutState.java | 135 final String patch = DeviceInfoUtils.getSecurityPatch(); in onCreate() local 136 if (!TextUtils.isEmpty(patch)) { in onCreate() 137 securityPatchPref.setSummary(patch); in onCreate()
|
| /packages/modules/Bluetooth/tools/pdl/src/ |
| D | test_utils.rs | 192 let patch = diff("left 'file'", "foo\nbar\n", "right ~file!", "foo\nnew line\nbar\n"); in test_diff_labels_with_special_chars() localVariable 193 assert_contains(&patch, "left 'file'"); in test_diff_labels_with_special_chars() 194 assert_contains(&patch, "right ~file!"); in test_diff_labels_with_special_chars()
|
| /packages/services/Car/tests/carservice_test/src/com/android/car/audio/ |
| D | AudioPolicyTest.java | 126 for (AudioPatch patch : patchList) { in onAudioPatchListUpdate() 127 Log.i(TAG, "patch:" + patch.toString()); in onAudioPatchListUpdate()
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/ |
| D | AboutFragment.java | 164 final String patch = DeviceInfoUtils.getSecurityPatch(); in onCreatePreferences() local 165 if (!TextUtils.isEmpty(patch)) { in onCreatePreferences() 166 securityPatchPref.setSummary(patch); in onCreatePreferences()
|
| /packages/services/Car/car-lib/src/android/car/media/ |
| D | ICarAudio.aidl | 50 void releaseAudioPatch(in CarAudioPatchHandle patch); in releaseAudioPatch() argument
|
| D | CarAudioManager.java | 693 public void releaseAudioPatch(CarAudioPatchHandle patch) { in releaseAudioPatch() argument 695 mService.releaseAudioPatch(patch); in releaseAudioPatch()
|
| /packages/services/Car/car-test-lib/src/android/car/testapi/ |
| D | FakeCarAudioService.java | 92 public void releaseAudioPatch(CarAudioPatchHandle patch) { in releaseAudioPatch() argument
|
| /packages/services/Car/car-lib/api/ |
| D | system-lint-baseline.txt | 473 Missing nullability on parameter `patch` in method `releaseAudioPatch`
|
| /packages/services/Car/tools/GenericCarApiBuilder/ |
| D | complete_car_api_list.txt | 268 method TIRAMISU_0 void releaseAudioPatch(CarAudioPatchHandle patch);
|
| /packages/inputmethods/LatinIME/dictionaries/ |
| D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
| D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
| D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
| D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
| D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
| D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
| D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
| D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |
| D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |