/external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/ |
hlr_auc_gw.c | 118 int line, ret = 0; local 129 line = 0; 131 line++; 156 fname, line, pos); 163 fname, line, pos); 173 printf("%s:%d - Invalid Kc (%s)\n", fname, line, pos); 179 printf("%s:%d - Invalid Kc (%s)\n", fname, line, pos); 188 printf("%s:%d - Invalid SRES (%s)\n", fname, line, 195 printf("%s:%d - Invalid SRES (%s)\n", fname, line, 207 printf("%s:%d - Invalid RAND (%s)\n", fname, line, 256 int line, ret = 0; local [all...] |
/external/icu4c/tools/gennames/ |
gennames.c | 30 * dataVersion = Unicode version from -u or --unicode command line option, defaults to 3.0.0 235 } Line; 244 static Line lines[MAX_LINE_COUNT]; 268 skipNoise(char *line, int16_t start, int16_t limit); 271 getWord(char *line, int16_t start, int16_t limit); 372 /* preset then read command line options */ 380 "error in command line argument \"%s\"\n", 634 skipNoise(char *line, int16_t start, int16_t limit) { 636 while(start<limit && !isWordChar(line[start])) { 644 getWord(char *line, int16_t start, int16_t limit) 805 Line *line=NULL; local 1292 Line *line; local 1349 Line *line; local [all...] |
/external/guava/src/com/google/common/io/ |
CharStreams.java | 267 * Reads the first line from a {@link Readable} & {@link Closeable} object 268 * supplied by a factory. The line does not include line-termination 272 * @return the first line, or null if the reader is empty 280 String line = new LineReader(r).readLine(); 282 return line; 290 * supplied by a factory. The lines do not include line-termination 312 * not include line-termination characters, but do include other 326 String line; 327 while ((line = lineReader.readLine()) != null) [all...] |
/external/srec/tools/parseStringTest/ |
parseStringTest.c | 451 LCHAR line[MAX_LINE_LENGTH]; local 458 position = pfgets(line, MAX_LINE_LENGTH, fin); 459 if (line[0] == '#') 461 if (!strncmp(line, "__END__", 7)) 475 if ((position = strtok(line, "\"")) != NULL) 481 pfprintf(fout, "INVALID FORMAT for input line 1 \n"); 493 pfprintf(fout, "INVALID FORMAT for input line 2\n"); 505 pfprintf(fout, "INVALID FORMAT for input line 3\n"); 518 pfprintf(fout, "INVALID FORMAT for input line, use either PASS or FAIL\n"); 539 LCHAR line[MAX_LINE_LENGTH] local [all...] |
/external/webkit/JavaScriptCore/bytecode/ |
SamplingTool.cpp | 236 unsigned line; member in struct:JSC::LineCountInfo 254 return (leftLineCount->line > rightLineCount->line) ? 1 : (leftLineCount->line < rightLineCount->line) ? -1 : 0; 345 printf(" Opcode and line number samples [*]\n\n"); 350 unsigned line = codeBlock->lineNumberForBytecodeOffset(exec, op); local 351 lineCounts.set(line, (lineCounts.contains(line) ? lineCounts.get(line) : 0) + count) [all...] |
/external/webkit/WebCore/rendering/ |
RenderTextControl.cpp | 271 // The granularity in the selection controller should be used, and then this line of code would not be needed. 351 static void getNextSoftBreak(RootInlineBox*& line, Node*& breakNode, unsigned& breakOffset) 354 for (; line; line = next) { 355 next = line->nextRootBox(); 356 if (next && !line->endsWithBreak()) { 357 ASSERT(line->lineBreakObj()); 358 breakNode = line->lineBreakObj()->node(); 359 breakOffset = line->lineBreakPos(); 360 line = next 388 RootInlineBox* line = box->root(); local [all...] |
/external/webkit/WebKitTools/Scripts/ |
extract-localizable-strings | 133 # Handle continued multi-line comment. 139 # Handle all the tokens in the line. 213 $_ = ""; # If the comment doesn't end, discard the result of the line and set flag 217 $_ = ""; # Discard the rest of the line 299 my ($string, $key, $comment, $file, $line) = @_; 304 print "$file:$line:ERROR:string has an illegal hexadecimal escape sequence\n"; 309 print "$file:$line:ERROR:key has an illegal hexadecimal escape sequence\n"; 314 print "$file:$line:ERROR:comment has an illegal hexadecimal escape sequence\n"; 318 print "$file:$line:ERROR:string for translation has illegal UTF-8 -- most likely a problem with the Text Encoding of the source file\n"; 322 print "$file:$line:ERROR:key has illegal UTF-8 -- most likely a problem with the Text Encoding of the source file\n" [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdStartDialog.java | 167 // empty composite, only 2 widgets on this line. 473 String line; local 475 while ((line = input.readLine()) != null) { 477 line = line.trim(); 478 int len = line.length(); 482 if (line.charAt(len-1) == '{') { 484 String[] tokens = line.split(" "); 488 (line = input.readLine()) != null) { 490 line = line.trim() [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/ |
gprof.info | 102 code, labeled with the number of times each line of the program was 174 If you wish to perform line-by-line profiling you should use the 178 Note, older versions of `gcc' produce line-by-line profiling 181 Line-by-line Profiling: Line-by-line. 184 `-finstrument-functions' command line option which will insert calls t [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/ |
gprof.info | 102 code, labeled with the number of times each line of the program was 174 If you wish to perform line-by-line profiling you should use the 178 Note, older versions of `gcc' produce line-by-line profiling 181 Line-by-line Profiling: Line-by-line. 184 `-finstrument-functions' command line option which will insert calls t [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/ |
gprof.info | 102 code, labeled with the number of times each line of the program was 174 If you wish to perform line-by-line profiling you should use the 178 Note, older versions of `gcc' produce line-by-line profiling 181 Line-by-line Profiling: Line-by-line. 184 `-finstrument-functions' command line option which will insert calls t [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/ |
gprof.info | 103 code, labeled with the number of times each line of the program was 175 If you wish to perform line-by-line profiling you should use the 179 Note, older versions of `gcc' produce line-by-line profiling 182 Line-by-line Profiling: Line-by-line. 185 `-finstrument-functions' command line option which will insert calls t [all...] |
/dalvik/dx/src/junit/runner/ |
BaseTestRunner.java | 136 * Processes the command line arguments and 285 String line; local 287 while ((line= br.readLine()) != null) { 288 if (!filterLine(line)) 289 pw.println(line); 301 static boolean filterLine(String line) { 313 if (line.indexOf(patterns[i]) > 0)
|
/dalvik/libcore/luni/src/test/java/junit/runner/ |
BaseTestRunner.java | 136 * Processes the command line arguments and 288 String line; local 290 while ((line= br.readLine()) != null) { 291 if (!filterLine(line)) 292 pw.println(line); 304 static boolean filterLine(String line) { 316 if (line.indexOf(patterns[i]) > 0)
|
/external/icu4c/layoutex/ |
ParagraphLayout.cpp | 628 ParagraphLayout::Line *ParagraphLayout::nextLine(float width) 644 // If no glyphs fit on the line, force one to fit. 647 // start of a line unless the paragraph consists of 650 // the previous line...) 972 ParagraphLayout::Line *ParagraphLayout::computeVisualRuns() 989 Line *line = new Line(); local 1006 appendRun(line, run, firstChar, lastChar); 1010 return line; [all...] |
/external/icu4c/tools/toolutil/ |
ucm.c | 743 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps) { 762 fprintf(stderr, "ucm error: byte must be formatted as \\xXX (2 hex digits) - \"%s\"\n", line); 767 fprintf(stderr, "ucm error: too many bytes on \"%s\"\n", line); 778 /* parse a mapping line; must not be empty */ 783 const char *line) { 790 s=line; 807 fprintf(stderr, "ucm error: Unicode code point must be formatted as <UXXXX> (1..6 hex digits) - \"%s\"\n", line); 811 fprintf(stderr, "ucm error: Unicode code point must be 0..d7ff or e000..10ffff - \"%s\"\n", line); 816 fprintf(stderr, "ucm error: too many code points on \"%s\"\n", line); 824 fprintf(stderr, "ucm error: no Unicode code points on \"%s\"\n", line); 1146 char line[500]; local [all...] |
/external/ipsec-tools/src/racoon/doc/ |
README.plainrsa | 44 The only line you should be concerned with is the line towards the top 46 something to that effect. This line is your public key, which should 48 this line to a separate file called "boston.pub" and change the 49 beginning of the line so that it reads ": PUB 0sAQPAmBdT/". 50 Alternatively, you can also grab the first line of the boston.keys 51 file and uncomment the line so that it reads the same as above. Now
|
/external/junit/src/junit/runner/ |
BaseTestRunner.java | 151 * Processes the command line arguments and 305 String line; local 307 while ((line= br.readLine()) != null) { 308 if (!filterLine(line)) 309 pw.println(line); 321 static boolean filterLine(String line) { 333 if (line.indexOf(patterns[i]) > 0)
|
/external/opencore/protocols/sdp/parser/src/ |
evrcmediainfoparser.cpp | 101 PVMF_SDP_PARSER_LOGERROR((0, "SDPEVRCMediaInfoParser::parseMediaInfo - Bad a=lang line format")); 128 PVMF_SDP_PARSER_LOGERROR((0, "SDPEVRCMediaInfoParser::parseMediaInfo - Bad a=fmtp line format - payload number incorrect")); 176 PVMF_SDP_PARSER_LOGERROR((0, "SDPEVRCMediaInfoParser::parseMediaInfo - Bad a=fmtp line format - maxframes= field incorrect")); 189 PVMF_SDP_PARSER_LOGERROR((0, "SDPEVRCMediaInfoParser::parseMediaInfo - Bad a=fmtp line format - maxbundles= field incorrect")); 202 PVMF_SDP_PARSER_LOGERROR((0, "SDPEVRCMediaInfoParser::parseMediaInfo - Bad a=fmtp line format - Bad ptime= field")); 215 PVMF_SDP_PARSER_LOGERROR((0, "SDPEVRCMediaInfoParser::parseMediaInfo - Bad a=fmtp line format - Bad decode_buf= field")); 226 PVMF_SDP_PARSER_LOGERROR((0, "SDPEVRCMediaInfoParser::parseMediaInfo - Bad a=fmtp line format"));
|
/external/svox/pico/lib/ |
picodbg.c | 338 void picodbg_log(int level, int donewline, const char *file, int line, 380 sprintf(cb, "(%d)", line); 409 void picodbg_assert(const char *file, int line, const char *func, const char *expr) 412 fprintf(STDDBG, "assertion failed: %s, file %s, function %s, line %d", 413 expr, picodbg_fileTitle(file), func, line); 415 fprintf(STDDBG, "assertion failed: %s, file %s, line %d", 416 expr, picodbg_fileTitle(file), line);
|
/external/webkit/WebKitTools/CodeCoverage/ |
cov.py | 92 for line in open(file, "r"): 93 code = line.split(":", 2)[-1] 106 f_source_list.append([init_state, line.split(":", 1)[1]]) 161 for line in lines: 164 info = line.split(":", 1)[0] 181 for state, line in base_gcov_lines: 195 annotated_lines.append(":".join([desc.rjust(9), line]))
|
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
cpp_unittest.py | 137 # Perform lint on single line of input and return the error message. 151 # Single-line lint tests are allowed to fail the 'unlintable function' 267 'Blank line at the start of a code block. Is this needed?' 272 'Blank line at the end of a code block. Is this needed?' 278 # Test get line width. 306 'Line ends in whitespace. Consider deleting these extra spaces.' 700 'Could not find end of multi-line comment' 702 self.assert_multi_line_lint(r''' /* multi-line comment''', 703 'Could not find end of multi-line comment' 705 self.assert_multi_line_lint(r''' // /* comment, but not multi-line''', '') [all...] |
/frameworks/base/core/tests/coretests/src/android/pim/vcard/ |
VNodeBuilder.java | 38 * PropertyNode: standy by a property line of a card. 233 for (String line : lines) { 234 if (line.endsWith("=")) { 235 line = line.substring(0, line.length() - 1); 237 builder.append(line);
|
/frameworks/base/libs/utils/ |
CallStack.cpp | 138 mapinfo *parse_maps_line(char *line) { 140 int len = strlen(line); 142 line[--len] = 0; 144 if (line[20] != 'x') return 0; 147 mi->start = strtoull(line, 0, 16); 148 mi->end = strtoull(line + 9, 0, 16); 150 strcpy(mi->name, line + 49);
|
/frameworks/base/test-runner/src/junit/runner/ |
BaseTestRunner.java | 136 * Processes the command line arguments and 288 String line; local 290 while ((line= br.readLine()) != null) { 291 if (!filterLine(line)) 292 pw.println(line); 304 static boolean filterLine(String line) { 316 if (line.indexOf(patterns[i]) > 0)
|