HomeSort by relevance Sort by last modified time
    Searched full:boundary (Results 126 - 150 of 4900) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
reloc-015.d 7 # Test 18 bit pc rel negative reloc bad boundary
reloc-002.d 5 # Test 10 bit pc rel reloc good boundary.
reloc-006.d 5 # Test 18 bit pc rel reloc good boundary
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/
ConfigParser.java 60 private static final String BOUNDARY = "boundary=";
77 * Flag indicating if this is the last part (ending with --{boundary}--).
92 * Boundary string (optional), only applies for the outter MIME header.
94 public String boundary = null; field in class:ConfigParser.MimeHeader
112 * Content-Type: multipart/mixed; boundary={boundary}
116 * --{boundary}
121 * --{boundary}
126 * --{boundary}
351 String boundary = null; local
    [all...]
  /external/icu/icu4c/source/i18n/
brktrans.cpp 104 int32_t boundary; local
105 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) {
106 if (boundary == 0) continue;
109 UChar32 cp = sText.char32At(boundary-1);
114 cp = sText.char32At(boundary);
119 boundaries->addElement(boundary, status);
120 // printf("Boundary at %d\n", boundary)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
msg_13.txt 6 Content-Type: multipart/mixed; boundary="OUTER"
14 Content-Type: multipart/mixed; boundary=BOUNDARY
17 --BOUNDARY
24 --BOUNDARY
92 --BOUNDARY--
msg_34.txt 3 Content-Type: multipart/digest; boundary=XYZ
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/
msg_13.txt 6 Content-Type: multipart/mixed; boundary="OUTER"
14 Content-Type: multipart/mixed; boundary=BOUNDARY
17 --BOUNDARY
24 --BOUNDARY
92 --BOUNDARY--
msg_34.txt 3 Content-Type: multipart/digest; boundary=XYZ
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/
msg_13.txt 6 Content-Type: multipart/mixed; boundary="OUTER"
14 Content-Type: multipart/mixed; boundary=BOUNDARY
17 --BOUNDARY
24 --BOUNDARY
92 --BOUNDARY--
msg_34.txt 3 Content-Type: multipart/digest; boundary=XYZ
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_13.txt 6 Content-Type: multipart/mixed; boundary="OUTER"
14 Content-Type: multipart/mixed; boundary=BOUNDARY
17 --BOUNDARY
24 --BOUNDARY
92 --BOUNDARY--
msg_34.txt 3 Content-Type: multipart/digest; boundary=XYZ
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_13.txt 6 Content-Type: multipart/mixed; boundary="OUTER"
14 Content-Type: multipart/mixed; boundary=BOUNDARY
17 --BOUNDARY
24 --BOUNDARY
92 --BOUNDARY--
msg_34.txt 3 Content-Type: multipart/digest; boundary=XYZ
  /external/curl/tests/data/
test284 14 a 512 byte TFTP block, testing a boundary
51 TFTP retrieve of boundary case 512 byte file
  /cts/tests/tests/webkit/src/android/webkit/cts/
DateSorterTest.java 63 long boundary = dateSorter.getBoundary(i); local
66 assertEquals(i, dateSorter.getIndex(boundary + 1));
68 assertEquals(nextIndex, dateSorter.getIndex(boundary));
69 assertEquals(nextIndex, dateSorter.getIndex(boundary-1));
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYPlot.java 74 // uses set boundary min and max values
88 // the origin or boundary is set to the current value of the plot.
509 * Apply user supplied min and max to the calculated boundary value.
661 throw new UnsupportedOperationException("Domain Origin Boundary Mode not yet supported: " + domainOriginBoundaryMode);
684 "Range Origin Boundary Mode not yet supported: " + rangeOriginBoundaryMode);
855 * Setup the boundary mode, boundary values only applicable in FIXED mode.
866 * Setup the boundary mode, boundary values only applicable in FIXED mode.
880 * Setup the boundary mode, boundary values only applicable in FIXED mode.
    [all...]
  /external/clang/test/CodeGenObjC/
block-over-align.m 7 } GAXBackboardState __attribute__ ((aligned(32))); // minimum alignment is 32-byte boundary
  /external/libxml2/result/
cdata-2-byte-UTF-8.xml.sax 3 SAX.comment( This tests that two-byte UTF-8 characters are parsed properly when split across a buffer boundary of length XML_PARSER_BIG_BUFFER_SIZE (300 bytes). )
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaddset/
boundarytests.txt 1 The following values will be used for boundary testing:
  /external/syslinux/gpxe/src/include/gpxe/
nvs.h 29 * boundary.
31 * Many devices allow reads to cross a block boundary, and
45 * Reads may not cross a block boundary.
57 * Writes may not cross a block boundary.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
lifloat.s 10 # Round to a 16 byte boundary, for ease in testing multiple targets.
loongson-2f-3.s 22 # align section end to 16-byte boundary for easier testing on multiple targets
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
erratum843419.s 65 # double word access that crosses a 64 bit boundary
69 # word access that crosses a 64 boundary
76 # double word access that crosses a 128 boundary
80 # word access that crosses a 128 bit boundary

Completed in 1680 milliseconds

1 2 3 4 56 7 8 91011>>