Searched refs:line (Results 151 - 175 of 275) sorted by relevance

1234567891011

/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
H A DPpsMoParserTest.java75 String line;
76 while ((line = reader.readLine()) != null) {
77 builder.append(line).append("\n");
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dqc_main.c416 Word16 line; local
420 for (line = sfbOffset[sfbOffs+sfb]; line < sfbOffset[sfbOffs+sfb+1]; line++) {
422 absVal = abs_s(quantSpectrum[line]);
H A Dpsy_main.c263 Word16 line; /* counts through lines */ local
301 for(line=0; line<FRAME_LEN_LONG; line++) {
323 for (line=hPsyConfLong->sfbOffset[sfb+1] - 1; line>=hPsyConfLong->sfbOffset[sfb]; line--) {
325 if (psyData[ch].mdctSpectrum[line] != 0) break;
327 if (line >= hPsyConfLong->sfbOffset[sfb]) break;
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java427 private void addTimeLine(String line) { argument
428 if (line == null) {
435 addLine(line + ": " + (ftime / 1E3f) + " sec");
437 addLine(line + ": " + (ftime) + " ms");
441 private void addLine(String line) { argument
442 publishProgress(line);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateMethodAdapter.java97 /** Array used to capture the first line number information from the original method
339 * Only writes the first line number present in the original code so that source
343 public void visitLineNumber(int line, Label start) { argument
344 // Capture the first line values for the new delegate method
346 mDelegateLineNumber = new Object[] { line, start };
349 mOrgWriter.visitLineNumber(line, start);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/model/
H A DMusicProvider.java309 String line;
310 while ((line = reader.readLine()) != null) {
311 sb.append(line);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/model/
H A DMusicProvider.java309 String line;
310 while ((line = reader.readLine()) != null) {
311 sb.append(line);
/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);
H A DslesTestLoopUri.cpp53 void ExitOnErrorFunc( SLresult result , int line) argument
56 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTestPlayStreamType.cpp36 void ExitOnErrorFunc( SLresult result , int line) argument
39 fprintf(stdout, "%u error code encountered at line %d, exiting\n", result, line);
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h108 bool receiveLine(AString *line);
/frameworks/base/libs/hwui/
H A DProgramCache.cpp892 String8 line(str, index - lastIndex);
893 if (line.length() == 0) line.append("\n");
894 ALOGD("%s", line.string());
/frameworks/rs/driver/
H A DrsdAllocation.cpp857 for (uint32_t line=yoff; line < (yoff+h); line++) {
881 for (uint32_t line=(yoff >> 1); line < ((yoff+h)>>1); line++) {
923 for (uint32_t line=yoff; line < (yoff+h); line++) {
967 for (uint32_t line
[all...]
/frameworks/base/core/java/android/text/method/
H A DLinkMovementMethod.java209 int line = layout.getLineForVertical(y);
210 int off = layout.getOffsetForHorizontal(line, x);
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp373 char *line = NULL; local
375 ssize_t num_read = getline(&line, &len, file);
378 parse_cpuset_cpus(line, cpu_set);
382 free(line);
1104 char line[256]; local
1106 while (fgets(line, sizeof(line), file)) {
1108 if (sscanf(line, "Pss: %" SCNd64 " kB", &v) == 1) {
/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/core/tests/overlaytests/
H A Dtestrunner.py508 for line in stdout.split("\n"):
509 line = line.rstrip() # strip \r from adb output
510 m = regex_status_code.match(line)
524 m = regex_name.match(line)
529 m = regex_begin_stack.match(line)
536 m = regex_end_stack.match(line)
542 current_stack.append(" " + line.strip())
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java57 * Names of the applications are passed in command line, and the
59 * The instrumentation expects the following key to be passed on the command line:
329 String line;
330 while ((line = bufferedReader.readLine()) != null) {
331 if (line.contains(PROFILE_COMPILE_SUCCESS)) {
658 String line = null;
663 while ((line = bufferedReader.readLine()) != null) {
664 if (lineCount == 2 && line.contains(SUCCESS_MESSAGE)) {
669 String launchSplit[] = line.split(":");
672 mBufferedWriter.write(line);
[all...]
/frameworks/base/tools/aapt/
H A DXMLNode.h131 void setStartLineNumber(int32_t line);
132 void setEndLineNumber(int32_t line);
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
H A DJavaAnalyzer.java152 for (String line : FileUtils.readLines(f)) {
153 List<String> keyValue = Splitter.on('=').splitToList(line);
/frameworks/rs/tests/lldb/tests/harness/
H A Dtest_base.py37 '''Exception that is thrown when a line in a test fails.
235 for (filename, line, function, text) in \
237 backtrace.append(' [{0} line: {2} fn: {1}] {3}'.format(
238 filename, function, line, text
/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);
H A DslesTestPlayFdPath.cpp40 void ExitOnErrorFunc( SLresult result , int line) argument
43 fprintf(stdout, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTestVirtualizerPath.cpp38 void ExitOnErrorFunc( SLresult result , int line) argument
41 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
H A DxaVideoDecoderCapabilities.cpp35 void ExitOnErrorFunc( XAresult result , int line) argument
38 fprintf(stderr, "Error %u encountered at line %d, exiting\n", result, line);

Completed in 567 milliseconds

1234567891011