Searched refs:txt2 (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/gui/
H A DTestBitmapFont.java52 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/chromium_org/sandbox/win/src/
H A Dpolicy_opcodes_unittest.cc148 // the string 'txt2' inside the same buffer.
150 const wchar_t txt2[] = L"123"; local
157 size_t count = sizeof(memory) / (sizeof(PolicyOpcode) + sizeof(txt2));
161 PolicyOpcode* op = opcode_maker.MakeOpWStringMatch(0, txt2, 0,
169 PolicyOpcode* op1 = opcode_maker.MakeOpWStringMatch(0, txt2, 0,
230 const wchar_t txt2[] = L"the quick"; local
240 PolicyOpcode* op1 = opcode_maker.MakeOpWStringMatch(0, txt2, 0,
248 EXPECT_TRUE(_countof(txt2) == mc1.position + 1);
252 EXPECT_TRUE(_countof(txt2) == mc1.position + 1);
260 EXPECT_TRUE(_countof(txt3) + _countof(txt2)
[all...]
/external/bison/
H A Dconfigure26217 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

Completed in 420 milliseconds