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

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_28.txt 3 Content-Type: multipart/digest; boundary=BOUNDARY
5 --BOUNDARY
15 --BOUNDARY
25 --BOUNDARY--
msg_30.txt 3 Content-Type: multipart/digest; boundary=BOUNDARY
5 --BOUNDARY
14 --BOUNDARY
23 --BOUNDARY--
msg_10.txt 6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
14 --BOUNDARY
20 --BOUNDARY
27 --BOUNDARY
34 --BOUNDARY
39 --BOUNDARY--
  /art/test/547-regression-trycatch-critic-edge/
info.txt 2 being on try/catch boundary
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips-jalx.s 5 # align section end to 16-byte boundary for easier testing on multiple targets
mips16-jalx.s 4 # align section end to 16-byte boundary for easier testing on multiple targets
mips16-f.s 6 # align section end to 16-byte boundary for easier testing on multiple targets
12 # align section end to 16-byte boundary for easier testing on multiple targets
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
msg_10.txt 6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
14 --BOUNDARY
20 --BOUNDARY
27 --BOUNDARY
34 --BOUNDARY
39 --BOUNDARY--
msg_17.txt 6 Content-Type: multipart/mixed; boundary="BOUNDARY"
msg_42.txt 1 Content-Type: multipart/mixed; boundary="AAA"
16 Content-Type: multipart/mixed; boundary="BBB"
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/
msg_10.txt 6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
14 --BOUNDARY
20 --BOUNDARY
27 --BOUNDARY
34 --BOUNDARY
39 --BOUNDARY--
msg_17.txt 6 Content-Type: multipart/mixed; boundary="BOUNDARY"
msg_42.txt 1 Content-Type: multipart/mixed; boundary="AAA"
16 Content-Type: multipart/mixed; boundary="BBB"
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/
msg_10.txt 6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
14 --BOUNDARY
20 --BOUNDARY
27 --BOUNDARY
34 --BOUNDARY
39 --BOUNDARY--
msg_17.txt 6 Content-Type: multipart/mixed; boundary="BOUNDARY"
msg_42.txt 1 Content-Type: multipart/mixed; boundary="AAA"
16 Content-Type: multipart/mixed; boundary="BBB"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_10.txt 6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
14 --BOUNDARY
20 --BOUNDARY
27 --BOUNDARY
34 --BOUNDARY
39 --BOUNDARY--
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-hilo.s 6 # align section end to 16-byte boundary for easier testing on multiple targets
13 # align section end to 16-byte boundary for easier testing on multiple targets
  /external/eigen/doc/special_examples/
Tutorial_sparse_example_details.cpp 9 Eigen::VectorXd& b, const Eigen::VectorXd& boundary)
11 int n = int(boundary.size());
14 if(i==-1 || i==n) b(id) -= w * boundary(j); // constrained coefficient
15 else if(j==-1 || j==n) b(id) -= w * boundary(i); // constrained coefficient
22 Eigen::ArrayXd boundary = Eigen::ArrayXd::LinSpaced(n, 0,M_PI).sin().pow(2); local
28 insertCoefficient(id, i-1,j, -1, coefficients, b, boundary);
29 insertCoefficient(id, i+1,j, -1, coefficients, b, boundary);
30 insertCoefficient(id, i,j-1, -1, coefficients, b, boundary);
31 insertCoefficient(id, i,j+1, -1, coefficients, b, boundary);
32 insertCoefficient(id, i,j, 4, coefficients, b, boundary);
    [all...]
  /external/bison/src/
location.h 25 /* A boundary between two characters. */
28 /* The name of the file that contains the boundary. */
31 /* If nonnegative, the (origin-1) line that contains the boundary.
38 /* If nonnegative, the (origin-1) column just after the boundary.
47 } boundary; typedef in typeref:struct:__anon13259
51 boundary_set (boundary *b, const char *f, int l, int c)
61 boundary_cmp (boundary a, boundary b)
73 equal_boundaries (boundary a, boundary b
    [all...]
  /external/compiler-rt/test/asan/TestCases/Posix/
large_allocator_unpoisons_on_free.cc 15 void *my_memalign(size_t boundary, size_t size) {
16 return memalign(boundary, size);
19 void *my_memalign(size_t boundary, size_t size) {
21 posix_memalign(&p, boundary, size);
  /external/ltp/testcases/open_posix_testsuite/Documentation/
HOWTO_BoundaryTest 0 BOUNDARY TESTS
6 list of boundary values has been created for boundary testing.
8 These boundary values are those values that the gcc compiler would set an
  /libcore/ojluni/src/main/java/java/text/
BreakIterator.java 63 * word, line, sentence, and character boundary analysis respectively.
66 * for each unit boundary analysis you wish to perform.
69 * Line boundary analysis determines where a text string can be
76 * Sentence boundary analysis allows selection with correct interpretation
81 * Word boundary analysis is used by search and replace functions, as
89 * Character boundary analysis allows users to interact with characters
91 * string. Character boundary analysis provides correct navigation
114 * BreakIterator boundary = BreakIterator.getWordInstance();
115 * boundary.setText(stringToExamine);
116 * printEachForward(boundary, stringToExamine)
378 int boundary = following(offset - 1); local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
reloc-003.d 5 # Test 10 bit pc rel reloc bad boundary
reloc-011.d 5 # Test 10 bit pc rel reloc negative bad boundary.

Completed in 167 milliseconds

1 23 4 5 6 7 8 91011>>