Home
last modified time | relevance | path

Searched refs:_data (Results 1 – 3 of 3) sorted by relevance

/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/js/
Djquery.js1832 _data: function( elem, name, data ) { method
1859 if ( this[0].nodeType === 1 && !jQuery._data( this[0], "parsedAttrs" ) ) {
1870 jQuery._data( this[0], "parsedAttrs", true );
1970 defer = jQuery._data( elem, deferDataKey );
1972 ( src === "queue" || !jQuery._data(elem, queueDataKey) ) &&
1973 ( src === "mark" || !jQuery._data(elem, markDataKey) ) ) {
1977 if ( !jQuery._data( elem, queueDataKey ) &&
1978 !jQuery._data( elem, markDataKey ) ) {
1991 jQuery._data( elem, type, (jQuery._data( elem, type ) || 0) + 1 );
2004 count = force ? 0 : ( (jQuery._data( elem, key ) || 1) - 1 );
[all …]
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java783 String _data) { in MatchCondition() argument
787 data = _data != null ? Uri.parse(_data) : null; in MatchCondition()
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
Dpdfjs.js1255 this._data = data;
1259 this._data = EMPTY_PROMISE;
1299 if (this._data !== EMPTY_PROMISE) {
1303 this._data = value;
1312 if (this._data === EMPTY_PROMISE) {
1315 return this._data;
1319 if (this._data !== EMPTY_PROMISE) {
1320 callback(this._data);