HomeSort by relevance Sort by last modified time
    Searched refs:getline (Results 126 - 150 of 353) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/elfutils/tests/
addrscopes.c 166 if (getline (&buf, &len, stdin) < 0)
  /external/google-breakpad/src/processor/
simple_symbol_supplier.cc 91 std::getline(in, *symbol_data, string::traits_type::to_char_type(
  /external/libchrome/base/
cpu.cc 113 while (std::getline(iss, line)) {
  /external/libcxxabi/test/
test_demangle.pass.cpp     [all...]
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
modify_srcu.awk 67 ret = getline next_line;
  /external/linux-kselftest/tools/testing/selftests/vm/
mlock-random-test.c 98 while (getline(&line, &size, smaps) > 0) {
  /external/python/cpython3/Lib/
linecache.py 13 __all__ = ["getline", "clearcache", "checkcache"]
15 def getline(filename, lineno, module_globals=None): function
warnings.py 42 line = linecache.getline(msg.filename, msg.lineno)
80 line = linecache.getline(frame.filename, frame.lineno)
511 line = linecache.getline(filename, lineno)
cgitb.py 134 try: return linecache.getline(file, lnum[0])
217 try: return linecache.getline(file, lnum[0])
  /external/skia/tools/skqp/
jitter_gms.cpp 96 while (std::getline(ifs, str)) {
  /external/skqp/tools/skqp/
jitter_gms.cpp 96 while (std::getline(ifs, str)) {
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/
unify_const_test.cpp 85 while (std::getline(ss, inst_str, '\n')) {
    [all...]
  /external/tensorflow/tensorflow/examples/speech_commands/
accuracy_utils.cc 36 while (std::getline(file, line)) {
  /external/python/cpython2/Modules/_ctypes/libffi/src/
closures.c 146 while (getline (&buf, &len, f) >= 0)
193 while (getline (&buf, &len, f) != -1)
  /external/python/cpython2/Tools/scripts/
reindent.py 206 tokenize.tokenize(self.getline, self.tokeneater)
278 def getline(self): member in class:Reindenter
  /external/python/cpython3/Tools/scripts/
reindent.py 202 tokens = tokenize.generate_tokens(self.getline)
276 def getline(self): member in class:Reindenter
  /external/tensorflow/tensorflow/contrib/verbs/
rdma_mgr.cc 209 while (std::getline(ifs, line)) {
235 CHECK(std::getline(ifs, content));
  /external/grpc-grpc/test/cpp/util/
grpc_tool.cc 376 std::getline(ss, service_name, '/');
379 if (std::getline(ss, service_name, '/')) {
380 std::getline(ss, method_name);
543 (!input_stream->eof() && getline(*input_stream, line))) {
628 (!input_stream->eof() && getline(*input_stream, line))) {
  /art/compiler/utils/
assembler_test_base.h 278 while (std::getline(dump, line)) {
521 if (!std::getline(in, line)) {
565 while (std::getline(in, line)) {
  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 226 while ((numRead = getline(&line, &len, fp)) != -1) {
262 while ((numRead = getline(&line, &len, fp)) != -1) {
296 while (((numRead = getline(&line, &len, fp)) != -1) && (*installCnt < MAX_INSTALL_CNT) && (*uninstallCnt < MAX_UNINSTALL_CNT)) {
  /device/google/contexthub/util/nanotool/
nanotool.cpp 249 while (std::getline(full_arg_ss, param, '=')) {
265 while (std::getline(pre_cal_ref_ss, param, ':')) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cgitb.py 135 try: return linecache.getline(file, lnum[0])
219 try: return linecache.getline(file, lnum[0])
  /external/libffi/src/
closures.c 146 while (getline (&buf, &len, f) >= 0)
193 while (getline (&buf, &len, f) != -1)
  /external/python/cpython2/Lib/
cgitb.py 135 try: return linecache.getline(file, lnum[0])
219 try: return linecache.getline(file, lnum[0])
  /external/toybox/scripts/
config2help.c 241 if (getline(&line, &len, fp) < 1) break;
322 if (getline(&line, &len, fp) < 1) break;

Completed in 1396 milliseconds

1 2 3 4 56 7 8 91011>>