Searched defs:lines (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/opengl/libs/GLES2_dbg/
H A Dgenerate_caller_cpp.py25 def generate_caller(lines):
30 for line in lines:
131 lines = open("gl2_api_annotated.in").readlines() variable
132 output = generate_caller(lines)
H A Dgenerate_debug_in.py23 def append_functions(functions, lines):
25 for line in lines:
61 lines = open("gl2_api_annotated.in").readlines() variable
62 definedFunctions = append_functions(definedFunctions, lines)
65 lines = open("../trace.in").readlines() variable
67 for line in lines:
H A Dgenerate_debugger_message_proto.py22 def generate_egl_entries(output, lines, i):
23 for line in lines:
31 def generate_gl_entries(output,lines,i):
32 for line in lines:
74 lines = open("gl2_api_annotated.in").readlines() variable
75 i = generate_gl_entries(output, lines, i)
78 #lines = open("gl2ext_api.in").readlines()
79 #i = generate_gl_entries(output, lines, i)
82 lines = open("../EGL/egl_entries.in").readlines() variable
83 i = generate_egl_entries(output, lines,
[all...]
H A Dgenerate_api_cpp.py30 def generate_api(lines):
44 for line in lines:
214 lines = open("gl2_api_annotated.in").readlines() variable
215 generate_api(lines)
216 #lines = open("gl2ext_api.in").readlines()
217 #generate_api(lines)
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DLoggingPrintStreamTest.java46 String[] lines = sout.toString().split("\\n");
47 assertEquals(Arrays.asList(lines), out.lines);
56 assertEquals(Arrays.asList("4" + o + "2"), out.lines);
65 assertEquals(Arrays.asList("4" + o, "2"), out.lines);
70 assertEquals(Arrays.asList("Name: Bob"), out.lines);
72 assertEquals(Arrays.asList("Name: Bob", "Employer: Google"), out.lines);
78 assertTrue(out.lines.isEmpty());
80 assertEquals(Collections.singletonList("42"), out.lines);
86 assertEquals(Arrays.asList("4", "2"), out.lines);
182 final List<String> lines = new ArrayList<String>(); field in class:LoggingPrintStreamTest.TestPrintStream
[all...]
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DVisualDiffUtils.java65 LinkedList<Integer> lineNums, LinkedList<String> lines) {
79 line = processDiff(diff, lineNums, lines, line, i, delSpan, isLastDiff);
90 lines.add(line);
96 line = processDiff(diff, lineNums, lines, line, i, eqlSpan, isLastDiff);
106 LinkedList<Integer> lineNums, LinkedList<String> lines) {
120 line = processDiff(diff, lineNums, lines, line, i, insSpan, isLastDiff);
131 lines.add(line);
137 line = processDiff(diff, lineNums, lines, line, i, eqlSpan, isLastDiff);
152 * @param lines
160 LinkedList<String> lines, Strin
64 generateExpectedResultLines(LinkedList<diff_match_patch.Diff> diffs, LinkedList<Integer> lineNums, LinkedList<String> lines) argument
105 generateActualResultLines(LinkedList<diff_match_patch.Diff> diffs, LinkedList<Integer> lineNums, LinkedList<String> lines) argument
159 processDiff(diff_match_patch.Diff diff, LinkedList<Integer> lineNums, LinkedList<String> lines, String line, int i, String begSpan, boolean forceOutputLine) argument
[all...]
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_mpeg2_stereo_proc.cpp289 /* can be between -1 (all lines zero) and 575 (no line zero) */
312 sfbNo = mp3_sfBandIndex[sfreq].l[sfbTemp]; /* number of lines to process */
314 /* from sfbStart up sfbNo lines do ms_stereo or normal stereo */
326 sfbNo = mp3_sfBandIndex[sfreq].l[sfb+1] - mp3_sfBandIndex[sfreq].l[sfb]; /* No of lines to process */
355 sfbNo = mp3_sfBandIndex[sfreq].s[sfb+1] - mp3_sfBandIndex[sfreq].s[sfb]; /* No of lines to process */
383 int32 lines = mp3_sfBandIndex[sfreq].s[sfb+1] - mp3_sfBandIndex[sfreq].s[sfb]; local
385 i = 3 * mp3_sfBandIndex[sfreq].s[sfb] + (j + 1) * lines - 1;
387 while (lines > 0)
393 lines = -10;
395 lines
485 int32 lines = mp3_sfBandIndex[sfreq].s[sfb+1] - mp3_sfBandIndex[sfreq].s[sfb]; local
[all...]
H A Dpvmp3_stereo_proc.cpp355 sfbNo = mp3_sfBandIndex[sfreq].l[sfbTemp+1] - mp3_sfBandIndex[sfreq].l[sfbTemp]; /* No of lines to process */
373 sfbNo = mp3_sfBandIndex[sfreq].s[sfbTemp+1] - mp3_sfBandIndex[sfreq].s[sfbTemp]; /* No of lines to process */
405 int32 lines; local
406 lines = mp3_sfBandIndex[sfreq].s[sfb+1] - mp3_sfBandIndex[sfreq].s[sfb];
407 i = 3 * mp3_sfBandIndex[sfreq].s[sfb] + (j + 1) * lines - 1;
409 while (lines > 0)
415 lines = -10;
417 lines--;
449 sfbNo = mp3_sfBandIndex[sfreq].s[sfbTemp+1] - mp3_sfBandIndex[sfreq].s[sfbTemp]; /* No of lines to process */
488 int32 lines local
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DSmsMessage.java167 * TS 27.005 3.4.1 lines[0] and lines[1] are the two lines read from the
175 public static SmsMessage newFromCMT(String[] lines) { argument
178 com.android.internal.telephony.gsm.SmsMessage.newFromCMT(lines);
/frameworks/base/core/tests/hosttests/src/android/content/pm/
H A DPackageManagerHostTestUtils.java541 public void processNewLines(String[] lines) { argument
542 for (String line: lines) {
644 public void processNewLines(String[] lines) { argument
645 for (String line : lines) {
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java120 * TS 27.005 3.4.1 lines[0] and lines[1] are the two lines read from the
128 public static SmsMessage newFromCMT(String[] lines) { argument
131 msg.parsePdu(IccUtils.hexStringToBytes(lines[1]));
/frameworks/base/tools/aidl/
H A Daidl.cpp714 // skip comments and empty lines
913 vector<string> lines; local
944 lines.push_back(line);
961 N = lines.size();
963 const string& s = lines[i];
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1247 * Sets up the shader to draw an AA line. We draw AA lines with quads, where there is an
1588 * This function uses a similar approach to that of AA lines in the drawLines() function.
1660 * We draw lines as quads (tristrips). Using GL_LINES can be difficult because the rasterization
1661 * rules for those lines produces some unexpected results, and may vary between hardware devices.
1662 * The basics of lines-as-quads is easy; we simply find the normal to the line and position the
1666 * Anti-aliased lines add another factor to the approach. We use a specialized fragment shader
1702 // AA lines, we only want one pixel of translucent boundary around the quad.
1747 Vertex lines[verticesCount]; local
1748 Vertex* vertices = &lines[0];
1811 // aa lines expan
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java1028 // of lines of height are unchanged for multi-line TextViews.
1294 * within the text can cause individual lines to be taller or shorter
2598 * Makes the TextView at least this many lines tall.
2617 * Setting this value overrides any other (minimum) number of lines setting.
2631 * Makes the TextView at most this many lines tall.
2650 * Setting this value overrides any other (maximum) number of lines setting.
2664 * Makes the TextView exactly this many lines tall.
2666 * Note that setting this value overrides any other (minimum / maximum) number of lines or
2672 public void setLines(int lines) { argument
2673 mMaximum = mMinimum = lines;
[all...]

Completed in 2152 milliseconds