Searched refs:sth (Results 1 – 22 of 22) sorted by relevance
/external/llvm/utils/ |
D | webNLT.pl | 29 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)
|
D | plotNLT.pl | 39 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)
|
D | cgiplotNLT.pl | 53 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)
|
D | importNLT.pl | 16 my $sth = $dbh->prepare( q{
|
/external/v8/test/es5conform/ |
D | harness-adapt.js | 45 sth.call(this, global); 50 TestHarness.prototype.registerTest = sth.prototype.registerTest; 54 sth.prototype.run.call(this); class
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vec_insert.ll | 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep sth
|
/external/llvm/test/CodeGen/SystemZ/ |
D | 05-MemRegStores.ll | 31 ; CHECK: sth %r4, 2(%r1,%r2) 62 ; CHECK: sth %r4, 2(%r1,%r2)
|
D | 05-MemLoadsStores16.ll | 4 ; RUN: llc < %s | grep {sth.%} | count 2
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | ObjectOutputStreamTest.java | 623 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()
|
D | ObjectInputStreamTest.java | 327 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/ |
D | linux.S | 123 sth %ret0, 0(%r20)
|
D | hpux32.S | 130 sth %ret0, 0(%r20)
|
/external/valgrind/main/none/tests/ppc32/ |
D | jm-int.stdout.exp | 1546 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/ |
D | PPCSchedule.td | 327 // sth LdStGeneral
|
D | PPCInstr64Bit.td | 593 "sth $rS, $src", LdStGeneral,
|
D | PPCInstrInfo.td | 752 "sth $rS, $src", LdStGeneral,
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 379 "sth $src, [$addr]", 383 "sth $src, [$addr]",
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 424 "sth\t{$src, $dst}", 444 "sth\t{$src, $dst}",
|
/external/valgrind/main/none/tests/ppc64/ |
D | jm-int.stdout.exp | 4633 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/ |
D | en-US_tpp_net.utf | 907 3958 "sth"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_tpp_net.utf | 709 2991 "sth"
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 41113 …mmediately if SVGRenderStyle::diff produced StyleDifferenceLayout, it it's sth. else be sure to as…
|