Home
last modified time | relevance | path

Searched defs:extras (Results 1 – 25 of 106) sorted by relevance

12345

/external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
DShadowGoogleAuthUtil.java72 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/libtextclassifier/java/com/google/android/textclassifier/
DRemoteActionTemplate.java60 public final NamedVariant[] extras; field in RemoteActionTemplate
76 NamedVariant[] extras, in RemoteActionTemplate()
/external/tensorflow/tensorflow/python/platform/
Dbenchmark.py56 throughput=None, extras=None): argument
171 extras=None, argument
229 extras=None, argument
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelecomManager.java288 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()
DShadowWallpaperManager.java21 IBinder windowToken, String action, int x, int y, int z, Bundle extras) {} in sendWallpaperCommand()
/external/python/futures/
Dsetup.py12 extras = {} variable
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dintent.py30 category=None, component=None, data=None, extras=None, argument
85 def extras(self): member in Intent
/external/fonttools/Lib/fontTools/ttLib/tables/
DT_S_I__3.py14 extras = {0xfffa: "reserved0", 0xfffb: "reserved1", 0xfffc: "reserved2", 0xfffd: "reserved3"} variable in table_T_S_I__3
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRbnfLenientScannerProvider.java31 RbnfLenientScanner get(ULocale locale, String extras); in get()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRbnfLenientScannerProvider.java33 RbnfLenientScanner get(ULocale locale, String extras); in get()
/external/cldr/tools/java/org/unicode/cldr/draft/
DEnumLookup.java22 T to, Object... extras) { in of()
32 Map<String, T> extras) { in of()
/external/grpc-grpc/third_party/nanopb/tests/regression/issue_125/
Dextensionbug.proto13 optional Message2 extras = 30; field
/external/nanopb-c/tests/regression/issue_125/
Dextensionbug.proto13 optional Message2 extras = 30; field
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/text/
DRbnfScannerProviderImpl.java75 public RbnfLenientScanner get(ULocale locale, String extras) { in get()
96 protected RbnfLenientScanner createScanner(ULocale locale, String extras) { in createScanner()
/external/icu/android_icu4j/src/main/java/android/icu/impl/text/
DRbnfScannerProviderImpl.java77 public RbnfLenientScanner get(ULocale locale, String extras) { in get()
98 protected RbnfLenientScanner createScanner(ULocale locale, String extras) { in createScanner()
/external/setupcompat/main/aidl/com/google/android/setupcompat/
DISetupCompatService.aidl28 oneway void logMetric(int metricType, in Bundle arguments, in Bundle extras) = 1; in logMetric()
/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Drecurrent.py284 extras, argument
627 def CellGrad(theta, state0, inputs, extras, dstate1): argument
659 extras=None, argument
/external/tensorflow/tensorflow/core/kernels/
Drange_sampler.cc47 gtl::ArraySlice<int64> extras, in SampleBatchGetExpectedCount()
79 MutableArraySlice<float> batch_expected_count, ArraySlice<int64> extras, in SampleBatchGetExpectedCountAvoid()
126 MutableArraySlice<float> batch_expected_count, ArraySlice<int64> extras, in SampleBatchGetExpectedCountAvoid()
218 MutableArraySlice<float> batch_expected_count, ArraySlice<int64> extras, in SampleBatchGetExpectedCountAvoid()
/external/python/cpython2/PC/VS7.1/
Dbuild_ssl.py19 def find_all_on_path(filename, extras = None): argument
/external/tensorflow/tensorflow/python/data/benchmarks/
Dbenchmark_base.py81 extras=None): argument
/external/python/cpython3/PCbuild/
Dprepare_ssl.py30 def find_all_on_path(filename, extras=None): argument
/external/autotest/contrib/
Dmodelviz.py147 def add_relation(extras=""): argument
/external/fonttools/
Dtox.ini10 extras = key
45 extras = key
/external/python/cpython2/PC/VS8.0/
Dbuild_ssl.py29 def find_all_on_path(filename, extras = None): argument
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_invocation.py138 def _with_extras_cancel(handler, extras): argument
147 def _extras_without_cancelled(extras): argument
160 def _with_extras_unary_response(handler, extras): argument
189 def __init__(self, handler, extras): argument

12345