Searched refs:line (Results 76 - 100 of 161) sorted by relevance

1234567

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLayoutTestsAutoTest.java171 String line = inReader.readLine();
172 while (line != null) {
173 if (line.startsWith(mTestPathPrefix)) {
174 String[] components = line.split(" ");
178 line = inReader.readLine();
191 String line = FsUtils.readTestStatus(TEST_STATUS_FILE);
193 if (mTestList.elementAt(i).equals(line)) {
H A DFsUtils.java214 String line = lineBuffer.toString();
215 Log.v(LOGTAG, "logging draw times: " + line);
218 fw.write(line);
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1569 private void cachePlaylistEntry(String line, String playListDirectory) { argument
1572 int entryLength = line.length();
1573 while (entryLength > 0 && Character.isWhitespace(line.charAt(entryLength - 1))) entryLength--;
1577 if (entryLength < line.length()) line = line.substring(0, entryLength);
1581 char ch1 = line.charAt(0);
1583 (Character.isLetter(ch1) && line.charAt(1) == ':' && line.charAt(2) == '\\'));
1586 line
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderThreadPriorityTest.java101 for (String line : cgroup.split("\n")) {
102 String fields[] = line.trim().split(":");
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java116 String line = input.readLine();
118 if (line == null) {
124 while (line != null && line.length() != 0) {
125 // System.out.println(line);
126 int dot = line.indexOf(':');
128 String key = line.substring(0, dot).trim();
129 String value = line.substring(dot + 1).trim();
138 line = input.readLine();
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java181 String line = null;
183 while ((line = trackerData.getNextOutput(cursor)) != null) {
184 exportWriter.write(line);
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp141 char line[256]; local
159 while (fgets(line, 256, cfg)) {
161 if (sscanf(line, "%u %u %s", &dpy, &impl, tag) == 3) {
H A Dtrace.cpp82 char line[lineSize]; member in class:android::StringBuilder
87 line[0] = '\0';
92 line_index += vsnprintf(line + line_index, lineSize-line_index, fmt, argp);
97 line[lineSize-1] = '\0';
98 return line;
163 ALOGD("%s", ""); // Print a blank line.
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java141 String line;
142 while ((line = reader.readLine()) != null) {
143 mImageList.add(line);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DManageDialog.java179 String line = in.readLine().trim();
180 if (line.startsWith(prefix)) {
181 String[] numbers = line.substring(prefix.length()).split(" +");
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp73 AString line = info.mName;
74 line.append(" supports ");
79 line.append(mTypes.keyAt(j));
80 line.append(" ");
84 ALOGI("%s", line.c_str());
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dqc_main.c418 Word16 line; local
422 for (line = sfbOffset[sfbOffs+sfb]; line < sfbOffset[sfbOffs+sfb+1]; line++) {
424 absVal = abs_s(quantSpectrum[line]);
H A Dpsy_main.c259 Word16 line; /* counts through lines */ local
297 for(line=0; line<FRAME_LEN_LONG; line++) {
319 for (line=hPsyConfLong->sfbOffset[sfb+1] - 1; line>=hPsyConfLong->sfbOffset[sfb]; line--) {
321 if (psyData[ch].mdctSpectrum[line] != 0) break;
323 if (line >= hPsyConfLong->sfbOffset[sfb]) break;
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateMethodAdapter2.java95 /** Array used to capture the first line number information from the original method
334 * Only writes the first line number present in the original code so that source
338 public void visitLineNumber(int line, Label start) { argument
339 // Capture the first line values for the new delegate method
341 mDelegateLineNumber = new Object[] { line, start };
344 mOrgWriter.visitLineNumber(line, start);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestManyPlayers.cpp59 void ExitOnErrorFunc( SLresult result, int playerId, int line) argument
63 fprintf(stderr, "Error %u code encountered at line %d, exiting\n", result, line);
65 fprintf(stderr, "Error %u code encountered at line %d for player %d, exiting\n",
66 result, line, playerId);
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h108 bool receiveLine(AString *line);
/frameworks/base/libs/hwui/
H A DProgramCache.cpp835 String8 line(str, index - lastIndex);
836 if (line.length() == 0) line.append("\n");
837 PROGRAM_LOGD("%s", line.string());
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css37 line-height: 48px;
64 line-height: 15px; }
258 line-height: 15px; }
273 /* no white line between second level sections */
400 line-height: 30px;
438 line-height:28px;
535 line-height: 20px;
615 line-height: 23px;
630 line-height: 20px;
636 line
[all...]
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css37 line-height: 48px;
64 line-height: 15px; }
258 line-height: 15px; }
273 /* no white line between second level sections */
400 line-height: 30px;
438 line-height:28px;
535 line-height: 20px;
615 line-height: 23px;
630 line-height: 20px;
636 line
[all...]
/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_Debug.h59 extern M4OSA_Void M4OSA_DEBUG_traceFunction(M4OSA_UInt32 line,
119 extern M4OSA_Void M4OSA_TRACE_traceFunction(M4OSA_UInt32 line,
/frameworks/base/core/java/android/text/method/
H A DLinkMovementMethod.java205 int line = layout.getLineForVertical(y);
206 int off = layout.getOffsetForHorizontal(line, x);
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DLoggingPrintStreamTest.java184 protected void log(String line) { argument
185 lines.add(line);
/frameworks/base/tools/aapt/
H A DXMLNode.h125 void setStartLineNumber(int32_t line);
126 void setEndLineNumber(int32_t line);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccRecords.java294 * @param line GSM Subscriber Profile Number, one-based. Only '1' is supported
299 public abstract void setVoiceMessageWaiting(int line, int countWaiting); argument
405 * @param line to enable/disable
408 public void setVoiceCallForwardingFlag(int line, boolean enable) { argument
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp38 void ExitOnErrorFunc( SLresult result , int line) argument
41 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);

Completed in 776 milliseconds

1234567