Home
last modified time | relevance | path

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

/cts/tools/dasm/src/java_cup/
Dlalr_state.java284 Enumeration i, s, fix; in build_machine() local
379 for (fix = linked_items.all(); fix.hasMoreElements(); ) in build_machine()
381 fix_itm = (lalr_item)fix.nextElement(); in build_machine()
/cts/tests/expectations/
Dknownfailures.txt154 …f uninstallAllUserCaCerts does not throw expected security exception, wait for fix from framework",
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js3177 event = jQuery.event.fix( event || window.event );
3309 fix: function( event ) {
3505 }, function( orig, fix ) { argument
3507 delegateType: fix,
3508 bindType: fix,
3522 event.type = fix;
3629 jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { argument
3634 jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );
3637 jQuery.event.special[ fix ] = {