/frameworks/base/wifi/java/android/net/wifi/hotspot2/ |
D | ConfigParser.java | 94 public String boundary = null; field in ConfigParser.MimeHeader 225 if (TextUtils.isEmpty(header.boundary)) { in parseMimeMultipartMessage() 239 if (line.equals("--" + header.boundary)) { in parseMimeMultipartMessage() 248 MimePart mimePart = parseMimePart(in, header.boundary); in parseMimeMultipartMessage() 264 private static MimePart parseMimePart(LineNumberReader in, String boundary) in parseMimePart() argument 281 String partBoundary = "--" + boundary; in parseMimePart() 324 header.boundary = value.second; in parseHeaders() 351 String boundary = null; in parseContentType() local 366 boundary = attribute.substring(BOUNDARY.length()); in parseContentType() 368 if (boundary.length() > 1 && boundary.startsWith("\"") && boundary.endsWith("\"")) { in parseContentType() [all …]
|
/frameworks/base/wifi/tests/assets/hsr1/ |
D | HSR1ProfileWithCACert.conf | 2 Content-Type: multipart/mixed; boundary={boundary}; charset=UTF-8 5 --{boundary} 49 --{boundary} 74 --{boundary}--
|
D | README.txt | 4 HSR1ProfileWithMissingBoundary.base64 - base64 encoded installation file with missing end-boundary …
|
/frameworks/base/core/java/android/util/ |
D | RecurrenceRule.java | 225 private ZonedDateTime roundBoundaryTime(ZonedDateTime boundary) { in roundBoundaryTime() argument 226 if (isMonthly() && (boundary.getDayOfMonth() < start.getDayOfMonth())) { in roundBoundaryTime() 229 return ZonedDateTime.of(boundary.toLocalDate(), LocalTime.MAX, start.getZone()); in roundBoundaryTime() 231 return boundary; in roundBoundaryTime()
|
/frameworks/base/tools/aapt2/ |
D | formats.md | 21 boundary, so if a previous entry ends unaligned, padding must be inserted. 40 …bytes of zeros, if padding is necessary to align the `data` field on a 32-bit boundary. |
|
/frameworks/rs/script_api/include/ |
D | rs_object_types.rsh | 154 RS_TYPE_MATRIX_4X4 = 16, // A 4x4 matrix of 32 bit floats, aligned on a 32 bit boundary. 155 RS_TYPE_MATRIX_3X3 = 17, // A 3x3 matrix of 32 bit floats, aligned on a 32 bit boundary. 156 RS_TYPE_MATRIX_2X2 = 18, // A 2x2 matrix of 32 bit floats, aligned on a 32 bit boundary.
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayModeDirector.java | 1129 final float boundary = mAmbientBrightnessThresholds[z]; in isDifferentZone() local 1133 if ((lux1 <= boundary && lux2 > boundary) in isDifferentZone() 1134 || (lux1 > boundary && lux2 <= boundary)) { in isDifferentZone()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 401 // Test nextafter at the boundary of subnormal numbers. Since RenderScript 439 // ilogb(2^n) = n. Test at the boundary on either side of 2^n.
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | camera_response.rsh | 86 // Add a boundary to correctly deal with the max value in ApplyLUT.
|
D | layered_filter_fast_d1new.rscript | 10 // for invalid pixels, e.g., padded pixels around image boundary. 129 // Next, tries to figure out whether or not this pixel is on the boundary 153 // Marks pixels near the boundary of active pixels to compute matte later. 188 // Next, tries to figure out whether or not this pixel is on the boundary 213 // Marks pixels near the boundary of active pixels to compute matte later.
|
D | layered_filter_fast_f32.rscript | 10 // for invalid pixels, e.g., padded pixels around image boundary. 146 // Next, tries to figure out whether or not this pixel is on the boundary 175 // Marks pixels near the boundary of active pixels to compute matte later.
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 78 In general, pad bytes follow this table, aligning the next table to a 4-byte boundary.
|
/frameworks/compile/libbcc/ |
D | README.rst | 195 boundary (if the sizes of other arguments are no greater than 8.)
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 363 * memory object must be aligned on a boundary of a byte size that is a multiple 365 * {@link ANEURALNETWORKS_TENSOR_FLOAT32} type must be aligned on 4-byte boundary.
|
D | types.spec | 5261 * Rounding is applied in this operation to ensure integer boundary for
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 45903 Landroid/net/wifi/hotspot2/ConfigParser$MimeHeader;->boundary:Ljava/lang/String;
|