/external/gptfdisk/ |
gptcurses.cc | 31 // # of lines to reserve for general information and headers (RESERVED_TOP) 233 if ((space != NULL) && (lineNum < (LINES - 5))) { 273 numToShow = LINES - RESERVED_TOP - RESERVED_BOTTOM; 352 move(LINES - 4, 0); 354 move(LINES - 4, 0); 376 move(LINES - 4, 0); 378 move(LINES - 4, 0); 398 move(LINES - 4, 0); 402 move(LINES - 3, 0); 431 move(LINES - 4, 0) [all...] |
/build/tools/ |
product_debug.py | 35 lines = text.split() 36 lines.sort() 37 return "\n".join(lines) 39 def parse_variables(lines): 40 return [split_line(line) for line in lines if line.strip()] 79 lines = sys.stdin.readlines() 80 variables = parse_variables(lines)
|
/external/apache-http/src/org/apache/http/message/ |
LineParser.java | 44 * Interface for parsing lines in the HEAD section of an HTTP message. 47 * The lines to parse are passed in memory, the parser does not depend 54 * <!-- empty lines above to avoid 'svn diff' context problems --> 69 * This is needed for parsing request lines (last element) 70 * as well as status lines (first element). 91 * This can be used to detect garbage lines before a request 143 * The full header line is expected here. Header continuation lines
|
/external/clang/tools/clang-format/ |
clang-format-diff.py | 17 lines. This is useful to reformat all the lines touched by a specific patch. 40 'Reformat changed lines in diff. Without -i ' 63 # Extract changed lines for each file. 90 ['-lines', str(start_line) + ':' + str(end_line)]) 93 for filename, lines in lines_by_file.iteritems(): 99 command.extend(lines)
|
/external/deqp/scripts/src_util/ |
check_include_guards.py | 62 lines = [] 67 lines.append(line) 71 lines[0] = "#ifndef %s\n" % includeGuard 72 lines[1] = "#define %s\n" % includeGuard 75 lines[len(lines)-1] = ("#endif // %s\n" if isHpp else "#endif /* %s */\n") % includeGuard 78 for line in lines:
|
/external/smali/util/src/main/java/org/jf/util/ |
StringWrapper.java | 39 * Splits the given string into lines using on any embedded newlines, and wrapping the text as needed to conform to 48 * with as many lines as would fit. 49 * @return The split lines from the original, as an array of Strings. The returned array may be larger than the 50 * number of lines. If this is the case, the end of the split lines will be denoted by a null entry in the 51 * array. If there is no null entry, then the size of the array exactly matches the number of lines. 52 * The returned lines will not contain an ending newline
|
/external/v8/tools/ |
logreader.js | 53 * CSV lines parser. 166 * Processes log lines. 168 * @param {Array.<string>} lines Log lines. 171 LogReader.prototype.processLog_ = function(lines) { 172 for (var i = 0, n = lines.length; i < n; ++i, ++this.lineNum_) { 173 var line = lines[i];
|
/external/libvorbis/vq/ |
distribution.c | 35 long lines=0; local 167 lines++; 169 sprintf(buf,"getting min/max (%.2f::%.2f). lines...",min,max); 170 if(!(lines&0xff))spinnit(buf,lines); 209 lines--; 210 if(!(lines&0xff))spinnit("counting distribution. lines so far...",lines);
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_field.h | 72 // Generate lines of code declaring members fields of the message class 97 // Generate lines of code (statements, not declarations) which clear the 102 // Generate lines of code (statements, not declarations) which merges the 110 // Generate lines of code (statements, not declarations) which swaps 134 // Generate lines to decode this field, which will be placed inside the 138 // Generate lines to decode this field from a packed value, which will be 143 // Generate lines to serialize this field, which are placed within the 147 // Generate lines to serialize this field directly to the array "target", 153 // Generate lines to compute the serialized size of this field, which
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3IOStreamBase.cpp | 69 String8 lines; local 75 lines.appendFormat(" State: %d\n", mState); 76 lines.appendFormat(" Dims: %d x %d, format 0x%x, dataspace 0x%x\n", 79 lines.appendFormat(" Max size: %zu\n", mMaxSize); 80 lines.appendFormat(" Combined usage: %d, max HAL buffers: %d\n", 82 lines.appendFormat(" Frames produced: %d, last timestamp: %" PRId64 " ns\n", 84 lines.appendFormat(" Total buffers: %zu, currently dequeued: %zu\n", 86 write(fd, lines.string(), lines.size());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_binascii.py | 65 lines = [] 69 lines.append(a) 71 for line in lines: 81 lines = [] 85 lines.append(a) 105 for line in map(addnoise, lines): 117 lines = [] 121 lines.append(a) 123 for line in lines:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_binascii.py | 65 lines = [] 69 lines.append(a) 71 for line in lines: 81 lines = [] 85 lines.append(a) 105 for line in map(addnoise, lines): 117 lines = [] 121 lines.append(a) 123 for line in lines:
|
/cts/libs/vogar-expect/src/vogar/util/ |
MarkResetConsole.java | 68 * \u001b[nA move the cursor up n lines 69 * \u001b[nB move the cursor down n lines 70 * \u001b[nC move the cursor right n lines
|
/development/tools/axl/ |
chewperf.py | 48 lines = [x for x in rawLines if "Pulled" in x] 50 sidx = lines[0].split().index("Pulled") 52 chewed = [[int(x.split()[sidx + 2]), int(x.split()[sidx + 4])] for x in lines]
|
/external/ceres-solver/data/nist/ |
Chwirut2.dat | 5 Starting Values (lines 41 to 43)
6 Certified Values (lines 41 to 48)
7 Data (lines 61 to 114)
|
Eckerle4.dat | 5 Starting Values (lines 41 to 43)
6 Certified Values (lines 41 to 48)
7 Data (lines 61 to 95)
|
MGH09.dat | 5 Starting Values (lines 41 to 44)
6 Certified Values (lines 41 to 49)
7 Data (lines 61 to 71)
|
MGH10.dat | 5 Starting Values (lines 41 to 43)
6 Certified Values (lines 41 to 48)
7 Data (lines 61 to 76)
|
Thurber.dat | 5 Starting Values (lines 41 to 47)
6 Certified Values (lines 41 to 52)
7 Data (lines 61 to 97)
|
/external/clang/utils/check_cfc/ |
obj_diff.py | 14 """Returns true for lines that should be compared in the disassembly 30 """Returns the first few lines of a difference, if there is one. Python 46 # Diff to first line of diff plus some lines
|
/external/elfutils/src/libdw/ |
dwarf_getsrcfiles.c | 51 if (cu->lines == NULL) 53 Dwarf_Lines *lines; local 58 res = INTUSE(dwarf_getsrclines) (cudie, &lines, &nlines);
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/mesh/ |
WrappedIndexBuffer.java | 13 * into a list based mode such as {@link Mode#Triangles} or {@link Mode#Lines}. 31 case Lines: 70 mesh.setMode(Mode.Lines);
|
/external/toybox/toys/posix/ |
wc.c | 15 Count lines, words, and characters in input. 17 -l show lines 22 By default outputs lines, words, bytes, and filename for each
|
/external/vogar/src/vogar/util/ |
MarkResetConsole.java | 68 * \u001b[nA move the cursor up n lines 69 * \u001b[nB move the cursor down n lines 70 * \u001b[nC move the cursor right n lines
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
scanresults.cpp | 80 QStringList lines = bss.split(QRegExp("\\n")); local 81 for (QStringList::Iterator it = lines.begin(); 82 it != lines.end(); it++) {
|