HomeSort by relevance Sort by last modified time
    Searched full:testline (Results 1 - 23 of 23) sorted by null

  /external/valgrind/helgrind/tests/
shmem_abits.c 11 #define V(cond, testline) \
14 testline, __LINE__); } \
20 static void check (int testline, void *p, int len, unsigned char access, int heap)
33 V (r == VALGRIND_HG_GET_ABITS (p, NULL, len), testline);
34 V (access == 0xff ? r == len : r == 0, testline);
36 V(shadow[i] == access, testline);
40 V (r == VALGRIND_HG_GET_ABITS (p-1, NULL, len+1), testline);
41 V (access == 0xff ? r == len : r == 0, testline);
42 V (shadow[0] == 0x00, testline);
44 V (shadow[i] == access, testline);
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
line.exp 27 set testline "undefined line"
31 unresolved $testline
57 checkund $ml $testline
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
line.exp 34 set testline "undefined line"
38 unresolved $testline
64 checkund $ml $testline
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_file.py 274 testline = testlines.pop(0)
280 if line != testline:
282 "failed. Got %r, expected %r" % (line, testline))
283 testline = testlines.pop(0)
284 buf = array("b", b"\x00" * len(testline))
291 if line != testline:
293 "failed. Got %r, expected %r" % (line, testline))
295 testline = testlines.pop(0)
297 line = f.read(len(testline))
301 if line != testline
    [all...]
test_file2k.py 363 testline = testlines.pop(0)
369 if line != testline:
371 "failed. Got %r, expected %r" % (line, testline))
372 testline = testlines.pop(0)
373 buf = array("c", "\x00" * len(testline))
380 if line != testline:
382 "failed. Got %r, expected %r" % (line, testline))
384 testline = testlines.pop(0)
386 line = f.read(len(testline))
390 if line != testline
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_file.py 274 testline = testlines.pop(0)
280 if line != testline:
282 "failed. Got %r, expected %r" % (line, testline))
283 testline = testlines.pop(0)
284 buf = array("b", b"\x00" * len(testline))
291 if line != testline:
293 "failed. Got %r, expected %r" % (line, testline))
295 testline = testlines.pop(0)
297 line = f.read(len(testline))
301 if line != testline
    [all...]
test_file2k.py 363 testline = testlines.pop(0)
369 if line != testline:
371 "failed. Got %r, expected %r" % (line, testline))
372 testline = testlines.pop(0)
373 buf = array("c", "\x00" * len(testline))
380 if line != testline:
382 "failed. Got %r, expected %r" % (line, testline))
384 testline = testlines.pop(0)
386 line = f.read(len(testline))
390 if line != testline
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file.py 274 testline = testlines.pop(0)
280 if line != testline:
282 "failed. Got %r, expected %r" % (line, testline))
283 testline = testlines.pop(0)
284 buf = array("b", b"\x00" * len(testline))
291 if line != testline:
293 "failed. Got %r, expected %r" % (line, testline))
295 testline = testlines.pop(0)
297 line = f.read(len(testline))
301 if line != testline
    [all...]
test_file2k.py 363 testline = testlines.pop(0)
369 if line != testline:
371 "failed. Got %r, expected %r" % (line, testline))
372 testline = testlines.pop(0)
373 buf = array("c", "\x00" * len(testline))
380 if line != testline:
382 "failed. Got %r, expected %r" % (line, testline))
384 testline = testlines.pop(0)
386 line = f.read(len(testline))
390 if line != testline
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file.py 274 testline = testlines.pop(0)
280 if line != testline:
282 "failed. Got %r, expected %r" % (line, testline))
283 testline = testlines.pop(0)
284 buf = array("b", b"\x00" * len(testline))
291 if line != testline:
293 "failed. Got %r, expected %r" % (line, testline))
295 testline = testlines.pop(0)
297 line = f.read(len(testline))
301 if line != testline
    [all...]
test_file2k.py 363 testline = testlines.pop(0)
369 if line != testline:
371 "failed. Got %r, expected %r" % (line, testline))
372 testline = testlines.pop(0)
373 buf = array("c", "\x00" * len(testline))
380 if line != testline:
382 "failed. Got %r, expected %r" % (line, testline))
384 testline = testlines.pop(0)
386 line = f.read(len(testline))
390 if line != testline
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/
undefined.exp 25 set testline "undefined line"
31 untested $testline
39 unresolved $testline
147 checkund $ml $testline
  /prebuilts/go/darwin-x86/src/debug/dwarf/
line_test.go 133 for i, testLine := range table {
134 if testLine.EndSequence {
135 if err := lr.SeekPC(testLine.Address, &line); err != ErrUnknownPC {
136 t.Fatalf("lr.SeekPC to %#x returned %v instead of ErrUnknownPC", testLine.Address, err)
142 for pc := testLine.Address; pc < nextPC; pc++ {
145 } else if line != testLine {
146 t.Fatalf("lr.SeekPC to %#x returned %v instead of %v", pc, line, testLine)
  /prebuilts/go/linux-x86/src/debug/dwarf/
line_test.go 133 for i, testLine := range table {
134 if testLine.EndSequence {
135 if err := lr.SeekPC(testLine.Address, &line); err != ErrUnknownPC {
136 t.Fatalf("lr.SeekPC to %#x returned %v instead of ErrUnknownPC", testLine.Address, err)
142 for pc := testLine.Address; pc < nextPC; pc++ {
145 } else if line != testLine {
146 t.Fatalf("lr.SeekPC to %#x returned %v instead of %v", pc, line, testLine)
  /external/google-breakpad/src/common/
dwarf_cu_to_module_unittest.cc 261 void TestLine(int i, int j, Module::Address address, Module::Address size,
609 void CUFixtureBase::TestLine(int i, int j,
638 #define TestLine(a,b,c,d,e,f) TRACE(TestLine((a),(b),(c),(d),(e),(f)))
661 TestLine(0, 0, 0x938cf8c07def4d34ULL, 0x55592d727f6cd01fLL, "line-file",
678 TestLine(0, 0, 0x938cf8c07def4d34ULL, 0x55592d727f6cd01fLL, "line-file",
    [all...]
  /external/icu/icu4c/source/test/cintltst/
crestst.c 778 const char* testline = "This is a test line"; local
779 int32_t bufLen = (int32_t)strlen(testline)+10;
862 T_FileStream_writeLine(stream,testline);
865 if(uprv_strncmp(testline, buf,uprv_strlen(buf))!=0){
870 T_FileStream_write(stream,testline,(int32_t)strlen(testline));
873 if(uprv_strncmp(testline, buf,retLen)!=0){
    [all...]
  /external/icu/icu4c/source/test/intltest/
dcfmtest.cpp 245 UnicodeString testLine = lineMat.group(1, status);
246 // printf("%s\n", UnicodeStringPiece(testLine).data());
247 if (testLine.length() == 0) {
256 commentMat.reset(testLine);
266 parseLineMat.reset(testLine);
280 formatLineMat.reset(testLine);
304 lineNum, UnicodeStringPiece(testLine).data());
regextst.cpp     [all...]
dtfmttst.cpp     [all...]
  /external/skia/tests/
PathOpsSimplifyRectThreadedTest.cpp 190 initializeTests(reporter, "testLine");
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
LimitTest.java 124 public void testLine() {
  /art/compiler/utils/
assembler_thumb_test.cc 150 char testline[256]; local
151 char *s = fgets(testline, sizeof(testline), fp);
155 if (CompareIgnoringSpace(results[lineindex], testline) != 0) {
157 << results[lineindex] << "/" << testline; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/
ChangeLog-2010 3 * ld-undefined/undefined.exp (testline): XFAIL hppa*64*-*-*.
    [all...]

Completed in 699 milliseconds