/external/webkit/WebKitTools/Scripts/ |
print-msvc-project-dependencies | 58 foreach my $line (<SLN>) { 60 if ($line =~ /^Project\([^\)]+\) = "([^"]+)", "[^"]+", "([^"]+)"\r?$/) { 83 if ($line =~ /^\s*ProjectSection\(ProjectDependencies\) = postProject\r?$/) { 85 } elsif ($line =~ /^EndProject\r?$/) { 96 if ($line =~ /^\s*({[^}]+}) = ({[^}]+})\r?$/) { 107 } elsif ($line =~ /^\s*EndProjectSection\r?$/) {
|
/external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/ |
gitdiff2svndiff.pl | 40 # We use this for display purposes, to keep each test title on one line. 72 # New test: check each git header line with different line endings 86 $title .= " [line-end: \"$pair->[0]\"]"; 111 foreach my $line (split('\n', $mnemonic_patch)) { 112 $out .= gitdiff2svndiff($line) . "\n";
|
/frameworks/base/awt/java/awt/font/ |
TextMeasurer.java | 30 * The TextMeasurer class provides utilities for line break operations. 143 * Returns the graphical width of a line beginning at "start" parameter and 151 * @return the graphical width of a line beginning at "start" and including 165 * Returns the index of the first character which is not fit on a line 172 * the graphical width in which the line must fit. 173 * @return the index after the last character that is fit on a line
|
/sdk/apkbuilder/src/com/android/apkbuilder/ |
ApkBuilder.java | 25 * Command line APK builder with signing support. 51 * Main method. This is meant to be called from the command line through an exec. 53 * @param args command line arguments. 71 * @param args command line arguments. 72 * @throws WrongOptionException if the command line arguments are incorrect. 83 System.err.println("A command line tool to package an Android application from various sources.");
|
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/ |
LayoutAnalysis.java | 183 * Returns the start line of this node. 185 * @return The start line or -1 if the line is unknown. 192 * Returns the end line of this node. 194 * @return The end line or -1 if the line is unknown.
|
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/ |
LayoutAnalysisCategory.java | 87 * Returns the start line of this node. 89 * @return The start line or -1 if the line is unknown. 98 * Returns the end line of this node. 100 * @return The end line or -1 if the line is unknown.
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/ |
HardwareProperties.java | 115 String line = null; local 117 while ((line = reader.readLine()) != null) { 118 if (line.length() > 0 && line.charAt(0) != '#') { 119 Matcher m = PATTERN_PROP.matcher(line); 147 file.getAbsolutePath(), line);
|
/system/core/sh/ |
arith_lex.c | 0 #line 2 "arith_lex.c" 3 #line 4 "arith_lex.c" 211 /* Whether we're considered to be at the beginning of a line. 217 int yy_bs_lineno; /**< The line count. */ 468 #line 1 "arith_lex.l" 469 #line 2 "arith_lex.l" 525 #line 526 "arith_lex.c" 676 #line 60 "arith_lex.l" 678 #line 679 "arith_lex.c" 764 #line 61 "arith_lex.l [all...] |
/bionic/libc/kernel/tools/ |
cpp.py | 216 self.text = None # content of current line, with final \n stripped 217 self.line = 0 # number of current line 218 self.pos = 0 # current character position in current line 219 self.len = 0 # length of current line text 222 def setLineText(self,line): 223 """set the content of the (next) current line. should be called 225 self.text = line 226 self.len = len(line) 230 """refresh the content of 'line' with a new line of input"" [all...] |
/external/dbus/bus/ |
desktop-file.c | 63 int line_num; /**< Current line number */ 102 bus_desktop_file_line_free (BusDesktopFileLine *line) 104 dbus_free (line->key); 105 dbus_free (line->value); 321 BusDesktopFileLine *line; local 331 line = §ion->lines[section->n_lines++]; 333 memset (line, 0, sizeof (BusDesktopFileLine)); 335 return line; 459 BusDesktopFileLine *line; local 527 line = new_line (parser) 729 BusDesktopFileLine *line; local 750 BusDesktopFileLine *line; local [all...] |
/external/dropbear/ |
loginrec.c | 236 const char *hostname, const char *line) 241 (void)login_init_entry(newli, pid, username, hostname, line); 264 const char *hostname, const char *line) 272 /* set the line information */ 273 if (line) 274 line_fullname(li->line, line, sizeof(li->line)); 388 * 'line' string utility functions 390 * These functions process the 'line' string into one of three forms 1238 char line[8]; local [all...] |
/external/webkit/WebCore/editing/ |
visible_units.cpp | 430 // Make sure the start of line is not greater than the given input position. Else use the previous position to 431 // obtain start of line. This condition happens when the input position is before the space character at the end 432 // of a soft-wrapped non-editable line. In this scenario, startPositionForLine would incorrectly hand back a position 433 // greater than the input position. This fix is to account for the discrepancy between lines with webkit-line-break:after-white-space 499 // Make sure the end of line is at the same line as the given input position. Else use the previous position to 500 // obtain end of line. This condition happens when the input position is before the space character at the end 501 // of a soft-wrapped non-editable line. In this scenario, endPositionForLine would incorrectly hand back a position 502 // in the next line instead. This fix is to account for the discrepancy between lines with webkit-line-break:after-white-space styl [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/ |
binutils.info | 22 * addr2line: (binutils)addr2line. Convert addresses to file and line. 66 * addr2line:: Convert addresses to file and line 71 * Common Options:: Command-line options for all utilities 128 You can control its activity using command-line options, like the 130 single command-line option `-M', you can control it with a script 135 * ar cmdline:: Controlling `ar' on the command line 141 1.1 Controlling `ar' on the Command Line 155 MOD in any order, within the first command-line argument. 157 If you wish, you may begin the first command-line argument with a 220 The modifier `v' used with this operation elicits a line of outpu [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/ |
binutils.info | 22 * addr2line: (binutils)addr2line. Convert addresses to file and line. 66 * addr2line:: Convert addresses to file and line 71 * Common Options:: Command-line options for all utilities 128 You can control its activity using command-line options, like the 130 single command-line option `-M', you can control it with a script 135 * ar cmdline:: Controlling `ar' on the command line 141 1.1 Controlling `ar' on the Command Line 155 MOD in any order, within the first command-line argument. 157 If you wish, you may begin the first command-line argument with a 220 The modifier `v' used with this operation elicits a line of outpu [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/ |
binutils.info | 22 * addr2line: (binutils)addr2line. Convert addresses to file and line. 66 * addr2line:: Convert addresses to file and line 71 * Common Options:: Command-line options for all utilities 128 You can control its activity using command-line options, like the 130 single command-line option `-M', you can control it with a script 135 * ar cmdline:: Controlling `ar' on the command line 141 1.1 Controlling `ar' on the Command Line 155 MOD in any order, within the first command-line argument. 157 If you wish, you may begin the first command-line argument with a 220 The modifier `v' used with this operation elicits a line of outpu [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/ |
binutils.info | 22 * addr2line: (binutils)addr2line. Convert addresses to file and line. 66 * addr2line:: Convert addresses to file and line 71 * Common Options:: Command-line options for all utilities 128 You can control its activity using command-line options, like the 130 single command-line option `-M', you can control it with a script 135 * ar cmdline:: Controlling `ar' on the command line 141 1.1 Controlling `ar' on the Command Line 155 MOD in any order, within the first command-line argument. 157 If you wish, you may begin the first command-line argument with a 220 The modifier `v' used with this operation elicits a line of outpu [all...] |
/external/icu4c/test/intltest/ |
regextst.cpp | 87 #define REGEX_CHECK_STATUS {if (U_FAILURE(status)) {dataerrln("RegexTest failure at line %d. status=%s", \ 90 #define REGEX_ASSERT(expr) {if ((expr)==FALSE) {errln("RegexTest failure at line %d.\n", __LINE__);};} 93 if (status!=errcode) {dataerrln("RegexTest failure at line %d. Expected status=%s, got %s", \ 96 #define REGEX_CHECK_STATUS_L(line) {if (U_FAILURE(status)) {errln( \ 97 "RegexTest failure at line %d, from %d. status=%d\n",__LINE__, (line), status); }} 99 #define REGEX_ASSERT_L(expr, line) {if ((expr)==FALSE) { \ 100 errln("RegexTest failure at line %d, from %d.", __LINE__, (line)); return;}} 120 UBool RegexTest::doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line) { 2142 UnicodeString line = lineMat->group(1, status); local [all...] |
/external/icu4c/i18n/ |
regeximp.h | 83 URX_BACKSLASH_Z = 20, // \z Unconditional end of line. 87 URX_CARET = 23, // Value field: 1: multi-line mode. 99 URX_DOTANY_UNIX = 27, // '.' operator in UNIX_LINES mode, only \n marks end of line. 105 URX_CARET_M_UNIX = 30, // '^' operator, test for start of line in multi-line 141 URX_DOLLAR_M = 42, // $ in multi-line mode. 142 URX_CARET_M = 43, // ^ in multi-line mode. 171 // 0: Normal (. doesn't match new-line) mode. 172 // 1: . matches new-line mode. 298 START_LINE, // Match starts with ^ in multi-line mode [all...] |
/external/jpeg/ |
ckconfig.c | 20 * have gotten confused. Go to the line indicated in the first error message, 21 * and read the comments preceding that line to see what to change. 24 * changing a line that reads "#define SOME_SYMBOL" to "#undef SOME_SYMBOL", 36 #ifdef HAVE_STDDEF_H /* next line will be skipped if you undef... */ 73 * above. If not, you'll get an error on the "typedef size_t my_size_t;" line. 76 * to figure out which include file defines "size_t". Look for a line that 77 * says "typedef something-or-other size_t;". Then, change the line below 96 * The #define line below is set to assume you have ANSI function prototypes. 124 * If you get an error on the "unsigned char un_char;" line, 136 * If you get an error on the "unsigned short un_short;" line, [all...] |
/external/openssl/crypto/ocsp/ |
ocsp_ht.c | 78 unsigned char *iobuf; /* Line buffer */ 79 int iobuflen; /* Line buffer length */ 94 /* First line being read */ 110 static int parse_http_line1(char *line); 163 static int parse_http_line1(char *line) 169 for(p = line; *p && !isspace((unsigned char)*p); p++) 307 /* Attempt to read a line in */ 311 * have to check there's a complete line in there before 341 /* First line */ 357 /* Look for blank line: end of headers * [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_ataric2p.S | 251 /* Double the line ? */ 277 /* Next line */ 367 | Double line ? 372 movel a5,a6 | src line 373 movel a5,a1 | dest line 386 | Next line 444 .comm c2p_cursrc,4 /* Current source line */ 445 .comm c2p_curdst,4 /* Current destination line */ 446 .comm c2p_rowlen,2 /* Line length in bytes */ 447 .comm c2p_row,2 /* Current line number * [all...] |
/external/srec/tools/grxmlcompile/ |
fst-io.h | 75 // Maximum line length in text file. 219 char line[kLineLen]; local 220 while (istrm.getline(line, kLineLen)) { 223 SplitToVector(line, "\n\t ", &col, true); 224 if (col.size() == 0 || col[0][0] == '\0') // empty line 230 << ", line = " << nline_; 286 // Maximum line length in text file. 299 << ", source = " << source_ << ", line = " << nline_; 307 << "\", source = " << source_ << ", line = " << nline_; 344 << "\", source = " << source_ << ", line = " << nline_ [all...] |
/hardware/msm7k/libcamera/ |
camera_ifc.h | 98 * First line: first byte is blue, second byte is green. 99 * Second line: first byte is green, second byte is red. */ 102 * First line: first byte is green, second byte is blue. 103 * Second line: first byte is red, second byte is green. */ 106 * First line: first byte is green, second byte is red. 107 * Second line: first byte is blue, second byte is green. */ 110 * First line: first byte is red, second byte is green. 111 * Second line: first byte is green, second byte is blue. */ 321 * vise versa. When in normal position, line 1 is on the top. When in 322 * reverse position, line 1 is now at the bottom, not on the top, so the imag [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoEncoder.java | 46 * <li> signed LEB128: initial value for line register. 58 /** {@code null-ok;} positions (line numbers) to encode */ 75 /** current encoding state: line number */ 76 private int line = 1; field in class:DebugInfoEncoder 87 /** if non-null: the prefix for each annotation or debugPrint line */ 99 * @param positions {@code null-ok;} positions (line numbers) to encode 173 * @param prefix {@code null-ok;} prefix to attach to each line of output 228 int nextAddrP = Integer.MAX_VALUE; // position (line number) 362 * line number and string indicies for names of all non-"this" arguments. 374 // Start by initializing the line number register 382 annotate(output.getCursor() - mark, "line_start: " + line); local [all...] |
/external/icu4c/samples/ugrep/ |
ugrep.cpp | 16 // This is not a full-featured grep program. The command line options 34 // The following variables contain paramters that may be set from the command line. 55 // Info regarding the line currently being processed 57 int lineStart; // Index of first char of the current line in the file buffer 58 int lineEnd; // Index of char following the new line sequence for the current line 92 // Process the commmand line options. 164 // doOptions Run through the command line options, and set 189 else if(strcmp(arg, "-n") == 0 || strcmp(arg, "--line-number") == 0) { 247 "-n, --line-number Prefix each line of output with the line number within its input file.\n [all...] |