/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
mt9t013.h | 91 uint16_t line; member in struct:mt9t013_exposure_gain
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
mt9t013.h | 91 uint16_t line; member in struct:mt9t013_exposure_gain
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
Standard_Suite.py | 202 class line(aetools.ComponentItem): class in inherits:aetools.ComponentItem 203 """line - lines of text """ 206 """index - index of a line object from the beginning of the document (first line has index 1) """ 211 lines = line 311 line._superclassnames = [] 312 line._privpropdict = { 317 line._privelemdict = { 328 'line' : line, [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
AbstractPropertiesFieldsPart.java | 163 String line = doc.get(info.getOffset(), info.getLength()); local 164 line = line.trim(); 165 if (line.startsWith("#")) { //$NON-NLS-1$ 169 int pos = line.indexOf('='); 170 if (pos > 0 && pos < line.length() - 1) { 171 String key = line.substring(0, pos).trim(); 176 // This is the new line to inject 177 line = key + "=" + getFieldText(field); 180 // replace old line by new one. This doesn't change th 183 doc.replace(info.getOffset(), info.getLength(), line); local 201 String line = key + "=" + getFieldText(field); local 212 doc.replace(info.getOffset(), info.getLength(), line); local 278 String line = doc.get(info.getOffset(), info.getLength()); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SimpleElement.java | 225 * and updating the inOutIndex to match the next unread line on output. 231 String line = lines[index++]; local 232 String s = line.trim(); 294 // This is an inner element... need to parse the { line again. 304 SimpleAttribute a = SimpleAttribute.parseString(line);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintColumn.java | 329 // Show location as Parent/File:Line in Project 332 int line = marker.getAttribute(IMarker.LINE_NUMBER, -1); local 333 if (line > 1) { 334 styledString.append(':').append(Integer.toString(line)); 438 return "Line"; 458 int line = getLine(marker); local 459 if (line >= 1) { 460 return Integer.toString(line); 468 int line = marker.getAttribute(IMarker.LINE_NUMBER, -1); local 469 return line; [all...] |
/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...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyLoader.java | 46 String line; local 70 while ((line = in.readLine()) != null) { 71 if ("DONE.".equalsIgnoreCase(line)) { 75 int whitespaceCount = countFrontWhitespace(line); 86 line = line.trim(); 87 int index = line.indexOf(' '); 90 lastNode.name = line.substring(0, index); 92 line = line.substring(index + 1) [all...] |
/system/core/cpio/ |
mkbootfs.c | 45 /* Each line in the canned file should be a path plus three ints (uid, 287 char line[CANNED_LINE_LENGTH]; local 291 while (fgets(line, CANNED_LINE_LENGTH, f) != NULL) { 292 if (!line[0]) break; 301 if (isspace(line[0])) { 303 cc->uid = atoi(strtok(line, " \n")); 305 cc->name = strdup(strtok(line, " \n"));
|
/system/core/debuggerd/ |
debuggerd.c | 171 char line[1024]; local 172 while (fgets(line, sizeof(line), fp)) { 173 size_t len = strlen(line); 174 if (len > 6 && !memcmp(line, "Tgid:\t", 6)) { 175 *out_pid = atoi(line + 6); 177 } else if (len > 5 && !memcmp(line, "Uid:\t", 5)) { 178 *out_uid = atoi(line + 5); 180 } else if (len > 5 && !memcmp(line, "Gid:\t", 5)) { 181 *out_gid = atoi(line + 5) [all...] |
/system/core/gpttool/ |
gpttool.c | 322 char line[256], *p; local 329 while (fgets(line, sizeof(line), f)) { 330 p = line + strlen(line); 331 while (p > line) { 337 p = line;
|
/system/core/toolbox/ |
schedtop.c | 79 static int read_line(char *line, size_t line_size) 83 fd = open(line, O_RDONLY); 86 len = read(fd, line, line_size - 1); 90 line[len] = '\0'; 96 char line[1024]; local 108 sprintf(line, "/proc/%d/task/%d/schedstat", pid, tid); 110 sprintf(line, "/proc/%d/schedstat", pid); 111 if (read_line(line, sizeof(line))) 113 if(sscanf(line, "%llu %llu %u", &info->exec_time, &info->delay_time, &info->run_count) != 3 [all...] |
vmstat.c | 62 char line[MAX_LINE]; variable 165 while (fgets(line, MAX_LINE, f)) { 166 sscanf(line, "MemFree: %ld kB", &s->mem_free); 167 sscanf(line, "AnonPages: %ld kB", &s->mem_anon); 168 sscanf(line, "Mapped: %ld kB", &s->mem_mapped); 169 sscanf(line, "Slab: %ld kB", &s->mem_slab); 183 while (fgets(line, MAX_LINE, f)) { 184 if (!strncmp(line, "cpu ", 4)) { 185 sscanf(line, "cpu %ld %ld %ld %ld %ld %ld %ld", 189 sscanf(line, "intr %ld", &s->sys_in) [all...] |
/system/extras/cpustats/ |
cpustats.c | 188 char line[MAX_BUF_SIZE]; local 193 if (!fgets(line, MAX_BUF_SIZE, file)) die("Could not get %s contents\n", filename); 196 if (strcmp(line, "0\n") == 0) { 200 if (1 == sscanf(line, "0-%d\n", &cpu_count)) { 204 die("Unexpected input in file %s (%s).\n", filename, line);
|
/system/extras/latencytop/ |
latencytop.c | 327 char line[MAX_LINE]; local 333 if (!fgets(line, MAX_LINE, f)) { 338 if (strcmp(line, EXPECTED_VERSION) != 0) { 340 fprintf(stderr, "But got version: %s", line); 344 while (fgets(line, MAX_LINE, f)) { 345 sscanf(line, "%ld %ld %ld %s", &count, &total, &max, reason);
|
/system/extras/showmap/ |
showmap.c | 40 static int parse_header(const char* line, const mapinfo* prev, mapinfo** mi) { 47 if (sscanf(line, "%lx-%lx %*s %*x %*x:%*x %*d%n", &start, &end, &name_pos) != 2) { 52 while (isspace(line[name_pos])) { 56 if (line[name_pos]) { 57 strlcpy(name, line + name_pos, sizeof(name)); 87 static int parse_field(mapinfo* mi, const char* line) { 91 if (sscanf(line, "%63s %d kB", field, &size) != 2) { 165 char line[1024]; local 177 while (fgets(line, sizeof(line), fp) != 0) [all...] |
/system/extras/showslab/ |
showslab.c | 13 #define SLABINFO_LINE_LEN 512 /* size of longest line */ 18 /* object representing a slab cache (each line of slabinfo) */ 64 char line[SLABINFO_LINE_LEN]; local 73 if (!fgets(line, SLABINFO_LINE_LEN, slabfile)) { 78 if (sscanf(line, "slabinfo - version: %u.%u", &major, &minor) != 2) { 90 while (fgets(line, SLABINFO_LINE_LEN, slabfile)) { 94 if (line[0] == '#') 106 ret = sscanf(line, "%" STRINGIFY(SLABINFO_NAME_LEN) "s" 215 * Sort Routines. Each of these should be associated with a command-line
|
/system/extras/tests/lib/testUtil/ |
testUtil.c | 147 char line[MAXSTR]; local 151 vsnprintf(line, sizeof(line), fmt, args); 153 ALOG(LOG_ERROR, logCatTag, "%s", line); 155 ALOG(LOG_INFO, logCatTag, "%s", line); 311 * Each line of output is indented by a number of spaces that 323 char line[MAXSTR]; local 326 char *linep = line; 330 if (linep != line) { 331 testPrintE("%s", line); [all...] |
/system/vold/ |
CommandListener.cpp | 104 char line[1024]; local 105 while (fgets(line, sizeof(line), fp)) { 106 line[strlen(line)-1] = '\0'; 107 cli->sendMsg(0, line, false);;
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceScript.java | 74 // process scripts in line-by-line mode (true) or batch processing mode (false) 83 // if this header is present, scripts are read and processed in line-by-line mode 139 // a line at the end of the header 204 String line; local 206 while ((line = mBufferedReader.readLine()) != null) { 207 line = line.trim(); 209 if (line.indexOf(HEADER_COUNT) >= 0) 242 String line; local 261 String line = mBufferedReader.readLine(); local [all...] |
/external/chromium_org/v8/src/ |
liveedit-debugger.js | 165 // We haven't changed anything before this line yet. 179 // Start with breakpoints. Convert their line/column positions and 396 break_point.line(), break_point.column()); 400 line: break_point.line(), 433 break_point.update_positions(new_location.line, new_location.column); 437 line: new_location.line, [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
NewHdfParser.java | 46 * Special exception used to detect when we unexpectedly run out of characters on the line. 110 String line; field in class:NewHdfParser.ParseState 199 while ((state.line = state.lineReader.readLine()) != null) { 200 String seq = stripWhitespace(state.line); 204 reportError(state, "End of line was prematurely reached. Parse error."); 213 // Empty line. 514 String line; local 515 while ((line = state.lineReader.readLine()) != null) { 516 if (line.startsWith(eomMarker) 517 && skipLeadingWhitespace(line, eomMarker.length()) == line.length()) [all...] |
/external/v8/src/ |
liveedit-debugger.js | 153 // We haven't changed anything before this line yet. 162 // Start with breakpoints. Convert their line/column positions and 379 break_point.line(), break_point.column()); 383 line: break_point.line(), 416 break_point.update_positions(new_location.line, new_location.column); 420 line: new_location.line, [all...] |
/build/tools/releasetools/ |
common.py | 65 line on the terminal if -v was specified.""" 93 for line in zip.read("META/misc_info.txt").split("\n"): 94 line = line.strip() 95 if not line or line.startswith("#"): continue 96 k, v = line.split("=", 1) 131 for line in data.split("\n"): 132 if not line: continue 133 name, value = line.split(" ", 1 187 line = line.strip() variable in class:LoadRecoveryFSTab.Partition 223 line = line.strip() variable in class:LoadRecoveryFSTab.Partition [all...] |
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/ |
WriteExternalStorageTest.java | 274 String line; local 275 while ((line = br.readLine()) != null) { 276 final String[] fields = line.split(" ");
|