HomeSort by relevance Sort by last modified time
    Searched full:mline (Results 1 - 22 of 22) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ATResponseParser.java 26 private String mLine;
35 mLine = line;
49 char c = mLine.charAt(mTokStart);
67 char c = mLine.charAt(i);
86 return mLine.substring(mTokStart, mTokEnd);
92 return mNext < mLine.length();
98 int len = mLine.length();
111 char c = mLine.charAt(mNext++);
120 c = mLine.charAt(mNext++);
123 c = mLine.charAt(mNext++)
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
PrintStreamPrinterTest.java 55 String mLine;
60 mLine = reader.readLine();
61 assertEquals(message, mLine);
PrintWriterPrinterTest.java 67 String mLine = "";
72 mLine = reader.readLine();
75 assertEquals(mMessage, mLine);
  /frameworks/wilhelm/src/
locks.c 75 *(void **)&owner, ownerTid, thiz->mFile, thiz->mLine);
95 *(void **)&owner, ownerTid, thiz->mFile, thiz->mLine);
99 thiz, *(void **)&owner, ownerTid, thiz->mFile, thiz->mLine);
105 thiz->mLine = line;
126 assert(0 != thiz->mLine);
129 thiz->mLine = line;
159 assert(0 != thiz->mLine);
226 thiz->mLine = line;
280 assert(0 != thiz->mLine);
283 thiz->mLine = line
    [all...]
itfstruct.h 46 int mLine;
  /external/emma/core/java12/com/vladium/emma/report/
ClassItem.java 136 final int mline = mlines [ml]; local
138 int [] data = (int []) cldata.get (mline);
142 cldata.put (mline, data);
145 final int [] lblocks = (int []) mlineMap.get (mline);
SrcFileItem.java 163 final int mline = mlines [ml]; local
165 int [] data = (int []) fldata.get (mline);
169 fldata.put (mline, data);
172 final int [] lblocks = (int []) mlineMap.get (mline);
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 543 int mLine = 1;
550 return new SourcePositionInfo(mFilename, mLine, 0);
554 return mLine;
561 mLine++;
596 throw new ApiParseException("Unexpected end of file", mLine);
609 final int line = mLine;
619 throw new ApiParseException("Unexpected end of file for \" starting at " + line, mLine);
623 throw new ApiParseException("Unexpected newline for \" starting at " + line, mLine);
663 throw new ApiParseException("Unexpected end of file for \" starting at " + line, mLine);
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 62 private final float[] mLine = new float[4];
932 mLine[0] = startX;
933 mLine[1] = startY;
934 mLine[2] = stopX;
935 mLine[3] = stopY;
936 drawLines(mLine, 0, 4, paint);
    [all...]
  /external/doclava/src/com/google/doclava/
Comment.java 548 int mLine = 1;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 127 'Menu','Messagebox','Minute','Mkdir','Mline','Modify',
  /frameworks/wilhelm/src/itf/
IObject.c 777 thiz->mLine = 0;
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 
common.jar 
lint.jar 
lint-api.jar 
  /external/openssl/apps/
apps.c 1406 char mline = 0; local
    [all...]
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
common.jar 
  /external/marisa-trie/
configure     [all...]
  /external/emma/lib/
emma.jar 
  /external/icu4c/
configure     [all...]

Completed in 645 milliseconds