Searched refs:extras (Results 1 - 25 of 135) sorted by relevance

123456

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DT_S_I__3.py7 extras = {0xfffa: "reserved0", 0xfffb: "reserved1", 0xfffc: "reserved2", 0xfffd: "reserved3"} variable in class:table_T_S_I__3
H A DT_S_I__1.py7 extras = {0xfffa: "ppgm", 0xfffb: "cvt", 0xfffc: "reserved", 0xfffd: "fpgm"} variable in class:table_T_S_I__1
30 if self.extras[extraCode] == "fpgm": # this is the last one
37 self.extraPrograms[self.extras[extraCode]] = text
63 codes = sorted(self.extras.items())
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DT_S_I__3.py7 extras = {0xfffa: "reserved0", 0xfffb: "reserved1", 0xfffc: "reserved2", 0xfffd: "reserved3"} variable in class:table_T_S_I__3
H A DT_S_I__1.py7 extras = {0xfffa: "ppgm", 0xfffb: "cvt", 0xfffc: "reserved", 0xfffd: "fpgm"} variable in class:table_T_S_I__1
30 if self.extras[extraCode] == "fpgm": # this is the last one
37 self.extraPrograms[self.extras[extraCode]] = text
63 codes = sorted(self.extras.items())
/external/python/futures/
H A Dsetup.py12 extras = {} variable
15 extras['zip_safe'] = False
41 **extras
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRbnfLenientScannerProvider.java28 * @param extras extra collation rules
33 RbnfLenientScanner get(ULocale locale, String extras); argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRbnfLenientScannerProvider.java26 * @param extras extra collation rules
31 RbnfLenientScanner get(ULocale locale, String extras); argument
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowIntent.java29 private final Bundle extras = new Bundle(); field in class:ShadowIntent
55 extras.putAll(other.extras);
192 extras.putAll(src);
199 extras.putAll(srcShadowIntent.extras);
205 return extras != null ? new Bundle(extras) : null;
210 extras.putInt(key, value);
216 extras
[all...]
H A DShadowPeriodicSync.java17 public void __constructor__(Account account, String authority, Bundle extras, long period) throws Exception { argument
21 setField("extras", extras);
/external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
H A DShadowGoogleAuthUtil.java72 Bundle extras) throws IOException, UserRecoverableAuthException, GoogleAuthException {
73 return googleAuthUtilImpl.getToken(context, account, scope, extras);
84 Bundle extras) throws IOException, UserRecoverableAuthException, GoogleAuthException {
85 return googleAuthUtilImpl.getToken(context, accountName, scope, extras);
90 String scope, Bundle extras)
92 return googleAuthUtilImpl.getTokenWithNotification(context, account, scope, extras);
97 String scope, Bundle extras, Intent callback)
100 .getTokenWithNotification(context, account, scope, extras, callback);
105 String scope, Bundle extras, String authority, Bundle syncBundle)
108 .getTokenWithNotification(context, account, scope, extras, authorit
71 getToken(Context context, Account account, String scope, Bundle extras) argument
83 getToken(Context context, String accountName, String scope, Bundle extras) argument
89 getTokenWithNotification(Context context, Account account, String scope, Bundle extras) argument
96 getTokenWithNotification(Context context, Account account, String scope, Bundle extras, Intent callback) argument
104 getTokenWithNotification(Context context, Account account, String scope, Bundle extras, String authority, Bundle syncBundle) argument
112 getTokenWithNotification(Context context, String accountName, String scope, Bundle extras, Intent callback) argument
120 getTokenWithNotification(Context context, String accountName, String scope, Bundle extras) argument
127 getTokenWithNotification(Context context, String accountName, String scope, Bundle extras, String authority, Bundle syncBundle) argument
161 getToken(Context context, Account account, String scope, Bundle extras) argument
171 getToken(Context context, String accountName, String scope, Bundle extras) argument
176 getTokenWithNotification(Context context, Account account, String scope, Bundle extras) argument
182 getTokenWithNotification(Context context, Account account, String scope, Bundle extras, Intent callback) argument
191 getTokenWithNotification(Context context, Account account, String scope, Bundle extras, String authority, Bundle syncBundle) argument
200 getTokenWithNotification(Context context, String accountName, String scope, Bundle extras) argument
207 getTokenWithNotification(Context context, String accountName, String scope, Bundle extras, Intent callback) argument
214 getTokenWithNotification(Context context, String accountName, String scope, Bundle extras, String authority, Bundle syncBundle) argument
[all...]
/external/tensorflow/tensorflow/python/platform/
H A Dbenchmark.py50 throughput=None, extras=None):
59 extras: (optional) Dict mapping string keys to additional benchmark info.
62 TypeError: if extras is not a dict.
65 if extras is not None:
66 if not isinstance(extras, dict):
67 raise TypeError("extras must be a dict")
73 throughput is not None else -1, str(extras) if extras else "")
86 if extras is not None:
87 for (k, v) in extras
[all...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNotification.java31 ? realNotification.extras.getString(Notification.EXTRA_TITLE)
37 ? realNotification.extras.getString(Notification.EXTRA_TEXT)
43 return realNotification.extras.getCharSequence(Notification.EXTRA_INFO_TEXT);
55 return realNotification.extras.getCharSequence(Notification.EXTRA_BIG_TEXT);
63 return realNotification.extras.getCharSequence(Notification.EXTRA_TITLE_BIG);
71 return realNotification.extras.getCharSequence(Notification.EXTRA_SUMMARY_TEXT);
79 return realNotification.extras.getParcelable(Notification.EXTRA_PICTURE);
89 ? realNotification.extras.getBoolean(Notification.EXTRA_SHOW_WHEN)
100 ? realNotification.extras.getBoolean(Notification.EXTRA_PROGRESS_INDETERMINATE)
106 ? realNotification.extras
[all...]
H A DShadowWallpaperManager.java20 public void sendWallpaperCommand(IBinder windowToken, String action, int x, int y, int z, Bundle extras) { argument
H A DShadowTelecomManager.java241 public void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) { argument
242 incomingCalls.add(new CallRecord(phoneAccount, extras));
250 public void addNewUnknownCall(PhoneAccountHandle phoneAccount, Bundle extras) { argument
251 unknownCalls.add(new CallRecord(phoneAccount, extras));
282 public void placeCall(Uri address, Bundle extras) { argument
297 public CallRecord(PhoneAccountHandle phoneAccount, Bundle extras) { argument
299 this.bundle = extras;
/external/doclava/res/assets/templates-sdk/
H A Djd_lists_unified.cs13 METADATA['<?cs var:metadata.lang ?>'].extras = [];
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dintent.py30 category=None, component=None, data=None, extras=None,
41 extras: A dict containing extra parameters to be passed along with the
55 self._extras = extras
85 def extras(self): member in class:Intent
114 if self.extras:
115 for key, value in self.extras.iteritems():
128 'Intent does not know how to pass %s extras' % type(value))
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Dintent.py30 category=None, component=None, data=None, extras=None,
41 extras: A dict containing extra parameters to be passed along with the
55 self._extras = extras
85 def extras(self): member in class:Intent
114 if self.extras:
115 for key, value in self.extras.iteritems():
128 'Intent does not know how to pass %s extras' % type(value))
/external/autotest/site_utils/sponge_lib/
H A Dacts_job_info.py227 def extras(self): member in class:ACTSRecord
239 extras = self.extras
240 if not extras:
243 test_tracker_info = self.extras.get('test_tracker_info')
245 return self.extras.get('test_tracker_environment_info')
252 extras = self.extras
253 if not extras:
256 test_tracker_info = self.extras
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DTBSCertificate.java110 for (int extras = seq.size() - (seqStart + 6) - 1; extras > 0; extras--)
112 ASN1TaggedObject extra = (ASN1TaggedObject)seq.getObjectAt(seqStart + 6 + extras);
H A DTBSCertificateStructure.java112 for (int extras = seq.size() - (seqStart + 6) - 1; extras > 0; extras--)
114 DERTaggedObject extra = (DERTaggedObject)seq.getObjectAt(seqStart + 6 + extras);
/external/tensorflow/tensorflow/core/kernels/
H A Drange_sampler.cc47 gtl::ArraySlice<int64> extras,
50 extras, extras_expected_count,
79 MutableArraySlice<float> batch_expected_count, ArraySlice<int64> extras,
115 CHECK_EQ(extras.size(), extras_expected_count.size());
116 for (size_t i = 0; i < extras.size(); i++) {
118 ExpectedCountHelper(Probability(extras[i]), batch_size, num_tries);
126 MutableArraySlice<float> batch_expected_count, ArraySlice<int64> extras,
141 CHECK_EQ(extras.size(), extras_expected_count.size());
142 for (size_t i = 0; i < extras.size(); i++) {
218 MutableArraySlice<float> batch_expected_count, ArraySlice<int64> extras,
44 SampleBatchGetExpectedCount( random::SimplePhilox* rnd, bool unique, gtl::MutableArraySlice<int64> batch, gtl::MutableArraySlice<float> batch_expected_count, gtl::ArraySlice<int64> extras, gtl::MutableArraySlice<float> extras_expected_count) const argument
77 SampleBatchGetExpectedCountAvoid( random::SimplePhilox* rnd, bool unique, MutableArraySlice<int64> batch, MutableArraySlice<float> batch_expected_count, ArraySlice<int64> extras, MutableArraySlice<float> extras_expected_count, ArraySlice<int64> avoided_values) const argument
124 SampleBatchGetExpectedCountAvoid( random::SimplePhilox* rnd, bool unique, MutableArraySlice<int64> batch, MutableArraySlice<float> batch_expected_count, ArraySlice<int64> extras, MutableArraySlice<float> extras_expected_count, ArraySlice<int64> avoided_values) const argument
216 SampleBatchGetExpectedCountAvoid( random::SimplePhilox* rnd, bool unique, MutableArraySlice<int64> batch, MutableArraySlice<float> batch_expected_count, ArraySlice<int64> extras, MutableArraySlice<float> extras_expected_count, ArraySlice<int64> avoided_values) const argument
[all...]
/external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
H A Dsynthetic.py80 extras = n_samples % n_classes
81 circ_x = np.append(circ_x, np.cos(np.random.rand(extras) * 2 * np.pi))
82 circ_y = np.append(circ_y, np.sin(np.random.rand(extras) * 2 * np.pi))
83 y = np.append(y, np.zeros(extras, dtype=np.int32))
152 extras = n_samples % n_classes
153 if extras > 0:
154 x_extra, y_extra = _modes[mode](np.random.rand(extras) * 2 * np.pi, *args,
158 y = np.append(y, np.zeros(extras, dtype=np.int32))
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
H A DRoboCursor.java22 private Bundle extras; field in class:RoboCursor
186 return extras;
190 public void setExtras(Bundle extras) { argument
191 this.extras = extras;
/external/python/cpython2/Mac/scripts/
H A DBuildApplet.py90 extras = []
103 extras.append(arg)
122 rsrcname=rsrcfilename, others=extras, raw=raw,
/external/tensorflow/tensorflow/contrib/eager/python/examples/gan/
H A Dmnist_test.py50 extras = {'examples_per_sec': batch_size / avg_time}
52 iters=num_iters, wall_time=avg_time, name=name, extras=extras)

Completed in 696 milliseconds

123456