Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/hotspot2/
DConfigParser.java94 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/
DHSR1ProfileWithCACert.conf2 Content-Type: multipart/mixed; boundary={boundary}; charset=UTF-8
5 --{boundary}
49 --{boundary}
74 --{boundary}--
DREADME.txt4 HSR1ProfileWithMissingBoundary.base64 - base64 encoded installation file with missing end-boundary
/frameworks/base/core/java/android/util/
DRecurrenceRule.java225 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/
Dformats.md21 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/
Drs_object_types.rsh154 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/
DDisplayModeDirector.java1129 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/
Dmath_fp16.rscript401 // 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/
Dcamera_response.rsh86 // Add a boundary to correctly deal with the max value in ApplyLUT.
Dlayered_filter_fast_d1new.rscript10 // 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.
Dlayered_filter_fast_f32.rscript10 // 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/
Dhyb_file_format.md78 In general, pad bytes follow this table, aligning the next table to a 4-byte boundary.
/frameworks/compile/libbcc/
DREADME.rst195 boundary (if the sizes of other arguments are no greater than 8.)
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t363 * 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.
Dtypes.spec5261 * Rounding is applied in this operation to ensure integer boundary for
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt45903 Landroid/net/wifi/hotspot2/ConfigParser$MimeHeader;->boundary:Ljava/lang/String;