/external/wpa_supplicant_8/src/tls/ |
pkcs1.c | 274 char txt[100], txt2[100]; local 276 asn1_oid_to_str(hash_alg, txt2, sizeof(txt2)); 279 txt, txt2);
|
/external/jmonkeyengine/engine/src/test/jme3test/gui/ |
TestBitmapFont.java | 52 private BitmapText txt2; field in class:TestBitmapFont 74 txt2 = new BitmapText(fnt, false); 75 txt2.setSize(fnt.getPreferredSize() * 1.2f); 76 txt2.setText("Text without restriction. \nText without restriction. Text without restriction. Text without restriction"); 77 txt2.setLocalTranslation(0, txt2.getHeight(), 0); 78 guiNode.attachChild(txt2);
|
/external/wpa_supplicant_8/hs20/client/ |
est.c | 276 char txt[100], txt2[100]; local 295 res = OBJ_obj2txt(txt2, sizeof(txt2), oid, 1); 296 if (res < 0 || res >= (int) sizeof(txt2)) 300 txt, txt2);
|