HomeSort by relevance Sort by last modified time
    Searched defs:_line (Results 1 - 25 of 25) sorted by null

  /external/mesa3d/src/glx/apple/
apple_glx_log.c 108 char *_line; local
109 asprintf(&_line, "%d", line);
110 if (_line) {
111 asl_set(msg, "Line", _line);
112 free(_line);
  /external/v8/tools/gyp/pylib/gyp/
ninja_syntax.py 35 self._line('%s = %s' % (key, value), indent)
38 self._line('pool %s' % name)
44 self._line('rule %s' % name)
79 self._line('build %s: %s' % (' '.join(out_outputs),
94 self._line('include %s' % path)
97 self._line('subninja %s' % path)
100 self._line('default %s' % ' '.join(self._as_list(paths)))
111 def _line(self, text, indent=0): member in class:Writer
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognitionException.cs 106 private int _line; field in class:Antlr.Runtime.RecognitionException
150 this._line = _token.Line;
157 this._line = ((ICharStream)input).Line;
172 _line = info.GetInt32("Line");
250 return _line;
253 _line = value;
273 info.AddValue("Line", _line);
285 this._line = lastRealToken.Line;
304 this._line = priorPayload.Line;
313 this._line = payload.Line
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognitionException.cs 108 private int _line; field in class:Antlr.Runtime.RecognitionException
160 this._line = _token.Line;
175 this._line = ((ICharStream)input).Line;
194 _line = info.GetInt32("Line");
296 return _line;
300 _line = value;
324 info.AddValue("Line", _line);
340 this._line = lastRealToken.Line;
363 this._line = priorPayload.Line;
382 this._line = payload.Line
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_StringIO.py 16 _line = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!' variable in class:TestGenericStringIO
18 # Constructor to use for the test data (._line is passed to this
23 self._lines = self.constructor((self._line + '\n') * 5)
29 eq(self._fp.read(10), self._line[:10])
32 eq(self._fp.readline(), self._line[10:] + '\n')
35 eq(self._fp.readline(-1), self._line + '\n')
40 f.write(self._line[:6])
42 f.write(self._line[20:26])
43 f.write(self._line[52])
48 f.writelines([self._line[0], self._line[1], self._line[2]]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_StringIO.py 16 _line = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!' variable in class:TestGenericStringIO
18 # Constructor to use for the test data (._line is passed to this
23 self._lines = self.constructor((self._line + '\n') * 5)
29 eq(self._fp.read(10), self._line[:10])
32 eq(self._fp.readline(), self._line[10:] + '\n')
35 eq(self._fp.readline(-1), self._line + '\n')
40 f.write(self._line[:6])
42 f.write(self._line[20:26])
43 f.write(self._line[52])
48 f.writelines([self._line[0], self._line[1], self._line[2]]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 16 _line = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!' variable in class:TestGenericStringIO
18 # Constructor to use for the test data (._line is passed to this
23 self._lines = self.constructor((self._line + '\n') * 5)
29 eq(self._fp.read(10), self._line[:10])
32 eq(self._fp.readline(), self._line[10:] + '\n')
35 eq(self._fp.readline(-1), self._line + '\n')
40 f.write(self._line[:6])
42 f.write(self._line[20:26])
43 f.write(self._line[52])
48 f.writelines([self._line[0], self._line[1], self._line[2]]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 16 _line = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!' variable in class:TestGenericStringIO
18 # Constructor to use for the test data (._line is passed to this
23 self._lines = self.constructor((self._line + '\n') * 5)
29 eq(self._fp.read(10), self._line[:10])
32 eq(self._fp.readline(), self._line[10:] + '\n')
35 eq(self._fp.readline(-1), self._line + '\n')
40 f.write(self._line[:6])
42 f.write(self._line[20:26])
43 f.write(self._line[52])
48 f.writelines([self._line[0], self._line[1], self._line[2]]
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_common.h 75 int _line; member in struct:_buffer_hdr
  /external/libnfc-nci/src/gki/common/
gki_common.h 75 int _line; member in struct:_buffer_hdr
  /external/jetty/src/java/org/eclipse/jetty/util/
MultiPartInputStream.java 810 String _line; field in class:MultiPartInputStream.Base64InputStream
829 _line = _in.readLine();
830 if (_line==null)
832 if (_line.startsWith("--"))
833 _buffer=(_line+"\r\n").getBytes(); //boundary marking end of part
834 else if (_line.length()==0)
838 ByteArrayOutputStream baos = new ByteArrayOutputStream((4*_line.length()/3)+2);
839 B64Code.decode(_line, baos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 397 struct ldat *_line; /* the actual line data */ member in struct:_win_st
    [all...]
ncurses.h 397 struct ldat *_line; /* the actual line data */ member in struct:_win_st
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h 416 struct ldat *_line; /* the actual line data */ member in struct:_win_st
    [all...]
ncurses.h 416 struct ldat *_line; /* the actual line data */ member in struct:_win_st
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 613 milliseconds