HomeSort by: relevance | last modified time | path
    Searched refs:advance (Results 1 - 25 of 337) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
array-slices.f90 23 write(*, fmt="(A)", advance="no") "GDB = "
24 write(*, fmt="(I0)", advance="no") array
25 write(*, fmt="(A)", advance="yes") ""
36 write (*, fmt="(A)", advance="no") "GDB = '"
37 write (*, fmt="(A)", advance="no") array
38 write (*, fmt="(A)", advance="yes") "'"
50 write(*, fmt="(i4)", advance="no") array (i)
57 write(*, fmt="(A)", advance="no") "GDB = ("
60 write(*, fmt="(A)", advance="no") ", "
62 write(*, fmt="(I0)", advance="no") array (i
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
array-slices.f90 23 write(*, fmt="(A)", advance="no") "GDB = "
24 write(*, fmt="(I0)", advance="no") array
25 write(*, fmt="(A)", advance="yes") ""
36 write (*, fmt="(A)", advance="no") "GDB = '"
37 write (*, fmt="(A)", advance="no") array
38 write (*, fmt="(A)", advance="yes") "'"
50 write(*, fmt="(i4)", advance="no") array (i)
57 write(*, fmt="(A)", advance="no") "GDB = ("
60 write(*, fmt="(A)", advance="no") ", "
62 write(*, fmt="(I0)", advance="no") array (i
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
advance.exp 16 # advance.exp -- Expect script to test 'advance' in gdb
28 # Verify that "advance <location>" works. (This is really just syntactic
31 gdb_test "advance [gdb_get_line_number "advance this location"]" \
32 "main .* at .*:.*b = 3.*advance this location.*" \
33 "advance line number"
35 # Verify that a malformed "advance" is gracefully caught.
37 gdb_test "advance [gdb_get_line_number "advance malformed"] then stop"
    [all...]
until-nodebug.exp 19 standard_testfile advance.c
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
advance.exp 16 # advance.exp -- Expect script to test 'advance' in gdb
28 # Verify that "advance <location>" works. (This is really just syntactic
31 gdb_test "advance [gdb_get_line_number "advance this location"]" \
32 "main .* at .*:.*b = 3.*advance this location.*" \
33 "advance line number"
35 # Verify that a malformed "advance" is gracefully caught.
37 gdb_test "advance [gdb_get_line_number "advance malformed"] then stop"
    [all...]
until-nodebug.exp 19 standard_testfile advance.c
  /src/external/gpl3/gcc/dist/gcc/
gengtype-parse.cc 63 advance (void) function
160 const char *v = advance ();
170 /* As per require, but do not advance. */
191 const char *v = advance ();
208 const char *v = advance ();
236 s2 = advance ();
274 advance ();
282 str = concat (str, advance (), (char *) 0);
287 advance ();
294 advance ();
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-parse.cc 63 advance (void) function
159 const char *v = advance ();
169 /* As per require, but do not advance. */
190 const char *v = advance ();
207 const char *v = advance ();
235 s2 = advance ();
273 advance ();
281 str = concat (str, advance (), (char *) 0);
286 advance ();
293 advance ();
    [all...]
  /src/external/bsd/tcpdump/dist/
print-ip6.c 54 u_int advance; local
64 advance = sizeof(struct ip6_hdr);
69 cp += advance;
83 advance = (GET_U_1(cp + 1) + 1) << 3;
93 advance = sizeof(struct ip6_frag);
232 int advance; local
319 advance = sizeof(struct ip6_hdr);
325 while (cp < ndo->ndo_snapend && advance > 0) {
326 if (len < (u_int)advance)
328 cp += advance;
    [all...]
print-lwres.c 212 int advance; local
215 advance = lwres_printname(ndo, l, p + 2);
216 return 2 + advance;
285 int advance; local
374 advance = lwres_printname(ndo, l, s);
375 s += advance;
388 advance = lwres_printaddr(ndo, s);
389 if (advance < 0)
391 s += advance;
413 advance = lwres_printname(ndo, l, s)
    [all...]
print-pim.c 692 int advance; local
862 advance = pimv2_addr_print(ndo, ptr, plen, pimv2_unicast, pimv2_addr_len, 0);
863 if (advance < 0)
865 ptr += advance;
866 plen -= advance;
926 if ((advance = pimv2_addr_print(ndo, bp, len, pimv2_group, pimv2_addr_len, 0)) < 0)
928 bp += advance; len -= advance;
930 if ((advance = pimv2_addr_print(ndo, bp, len, pimv2_unicast, pimv2_addr_len, 0)) < 0)
932 bp += advance; len -= advance
    [all...]
print-ip-demux.c 41 int advance; local
44 advance = 0;
56 advance = ah_print(ndo, bp);
57 if (advance <= 0)
59 bp += advance;
60 length -= advance;
  /src/lib/libc/inet/
inet_neta.c 60 int advance; local
78 advance = snprintf(dst, (size_t)(ep - dst), "%u", b);
79 if (advance <= 0 || advance >= ep - dst)
81 dst += advance;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptToken.cpp 95 bool advance(size_t Amount = 1);
162 advance(3);
199 bool Tokenizer::advance(size_t Amount) { function in class:__anon5709::Tokenizer
206 advance();
216 advance();
220 advance(2);
225 advance(2);
230 advance(EndPos - Pos);
231 advance(2);
236 advance();
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MILexer.cpp 48 void advance(unsigned I = 1) { Ptr += I; } function in class:__anon4209::Cursor
89 C.advance();
100 C.advance();
111 C.advance();
113 C.advance();
114 C.advance();
140 C.advance(2);
145 C.advance(3);
150 C.advance();
158 for (C.advance(); C.peek() != '"'; C.advance())
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
std-dir.cc 57 bool advance(bool skip_permission_denied, error_code& ec) noexcept
59 if (const auto entp = _Dir_base::advance(skip_permission_denied, ec))
78 bool advance(error_code& ec) noexcept { return advance(false, ec); }
82 bool advance(bool skip_permission_denied = false) function in struct:fs::_Dir
85 const bool ok = advance(skip_permission_denied, ec);
88 "directory iterator cannot advance", ec));
135 if (sp->advance(skip_permission_denied, ec))
160 "cannot advance non-dereferenceable directory iterator",
162 if (!_M_dir->advance())
    [all...]
dir.cc 68 bool advance(bool skip_permission_denied, error_code& ec) noexcept
70 if (const auto entp = _Dir_base::advance(skip_permission_denied, ec))
85 bool advance(error_code& ec) noexcept { return advance(false, ec); }
89 bool advance(bool skip_permission_denied = false) function in struct:fs::_Dir
92 const bool ok = advance(skip_permission_denied, ec);
95 "directory iterator cannot advance", ec));
166 if (sp->advance(skip_permission_denied, ec))
191 "cannot advance non-dereferenceable directory iterator",
193 if (!_M_dir->advance())
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
LineIterator.h 68 /// Advance to the next (non-empty, non-comment) line.
70 advance();
75 advance();
93 /// Advance the iterator to the next line.
94 void advance();
SuffixTree.h 256 void advance() { function in struct:llvm::SuffixTree::RepeatedSubstringIterator
315 advance();
321 advance();
338 advance();
  /src/external/bsd/zstd/dist/contrib/pzstd/utils/
Buffer.h 60 range_.advance(n);
65 void advance(std::size_t n) { function in class:pzstd::Buffer
66 range_.advance(n);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
dir.cc 68 bool advance(bool skip_permission_denied, error_code& ec) noexcept
70 if (const auto entp = _Dir_base::advance(skip_permission_denied, ec))
85 bool advance(error_code& ec) noexcept { return advance(false, ec); }
89 bool advance(bool skip_permission_denied = false) function in struct:fs::_Dir
92 const bool ok = advance(skip_permission_denied, ec);
95 "directory iterator cannot advance", ec));
166 if (sp->advance(skip_permission_denied, ec))
191 "cannot advance non-dereferenceable directory iterator",
193 if (!_M_dir->advance())
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
thread-iter.h 63 advance ();
74 /* Advance to the next thread. */
75 void advance ();
108 advance ();
119 /* Advance to next thread, skipping filtered threads. */
120 void advance ();
  /src/external/gpl3/gdb/dist/gdb/
thread-iter.h 63 advance ();
74 /* Advance to the next thread. */
75 void advance ();
108 advance ();
119 /* Advance to next thread, skipping filtered threads. */
120 void advance ();
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_dir.cc 66 bool advance(bool skip_permission_denied, error_code& ec) noexcept
68 if (const auto entp = _Dir_base::advance(skip_permission_denied, ec))
89 bool advance(error_code& ec) noexcept { return advance(false, ec); }
93 bool advance(bool skip_permission_denied = false) function in struct:fs::_Dir
96 const bool ok = advance(skip_permission_denied, ec);
99 "directory iterator cannot advance", ec));
220 if (sp->advance(skip_permission_denied, ec))
241 "cannot advance non-dereferenceable directory iterator",
243 if (!_M_dir->advance())
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_dir.cc 66 bool advance(bool skip_permission_denied, error_code& ec) noexcept
68 if (const auto entp = _Dir_base::advance(skip_permission_denied, ec))
89 bool advance(error_code& ec) noexcept { return advance(false, ec); }
93 bool advance(bool skip_permission_denied = false) function in struct:fs::_Dir
96 const bool ok = advance(skip_permission_denied, ec);
99 "directory iterator cannot advance", ec));
220 if (sp->advance(skip_permission_denied, ec))
241 "cannot advance non-dereferenceable directory iterator",
243 if (!_M_dir->advance())
    [all...]

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>