Home
last modified time | relevance | path

Searched refs:sth (Results 1 – 22 of 22) sorted by relevance

/external/llvm/utils/
DwebNLT.pl29 my $sth = $dbh->prepare($query) || die "Can't prepare statement: $DBI::errstr";
30 my $rc = $sth->execute or die DBI->errstr;
31 while (($n) = $sth->fetchrow_array)
37 my $sth = $dbh->prepare($query) || die "Can't prepare statement: $DBI::errstr";
38 my $rc = $sth->execute or die DBI->errstr;
39 while (($n) = $sth->fetchrow_array)
DplotNLT.pl39 my $sth = $dbh->prepare( $query) || die "Can't prepare statement: $DBI::errstr";;
41 my $rc = $sth->execute or die DBI->errstr;
43 while(($da,$v) = $sth->fetchrow_array)
DcgiplotNLT.pl53 my $sth = $dbh->prepare( $query) || die "Can't prepare statement: $DBI::errstr";;
55 my $rc = $sth->execute or die DBI->errstr;
57 while(($da,$v) = $sth->fetchrow_array)
DimportNLT.pl16 my $sth = $dbh->prepare( q{
/external/v8/test/es5conform/
Dharness-adapt.js45 sth.call(this, global);
50 TestHarness.prototype.registerTest = sth.prototype.registerTest;
54 sth.prototype.run.call(this); class
/external/llvm/test/CodeGen/PowerPC/
Dvec_insert.ll1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep sth
/external/llvm/test/CodeGen/SystemZ/
D05-MemRegStores.ll31 ; CHECK: sth %r4, 2(%r1,%r2)
62 ; CHECK: sth %r4, 2(%r1,%r2)
D05-MemLoadsStores16.ll4 ; RUN: llc < %s | grep {sth.%} | count 2
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DObjectOutputStreamTest.java623 SerializableTestHelper sth; in test_putFields() local
635 sth = (SerializableTestHelper) (ois.readObject()); in test_putFields()
637 "Gabba", sth.getText1()); in test_putFields()
640 sth.getText2()); in test_putFields()
DObjectInputStreamTest.java327 SerializableTestHelper sth; in test_readFields() local
339 sth = (SerializableTestHelper) (ois.readObject()); in test_readFields()
341 "Gabba", sth.getText1()); in test_readFields()
344 sth.getText2()); in test_readFields()
/external/libffi/src/pa/
Dlinux.S123 sth %ret0, 0(%r20)
Dhpux32.S130 sth %ret0, 0(%r20)
/external/valgrind/main/none/tests/ppc32/
Djm-int.stdout.exp1546 sth 00000000, 0 => 00000000, 0 (00000000 00000000)
1547 sth 000f423f, 4 => 423f0000, 0 (00000000 00000000)
1548 sth ffffffff, 8 => ffff0000, 0 (00000000 00000000)
1549 sth 00000000, -8 => 00000000, 0 (00000000 00000000)
1550 sth 000f423f, -4 => 423f0000, 0 (00000000 00000000)
1551 sth ffffffff, 0 => ffff0000, 0 (00000000 00000000)
/external/llvm/lib/Target/PowerPC/
DPPCSchedule.td327 // sth LdStGeneral
DPPCInstr64Bit.td593 "sth $rS, $src", LdStGeneral,
DPPCInstrInfo.td752 "sth $rS, $src", LdStGeneral,
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.td379 "sth $src, [$addr]",
383 "sth $src, [$addr]",
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td424 "sth\t{$src, $dst}",
444 "sth\t{$src, $dst}",
/external/valgrind/main/none/tests/ppc64/
Djm-int.stdout.exp4633 sth 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000)
4634 sth 0000001cbe991def, 8 => 1def000000000000, 0 (00000000 00000000)
4635 sth ffffffffffffffff, 16 => ffff000000000000, 0 (00000000 00000000)
4636 sth 0000000000000000, -16 => 0000000000000000, 0 (00000000 00000000)
4637 sth 0000001cbe991def, -8 => 1def000000000000, 0 (00000000 00000000)
4638 sth ffffffffffffffff, 0 => ffff000000000000, 0 (00000000 00000000)
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_tpp_net.utf907 3958 "sth"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_tpp_net.utf709 2991 "sth"
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0641113 …mmediately if SVGRenderStyle::diff produced StyleDifferenceLayout, it it's sth. else be sure to as…