Searched refs:vcode (Results 1 - 7 of 7) sorted by relevance

/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLAppletElement04.js91 var vcode;
102 vcode = testNode.code;
104 assertEquals("codeLink","org/w3c/domts/DOMTSApplet.class",vcode);
H A DHTMLObjectElement02.js92 var vcode;
103 vcode = testNode.code;
105 assertEquals("codeLink","",vcode);
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLAppletElement04.js91 var vcode;
102 vcode = testNode.code;
104 assertEquals("codeLink","org/w3c/domts/DOMTSApplet.class",vcode);
H A DHTMLObjectElement02.js92 var vcode;
103 vcode = testNode.code;
105 assertEquals("codeLink","",vcode);
/external/srec/srec/include/
H A Dfpi_tgt.h146 void setVoicingCode(fepFramePkt *frmPkt, featdata *frmptr, featdata vcode);
/external/valgrind/main/VEX/priv/
H A Dmain_main.c197 HInstrArray* vcode; local
658 vcode = iselSB ( irsb, vta->arch_host, &vta->archinfo_host,
667 for (i = 0; i < vcode->arr_used; i++) {
669 ppInstr(vcode->arr[i], mode64);
676 rcode = doRegisterAllocation ( vcode, available_real_regs,
/external/srec/srec/clib/
H A Dfpi_tgt.c700 void setVoicingCode(fepFramePkt* frmPkt, featdata *frmptr, featdata vcode) argument
706 SET_VOICING_CODES(frmptr[frmPkt->uttDim], vcode);

Completed in 131 milliseconds