Searched refs:async (Results 1 – 2 of 2) sorted by relevance
575 xml.async = "false";6415 async: false, property7135 async: true, property7558 if ( s.async && s.timeout > 0 ) {7939 script.async = "async";8052 xhr.open( s.type, s.url, s.async, s.username, s.password );8054 xhr.open( s.type, s.url, s.async );8173 if ( !s.async || xhr.readyState === 4 ) {
1033 final long timeout, boolean async) throws Exception { in createCodec() argument1035 mAsync = async; in createCodec()