Searched refs:req (Results 1 - 6 of 6) sorted by relevance

/development/scripts/app_engine_server/gae_shell/static/
H A Dshell.js125 * @param {XmlHttpRequest} req the XmlHttpRequest we used to send the current
128 shell.done = function(req) {
129 if (req.readyState == this.DONE_STATE) {
144 var result = req.responseText.replace(/^\s*|\s*$/g, ''); // trim whitespace
168 var req = this.getXmlHttpRequest();
169 if (!req) {
175 req.onreadystatechange = function() { shell.done(req); };
189 req.open(form.method, form.action + '?' + params, true);
190 req
[all...]
/development/tools/
H A Dmake_key54 openssl req -new -x509 -sha1 -key ${two} -out $1.x509.pem \
/development/ndk/platforms/android-3/include/linux/mmc/
H A Dhost.h70 void (*request)(struct mmc_host *host, struct mmc_request *req);
/development/ndk/platforms/android-3/include/linux/
H A Dmsm_mdp.h80 struct mdp_blit_req req[]; member in struct:mdp_blit_req_list
H A Dnfs_xdr.h471 struct nfs_page *req; member in struct:nfs_read_data
487 struct nfs_page *req; member in struct:nfs_write_data
/development/ndk/platforms/android-9/samples/native-audio/jni/
H A Dnative-audio-jni.c167 const SLboolean req[1] = {SL_BOOLEAN_FALSE}; local
168 result = (*engineEngine)->CreateOutputMix(engineEngine, &outputMixObject, 1, ids, req);
210 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, local
213 3, ids, req);
277 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; local
279 &audioSnk, 3, ids, req);
581 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; local
583 3, ids, req);
653 const SLboolean req[1] = {SL_BOOLEAN_TRUE}; local
655 &audioSnk, 1, id, req);
[all...]

Completed in 103 milliseconds