/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sysconfig.py | 215 lines = f.readlines() 217 for line in lines:
|
_pyio.py | 123 enabled. Lines in the input can end in '\n', '\r', or '\r\n', and 127 the other legal values, input lines are only terminated by the given 279 that an IOBase object can be iterated over yielding the lines in a 500 """Return a list of lines from the stream. 502 hint can be specified to control the number of lines read: no more 503 lines will be read if the total size (in bytes/characters) of all 504 lines so far exceeds hint. 511 lines = [] 513 lines.append(line) 517 return lines [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bz2.py | 272 lines = bz2f.readlines() 273 self.assertEqual(lines, ['Test'])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sysconfig.py | 215 lines = f.readlines() 217 for line in lines:
|
_pyio.py | 123 enabled. Lines in the input can end in '\n', '\r', or '\r\n', and 127 the other legal values, input lines are only terminated by the given 279 that an IOBase object can be iterated over yielding the lines in a 500 """Return a list of lines from the stream. 502 hint can be specified to control the number of lines read: no more 503 lines will be read if the total size (in bytes/characters) of all 504 lines so far exceeds hint. 511 lines = [] 513 lines.append(line) 517 return lines [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bz2.py | 272 lines = bz2f.readlines() 273 self.assertEqual(lines, ['Test'])
|
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/ |
picasa_client.js | 215 var lines = response.split('\n'); 217 for (var line, i = 0; line = lines[i]; i++) {
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_adb_bridge.cc | 631 std::vector<std::string> lines; local 632 Tokenize(response, "\r", &lines); 633 for (size_t i = 0; i < lines.size(); ++i) { 634 std::string line = lines[i]; [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_expectations_unittest.py | 458 # This tests handling precedence of specific lines over directories [all...] |
/external/chromium_org/v8/test/mjsunit/ |
mjsunit.js | 36 * framework expects lines that signal failed tests to start with 37 * the f-word and ignore all other lines.
|
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
diff_match_patch_test.java | 87 // Convert lines down to characters. 118 String lines = lineList.toString(); local 122 assertLinesToCharsResultEquals("diff_linesToChars: More than 256.", new LinesToCharsResult(chars, "", tmpVector), dmp.diff_linesToChars(lines, "")); 131 // Convert chars up to lines 151 String lines = lineList.toString(); local 157 assertEquals("diff_charsToLines: More than 256.", diffList(new Diff(DELETE, lines)), diffs); 215 assertEquals("diff_cleanupSemanticLossless: Blank lines.", diffList(new Diff(EQUAL, "AAA\r\n\r\n"), new Diff(INSERT, "BBB\r\nDDD\r\n\r\n"), new Diff(EQUAL, "BBB\r\nEEE")), diffs); [all...] |
/external/libvpx/libvpx/vpx_scale/arm/neon/ |
vp8_vpxyv12_extendframeborders_neon.asm | 73 ;Now copy the top and bottom source lines into each line of the respective borders 186 ;Now copy the top and bottom source lines into each line of the respective borders
|
/external/linux-tools-perf/util/ui/browsers/ |
annotate.c | 72 struct source_line *src_line = notes->src->lines; 181 "cycle hottest lines, H: Hottest") < 0) 202 * lines, NULL it so that if TAB|UNTAB is pressed, we
|
/external/oprofile/events/mips/24K/ |
events | 39 event:0x15 counters:0 um:zero minimum:500 name:L2_CACHE_WRITEBACKS : 21-0 L2 cache lines written back to memory 94 event:0x40a counters:1 um:zero minimum:500 name:DCACHE_WRITEBACKS : 10-1 Data cache lines written back to memory
|
/external/oprofile/events/mips/34K/ |
events | 39 event:0x15 counters:0 um:zero minimum:500 name:L2_CACHE_WRITEBACKS : 21-0 L2 cache lines written back to memory 101 event:0x40a counters:1 um:zero minimum:500 name:DCACHE_WRITEBACKS : 10-1 Data cache lines written back to memory
|
/external/v8/test/mjsunit/ |
mjsunit.js | 36 * framework expects lines that signal failed tests to start with 37 * the f-word and ignore all other lines.
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
G711DecTest.c | 95 int lines[500]= {0}; variable [all...] |
/ndk/sources/host-tools/make-3.81/ |
job.c | 1489 char **lines; local [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
bsd.sh | 68 rm -f lines[1234] script[12]
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_util.cc | 376 double lines = 0; local 378 base::StringToDouble(l10n_util::GetStringUTF8(height_lines), &lines); local 380 GetWidgetSizeFromCharacters(widget, chars, lines, width, height); [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/ |
irclib.py | 503 lines = _linesep_regexp.split(self.previous_buffer + new_data) 506 self.previous_buffer = lines.pop() 508 for line in lines: 969 # The specification says lines are terminated with LF, but [all...] |
/external/chromium_org/tools/linux/ |
procfs.py | 627 lines = [] 629 lines = proc_f.readlines() 630 return lines
|
/external/qemu-pc-bios/vgabios/ |
vgabios.c | 416 ;; switch to color mode and enable CPU access 480 lines 869 // Then we know the number of lines 1132 // FIXME should handle VGA 14/16 lines 2884 ; res : 00 200 lines, 01 350 lines, 02 400 lines variable [all...] |
/system/media/camera/src/ |
camera_metadata.c | 907 int lines = count / values_per_line[type]; local 908 if (count % values_per_line[type] != 0) lines++; 912 for (j = 0; j < lines; j++) { [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiStateMachine.java | 1918 String[] lines = tmpResults.split("\\n"); local 1945 String[] lines = scanResults.split("\\n"); local 2022 String[] lines = signalPoll.split("\\n"); local 2075 String[] lines = pktcntPoll.split("\\n"); local [all...] |