| /external/python/mobly/mobly/ | 
| D | asserts.py | 29                              extras=None,  argument55 def assert_equal(first, second, msg=None, extras=None):  argument
 75 def assert_not_equal(first, second, msg=None, extras=None):  argument
 89                         extras=None):  argument
 124                             extras=None):  argument
 147 def assert_in(member, container, msg=None, extras=None):  argument
 156 def assert_not_in(member, container, msg=None, extras=None):  argument
 165 def assert_is(expr1, expr2, msg=None, extras=None):  argument
 174 def assert_is_not(expr1, expr2, msg=None, extras=None):  argument
 183 def assert_count_equal(first, second, msg=None, extras=None):  argument
 [all …]
 
 | 
| D | expects.py | 75 def expect_true(condition, msg, extras=None):  argument94 def expect_false(condition, msg, extras=None):  argument
 113 def expect_equal(first, second, msg=None, extras=None):  argument
 138 def expect_no_raises(message=None, extras=None):  argument
 
 | 
| /external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/ | 
| D | ShadowGoogleAuthUtil.java | 72       Bundle extras) throws IOException, UserRecoverableAuthException, GoogleAuthException {  in getToken()84       Bundle extras) throws IOException, UserRecoverableAuthException, GoogleAuthException {  in getToken()
 90       String scope, Bundle extras)  in getTokenWithNotification()
 97       String scope, Bundle extras, Intent callback)  in getTokenWithNotification()
 105       String scope, Bundle extras, String authority, Bundle syncBundle)  in getTokenWithNotification()
 113       String scope, Bundle extras, Intent callback)  in getTokenWithNotification()
 121       String scope, Bundle extras)  in getTokenWithNotification()
 128       String scope, Bundle extras, String authority, Bundle syncBundle)  in getTokenWithNotification()
 161     public String getToken(Context context, Account account, String scope, Bundle extras)  in getToken()
 171     public String getToken(Context context, String accountName, String scope, Bundle extras)  in getToken()
 [all …]
 
 | 
| /external/robolectric/shadows/playservices/src/main/java/org/robolectric/shadows/gms/ | 
| D | ShadowGoogleAuthUtil.java | 72       Bundle extras) throws IOException, UserRecoverableAuthException, GoogleAuthException {  in getToken()84       Bundle extras) throws IOException, UserRecoverableAuthException, GoogleAuthException {  in getToken()
 90       String scope, Bundle extras)  in getTokenWithNotification()
 97       String scope, Bundle extras, Intent callback)  in getTokenWithNotification()
 105       String scope, Bundle extras, String authority, Bundle syncBundle)  in getTokenWithNotification()
 113       String scope, Bundle extras, Intent callback)  in getTokenWithNotification()
 121       String scope, Bundle extras)  in getTokenWithNotification()
 128       String scope, Bundle extras, String authority, Bundle syncBundle)  in getTokenWithNotification()
 161     public String getToken(Context context, Account account, String scope, Bundle extras)  in getToken()
 171     public String getToken(Context context, String accountName, String scope, Bundle extras)  in getToken()
 [all …]
 
 | 
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/ | 
| D | MediaSessionConnector.java | 179         Player player, String command, @Nullable Bundle extras, @Nullable ResultReceiver cb);  in onCommand()220     void onPrepareFromMediaId(String mediaId, boolean playWhenReady, @Nullable Bundle extras);  in onPrepareFromMediaId()
 228     void onPrepareFromSearch(String query, boolean playWhenReady, @Nullable Bundle extras);  in onPrepareFromSearch()
 236     void onPrepareFromUri(Uri uri, boolean playWhenReady, @Nullable Bundle extras);  in onPrepareFromUri()
 331     void onSetRating(Player player, RatingCompat rating, @Nullable Bundle extras);  in onSetRating()
 373     void onCustomAction(Player player, String action, @Nullable Bundle extras);  in onCustomAction()
 664       @Nullable CharSequence message, int code, @Nullable Bundle extras) {  in setCustomErrorMessage()
 795     Bundle extras = new Bundle();  in invalidateMediaSessionPlaybackState()  local
 1059             @Nullable Bundle extras = description.getExtras();  in getMetadata()  local
 1310     public void onCustomAction(String action, @Nullable Bundle extras) {  in onCustomAction()
 [all …]
 
 | 
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/ | 
| D | MediaSessionConnector.java | 179         Player player, String command, @Nullable Bundle extras, @Nullable ResultReceiver cb);  in onCommand()220     void onPrepareFromMediaId(String mediaId, boolean playWhenReady, @Nullable Bundle extras);  in onPrepareFromMediaId()
 228     void onPrepareFromSearch(String query, boolean playWhenReady, @Nullable Bundle extras);  in onPrepareFromSearch()
 236     void onPrepareFromUri(Uri uri, boolean playWhenReady, @Nullable Bundle extras);  in onPrepareFromUri()
 331     void onSetRating(Player player, RatingCompat rating, @Nullable Bundle extras);  in onSetRating()
 373     void onCustomAction(Player player, String action, @Nullable Bundle extras);  in onCustomAction()
 664       @Nullable CharSequence message, int code, @Nullable Bundle extras) {  in setCustomErrorMessage()
 795     Bundle extras = new Bundle();  in invalidateMediaSessionPlaybackState()  local
 1059             @Nullable Bundle extras = description.getExtras();  in getMetadata()  local
 1310     public void onCustomAction(String action, @Nullable Bundle extras) {  in onCustomAction()
 [all …]
 
 | 
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ | 
| D | ShadowTelecomManager.java | 417   protected void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) {  in addNewIncomingCall()486     Bundle extras = verifyNotNull(call.extras);  in buildConnectionRequestForIncomingCall()  local
 495   protected void placeCall(Uri address, Bundle extras) {  in placeCall()
 566     Bundle extras = verifyNotNull(call.extras);  in buildConnectionRequestForOutgoingCall()  local
 580   public void addNewUnknownCall(PhoneAccountHandle phoneAccount, Bundle extras) {  in addNewUnknownCall()
 705     public final Bundle extras;  field in ShadowTelecomManager.CallRecord
 711     public CallRecord(PhoneAccountHandle phoneAccount, Bundle extras) {  in CallRecord()
 754     public IncomingCallRecord(PhoneAccountHandle phoneAccount, Bundle extras) {  in IncomingCallRecord()
 763     public final Bundle extras;  field in ShadowTelecomManager.OutgoingCallRecord
 767     public OutgoingCallRecord(Uri address, Bundle extras) {  in OutgoingCallRecord()
 [all …]
 
 | 
| D | ShadowWallpaperManager.java | 58       IBinder windowToken, String action, int x, int y, int z, Bundle extras) {  in sendWallpaperCommand()304     public final Bundle extras;  field in ShadowWallpaperManager.WallpaperCommandRecord
 306     WallpaperCommandRecord(IBinder windowToken, String action, int x, int y, int z, Bundle extras) {  in WallpaperCommandRecord()
 
 | 
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ | 
| D | ShadowTelecomManagerTest.java | 225     Bundle extras = new Bundle();  in testAllowNewIncomingCall()  local252     Bundle extras = new Bundle();  in testDenyNewIncomingCall()  local
 275     Bundle extras = new Bundle();  in testPlaceCall()  local
 289     Bundle extras = new Bundle();  in testPlaceCall_noPermission_throwsSecurityException()  local
 306     Bundle extras = new Bundle();  in testAllowPlaceCall()  local
 335     Bundle extras = new Bundle();  in testDenyPlaceCall()  local
 
 | 
| /external/python/cryptography/ | 
| D | tox.ini | 7 extras =  key42 extras =  key
 56 extras =  key
 64 extras =  key
 
 | 
| /external/libtextclassifier/jni/com/google/android/textclassifier/ | 
| D | RemoteActionTemplate.java | 60   public final NamedVariant[] extras;  field in RemoteActionTemplate76       NamedVariant[] extras,  in RemoteActionTemplate()
 
 | 
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ | 
| D | ShadowTelecomManager.java | 288   protected void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) {  in addNewIncomingCall()298   public void addNewUnknownCall(PhoneAccountHandle phoneAccount, Bundle extras) {  in addNewUnknownCall()
 328   protected void placeCall(Uri address, Bundle extras) {}  in placeCall()
 344     public CallRecord(PhoneAccountHandle phoneAccount, Bundle extras) {  in CallRecord()
 
 | 
| /external/python/setuptools/ | 
| D | tox.ini | 14 extras = testing  key30 extras = testing-integration  key
 45 extras =  key
 
 | 
| /external/python/setuptools/setuptools/_vendor/nspektr/ | 
| D | __init__.py | 50 def find_direct_dependencies(dist, extras=None):  argument90 def find_dependencies(dist, extras=None):  argument
 
 | 
| D | _compat.py | 11 def repair_extras(extras):  argument
 | 
| /external/chromium-trace/catapult/devil/devil/android/sdk/ | 
| D | intent.py | 33                extras=None,  argument89   def extras(self):  member in Intent
 
 | 
| /external/gson/extras/ | 
| D | README.md | 1 # extras  chapter
 | 
| /external/tensorflow/tensorflow/python/platform/ | 
| D | benchmark.py | 77     throughput=None, extras=None, metrics=None):  argument264       extras=None,  argument
 328                        extras=None,  argument
 
 | 
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ | 
| D | EnumLookup.java | 22         T to, Object... extras) {  in of()32         Map<String, T> extras) {  in of()
 
 | 
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/scheduler/ | 
| D | PlatformScheduler.java | 128     PersistableBundle extras = new PersistableBundle();  in buildJobInfo()  local141       PersistableBundle extras = params.getExtras();  in onStartJob()  local
 
 | 
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/scheduler/ | 
| D | PlatformScheduler.java | 128     PersistableBundle extras = new PersistableBundle();  in buildJobInfo()  local141       PersistableBundle extras = params.getExtras();  in onStartJob()  local
 
 | 
| /external/fonttools/Lib/fontTools/ttLib/tables/ | 
| D | T_S_I__3.py | 12 	extras = {0xfffa: "reserved0", 0xfffb: "reserved1", 0xfffc: "reserved2", 0xfffd: "reserved3"}  variable in table_T_S_I__3
 | 
| /external/icu/android_icu4j/src/main/java/android/icu/text/ | 
| D | RbnfLenientScannerProvider.java | 33     RbnfLenientScanner get(ULocale locale, String extras);  in get()
 | 
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ | 
| D | RbnfLenientScannerProvider.java | 31     RbnfLenientScanner get(ULocale locale, String extras);  in get()
 | 
| /external/icu/android_icu4j/src/main/java/android/icu/impl/text/ | 
| D | RbnfScannerProviderImpl.java | 77     public RbnfLenientScanner get(ULocale locale, String extras) {  in get()98     protected RbnfLenientScanner createScanner(ULocale locale, String extras) {  in createScanner()
 
 |