/external/elfutils/tests/ |
Makefile.am | 57 show-die-info get-files get-lines get-pubnames \ 70 run-show-die-info.sh run-get-files.sh run-get-lines.sh \ 104 run-show-die-info.sh run-get-files.sh run-get-lines.sh \
|
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/ |
SDL_gapivideo.c | 809 static int updateLine8to8(_THIS, unsigned char *srcPointer, unsigned char *destPointer, int width, int height, int lines) 829 static int updateLine16to16(_THIS, PIXEL *srcPointer, PIXEL *destPointer, int width, int height, int lines) 847 || (lines == 1) ) 857 /* read two lines at the same time, write DWORD */ 919 if( (((unsigned)destPointer & 3) != 0) || (lines == 1) ) 945 static int updateLine16to4(_THIS, PIXEL *srcPointer, unsigned char *destPointer, int width, int height, int lines, int yNibble, int xNibble) 965 if( lines == 1 ) [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
SourceFrame.js | 497 function addDecorations(textViewer, lines, className) 499 for (var i = 0; i < lines.length; ++i) 500 textViewer.addDecoration(lines[i], className); 509 function removeDecorations(textViewer, lines, className) 511 for (var i = 0; i < lines.length; ++i) 512 textViewer.removeDecoration(lines[i], className); [all...] |
/external/bluetooth/glib/glib/ |
gkeyfile.c | 958 * line can be parsed. Note that completely blank lines won't show 3740 gchar **lines; local 3764 gchar **lines; local [all...] |
/external/webkit/Tools/CSSTestSuiteHarness/harness/ |
harness.js | 403 var lines = data.split('\n'); 406 for (var i = 1; i < lines.length; ++i) { 407 var test = new Test(lines[i]); 1070 Lines starting with # are ignored. 1077 var lines = data.split('\n'); 1078 for (var i = 0; i < lines.length; ++i) { 1079 var currLine = lines[i]; 1115 var lines = data.split('\n'); 1116 for (var i = 0; i < lines.length; ++i) { 1117 var currLine = lines[i] [all...] |
/build/ |
envsetup.sh | 1047 local lines 1048 lines=($(\grep "$1" $T/filelist | sed -e 's/\/[^/]*$//' | sort | uniq)) 1049 if [[ ${#lines[@]} = 0 ]]; then 1055 if [[ ${#lines[@]} > 1 ]]; then 1059 for line in ${lines[@]}; do 1067 if [[ $choice -gt ${#lines[@]} || $choice -lt 1 ]]; then 1071 pathname=${lines[$(($choice-1))]} 1074 pathname=${lines[0]}
|
/external/mksh/src/ |
lex.c | 1543 int columns = 0, lines = 0, indelimit = 0; local [all...] |
/external/quake/quake/src/QW/client/ |
draw.c | 645 void Draw_ConsoleBackground (int lines) 682 for (y=0 ; y<lines ; y++, dest += vid.conrowbytes) 684 v = (vid.conheight - lines + y)*200/vid.conheight; 710 for (y=0 ; y<lines ; y++, pusdest += (vid.conrowbytes >> 1)) 714 v = (vid.conheight - lines + y)*200/vid.conheight;
|
gl_draw.c | 799 void Draw_ConsoleBackground (int lines) 806 if (lines > y) 807 Draw_Pic(0, lines-vid.height, conback); 809 Draw_AlphaPic (0, lines - vid.height, conback, (float)(1.2 * lines)/y); 812 // y = lines-186; 813 y = lines-14; [all...] |
/bionic/libc/kernel/tools/ |
cpp.py | 483 """a CppTokenizer derived class that accepts a list of texdt lines as input. 484 the lines must not have a trailing \n""" 485 def __init__(self,lines=[],lineno=1): 486 """initialize a CppLinesTokenizer. you can later add lines using addLines()""" 489 self.lines = lines 491 self.count = len(lines) 504 self.lines.append(line) 510 self.setLineText(self.lines[self.index]) [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
HTMLDiagnostics.cpp | 405 unsigned lines = len / max_line; local 407 if (lines > 0) { 409 if (len / characters > lines) {
|
/external/v8/src/ |
d8.js | 856 // Default is ten lines starting five lines before the current location. 859 // line. Set it to start from 5 lines before the current location. 862 // source start line. Set it to start from 1 lines before the current 868 var lines = 10; 874 from = Debug.State.displaySourceStartLine - lines; 877 lines = parseInt(args[1]) - from + 1; // inclusive of the ending line. 882 Debug.State.displaySourceEndLine = from + lines - 1; 883 var sourceArgs = '' + from + ' ' + lines; 893 // Default is ten lines starting five lines before the current location 2164 var lines = source.split('\\n'); variable [all...] |
messages.js | 419 // Default is the first line in the script. Lines in the script is relative 453 * specified in lines. 457 * inclusive). Default is the number of lines in the script 493 // Default is the first line in the script. Lines in the script are relative 514 * Returns the number of source lines. 516 * Number of source lines. 519 // Return number of source lines. 699 * The to_line and to_position are not included in the slice, that is the lines [all...] |
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
iexploder.rb | 50 attr_accessor :offset, :lines, :stop_num, :config 711 lines = combine_combo_creator(tag_count, width, offsets)[2] 719 if lines.include?(line_number)
|
/sdk/attribute_stats/src/ |
Analyzer.java | 468 String[] lines = metadata.split("\n"); local 469 for (int i = 0; i < lines.length; i++) { 470 String line = lines[i];
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
AaptParser.java | 627 // attributes end up on subsequent lines we don't find it on 690 * @param lines The array of lines 695 private static final Matcher getNextLineMatcher(String[] lines, 698 if (nextIndex == lines.length) { 704 Matcher m = pattern.matcher(lines[nextIndex]);
|
/system/media/camera/src/ |
camera_metadata.c | 542 int lines = count / values_per_line[type]; local 543 if (count % values_per_line[type] != 0) lines++; 547 for (j = 0; j < lines; j++) {
|
/external/opencv/cv/include/ |
cvcompat.h | 505 float* lines, int linesNumber ) 507 CvMat linesMat = cvMat( 1, linesNumber, CV_32FC2, lines ); 518 int* lines, int linesNumber ) 520 CvMat linesMat = cvMat( 1, linesNumber, CV_32SC4, lines ); 530 float* lines, int linesNumber ) 532 CvMat linesMat = cvMat( 1, linesNumber, CV_32FC2, lines ); [all...] |
/external/v8/tools/ |
grokdump.py | 606 def PrintLines(self, lines): 608 print "\n".join("%s%s" % (indent, line) for line in lines) 908 lines = self.heap.reader.GetDisasmLines(self.entry, self.instruction_size) 912 p.PrintLines(self._FormatLine(line) for line in lines) [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
scm.py | 93 def first_non_empty_line_after_index(lines, index=0): 95 for line in lines[index:]: 108 lines = self.message_lines[first_non_empty_line_after_index(self.message_lines, 1):] 110 lines = [line.lstrip() for line in lines] 111 return "\n".join(lines) + "\n" [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 406 QStringList lines = info.split(QRegExp("\\n")); local 409 for (QStringList::Iterator it = lines.begin(); 410 it != lines.end(); it++) { 422 name = lines[0]; 430 lines[0]); 444 item->setData(lines[0], peer_role_address); 592 QStringList lines = bss.split(QRegExp("\\n")); local 593 for (QStringList::Iterator it = lines.begin(); 594 it != lines.end(); it++) { 629 for (int i = 0; i < lines.size(); i++) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
G726EncTest.c | 159 int lines[500] = {0}; variable 177 while((lines[e]!=0)&& (e<500) ){ 181 lines[e]=line; 200 lines[q]=0; [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
GeeTestResultParser.java | 81 * [ RUN ]: indicates a new test has started to run; a series of zero or more lines may 90 * All other lines are ignored. 257 public void processNewLines(String[] lines) { 258 for (String line : lines) {
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
BufferedReaderTest.java | 61 private void assertLines(String in, String... lines) throws IOException { 64 for (String line : lines) {
|
/external/elfutils/libdw/ |
libdw.h | 435 extern int dwarf_getsrclines (Dwarf_Die *cudie, Dwarf_Lines **lines, 438 /* Return one of the source lines of the CU. */ 439 extern Dwarf_Line *dwarf_onesrcline (Dwarf_Lines *lines, size_t idx);
|