/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ApkInstallManager.java | 88 public void processNewLines(String[] lines) { 91 for (String line : lines) {
|
/external/bison/examples/calc++/ |
position.hh | 85 /// (line related) Advance to the COUNT next lines. 86 void lines (int count = 1) function in class:yy::position
|
/external/chromium-trace/ |
systrace-legacy.py | 172 lines = out.splitlines(True) 174 for i, line in enumerate(lines): 178 out = ''.join(lines[i+1:]) 184 elif 'TRACE:'.startswith(line) and i == len(lines) - 1:
|
/external/chromium_org/chrome/browser/download/ |
download_item_model_unittest.cc | 191 // typically consist of two lines. One for the filename and one for the 268 // lines of the given width or smaller. 269 std::vector<base::string16> lines; local 272 Tokenize(truncated_tooltip, ASCIIToUTF16("\n"), &lines); 273 for (unsigned i = 0; i < lines.size(); ++i) 274 EXPECT_GE(kSmallTooltipWidth, gfx::GetStringWidth(lines[i], font_list));
|
/external/chromium_org/chrome/browser/net/ |
firefox_proxy_settings.cc | 75 std::vector<std::string> lines; 76 Tokenize(contents, "\n", &lines); 78 for (std::vector<std::string>::const_iterator iter = lines.begin(); 79 iter != lines.end(); ++iter) {
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/ |
uperf.h | 156 ULine* lines; member in class:UPerfTest
|
/external/elfutils/libdw/ |
libdw_findcu.c | 139 newp->lines = NULL;
|
/external/emma/ |
test.sh | 127 echo Tests failed: Additional or missing lines: See $TESTDIR/diff-sorted 131 echo Tests failed: same lines, different order: See $TESTDIR/diff-ordered
|
/external/icu4c/tools/ctestfw/unicode/ |
uperf.h | 156 ULine* lines; member in class:UPerfTest
|
/external/v8/tools/ |
presubmit.py | 329 lines = [] 335 lines.append(str(line)) 336 linenumbers = ', '.join(lines) 337 if len(lines) > 1: 338 print "%s has trailing whitespaces in lines %s." % (name, linenumbers)
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3OutputStream.cpp | 225 String8 lines; local 226 lines.appendFormat(" Stream[%d]: Output\n", mId); 227 write(fd, lines.string(), lines.size());
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
ModelInterpreter.java | 504 List<String> lines; local 506 lines = mSimulatedCallState.getClccLines(); 508 for (int i = 0, s = lines.size() ; i < s ; i++) { 509 println (lines.get(i));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
generator.py | 50 From_ lines in the body of the message by putting a `>' in front of 265 lines = text.split('\n') 267 if lines and lines[-1] == '': 268 blocks.append(NL.join(lines[:-1]))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/ |
validate.py | 204 lines = self.input.readlines(*args) 205 assert_(type(lines) is type([])) 206 for line in lines: 208 return lines
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
generator.py | 50 From_ lines in the body of the message by putting a `>' in front of 265 lines = text.split('\n') 267 if lines and lines[-1] == '': 268 blocks.append(NL.join(lines[:-1]))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/ |
validate.py | 204 lines = self.input.readlines(*args) 205 assert_(type(lines) is type([])) 206 for line in lines: 208 return lines
|
/system/media/camera/docs/ |
metadata_helpers.py | 626 " with multiple lines, that should be \n" + 629 " That covers multiple lines as well\n" 634 " * with multiple lines, that should be\n" + 637 " * That covers multiple lines as well\n" + 644 in_body = False # Eat empty lines at start 648 in_body = False # collapse multi-blank lines into one 650 # Insert para end/start after a span of blank lines except for
|
/external/chromium_org/chrome/browser/extensions/ |
PRESUBMIT_test.py | 15 self.lines = [] 18 self.lines.append(message) 21 self.lines.append(message) 87 """Returns a list of tuples (line number, line text) of all new lines. 126 """Given a path, returns a list of strings corresponding to the text lines
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
verify_filelist.py | 171 lines = infile.readlines() 178 lines.sort(compare) 180 for line in lines:
|
/external/chromium_org/ppapi/generators/ |
idl_lexer.py | 166 offs = self.lines[line - 1].find(word) 180 # of multiple lines, tokens can not exist on any of the lines except the 181 # last one, so the recorded value for previous lines are unused. We still 195 return "%s\n%s" % (self.lines[line - 1], caret) 206 self.lines = data.split('\n')
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CSSFormatter.js | 49 var lines = this._content.split("\n"); 51 for (var i = 0; i < lines.length; ++i) { 52 var line = lines[i];
|
ScriptFormatterWorker.js | 90 const lines = params.content.split("\n"); 103 for (var i = 0; i < lines.length; ++i) { 104 var line = lines[i];
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
bot_test_expectations.py | 207 lines = [] 214 lines.append(line) 215 return lines
|
/external/chromium_org/third_party/android_platform/development/scripts/ |
stack_core.py | 58 # Since information is sometimes contained in these lines (from system 67 def ConvertTrace(lines, more_info): 80 # Examples of matched trace lines include lines from tombstone files like: 83 # Or lines from AndroidFeedback crash report system logs like: 87 # Examples of matched value lines include: 93 # Lines from 'code around' sections of the output will be matched before 94 # value lines because otheriwse the 'code around' sections will be confused as 95 # value lines. 112 for ln in lines [all...] |
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/ |
APPRTCAppDelegate.m | 318 NSArray* lines = [origSDP componentsSeparatedByString:@"\n"]; 324 (i < [lines count]) && (mLineIndex == -1 || isac16kRtpMap == nil); 326 NSString* line = [lines objectAtIndex:i]; 342 [[lines objectAtIndex:mLineIndex] componentsSeparatedByString:@" "]; 357 NSMutableArray* newLines = [NSMutableArray arrayWithCapacity:[lines count]]; 358 [newLines addObjectsFromArray:lines];
|