/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/ |
EmptyRuleSet.java | 25 package org.slf4j.migrator.line;
|
RuleSet.java | 25 package org.slf4j.migrator.line;
|
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/line/ |
TrivialMatcherTest.java | 25 package org.slf4j.migrator.line; 27 import org.slf4j.migrator.line.LineConverter;
|
/external/toybox/toys/posix/ |
comm.c | 28 static void writeline(const char *line, int col) 39 puts(line); 45 char *line[2]; local 53 line[i] = get_line(file[i]); 56 while (line[0] && line[1]) { 57 int order = strcmp(line[0], line[1]); 60 writeline(line[0], 2); 62 free(line[i]) [all...] |
/frameworks/support/v17/leanback/ |
generatev4.py | 33 for line in file: 35 line = line.replace('{}Fragment'.format(w), '{}SupportFragment'.format(w)) variable 36 line = line.replace('android.app.Fragment', 'android.support.v4.app.Fragment') variable 37 line = line.replace('android.app.Activity', 'android.support.v4.app.FragmentActivity') variable 38 outfile.write(line)
|
/external/sonic/ |
Main.java | 22 SourceDataLine line, 33 int bufferSize = line.getBufferSize(); 54 line.write(outBuffer, 0, numWritten); 76 SourceDataLine line = (SourceDataLine)AudioSystem.getLine(info); local 77 line.open(stream.getFormat()); 78 line.start(); 79 runSonic(stream, line, speed, pitch, rate, volume, emulateChordPitch, quality, 81 line.drain(); 82 line.stop();
|
/build/tools/ |
check_radio_versions.py | 30 for line in f: 31 line = line.strip() variable 32 if line.startswith("require"): 33 key, value = line.split()[1].split("=", 1) 59 for line in f: 60 line = line.strip() variable 61 if not line or line.startswith("#"): continu [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
gUnitTestInput.java | 34 public int line; // line number in the script field in class:gUnitTestInput 36 public gUnitTestInput(String input, boolean isFile, int line) { 39 this.line = line;
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
RecognitionException.as | 56 * knows its state (such as current input symbol and line info) that 59 * perhaps print an entire line of input not just a single token, for example. 84 /** Track the line at which the error occurred in case this is 86 * unexpected char doesn't carry the line info. 88 public var line:int; variable 93 * imaginary nodes w/o line/col info. We now search backwards looking 94 * for most recent token with line/col info, but notify getErrorHeader() 107 this.line = token.line; 115 this.line = CharStream(input).line [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRRecognitionException.h | 40 NSInteger line; variable 47 @property (getter=getLine, setter=setLine:) NSInteger line; variable
|
ANTLRStringStream.h | 37 NSInteger line; variable 49 @property (getter=getLine,setter=setLine:) NSInteger line; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRRecognitionException.h | 40 NSInteger line; variable 47 @property (getter=getLine, setter=setLine:) NSInteger line; variable
|
ANTLRStringStream.h | 37 NSInteger line; variable 49 @property (getter=getLine,setter=setLine:) NSInteger line; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRRecognitionException.h | 40 NSInteger line; variable 47 @property (getter=getLine, setter=setLine:) NSInteger line; variable
|
ANTLRStringStream.h | 37 NSInteger line; variable 49 @property (getter=getLine,setter=setLine:) NSInteger line; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRRecognitionException.h | 40 NSUInteger line; variable 49 @property (assign) NSUInteger line; variable
|
ANTLRStringStream.h | 37 NSUInteger line; variable 101 @property (assign) NSUInteger line; variable
|
/external/bison/etc/ |
bench.pl.in | 186 line 187 | input line 190 line: label
|
/external/compiler-rt/test/tsan/ |
getline_nohang.cc | 14 char *line = NULL; local 21 volatile int res = getline(&line, &size, stream);
|
/external/doclava/src/com/google/doclava/apicheck/ |
ApiParseException.java | 21 public int line; field in class:ApiParseException 33 this.line = ((ApiParseException)cause).line; 37 public ApiParseException(String message, int line) { 39 this.line = line; 43 if (line > 0) { 44 return super.getMessage() + " line " + line;
|
/external/elfutils/src/libdwfl/ |
dwfl_module_getsrc.c | 60 Dwarf_Line *line = &lines->info[idx]; local 61 if (addr < line->addr) 67 /* The last line which is less than or equal to addr is what we want, 69 Dwarf_Line *line = &lines->info[l]; local 70 if (line->addr == addr 71 || (! line->end_sequence && line->addr < addr))
|
/external/embunit/src/ |
TestCase.c | 79 void addFailure(const char *msg, long line, const char *file) 81 TestResult_addFailure(result_, (Test*)self_, (char*)msg, line, (char*)file); local
|
/external/icu/icu4c/source/test/intltest/ |
tokiter.h | 32 * line, beginning with the first unquoted '#', are recognized. 46 * Return the one-based line number of the line of the last token 53 * Return a string description of the position of the last line 64 UnicodeString line; member in class:TokenIterator
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
StringReader.java | 23 private int line = -1; field in class:StringReader 30 abstract public void visitString(String className, String value, int line); 34 visitString(className, (String)value, line); 40 line = -1; 80 public void visitLineNumber(int line, Label start) { 81 StringReader.this.line = line;
|
/external/jdiff/src/jdiff/ |
StreamReader.java | 26 String line = null; local 27 while((line = br.readLine()) != null) 28 System.out.println(line);
|