/external/chromium_org/build/android/pylib/utils/ |
apk_helper.py | 17 for line in aapt_output: 18 m = package_name_re.match(line)
|
/external/chromium_org/skia/ext/ |
google_logging.cc | 13 void SkDebugf_FileLine(const char* file, int line, bool fatal, 22 logging::LogMessage(file, line,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
memorizingfile.py | 74 """Override file.readline and memorize the line read. 77 the whole line will be read out from underlying file object by 82 line = self._buffered_line 85 line = self._file.readline() 86 if line and len(self._memorized_lines) < self._max_memorized_lines: 87 self._memorized_lines.append(line) 88 if size >= 0 and size < len(line): 90 self._buffered_line = line[size:] 91 return line[:size] 92 return line [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
checks.cc | 35 void Fatal(const char* file, int line, const char* format, ...) { 44 << ", line " << line << "\n#" << msg
|
/external/clang/test/Preprocessor/ |
disabled-cond-diags2.c | 24 #line -2
|
/external/dropbear/libtomcrypt/testprof/ |
test_driver.c | 3 void run_cmd(int res, int line, char *file, char *cmd) 6 fprintf(stderr, "%s (%d)\n%s:%d:%s\n", error_to_string(res), res, file, line, cmd);
|
/external/guava/guava/src/com/google/common/io/ |
LineBuffer.java | 22 * Package-protected abstract class that implements the line reading 23 * algorithm used by {@link LineReader}. Line separators are per {@link 24 * java.io.BufferedReader}: line feed, carriage return, or carriage 34 /** Holds partial line contents. */ 35 private StringBuilder line = new StringBuilder(); field in class:LineBuffer 36 /** Whether a line ending with a CR is pending processing. */ 40 * Process additional characters from the stream. When a line separator 41 * is found the contents of the line and the line separator itself 53 // Last call to add ended with a CR; we can handle the line now [all...] |
/external/libvpx/libvpx/vpx_mem/memory_manager/ |
hmm_dflt_abort.c | 30 /* Print abort message, file and line. Terminate execution. 32 void hmm_dflt_abort(const char *file, const char *line) { 46 fputs(" Line: ", stderr); 47 fputs(line, stderr);
|
/external/valgrind/main/VEX/unused/ |
arena.h | 41 const char *file, int line); 43 long nbytes, const char *file, int line);
|
/frameworks/base/core/java/com/android/internal/os/ |
AndroidPrintStream.java | 46 protected void log(String line) { 47 Log.println(priority, tag, line);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
SearchUtil.java | 29 public String line; field in class:SearchUtil.MatchedLine 34 "line='" + line + '\'' + 41 * Given a string with lines delimited with '\n', finds the matching line to the given 46 * @return A MatchedLine object containing the matching line and the startIndex of the substring 47 * match within that line. 56 // Match found. Find the corresponding line. 71 matched.line = contents.substring(start + 1, end); 130 * @param line The string to search for the next token. 132 * @return The index for the start of the next token. line.length() if next token not found [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glsl_lexer.cc | 0 #line 2 "src/chromium_gensrc/mesa/glsl_lexer.cc" 3 #line 4 "src/chromium_gensrc/mesa/glsl_lexer.cc" 241 /* Whether we're considered to be at the beginning of a line. 247 int yy_bs_lineno; /**< The line count. */ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 8 repeatedly to get the next line of input (or "" for EOF). It generates 15 the original line (string) 78 # Single-line ' or " string. 97 # First (or only) line of ' or " string. 154 def printtoken(type, token, start, end, line): # for testing 167 Each call to the function should return one line of input as a string. 202 tok_type, token, start, end, line = t 279 def find_cookie(line): 281 line_string = line.decode('ascii') 350 should return one line of input as a string. Alternately, readlin [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
nntplib.py | 14 Here 'resp' is the server response line. 87 # Line terminators (we always output CRLF, but accept any of CRLF, CR, LF) 189 def putline(self, line): 190 """Internal: send one line to the server, appending CRLF.""" 191 line = line + CRLF 192 if self.debugging > 1: print '*put*', repr(line) 193 self.sock.sendall(line) 195 def putcmd(self, line): 197 if self.debugging: print '*cmd*', repr(line) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 8 repeatedly to get the next line of input (or "" for EOF). It generates 15 the original line (string) 78 # Single-line ' or " string. 97 # First (or only) line of ' or " string. 154 def printtoken(type, token, start, end, line): # for testing 167 Each call to the function should return one line of input as a string. 202 tok_type, token, start, end, line = t 279 def find_cookie(line): 281 line_string = line.decode('ascii') 350 should return one line of input as a string. Alternately, readlin [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
nntplib.py | 14 Here 'resp' is the server response line. 87 # Line terminators (we always output CRLF, but accept any of CRLF, CR, LF) 189 def putline(self, line): 190 """Internal: send one line to the server, appending CRLF.""" 191 line = line + CRLF 192 if self.debugging > 1: print '*put*', repr(line) 193 self.sock.sendall(line) 195 def putcmd(self, line): 197 if self.debugging: print '*cmd*', repr(line) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/ |
NdkDiscoveryUpdater.java | 77 String line = reader.readLine(); local 78 while (line != null) { 79 checkBuildLine(line); 80 line = reader.readLine(); 149 private static class Line { 150 private final String line; field in class:NdkDiscoveryUpdater.Line 153 public Line(String line) { 154 this.line = line; 209 Line line = new Line(text); local 264 String line = reader.readLine(); local 294 String line = reader.readLine(); local [all...] |
/external/chromium_org/net/data/websocket/ |
close-with-split-packet_wsh.py | 16 line = request.ws_stream.receive_message() 17 if line is None: 19 if isinstance(line, unicode): 20 request.ws_stream.send_message(line, binary=False) 22 request.ws_stream.send_message(line, binary=True)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
deps.py | 47 for line in fileinput.FileInput(self._path): 48 match = pattern.match(line) 56 for line in fileinput.FileInput(self._path, inplace=1): 57 if pattern.match(line): 61 print line,
|
/external/clang/bindings/python/examples/cindex/ |
cindex-includes.py | 13 A simple command line tool for dumping a Graphviz description (dot) that 45 line = " "; 49 line += name(i.include) 51 line += '%s->%s' % (name(i.source), name(i.include)) 52 line += "\n"; 53 out.write(line)
|
/external/elfutils/libdwfl/ |
dwfl_lineinfo.c | 1 /* Get information from a source line record returned by libdwfl. 54 dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp, 57 if (line == NULL) 60 struct dwfl_cu *cu = dwfl_linecu (line); 61 const Dwarf_Line *info = &cu->die.cu->lines->info[line->idx]; 66 *linep = info->line;
|
/external/jsilver/src/com/google/clearsilver/jsilver/exceptions/ |
JSilverAutoEscapingException.java | 26 public JSilverAutoEscapingException(String message, String templateName, int line, int column) { 27 super(createMessage(message, templateName, line, column)); 37 private static String createMessage(String message, String resourceName, int line, int column) { 42 if (line != UNKNOWN_POSITION) { 43 result.append(" line=").append(line);
|
/external/libvpx/libvpx/examples/ |
gen_example_code.sh | 29 block_name=${line##*@} 30 indent=${line%%${block_name}} 77 while IFS=$'\n' read -r line; do 78 case "$line" in 83 *) echo "$line" ;;
|
/external/valgrind/unittest/ |
match_output.py | 14 for line in f: 15 line = line.rstrip() 16 print line 17 if re.search(line_re, line): 19 # print 'match: %s =~ %s' % (line, line_re)
|
/frameworks/compile/libbcc/tools/build/ |
gen-config-from-mk.py | 34 for line in f: 36 if conf_patt.match(line.strip()): 42 if split_patt.match(line.strip()): 48 match = var_patt.match(line.strip()) 52 elif split_patt.match(line.strip()):
|