Searched refs:txt2 (Results 1 – 4 of 4) sorted by relevance
/external/jmonkeyengine/engine/src/test/jme3test/gui/ |
D | TestBitmapFont.java | 52 private BitmapText txt2; field in TestBitmapFont 74 txt2 = new BitmapText(fnt, false); in simpleInitApp() 75 txt2.setSize(fnt.getPreferredSize() * 1.2f); in simpleInitApp() 76 …txt2.setText("Text without restriction. \nText without restriction. Text without restriction. Text… in simpleInitApp() 77 txt2.setLocalTranslation(0, txt2.getHeight(), 0); in simpleInitApp() 78 guiNode.attachChild(txt2); in simpleInitApp()
|
/external/chromium_org/sandbox/win/src/ |
D | policy_opcodes_unittest.cc | 150 const wchar_t txt2[] = L"123"; in TEST() local 157 size_t count = sizeof(memory) / (sizeof(PolicyOpcode) + sizeof(txt2)); in TEST() 161 PolicyOpcode* op = opcode_maker.MakeOpWStringMatch(0, txt2, 0, in TEST() 169 PolicyOpcode* op1 = opcode_maker.MakeOpWStringMatch(0, txt2, 0, in TEST() 230 const wchar_t txt2[] = L"the quick"; in TEST() local 240 PolicyOpcode* op1 = opcode_maker.MakeOpWStringMatch(0, txt2, 0, in TEST() 248 EXPECT_TRUE(_countof(txt2) == mc1.position + 1); in TEST() 252 EXPECT_TRUE(_countof(txt2) == mc1.position + 1); in TEST() 260 EXPECT_TRUE(_countof(txt3) + _countof(txt2) == mc1.position + 2); in TEST()
|
/external/bison/m4/ |
D | perror.m4 | 41 [if CONFTEST_OUTPUT=1 ./conftest$EXEEXT >conftest.txt1 2>conftest.txt2 \ 42 && cmp conftest.txt1 conftest.txt2 >/dev/null; then 47 rm -rf conftest.txt1 conftest.txt2],
|
/external/bison/ |
D | configure | 26217 if CONFTEST_OUTPUT=1 ./conftest$EXEEXT >conftest.txt1 2>conftest.txt2 \ 26218 && cmp conftest.txt1 conftest.txt2 >/dev/null; then 26223 rm -rf conftest.txt1 conftest.txt2
|