Home
last modified time | relevance | path

Searched refs:async (Results 1 – 2 of 2) sorted by relevance

/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js575 xml.async = "false";
6415 async: false, property
7135 async: true, property
7558 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 ) {
/cts/tests/tests/media/src/android/media/cts/
DVp8CodecTestBase.java1033 final long timeout, boolean async) throws Exception { in createCodec() argument
1035 mAsync = async; in createCodec()