HomeSort by relevance Sort by last modified time
    Searched refs:linebuf (Results 1 - 20 of 20) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
text_file.py 109 # 'linebuf' is a stack of lines that will be emptied before we
112 self.linebuf = []
172 # If any "unread" lines waiting in 'linebuf', return the top
174 # get put in 'linebuf' if the client explicitly does an
176 if self.linebuf:
177 line = self.linebuf[-1]
178 del self.linebuf[-1]
304 self.linebuf.append (line)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
text_file.py 109 # 'linebuf' is a stack of lines that will be emptied before we
112 self.linebuf = []
172 # If any "unread" lines waiting in 'linebuf', return the top
174 # get put in 'linebuf' if the client explicitly does an
176 if self.linebuf:
177 line = self.linebuf[-1]
178 del self.linebuf[-1]
304 self.linebuf.append (line)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 109 # 'linebuf' is a stack of lines that will be emptied before we
112 self.linebuf = []
172 # If any "unread" lines waiting in 'linebuf', return the top
174 # get put in 'linebuf' if the client explicitly does an
176 if self.linebuf:
177 line = self.linebuf[-1]
178 del self.linebuf[-1]
304 self.linebuf.append (line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 109 # 'linebuf' is a stack of lines that will be emptied before we
112 self.linebuf = []
172 # If any "unread" lines waiting in 'linebuf', return the top
174 # get put in 'linebuf' if the client explicitly does an
176 if self.linebuf:
177 line = self.linebuf[-1]
178 del self.linebuf[-1]
304 self.linebuf.append (line)
  /external/selinux/checkpolicy/
policy_scan.l 36 static char linebuf[2][255];
59 \n.* { strncpy(linebuf[lno], yytext+1, 255);
60 linebuf[lno][254] = 0;
297 linebuf[0], linebuf[1]);
313 linebuf[0], linebuf[1]);
  /external/icu/icu4c/source/common/
icuplug.cpp 801 char linebuf[1024];
806 while(fgets(linebuf,1023,f)) {
809 if(!*linebuf || *linebuf=='#') {
812 p = linebuf;
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 263 char *linebuf; local
266 linebuf = BUF_strdup(line);
267 if (linebuf == NULL)
275 for(p = linebuf, q = linebuf; (c = *p) && (c!='\r') && (c!='\n'); p++) {
344 OPENSSL_free(linebuf);
348 OPENSSL_free(linebuf);
  /external/opencv3/modules/imgproc/src/
linefit.cpp 599 float linebuf[6]={0.f};
614 (float)param, (float)reps, (float)aeps, linebuf);
617 (float)param, (float)reps, (float)aeps, linebuf);
619 Mat(npoints2 >= 0 ? 4 : 6, 1, CV_32F, linebuf).copyTo(_line);
  /system/core/logwrapper/
logwrap.c 101 static void add_line_to_abbr_buf(struct abbr_buf *a_buf, char *linebuf, int linelen);
239 static void add_line_to_abbr_buf(struct abbr_buf *a_buf, char *linebuf, int linelen) {
242 add_line_to_linear_buf(&a_buf->b_buf, linebuf, linelen);
245 add_line_to_circular_buf(&a_buf->e_buf, linebuf, linelen);
  /external/valgrind/VEX/useful/
test_main.c 67 static HChar linebuf[N_LINEBUF]; variable
137 char* unused1 = fgets(linebuf, N_LINEBUF,f);
138 if (linebuf[0] == 0) continue;
139 if (linebuf[0] != '.') continue;
145 assert(3 == sscanf(&linebuf[1], " %d %x %d\n",
151 char* unused2 = fgets(linebuf, N_LINEBUF,f);
152 assert(linebuf[0] == '.');
167 assert(1 == sscanf(&linebuf[2 + 3*i], "%x", &u));
    [all...]
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 670 UChar linebuf[20], offsetbuf[20]; local
671 uprv_itou(linebuf, 20, parse.line, 10, 0);
674 u_wmsg_errorName(err), linebuf, offsetbuf);
    [all...]
  /external/libgdx/gdx/jni/gdx2d/
stb_image.h 1495 stbi_uc *linebuf; member in struct:__anon15000::__anon15001
    [all...]
  /external/libpcap/
pcap-linux.c 2290 char linebuf[512]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 

Completed in 2077 milliseconds