/external/dexmaker/src/dx/java/com/android/dx/util/ |
HexParser.java | 32 * corresponding to the text. The format is simple: Each line may 36 * is encountered, it and the rest of the line are ignored as a 57 String line; local 59 line = src.substring(at, poundAt); 61 line = src.substring(at, nlAt); 65 int colonAt = line.indexOf(':'); 69 int quoteAt = line.indexOf('\"'); 74 String atStr = line.substring(0, colonAt).trim(); 75 line = line.substring(colonAt + 1) [all...] |
/external/e2fsprogs/po/ |
insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 14 # Output the file's contents by reading the next line. But don't lose the 15 # current line while doing this.
|
/external/elfutils/libelf-po/ |
insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 14 # Output the file's contents by reading the next line. But don't lose the 15 # current line while doing this.
|
/external/elfutils/po/ |
insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 14 # Output the file's contents by reading the next line. But don't lose the 15 # current line while doing this.
|
/external/jdiff/src/jdiff/ |
StreamReader.java | 26 String line = null; local 27 while((line = br.readLine()) != null) 28 System.out.println(line);
|
/external/skia/tools/ |
PictureRenderingFlags.h | 23 * Uses SkCommandLineFlags to parse the command line, and returns a PictureRenderer 29 * on the command line, or NULL if the command line is invalid.
|
/ndk/sources/host-tools/make-3.81/po/ |
insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 14 # Output the file's contents by reading the next line. But don't lose the 15 # current line while doing this.
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 14 # Output the file's contents by reading the next line. But don't lose the 15 # current line while doing this.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/ |
GLAPISpec.java | 76 String line; local 77 while ((line = reader.readLine()) != null) { 79 int commentPos = line.indexOf('#'); 81 line = line.substring(0, commentPos); 83 line = line.trim(); 86 if (line.length() > 0) { 87 GLAPISpec spec = parseLine(line); 104 * Parse a GL API Specification entry from "/entries.in". Each line is of the format [all...] |
/external/libppp/src/ |
systems.c | 52 char line[100]; local 54 snprintf(line, sizeof line, "%s/%s", PPP_CONFDIR, file); 55 fp = ID0fopen(line, "r"); 57 log_Printf(LogWARN, "OpenSecret: Can't open %s.\n", line); 182 DecodeCtrlCommand(char *line, char *arg) 186 if (!strncasecmp(line, "include", 7) && issep(line[7])) { 187 end = InterpretArg(line+8, arg); 246 strip(char *line) 322 char line[LINE_LEN]; local [all...] |
/external/llvm/test/JitListener/ |
test-parameters.ll | 4 ; CHECK: Line info @ 0: test-parameters.cpp, line 33 5 ; CHECK: Line info @ 35: test-parameters.cpp, line 34 6 ; CHECK: Line info @ 165: test-parameters.cpp, line 35 8 ; CHECK: Line info @ 0: test-parameters.cpp, line 28 9 ; CHECK: Line info @ 2: test-parameters.cpp, line 2 [all...] |
/build/tools/ |
filter-product-graph.py | 7 def choose_regex(regs, line): 9 m = reg.match(line) 37 lines = [line.strip() for line in lines] 39 for line in lines: 40 func,m = choose_regex(REGS, line)
|
/external/blktrace/btt/ |
devmap.c | 31 static int dev_map_add(char *line) 35 if (strstr(line, "Device") != NULL) 39 if (sscanf(line, "%s %s", dmp->device, dmp->devno) != 2) { 66 char line[256]; local 74 while (fscanf(fp, "%255[a-zA-Z0-9 :.,/_-]\n", line) == 1) { 75 if (dev_map_add(line))
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/ |
echo_wsh.py | 43 line = request.ws_stream.receive_message() 44 if line is None: 46 if isinstance(line, unicode): 47 request.ws_stream.send_message(line, binary=False) 48 if line == _GOODBYE_MESSAGE: 51 request.ws_stream.send_message(line, binary=True)
|
/external/chromium_org/ppapi/generators/ |
idl_log.py | 29 line = "%s\n" % (msg) 30 if self.console: self.out.write(line) 35 line = "%s%s\n" % (self.name, msg) 36 if self.console: self.out.write(line) 41 line = "%s(%d) : %s%s\n" % (filename, lineno, self.name, msg) 42 if self.console: self.out.write(line)
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
EditingBehaviorTypes.h | 29 // 1) Clicking below the last line of an editable area puts the caret at the end 30 // of the last line on Mac, but in the middle of the last line on Windows. 31 // 2) Pushing the down arrow key on the last line puts the caret at the end of the 32 // last line on Mac, but does nothing on Windows. A similar case exists on the 33 // top line.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseSvnPropertyValue.pl | 44 diffName => "singe-line '+' change", 53 diffName => "single-line '-' change", 80 diffName => "single-line '-' change followed by empty line with Unix line endings", 90 diffName => "single-line '-' change followed by empty line with Windows line endings", 101 diffName => "single-line '-' change followed by the next property", 111 diffName => "multi-line '+' change and start of binary patch" [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
regextst.h | 48 virtual void assertUText(const char *expected, UText *actual, const char *file, int line); 49 virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line); 50 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line); 51 virtual UBool doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line); 53 const UnicodeString &input, const char *srcPath, int32_t line); 55 UErrorCode expectedStatus, int32_t line);
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
win_tool.py | 77 for line in out.splitlines(): 78 if not line.startswith(' Creating library '): 79 print line 90 for line in out.splitlines(): 91 if line and 'manifest authoring warning 81010002' not in line: 92 print line 108 quietable via command line flags. 129 for line in lines: 130 if not line.startswith(prefix) and line not in processing [all...] |
/external/clang/docs/ |
ClangCheck.rst | 26 (FunctionDecl 0x7ff3a302a8d0 </Users/danieljasper/clang/llvm/tools/clang/docs/snippet.cc:1:1, line:3:1> f 'void (void)' 27 (CompoundStmt 0x7ff3a302aa10 <line:1:10, line:3:1> 28 (DeclStmt 0x7ff3a302a9f8 <line:2:3, line:3:1> 29 (VarDecl 0x7ff3a302a980 <line:2:3, col:11> a 'int'
|
/external/clang/test/CodeGenCXX/ |
debug-info-static-member.cpp | 34 // CHECK: ![[DECL_A]] = metadata {{.*}} [ DW_TAG_member ] [a] [line {{.*}}, size 0, align 0, offset 0] [private] [static] 35 // CHECK: metadata !"const_a", {{.*}}, i1 true} ; [ DW_TAG_member ] [const_a] [line {{.*}}, size 0, align 0, offset 0] [private] [static] 36 // CHECK: ![[DECL_B:[0-9]+]] {{.*}} metadata !"b", {{.*}} [ DW_TAG_member ] [b] [line {{.*}}, size 0, align 0, offset 0] [protected] [static] 37 // CHECK: metadata !"const_b", {{.*}}, float 0x{{.*}}} ; [ DW_TAG_member ] [const_b] [line {{.*}}, size 0, align 0, offset 0] [protected] [static] 38 // CHECK: ![[DECL_C:[0-9]+]] {{.*}} metadata !"c", {{.*}} [ DW_TAG_member ] [c] [line {{.*}}, size 0, align 0, offset 0] [static] 39 // CHECK: metadata !"const_c", {{.*}} [ DW_TAG_member ] [const_c] [line {{.*}}, size 0, align 0, offset 0] [static]
|
/external/clang/test/Preprocessor/ |
_Pragma-location.c | 13 // CHECK-NEXT: #line 11 "{{.*}}_Pragma-location.c" 15 // CHECK-NEXT: #line 11 "{{.*}}_Pragma-location.c" 34 // CHECK-NEXT: #line 24 "{{.*}}_Pragma-location.c" 40 // CHECK-NEXT: #line 28 "{{.*}}_Pragma-location.c" 42 // CHECK-NEXT: #line 28 "{{.*}}_Pragma-location.c" 45 // CHECK-NEXT: #line 29 "{{.*}}_Pragma-location.c"
|
/external/ganymed-ssh2/examples/ |
StdoutAndStderr.java | 55 String line = stdoutReader.readLine(); local 56 if (line == null) 58 System.out.println(line); 65 String line = stderrReader.readLine(); local 66 if (line == null) 68 System.out.println(line);
|
/external/icu4c/test/intltest/ |
regextst.h | 52 virtual void assertUText(const char *expected, UText *actual, const char *file, int line); 53 virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line); 54 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line); 55 virtual UBool doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line); 57 const UnicodeString &input, const char *srcPath, int32_t line); 59 UErrorCode expectedStatus, int32_t line);
|
/external/mksh/ |
mkshrc | 29 local dummy line llen curlin=0 31 cat "$@" | while IFS= read -r line; do 32 llen=${%line} 33 (( llen == -1 )) && llen=${#line} 41 print -r -- "$line" 56 : place customisations above this line
|