HomeSort by relevance Sort by last modified time
    Searched refs:cversion (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 310 cversion = version.replace(".","_")
321 print >>fp, "static const change_record change_records_%s[] = {" % cversion
325 Array("changes_%s_index" % cversion, index1).dump(fp, trace)
326 Array("changes_%s_data" % cversion, index2).dump(fp, trace)
327 print >>fp, "static const change_record* get_change_%s(Py_UCS4 n)" % cversion
332 print >>fp, "\t\tindex = changes_%s_index[n>>%d];" % (cversion, shift)
334 (cversion, shift, ((1<<shift)-1))
336 print >>fp, "\treturn change_records_%s+index;" % cversion
338 print >>fp, "static Py_UCS4 normalization_%s(Py_UCS4 n)" % cversion
    [all...]
  /external/python/cpython2/Tools/unicode/
makeunicodedata.py 310 cversion = version.replace(".","_")
321 print >>fp, "static const change_record change_records_%s[] = {" % cversion
325 Array("changes_%s_index" % cversion, index1).dump(fp, trace)
326 Array("changes_%s_data" % cversion, index2).dump(fp, trace)
327 print >>fp, "static const change_record* get_change_%s(Py_UCS4 n)" % cversion
332 print >>fp, "\t\tindex = changes_%s_index[n>>%d];" % (cversion, shift)
334 (cversion, shift, ((1<<shift)-1))
336 print >>fp, "\treturn change_records_%s+index;" % cversion
338 print >>fp, "static Py_UCS4 normalization_%s(Py_UCS4 n)" % cversion
    [all...]
  /external/libvncserver/webclients/novnc/include/
rfb.js 644 var cversion = "00" + parseInt(this._rfb_version, 10) + variable
646 this._sock.send_string("RFB " + cversion + "\n");
647 this._updateState('Security', 'Sent ProtocolVersion: ' + cversion);
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
OpensslLib.inf 36 $(OPENSSL_PATH)/crypto/cversion.c

Completed in 474 milliseconds