Searched refs:_a (Results 1 – 7 of 7) sorted by relevance
21 ({ __typeof__ (a) _a = (a); \23 _a > _b ? _a : _b; })26 ({ __typeof__ (a) _a = (a); \28 _a < _b ? _a : _b; })
89 Key(int _t, String _p, IBinder _a, String _w, in Key() argument93 activity = _a; in Key()111 if (_a != null) { in Key()112 hash = (ODD_PRIME_NUMBER*hash) + _a.hashCode(); in Key()
45 FILENAMECHAR1 [_a-zA-Z\/\.\\\$\_\~]46 SYMBOLCHARN [_a-zA-Z\/\.\\\$\_\~0-9]47 NOCFILENAMECHAR [_a-zA-Z0-9\/\.\-\_\+\$\[\]\\\~]48 WILDCHAR [_a-zA-Z0-9\/\.\-\_\+\$\[\]\\\,\~\?\*\^\!]
619 int SampleTable::CompareIncreasingTime(const void *_a, const void *_b) { in CompareIncreasingTime() argument620 const SampleTimeEntry *a = (const SampleTimeEntry *)_a; in CompareIncreasingTime()
175 …����Z�ZUR�=pv��Q��NP�<��#&X呁�*�����! 'C4�/<�A&]A.�<]GO�Ea��J�6����&@�_a��6t/�P<4V5�*�2��…
1435 public void onAnimationEnd(Animator _a) { in updateAreThereNotifications()
1403 PostInstallData(InstallArgs _a, PackageInstalledInfo _r, Runnable postInstallRunnable) { in PostInstallData() argument1404 args = _a; in PostInstallData()