HomeSort by relevance Sort by last modified time
    Searched refs:getline (Results 101 - 125 of 336) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/vulkan-validation-layers/layers/
vk_layer_config.cpp 212 file.getline(buf, MAX_CHARS_PER_LINE);
229 file.getline(buf, MAX_CHARS_PER_LINE);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 174 "grep mpu /proc/omap_clocks /proc/ckomap24xx" | getline clock_speed
  /ndk/sources/host-tools/nawk-20071023/
proto.h 25 /* To avoid conflicts with <stdio.h> getline declaration on Linux */
26 #define getline awk_getline macro
157 extern Cell *getline(Node **, int);
  /external/bison/lib/
stdio.in.h 679 # undef getline
680 # define getline rpl_getline
682 _GL_FUNCDECL_RPL (getline, ssize_t,
685 _GL_CXXALIAS_RPL (getline, ssize_t,
689 _GL_FUNCDECL_SYS (getline, ssize_t,
693 _GL_CXXALIAS_SYS (getline, ssize_t,
697 _GL_CXXALIASWARN (getline);
700 # undef getline
702 _GL_WARN_ON_USE (getline, "getline is unportable -
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 143 getline( f, str );
146 getline( f, str );
155 getline(in, s);
199 getline( f, s );
202 getline( f, s );
611 while (getline(in, line)) {
890 basic_istream<_CharT, _Traits>::getline(_CharT* __s, streamsize __n, _CharT __delim)
909 // getline( f, s );
917 // getline( f, s );
918 f.getline( buf, 1 ); // <-- key lin
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 143 getline( f, str );
146 getline( f, str );
155 getline(in, s);
199 getline( f, s );
202 getline( f, s );
611 while (getline(in, line)) {
890 basic_istream<_CharT, _Traits>::getline(_CharT* __s, streamsize __n, _CharT __delim)
909 // getline( f, s );
917 // getline( f, s );
918 f.getline( buf, 1 ); // <-- key lin
    [all...]
  /external/toybox/toys/pending/
lsof.c 134 if (!getline(&line, &line_length, fp)) return 0; // Skip header.
136 while (getline(&line, &line_length, fp) > 0) {
340 while (getline(&line, &line_length, fp) > 0) {
sh.c 382 if (1 > getline(&command, &cmdlen, f ? f : stdin)) break;
  /hardware/qcom/display/msm8994/libqdutils/
mdp_version.cpp 195 while((read = getline((char **)&readLine, &len,
293 while((read = getline(&line, &len, sysfsFd)) != -1) {
380 if((read = getline(&line, &len, sysfsFd)) != -1) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
nntplib.py 200 def getline(self): member in class:NNTP
214 resp = self.getline()
240 line = self.getline()
  /prebuilts/gdb/linux-x86/lib/python2.7/
nntplib.py 200 def getline(self): member in class:NNTP
214 resp = self.getline()
240 line = self.getline()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 200 def getline(self): member in class:NNTP
214 resp = self.getline()
240 line = self.getline()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 200 def getline(self): member in class:NNTP
214 resp = self.getline()
240 line = self.getline()
  /art/compiler/
cfi_test.h 86 while (std::getline(*stream, line)) {
  /art/runtime/arch/mips/
instruction_set_features_mips.cc 137 std::getline(in, line);
  /bootable/recovery/
recovery-persist.cpp 165 while ((read = getline(&line, &len, fp)) != -1) {
  /external/deqp/framework/delibs/decpp/
deStringUtil.cpp 102 while (std::getline(tokenStream, token, delim))
  /external/deqp/modules/gles3/functional/
es3fStringQueryTests.cpp 158 if (std::getline(extensionStream, extension, ' '))
  /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/opencv3/samples/cpp/
pca.cpp 61 while (getline(file, line)) {
  /external/toybox/lib/
linestack.c 70 if ((len = getline(&line, (void *)&len, fp))<1) break;
portability.h 214 ssize_t getline(char **lineptr, size_t *n, FILE *stream);
  /hardware/libhardware/modules/thermal/
thermal.c 102 while ((read = getline(&line, &len, file)) != -1) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio.h 116 getline (char **__lineptr, size_t *__n, FILE *__stream) function

Completed in 595 milliseconds

1 2 3 45 6 7 8 91011>>