/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
ExternalHttp2Example.java | 58 String line; local 59 while ((line = reader.readLine()) != null) { 60 System.out.println(line);
|
ExternalSpdyExample.java | 58 String line; local 59 while ((line = reader.readLine()) != null) { 60 System.out.println(line);
|
/external/openfst/src/script/ |
text-io.cc | 41 char line[kLineLen]; local 45 while (strm.getline(line, kLineLen)) { 48 SplitToVector(line, "\n\t ", &col, true); 49 if (col.size() == 0 || col[0][0] == '\0') // empty line 53 << "file = " << filename << ", line = " << nline;
|
/external/ppp/pppd/plugins/radius/ |
radrealms.c | 49 int line = 0; local 76 line++; 88 option_error("%s: invalid line %d: %s", radrealms_config, 89 line, buffer); 102 option_error("%s: realm name missing on line %d: %s", 103 radrealms_config, line, buffer); 112 option_error("%s: server address missing on line %d: %s", 113 radrealms_config, line, buffer); 120 option_error("%s: server port missing on line %d: %s", 121 radrealms_config, line, buffer) [all...] |
/external/selinux/checkpolicy/ |
checkpolicy.h | 12 unsigned long line; member in struct:te_assert
|
/external/selinux/libsepol/cil/src/ |
cil_lexer.h | 46 uint32_t line; member in struct:token
|
cil_tree.h | 48 uint32_t line; member in struct:cil_tree_node
|
/external/skia/gm/ |
fatpathfill.cpp | 78 SkPath line, path; local 79 line.moveTo(SkIntToScalar(1), SkIntToScalar(2)); 80 line.lineTo(SkIntToScalar(4 + i), SkIntToScalar(1)); 81 paint.getFillPath(line, &path);
|
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/ |
JCLRuleSet.java | 25 package org.slf4j.migrator.line;
|
JULRuleSet.java | 25 package org.slf4j.migrator.line;
|
LineConverter.java | 25 package org.slf4j.migrator.line; 43 * If a rule matches, ask for line replacement.
|
SingleConversionRule.java | 25 package org.slf4j.migrator.line;
|
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/line/ |
JCLRuleSetTest.java | 25 package org.slf4j.migrator.line; 27 import org.slf4j.migrator.line.JCLRuleSet; 28 import org.slf4j.migrator.line.LineConverter; 54 // end of line 57 // Logger instanciation without declaration and comment at the end of line 80 // end of line 83 // Logger instanciation without declaration and comment at the end of line 103 // Logger declaration with modifiers and comment at the end of line 110 // Logger declaration on a line 113 // Logger instanciation on the next line [all...] |
Log4jRuleSetTest.java | 25 package org.slf4j.migrator.line; 30 import org.slf4j.migrator.line.LineConverter; 31 import org.slf4j.migrator.line.Log4jRuleSet; 61 // end of line 64 // Logger instanciation without declaration and comment at the end of line 86 // end of line 89 // Logger instanciation without declaration and comment at the end of line 109 // Logger declaration with modifiers and comment at the end of line 117 // Logger declaration on a line 120 // Logger instanciation on the next line [all...] |
/external/squashfs-tools/squashfs-tools/ |
read_file.c | 38 * Read file, passing each line to parse_line() for 48 char *def, *err, *line = NULL; local 65 line = realloc(line, size += (MAX_LINE + 1)); 66 if(line == NULL) 70 err = fgets(line + total, MAX_LINE + 1, fd); 74 len = strlen(line + total); 77 if(len == MAX_LINE && line[total - 1] != '\n') { 78 /* line too large */ 79 ERROR("Line too long when reading [all...] |
/external/tcpdump/ |
print-ipx.c | 84 static char line[256]; local 86 snprintf(line, sizeof(line), "%08x.%02x:%02x:%02x:%02x:%02x:%02x", 89 return line;
|
/external/toybox/toys/other/ |
rfkill.c | 37 // Parse command line options 76 char *line, *name = 0, *type = 0; local 84 while ((line = get_line(tvar))) { 85 char *s = line; 90 free(line);
|
/external/toybox/toys/pending/ |
userdel.c | 27 char *filenamesfx = NULL, *sfx = NULL, *line = NULL; local 52 while ((line = get_line(fileno(exfp))) != NULL){ 54 if (!strncmp(line, toybuf, ulen+1)) goto LOOP; 56 char *n, *p = strrchr(line, ':'); 63 fprintf(newfp, "%s%s\n", line, n); 68 fprintf(newfp, "%s%s\n", line, n); 72 if (!n) fprintf(newfp, "%s\n", line); 73 } else fprintf(newfp, "%s\n", line); 76 free(line);
|
/external/toybox/toys/posix/ |
uudecode.c | 30 char *line = 0, mode[16], local 36 free(line); 37 if (!(line = get_line(ifd))) error_exit("bad EOF"); 39 sscanf(line, class[m], mode, &idx); 44 ofd = xcreate(TT.o ? TT.o : line+idx, O_WRONLY|O_CREAT|O_TRUNC, 51 free(line); 52 if (m == 2 || !(line = get_line(ifd))) break; 53 if (!strcmp(line, m ? "====" : "end")) { 59 in = out = line; 97 if (i && i!=len) error_exit("bad %s", line); [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
grp_data.c | 51 Word32 line; local 65 for (line=(sfbOffset[sfb + 1] - 1); line>=sfbOffset[sfb]; line--) { 67 if (mdctSpectrum[wnd*FRAME_LEN_SHORT+line] != 0) break; 70 if (line >= sfbOffset[sfb]) break; 172 for (line = lineOffset + sfbOffset[sfb]; line < lineOffset + sfbOffset[sfb+1]; line++) { 173 tmpSpectrum[i] = mdctSpectrum[line]; [all...] |
/frameworks/base/tools/preload/ |
Compile.java | 46 String line; local 48 while ((line = in.readLine()) != null) { 50 if (line.startsWith("I/PRELOAD")) { 52 String clipped = line.substring(19); 56 "Exception while recording line " + lineNumber + ": " + line, e);
|
PrintHtmlDiff.java | 61 String line; local 62 while ((line = oldClasses.readLine()) != null) { 63 line = line.trim(); 64 LoadedClass clazz = root.loadedClasses.get(line);
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
LineVerifierElem.java | 36 public LineVerifierElem addExpected(final String line) { 37 if (!TextUtils.isEmpty(line)) { 38 mExpectedLineList.add(line); 51 final String line = lineArray[i]; local 52 if (TextUtils.isEmpty(line)) { 56 if ("BEGIN:VCARD".equalsIgnoreCase(line)) { 58 TestCase.fail("Multiple \"BEGIN:VCARD\" line found"); 63 } else if ("END:VCARD".equalsIgnoreCase(line)) { 65 TestCase.fail("Multiple \"END:VCARD\" line found"); 72 "VERSION:4.0")).equalsIgnoreCase(line)) { [all...] |
/hardware/qcom/display/msm8960/libmemtrack/ |
kgsl.c | 49 char line[1024]; local 65 if (fgets(line, sizeof(line), fp)) { 66 if (strcmp(line, "/system/bin/surfaceflinger") == 0) 81 /* Go through each line of <pid>/mem file and for every entry of type "gpumem" 92 if (fgets(line, sizeof(line), fp) == NULL) { 100 ret = sscanf(line, "%*x %*lx %lu %*d %6s %6s %18s %*d\n",
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_config.c | 32 static int assign_string_if_matches(char const *line, char const *argument, 35 static int assign_long_if_matches(char const *line, char const *argument, 37 static void read_line(PERF_Config *sConfig, char const *line, char const *tag); 38 static char const *get_value_if_matches(char const *line, char const *argument); 103 * Arg2 configuration line (trimmed of trailing white 116 void read_line(PERF_Config *cfg, char const *line, char const *tag) 121 while (*line && isspace(*line)) line++; 124 if (!*line || *line == '#') return 179 char line[PERF_CONFIG_LINELENGTH]; local [all...] |