Searched refs:props (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/ |
D | ICalendar.java | 58 ArrayList<Property> props = mPropsMap.get(name); in addProperty() local 59 if (props == null) { in addProperty() 60 props = new ArrayList<Property>(); in addProperty() 61 mPropsMap.put(name, props); in addProperty() 63 props.add(prop); in addProperty()
|
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/js/ |
D | jquery.js | 3260 …props: "attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget… 3265 props: "char charCode key keyCode".split(" "), 3278 …props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toE… 3318 copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; 3418 jQuery.Event = function( src, props ) { argument 3421 return new jQuery.Event( src, props ); 3440 if ( props ) { 3441 jQuery.extend( this, props ); 8548 }, function( name, props ) { argument 8550 return this.animate( props, speed, easing, callback ); [all …]
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 56750 private java.util.Properties props 65746 private java.util.ArrayList props
|