/external/python/mobly/mobly/ |
D | asserts.py | 29 extras=None, argument 55 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): argument 94 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/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/ |
D | MediaSessionConnector.java | 170 @Nullable Bundle extras, in onCommand() 212 void onPrepareFromMediaId(String mediaId, boolean playWhenReady, @Nullable Bundle extras); in onPrepareFromMediaId() 220 void onPrepareFromSearch(String query, boolean playWhenReady, @Nullable Bundle extras); in onPrepareFromSearch() 228 void onPrepareFromUri(Uri uri, boolean playWhenReady, @Nullable Bundle extras); in onPrepareFromUri() 328 void onSetRating(Player player, RatingCompat rating, @Nullable Bundle extras); in onSetRating() 376 Player player, ControlDispatcher controlDispatcher, String action, @Nullable Bundle extras); in onCustomAction() 663 @Nullable CharSequence message, int code, @Nullable Bundle extras) { in setCustomErrorMessage() 748 Bundle extras = new Bundle(); in invalidateMediaSessionPlaybackState() local 1003 @Nullable Bundle extras = description.getExtras(); in getMetadata() local 1254 public void onCustomAction(String action, @Nullable Bundle extras) { in onCustomAction() [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 | 404 protected void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) { in addNewIncomingCall() 473 Bundle extras = verifyNotNull(call.extras); in buildConnectionRequestForIncomingCall() local 482 protected void placeCall(Uri address, Bundle extras) { in placeCall() 552 Bundle extras = verifyNotNull(call.extras); in buildConnectionRequestForOutgoingCall() local 566 public void addNewUnknownCall(PhoneAccountHandle phoneAccount, Bundle extras) { in addNewUnknownCall() 686 public final Bundle extras; field in ShadowTelecomManager.CallRecord 692 public CallRecord(PhoneAccountHandle phoneAccount, Bundle extras) { in CallRecord() 705 public IncomingCallRecord(PhoneAccountHandle phoneAccount, Bundle extras) { in IncomingCallRecord() 714 public final Bundle extras; field in ShadowTelecomManager.OutgoingCallRecord 718 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/python/cryptography/ |
D | tox.ini | 7 extras = key 42 extras = key 56 extras = key 64 extras = key
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTelecomManagerTest.java | 208 Bundle extras = new Bundle(); in testAllowNewIncomingCall() local 235 Bundle extras = new Bundle(); in testDenyNewIncomingCall() local 258 Bundle extras = new Bundle(); in testPlaceCall() local 276 Bundle extras = new Bundle(); in testAllowPlaceCall() local 305 Bundle extras = new Bundle(); in testDenyPlaceCall() local
|
/external/libtextclassifier/jni/com/google/android/textclassifier/ |
D | RemoteActionTemplate.java | 60 public final NamedVariant[] extras; field in RemoteActionTemplate 76 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 key 30 extras = testing-integration key 45 extras = key
|
/external/python/setuptools/setuptools/_vendor/nspektr/ |
D | __init__.py | 50 def find_direct_dependencies(dist, extras=None): argument 90 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, argument 89 def extras(self): member in Intent
|
/external/tensorflow/tensorflow/python/platform/ |
D | benchmark.py | 93 throughput=None, extras=None, metrics=None): argument 280 extras=None, argument 344 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/extensions/jobdispatcher/src/main/java/com/google/android/exoplayer2/ext/jobdispatcher/ |
D | JobDispatcherScheduler.java | 125 Bundle extras = new Bundle(); in buildJob() local 145 Bundle extras = params.getExtras(); in onStartJob() local
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/scheduler/ |
D | PlatformScheduler.java | 108 PersistableBundle extras = new PersistableBundle(); in buildJobInfo() local 128 PersistableBundle extras = params.getExtras(); in onStartJob() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/scheduler/ |
D | PlatformScheduler.java | 128 PersistableBundle extras = new PersistableBundle(); in buildJobInfo() local 141 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() local 141 PersistableBundle extras = params.getExtras(); in onStartJob() local
|
/external/python/futures/ |
D | setup.py | 12 extras = {} variable
|
/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
|