Home
last modified time | relevance | path

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

12

/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DConfigParser.java94 public String boundary = null; field in ConfigParser.MimeHeader
231 if (TextUtils.isEmpty(header.boundary)) { in parseMimeMultipartMessage()
245 if (line.equals("--" + header.boundary)) { in parseMimeMultipartMessage()
254 MimePart mimePart = parseMimePart(in, header.boundary); in parseMimeMultipartMessage()
270 private static MimePart parseMimePart(LineNumberReader in, String boundary) in parseMimePart() argument
287 String partBoundary = "--" + boundary; in parseMimePart()
330 header.boundary = value.second; in parseHeaders()
357 String boundary = null; in parseContentType() local
372 boundary = attribute.substring(BOUNDARY.length()); in parseContentType()
374 if (boundary.length() > 1 && boundary.startsWith("\"") && boundary.endsWith("\"")) { in parseContentType()
[all …]
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
DMimeMultipart.java32 protected String boundary; field in MimeMultipart
37 boundary = generateBoundary(); in MimeMultipart()
45 boundary = MimeUtility.getHeaderParameter(contentType, "boundary"); in MimeMultipart()
46 if (boundary == null) { in MimeMultipart()
82 contentType = String.format("multipart/%s; boundary=\"%s\"", subType, boundary); in setSubType()
95 writer.write("--" + boundary + "\r\n"); in writeTo()
101 writer.write("--" + boundary + "--\r\n"); in writeTo()
/packages/modules/GeoTZ/tzbb_data/
DMETADATA5 "Assorted files downloaded from https://github.com/evansiroky/timezone-boundary-builder/"
10 value: "https://github.com/evansiroky/timezone-boundary-builder/"
14 …E downloaded from https://raw.githubusercontent.com/evansiroky/timezone-boundary-builder/master/DA…
18 …value: "input-data.zip downloaded from https://github.com/evansiroky/timezone-boundary-builder/rel…
22 …value: "timezones.geojson.zip downloaded from https://github.com/evansiroky/timezone-boundary-buil…
/packages/modules/Wifi/framework/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
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.cc271 void Page::ConstrainBoundary(SelectionBoundary* boundary) { in ConstrainBoundary() argument
272 if (boundary->index < 0) { in ConstrainBoundary()
274 *boundary = GetBoundaryAtPoint(boundary->point); in ConstrainBoundary()
277 int index = std::max(boundary->index, first_printable_char_index()); in ConstrainBoundary()
279 *boundary = GetBoundaryAtIndex(index); in ConstrainBoundary()
660 SelectionBoundary boundary(index, 0, 0, is_rtl); in GetBoundaryAtIndex() local
662 boundary.point.x = use_right_edge ? char_bounds.right : char_bounds.left; in GetBoundaryAtIndex()
664 boundary.point.y = GetCharOrigin(char_index).y; in GetBoundaryAtIndex()
665 return boundary; in GetBoundaryAtIndex()
685 SelectionBoundary boundary = GetBoundaryAtIndex(index, is_rtl); in GetBoundaryAtPoint() local
[all …]
Djni_conversion.h90 jobject ToJavaBoundary(JNIEnv* env, const SelectionBoundary& boundary);
Djni_conversion.cc354 jobject ToJavaBoundary(JNIEnv* env, const SelectionBoundary& boundary) { in ToJavaBoundary() argument
357 return env->NewObject(boundary_class, init, boundary.index, boundary.point.x, boundary.point.y, in ToJavaBoundary()
358 boundary.is_rtl); in ToJavaBoundary()
Dpage.h185 void ConstrainBoundary(SelectionBoundary* boundary);
/packages/modules/GeoTZ/
DREADME.md45 [timezone-boundary-builder](https://github.com/evansiroky/timezone-boundary-builder)
57 [timezone-boundary-builder](https://github.com/evansiroky/timezone-boundary-builder)
Ddownload-tzbb-files.sh40 TZBB_PROJECT_URL=https://github.com/evansiroky/timezone-boundary-builder/
42 SERVER_SOURCE_BASE_URL=https://raw.githubusercontent.com/evansiroky/timezone-boundary-builder/master
/packages/apps/TV/src/com/android/tv/recommendation/
DRoutineWatchEvaluator.java216 BreakIterator boundary = BreakIterator.getWordInstance(); in splitTextToWords() local
217 boundary.setText(text); in splitTextToWords()
218 int start = boundary.first(); in splitTextToWords()
219 for (int end = boundary.next(); in splitTextToWords()
221 start = end, end = boundary.next()) { in splitTextToWords()
/packages/apps/Music/
DBUILD9 # if listed as files, would cross package boundary.
/packages/modules/common/proguard/
Dframework-sdk.pro5 # boundary for stable interop with downstream targets.
/packages/modules/Connectivity/tests/native/utilities/
DAndroid.bp21 // TODO: delete this as it is a cross-module api boundary violation
/packages/modules/Bluetooth/system/stack/test/hci/
Dstack_hci_test.cc52 preamble.bits.boundary = 0x3; in TEST_F()
/packages/modules/Bluetooth/system/stack/include/
Dhcidefs.h835 uint16_t boundary : 2; member
853 bool IsFlushable() const { return bits.boundary == kHCI_FIRST_AUTOMATICALLY_FLUSHABLE; } in IsFlushable()
854 void SetFlushable() { bits.boundary = kHCI_FIRST_AUTOMATICALLY_FLUSHABLE; } in SetFlushable()
/packages/modules/GeoTZ/data_pipeline/
DAndroid.bp68 // Converts geojson time zone boundaries (from timezone-boundary-builder) to TzS2Polygon proto
/packages/modules/Virtualization/guest/pvmfw/
DREADME.md121 The configuration data will be read by pvmfw at the next 4KiB boundary from the
123 expected for it to also have been loaded at a 4-KiB boundary. As a result, the
/packages/modules/NeuralNetworks/tools/api/
DNeuralNetworksTypes.t349 * memory object must be aligned on a boundary of a byte size that is a multiple
351 * {@link ANEURALNETWORKS_TENSOR_FLOAT32} type must be aligned on 4-byte boundary.
Dtypes.spec5425 * Rounding is applied in this operation to ensure integer boundary for
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt403 Landroid/net/wifi/hotspot2/ConfigParser$MimeHeader;->boundary:Ljava/lang/String;
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...

12