HomeSort by relevance Sort by last modified time
    Searched full:lines (Results 776 - 800 of 5102) sorted by null

<<31323334353637383940>>

  /external/jsoncpp/test/
runjsontests.py 22 def safeGetLine( lines, index ):
24 if index >= len(lines):
26 return lines[index].strip()
  /external/lldb/source/Core/
StringList.cpp 183 StringList::SplitIntoLines (const char *lines, size_t len)
191 const char *p = lines;
192 const char *end = lines + len;
  /external/lldb/test/functionalities/memory/read/
TestMemoryRead.py 74 lines = self.res.GetOutput().splitlines()
78 self.assertTrue(argc == int(lines[i].split(':')[1].strip(' {}'), 0))
79 addr = int(lines[i].split(':')[0], 0)
  /external/llvm/include/llvm/Support/
SpecialCaseList.h 14 // Empty lines and lines starting with "#" are ignored. All the rest lines
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_unfilled.c 30 * Convert triangles to points or lines as needed.
92 static void lines( struct draw_stage *stage, function
148 lines( stage, header );
  /external/parameter-framework/tools/coverage/
aplog2coverage.sh 45 -e, --regexp A regex to filter (egrep) logs in order to keep only the PFW log lines
118 echo "Other PFW instances log lines must not be matched by this regex."
125 # Filter log to leave only PFW log lines
  /external/skia/tools/
win_dbghelp.cpp 89 /** Print all the lines of a CDB k command whicha are callstacks.
90 * Callstack lines are marked by start and stop markers and they are prefixed
107 // Filter messages. Calstack lines contain "exe/dll!function"
  /external/v8/tools/
nacl-run.py 85 lines = out.split('\n')
86 if lines[0].find(": ELF 32-bit LSB executable, Intel 80386") > 0:
88 if lines[0].find(": ELF 64-bit LSB executable, x86-64") > 0:
  /external/vboot_reference/scripts/image_signing/
ensure_sane_lsb-release.sh 87 echo "$lsbfile: Some lines seem non-well-formed:"
91 # Checks for a lines exceeding a reasonable overall length.
95 echo "$lsbfile: Some lsb-release lines seem unreasonably long:"
  /external/wpa_supplicant_8/hostapd/
android.config 4 # hostapd binary. All lines starting with # are ignored. Configuration option
5 # lines must be commented out complete, if they are not to be included, i.e.,
9 # be modified from here. In most cass, these lines should use += in order not
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 79 QStringList lines = ifaces.split(QRegExp("\\n")); local
80 for (QStringList::Iterator it = lines.begin();
81 it != lines.end(); it++) {
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h 47 // alter current parameter values. Clears delay lines.
56 // It also disables the filter. Does not clear the delay lines.
59 // Clears delay lines. Does not alter parameter values.
AudioShelvingFilter.h 54 // alter current parameter values. Clears delay lines.
62 // It also disables the filter. Does not clear the delay lines.
65 // Clears delay lines. Does not alter parameter values.
  /frameworks/base/docs/html/tools/help/
draw9patch.jd 26 <p>The left pane is your drawing area, in which you can edit the lines for the
30 <li>Click within the 1-pixel perimeter to draw the lines that define the stretchable
32 previously drawn lines.
  /frameworks/base/libs/hwui/
PathTessellator.h 91 * Populates a VertexBuffer with a tessellated approximation of lines as a single triangle
94 * @param points Pairs of endpoints defining the lines to be drawn
96 * @param paint The paint the lines will be drawn with indicating AA, stroke width & cap
  /frameworks/base/media/java/android/media/
SRTRenderer.java 92 String[] lines = paragraph.split("\\r?\\n"); local
93 cue.mLines = new TextTrackCueSpan[lines.length][];
96 for (String line : lines) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
SearchUtil.java 41 * Given a string with lines delimited with '\n', finds the matching line to the given
52 // Snippet may contain multiple lines separated by "\n".
53 // Locate the lines of the content that contain the substring.
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/retrace/
usage.html 45 lines and unrecognized lines are ignored, as far as possible.</dd>
57 <dd>Specifies the regular expression that is used to parse the lines in the
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 30 import static com.android.notificationstudio.model.EditableItem.LINES;
103 if (LINES.hasValue()) {
104 for (String line : LINES.getValueString().split("\\n")) {
NotificationGenerator.java 30 import static com.android.notificationstudio.model.EditableItem.LINES;
118 if (LINES.hasValue()) {
119 for (String line : LINES.getValueString().split("\\n")) {
  /external/sonivox/docs/
JET_Authoring_Guidelines.html 39 <o:Lines>167</o:Lines>
102 mso-pagination:widow-orphan lines-together;
114 mso-pagination:widow-orphan lines-together;
135 mso-pagination:widow-orphan lines-together;
153 mso-pagination:widow-orphan lines-together;
169 mso-pagination:widow-orphan lines-together;
187 mso-pagination:widow-orphan lines-together;
203 mso-pagination:widow-orphan lines-together;
221 mso-pagination:widow-orphan lines-together;
    [all...]
  /external/google-breakpad/src/common/
dwarf_cu_to_module_unittest.cc 69 Module *module, vector<Module::Line> *lines));
95 // vector<Module::Line> lines;
96 // AppendLinesFunctor appender(lines);
102 // will append lines to the end of line_vector. We can use this with
109 // in which case calling l2m with some line vector will append lines.
113 const vector<Module::Line> *lines) : lines_(lines) { }
115 Module *module, vector<Module::Line> *lines) {
116 lines->insert(lines->end(), lines_->begin(), lines_->end())
811 Range functions[2], lines[2]; member in struct:Situation
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
pylintrc 63 # C0302: Too many lines in module
285 # Minimum lines number of a similarity.
286 min-similarity-lines=4
306 # Maximum number of lines in a module
307 max-module-lines=1000
  /external/bison/tests/
synclines.at 80 # 1. Remove useless lines.
93 # 2. Normalize the lines we kept.
267 ## %no-lines. ##
271 [AT_SETUP([%no-lines])
283 AT_BISON_CHECK([--no-lines -o input.AT_SKEL_CC_IF([cc], [c]) -d input.y])
  /external/freetype/src/autofit/
afblue.dat 28 // of two or more lines. The first line holds the enumeration name, and the
29 // remaining lines the corresponding array data.
38 // are multiple strings (in multiple lines), they are concatenated to a
44 // which can span multiple lines. The opening brace of a block must be
203 // During the hinting process, all coordinate values between those two lines

Completed in 321 milliseconds

<<31323334353637383940>>