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

1 23 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/lite/testing/kernel_test/
input_generator_test.cc 55 std::getline(in, out, '\n');
  /external/tensorflow/tensorflow/python/util/
tf_stack.py 94 line = linecache.getline(filename, lineno, frame_globals)
  /external/toybox/toys/posix/
nl.c 49 if (getline(&line, &temp, f) < 1) {
paste.c 55 if (!ff || 0>=(len = getline(&buf, &blen, ff))) {
  /external/u-boot/tools/
getline.c 2 /* getline.c -- Replacement for GNU C library function getline
86 int getline (char **lineptr, size_t *n, FILE *stream) function
  /external/yapf/plugins/vim/autoload/
yapf.vim 30 let l:formatted_text = systemlist(l:cmd, join(getline(1, '$'), "\n") . "\n")
33 \ split(system(l:cmd, join(getline(1, '$'), "\n") . "\n"), "\n")
  /external/clang/test/Analysis/
taint-tester.c 157 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
165 while ((read = getline(&line, &len, stdin)) != -1) {
  /external/grpc-grpc/src/compiler/
ruby_generator_string-inl.h 28 using std::getline;
38 while (getline(ss, item, delim)) {
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MarketIO.h 119 std::getline(in, line); eigen_assert(in.good());
151 while(input.getline(buffer, maxBuffersize))
204 std::getline(in, line); eigen_assert(in.good());
212 while ( std::getline(in, line) && (i < n) ){
  /external/google-fruit/examples/server/
server.cpp 53 getline(cin, request.path);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxfilt/
llvm-cxxfilt.cpp 88 for (std::string Mangled; std::getline(std::cin, Mangled);)
  /external/tensorflow/tensorflow/core/platform/profile_utils/
cpu_utils.cc 82 while (std::getline(cpuinfo, line)) {
  /external/tensorflow/tensorflow/lite/tools/accuracy/
utils.cc 71 while (std::getline(stream, line)) {
  /external/toybox/toys/other/
pmap.c 63 if (0 >= getline(&line, &len, fp)) break;
  /device/google/bonito/vibrator/
service.cpp 102 while (std::getline(cal_data, line)) {
108 if (std::getline(is_line, key, ':')) {
111 if (std::getline(is_line, value)) {
  /device/google/wahoo/vibrator/
service.cpp 95 while (std::getline(cal_data, line)) {
101 if (std::getline(is_line, key, ':')) {
104 if (std::getline(is_line, value)) {
  /external/gptfdisk/
support.cc 42 getline(cin, inString);
60 cin.getline(line, 255);
109 cin.getline(line, 255);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
traceback.py 69 line = linecache.getline(filename, lineno, f.f_globals)
101 line = linecache.getline(filename, lineno, f.f_globals)
306 line = linecache.getline(filename, lineno, f.f_globals)
linecache.py 11 __all__ = ["getline", "clearcache", "checkcache"]
13 def getline(filename, lineno, module_globals=None): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
traceback.py 69 line = linecache.getline(filename, lineno, f.f_globals)
101 line = linecache.getline(filename, lineno, f.f_globals)
305 line = linecache.getline(filename, lineno, f.f_globals)
linecache.py 11 __all__ = ["getline", "clearcache", "checkcache"]
13 def getline(filename, lineno, module_globals=None): function
  /external/python/cpython2/Lib/
traceback.py 69 line = linecache.getline(filename, lineno, f.f_globals)
101 line = linecache.getline(filename, lineno, f.f_globals)
306 line = linecache.getline(filename, lineno, f.f_globals)
  /art/runtime/arch/mips64/
instruction_set_features_mips64.cc 63 std::getline(in, line);
  /art/tools/veridex/
hidden_api.cc 31 for (std::string str; std::getline(in, str);) {
  /bootable/recovery/
recovery-persist.cpp 147 while ((read = getline(&line, &len, fp)) != -1) {

Completed in 1051 milliseconds

1 23 4 5 6 7 8 91011>>