HomeSort by relevance Sort by last modified time
    Searched defs:line (Results 51 - 75 of 1500) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu4c/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/jdiff/src/jdiff/
StreamReader.java 26 String line = null; local
27 while((line = br.readLine()) != null)
28 System.out.println(line);
  /external/skia/src/pathops/
SkPathOpsLine.h 24 SkDLine line; local
25 line.set(a);
26 return line.subDivide(t1, t2);
  /external/skia/tests/
PathOpsDLineTest.cpp 33 const SkDLine& line = tests[index]; local
34 SkASSERT(ValidLine(line));
36 SkPoint pts[2] = {line[0].asSkPoint(), line[1].asSkPoint()};
38 REPORTER_ASSERT(reporter, line[0] == line2[0] && line[1] == line2[1]);
41 double result = line.isLeft(pt);
46 line2 = line.subDivide(1, 0);
47 REPORTER_ASSERT(reporter, line[0] == line2[1] && line[1] == line2[0])
    [all...]
  /frameworks/av/media/libstagefright/foundation/
hexdump.cpp 47 AString line; local
49 appendIndent(&line, indent);
54 line.append(tmp);
58 line.append(' ');
61 line.append(" ");
64 line.append(tmp);
68 line.append(' ');
76 line.append((char)data[offset + i]);
78 line.append('.');
83 appendTo->append(line);
    [all...]
  /frameworks/native/opengl/tools/glgen/src/
ParameterChecker.java 25 String line; local
26 while ((line = reader.readLine()) != null) {
27 String s = line.trim();
34 // skip single-line comments
  /libcore/crypto/src/main/java/org/conscrypt/
Logger.java 75 StringBuilder line = new StringBuilder(); local
77 line.append(prefix);
78 line.append(Byte.toHexString(data[i+offset], false));
79 line.append(delimiter);
82 super.println(line.toString());
83 line = new StringBuilder();
86 super.println(line.toString());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
PemReader.java 25 String line = readLine(); local
27 while (line != null && !line.startsWith(BEGIN))
29 line = readLine();
32 if (line != null)
34 line = line.substring(BEGIN.length());
35 int index = line.indexOf('-');
36 String type = line.substring(0, index);
50 String line; local
    [all...]
  /external/smack/src/com/kenai/jbosh/
ServiceLib.java 116 String line; local
117 while ((line = bReader.readLine()) != null) {
118 if (!line.matches("\\s*(#.*)?")) {
119 // not a comment or blank line
120 result.add(line.trim());
  /build/tools/
adbs 164 # look up the function and file/line number for a raw stack trace line
179 # format is desgined to be "caller<-callee file:line"
201 line = stream.readline() variable
204 if (line == ''):
208 line = line.strip() variable
210 # see if this is a stack trace line
211 match = trace_line.match(line)
217 print line
    [all...]
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
MonkeyTest.java 45 String line = s.nextLine(); local
46 if (line.contains(isMonkey ? MONKEY : HUMAN)) {
  /cts/tests/tests/os/src/android/os/cts/
NoExecutePermissionTest.java 43 String line = scanner.nextLine().trim(); local
44 String[] fields = line.split("\\s+");
46 // Sample line:
  /cts/tests/tests/permission/src/android/permission/cts/
NoReadLogsPermissionTest.java 53 String line; local
54 while ((line = reader.readLine()) != null) {
55 if (!line.startsWith("--------- beginning of /dev/log")) {
61 // Logcat returns only one line:
  /cts/tests/tests/security/src/android/security/cts/
Proc.java 37 String line = in.readLine(); local
38 if ((line != null) && line.startsWith(executable)) {
  /cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/
TestScanner.java 54 String line; local
55 while ((line = mReader.readLine()) != null) {
56 if (line.length() > 0) {
57 if (line.charAt(0) == ' ') {
59 testNames.add("test:" + line.trim());
64 testCaseName = line.trim();
  /external/aac/libAACenc/src/
grp_data.cpp 119 INT line; /* counts through lines */ local
138 for (line = sfbOffset[sfb+1]-1; line >= sfbOffset[sfb]; line--)
140 if ( mdctSpectrum[wnd*granuleLength_short+line] != FL2FXCONST_SPC(0.0) ) break; /* this band is not completely zero */
142 if (line >= sfbOffset[sfb]) break; /* this band was not completely zero */
258 for (line = width; line > 0; line--)
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonToken.h 36 NSUInteger line; variable
52 @property (assign, getter=getLine, setter=setLine:) NSUInteger line; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonToken.h 36 NSUInteger line; variable
52 @property (assign, getter=getLine, setter=setLine:) NSUInteger line; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonToken.h 36 NSUInteger line; variable
52 @property (assign, getter=getLine, setter=setLine:) NSUInteger line; variable