/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_xml_etree.py | 522 >>> elem.set('testb', 'test2')
524 '<test testa="testval" testb="test2">aa</test>'
526 ['testa', 'testb']
528 [('testa', 'testval'), ('testb', 'test2')]
529 >>> elem.attrib['testb']
531 >>> elem.attrib['testb'] = 'test1'
534 '<test testa="testval" testb="test1" testc="test2">aa</test>'
[all...] |
/external/python/cpython2/Lib/test/ |
test_xml_etree.py | 522 >>> elem.set('testb', 'test2') 524 '<test testa="testval" testb="test2">aa</test>' 526 ['testa', 'testb'] 528 [('testa', 'testval'), ('testb', 'test2')] 529 >>> elem.attrib['testb'] 531 >>> elem.attrib['testb'] = 'test1' 534 '<test testa="testval" testb="test1" testc="test2">aa</test>' [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_xml_etree.py | 522 >>> elem.set('testb', 'test2') 524 '<test testa="testval" testb="test2">aa</test>' 526 ['testa', 'testb'] 528 [('testa', 'testval'), ('testb', 'test2')] 529 >>> elem.attrib['testb'] 531 >>> elem.attrib['testb'] = 'test1' 534 '<test testa="testval" testb="test1" testc="test2">aa</test>' [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_xml_etree.py | 522 >>> elem.set('testb', 'test2') 524 '<test testa="testval" testb="test2">aa</test>' 526 ['testa', 'testb'] 528 [('testa', 'testval'), ('testb', 'test2')] 529 >>> elem.attrib['testb'] 531 >>> elem.attrib['testb'] = 'test1' 534 '<test testa="testval" testb="test1" testc="test2">aa</test>' [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | 522 >>> elem.set('testb', 'test2') 524 '<test testa="testval" testb="test2">aa</test>' 526 ['testa', 'testb'] 528 [('testa', 'testval'), ('testb', 'test2')] 529 >>> elem.attrib['testb'] 531 >>> elem.attrib['testb'] = 'test1' 534 '<test testa="testval" testb="test1" testc="test2">aa</test>' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | 522 >>> elem.set('testb', 'test2') 524 '<test testa="testval" testb="test2">aa</test>' 526 ['testa', 'testb'] 528 [('testa', 'testval'), ('testb', 'test2')] 529 >>> elem.attrib['testb'] 531 >>> elem.attrib['testb'] = 'test1' 534 '<test testa="testval" testb="test1" testc="test2">aa</test>' [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
AMD64.rules | 524 (If cond yes no) -> (NE (TESTB cond cond) yes no) 569 (NE (TESTB (SETL cmp) (SETL cmp)) yes no) -> (LT cmp yes no) 570 (NE (TESTB (SETLE cmp) (SETLE cmp)) yes no) -> (LE cmp yes no) 571 (NE (TESTB (SETG cmp) (SETG cmp)) yes no) -> (GT cmp yes no) 572 (NE (TESTB (SETGE cmp) (SETGE cmp)) yes no) -> (GE cmp yes no) 573 (NE (TESTB (SETEQ cmp) (SETEQ cmp)) yes no) -> (EQ cmp yes no) 574 (NE (TESTB (SETNE cmp) (SETNE cmp)) yes no) -> (NE cmp yes no) 575 (NE (TESTB (SETB cmp) (SETB cmp)) yes no) -> (ULT cmp yes no) 576 (NE (TESTB (SETBE cmp) (SETBE cmp)) yes no) -> (ULE cmp yes no) 577 (NE (TESTB (SETA cmp) (SETA cmp)) yes no) -> (UGT cmp yes no [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ |
AMD64.rules | 524 (If cond yes no) -> (NE (TESTB cond cond) yes no) 569 (NE (TESTB (SETL cmp) (SETL cmp)) yes no) -> (LT cmp yes no) 570 (NE (TESTB (SETLE cmp) (SETLE cmp)) yes no) -> (LE cmp yes no) 571 (NE (TESTB (SETG cmp) (SETG cmp)) yes no) -> (GT cmp yes no) 572 (NE (TESTB (SETGE cmp) (SETGE cmp)) yes no) -> (GE cmp yes no) 573 (NE (TESTB (SETEQ cmp) (SETEQ cmp)) yes no) -> (EQ cmp yes no) 574 (NE (TESTB (SETNE cmp) (SETNE cmp)) yes no) -> (NE cmp yes no) 575 (NE (TESTB (SETB cmp) (SETB cmp)) yes no) -> (ULT cmp yes no) 576 (NE (TESTB (SETBE cmp) (SETBE cmp)) yes no) -> (ULE cmp yes no) 577 (NE (TESTB (SETA cmp) (SETA cmp)) yes no) -> (UGT cmp yes no [all...] |
/art/compiler/utils/x86/ |
assembler_x86_test.cc | 464 DriverStr(RepeatAI(&x86::X86Assembler::testb, /*imm_bytes*/ 1U, "testb ${imm}, {mem}"), "testb");
|
/external/llvm/test/CodeGen/X86/ |
masked_gather_scatter.ll | [all...] |
avx-splat.ll | 64 ; CHECK-NEXT: testb %al, %al
|
brcond.ll | 11 ; CHECK: testb $64
|
fast-isel-x86-64.ll | 145 ; CHECK: testb $1,
|
x86-shrink-wrapping.ll | 609 ; CHECK: testb %dil, %dil 816 ; CHECK-NEXT: testb [[BOOL]], [[BOOL]] 829 ; testb set the EFLAGS read here. 891 ; CHECK: testb $1, %dil
|
win-catchpad.ll | 263 ; X86: testb $1, %al 307 ; X64: testb $1, %al
|
/cts/tools/utils/cts/ |
tools.py | 133 ['TestClass#testA', 'TestClass#testB']
|
/external/autotest/client/tests/ctcs/ |
ctcs.tar.bz2 | |
/external/e2fsprogs/debugfs/ |
debug_cmds.c | 169 "testb",
|
/external/llvm/test/Linker/ |
type-unique-type-array-a.ll | 37 ; CHECK: DW_AT_name {{.*}} "testB"
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
2012-01-13-phielim.ll | 104 ; CHECK: testb
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
fast-isel-x86-64.ll | 144 ; CHECK: testb $1,
|
/external/syslinux/mbr/ |
gptmbr.S | 170 testb $0x04,48(%di)
|
isohdpfx.S | 112 testb $0x7f, (%si) /* Invalid active flag field? */
|
mbr.S | 202 testb $0x80, (%bx)
|
/art/test/700-LoadArgRegs/src/ |
Main.java | 168 static void testB() { 287 testB();
|