/packages/apps/Calendar/src/com/android/calendar/ |
D | ColorChipView.java | 112 float[] lines = new float[16]; in onDraw() local 114 lines [ptr++] = 0; in onDraw() 115 lines [ptr++] = top; in onDraw() 116 lines [ptr++] = right; in onDraw() 117 lines [ptr++] = top; in onDraw() 118 lines [ptr++] = 0; in onDraw() 119 lines [ptr++] = bottom - halfBorderWidth; in onDraw() 120 lines [ptr++] = right; in onDraw() 121 lines [ptr++] = bottom - halfBorderWidth; in onDraw() 122 lines [ptr++] = left; in onDraw() [all …]
|
/packages/apps/Email/emailcommon/src/org/apache/commons/io/ |
D | FileSystemUtils.java | 225 List<String> lines = performCommand(cmdAttribs, Integer.MAX_VALUE); in freeSpaceWindows() local 231 for (int i = lines.size() - 1; i >= 0; i--) { in freeSpaceWindows() 232 String line = lines.get(i); in freeSpaceWindows() 323 List<String> lines = performCommand(cmdAttribs, 3); in freeSpaceUnix() local 324 if (lines.size() < 2) { in freeSpaceUnix() 328 "for path '" + path + "'- response was " + lines); in freeSpaceUnix() 330 String line2 = lines.get(1); // the line we're interested in in freeSpaceUnix() 336 if (tok.countTokens() == 1 && lines.size() >= 3) { in freeSpaceUnix() 337 String line3 = lines.get(2); // the line may be interested in in freeSpaceUnix() 397 List<String> lines = new ArrayList<String>(20); in performCommand() local [all …]
|
D | IOUtils.java | 894 public static void writeLines(Collection<Object> lines, String lineEnding, in writeLines() argument 896 if (lines == null) { in writeLines() 902 for (Iterator<Object> it = lines.iterator(); it.hasNext(); ) { in writeLines() 927 public static void writeLines(Collection<Object> lines, String lineEnding, in writeLines() argument 930 writeLines(lines, lineEnding, output); in writeLines() 932 if (lines == null) { in writeLines() 938 for (Iterator<Object> it = lines.iterator(); it.hasNext(); ) { in writeLines() 959 public static void writeLines(Collection<Object> lines, String lineEnding, in writeLines() argument 961 if (lines == null) { in writeLines() 967 for (Iterator<Object> it = lines.iterator(); it.hasNext(); ) { in writeLines()
|
D | FileUtils.java | 1304 …public static void writeLines(File file, String encoding, Collection<Object> lines) throws IOExcep… in writeLines() argument 1305 writeLines(file, encoding, lines, null); in writeLines() 1318 public static void writeLines(File file, Collection<Object> lines) throws IOException { in writeLines() argument 1319 writeLines(file, null, lines, null); in writeLines() 1338 …public static void writeLines(File file, String encoding, Collection<Object> lines, String lineEnd… in writeLines() argument 1342 IOUtils.writeLines(lines, lineEnding, out, encoding); in writeLines() 1359 …public static void writeLines(File file, Collection<Object> lines, String lineEnding) throws IOExc… in writeLines() argument 1360 writeLines(file, null, lines, lineEnding); in writeLines()
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
D | MonthWeekEventsView.java | 549 float lines[] = new float[8 * 4]; in drawDaySeparators() local 557 lines[i++] = xOffset; in drawDaySeparators() 558 lines[i++] = 0; in drawDaySeparators() 559 lines[i++] = xOffset; in drawDaySeparators() 560 lines[i++] = mHeight; in drawDaySeparators() 564 lines[i++] = 0; in drawDaySeparators() 565 lines[i++] = 0; in drawDaySeparators() 566 lines[i++] = mWidth; in drawDaySeparators() 567 lines[i++] = 0; in drawDaySeparators() 573 lines[i++] = x; in drawDaySeparators() [all …]
|
/packages/providers/CalendarProvider/ |
D | maketests.py | 43 lines = str.split("\n") 46 for line in lines: 87 lines = stripTimezone(s) variable 88 for s in lines:
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
D | Pyramid.cpp | 31 int lines, size = calcStorage(width, height, border2, levels, &lines); in allocatePyramidPacked() local 34 + sizeof(short *) * lines + in allocatePyramidPacked() 40 ImageTypeShort position = (ImageTypeShort) &y[lines]; in allocatePyramidPacked() 96 …gned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *lines) in calcStorage() argument 100 *lines = size = 0; in calcStorage() 104 *lines += height + border2; in calcStorage()
|
D | Pyramid.h | 45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
D | DiscourseLogger.java | 109 String[] lines = getLines(); in logLastDiscourse() local 110 if (lines.length == 0) { in logLastDiscourse()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | LegacyContactImporterTest.java | 277 String[] lines = multiline.split("\n"); in insertLineNumbers() local 281 for (int i = 1; i < lines.length - 1; i++) { in insertLineNumbers() 282 sb.append(i).append(" ").append(lines[i]).append('\n'); in insertLineNumbers()
|
/packages/apps/Email/src/com/android/email/mail/store/ |
D | Pop3Store.java | 783 private void fetchBody(Pop3Message message, int lines) in fetchBody() argument 787 if (lines == -1) { in fetchBody() 793 response = executeSimpleCommand(String.format("TOP %d %d", messageId, lines)); in fetchBody() 813 if (lines == -1) { in fetchBody()
|
/packages/apps/Camera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 474 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines 476 # the documentation. If the initializer consists of more lines than specified
|
/packages/apps/Camera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 474 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines 476 # the documentation. If the initializer consists of more lines than specified
|