Searched refs:persons (Results 1 – 25 of 778) sorted by relevance
12345678910>>...32
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/ |
D | LambdaMulti.java.txt | 6 private List<String> persons; 9 return persons.stream().parallel().map(i -> { 15 return persons.stream().parallel().map(i -> { 21 return persons.stream().parallel().map(i -> {
|
D | Lambda.java.txt | 13 private List<String> persons; 16 return persons.stream().map(p -> p.toLowerCase()); 20 return persons.stream().map(p -> p.codePoints());
|
D | LambdaCollect.java.txt | 6 private List<String> persons; 9 return persons.stream().collect(Collectors.toList());
|
D | LambdaVoid.java.txt | 6 private List<String> persons; 9 return persons.stream().forEach(p -> {
|
/external/python/cpython2/Doc/includes/sqlite3/ |
D | shortcut_methods.py | 3 persons = [ variable 14 con.executemany("insert into person(firstname, lastname) values (?, ?)", persons)
|
/external/python/cpython3/Doc/includes/sqlite3/ |
D | shortcut_methods.py | 3 persons = [ variable 14 con.executemany("insert into person(firstname, lastname) values (?, ?)", persons)
|
/external/ImageMagick/ |
D | NOTICE | 31 of ImageMagick, and to permit persons to whom the ImageMagick is furnished to 93 to permit persons who receive copies from any such party to do so, with the 107 of the Software, and to permit persons to whom the Software is furnished to do 133 copies of the Software, and to permit persons to whom the Software is 158 of Magick++, and to permit persons to whom the Magick++ is furnished to do so, 195 sublicense, and/or sell copies of this Software, and to permit persons to whom 217 of the Software, and to permit persons to whom the Software is furnished to do
|
/external/libcxx/ |
D | NOTICE | 33 of the Software, and to permit persons to whom the Software is furnished to do 64 copies of the Software, and to permit persons to whom the Software is
|
D | LICENSE.TXT | 33 of the Software, and to permit persons to whom the Software is furnished to do 64 copies of the Software, and to permit persons to whom the Software is
|
/external/libunwind_llvm/ |
D | NOTICE | 33 of the Software, and to permit persons to whom the Software is furnished to do 64 copies of the Software, and to permit persons to whom the Software is
|
/external/libcxxabi/ |
D | LICENSE.TXT | 33 of the Software, and to permit persons to whom the Software is furnished to do 64 copies of the Software, and to permit persons to whom the Software is
|
D | NOTICE | 33 of the Software, and to permit persons to whom the Software is furnished to do 64 copies of the Software, and to permit persons to whom the Software is
|
/external/compiler-rt/ |
D | NOTICE | 33 of the Software, and to permit persons to whom the Software is furnished to do 64 copies of the Software, and to permit persons to whom the Software is
|
D | LICENSE.TXT | 33 of the Software, and to permit persons to whom the Software is furnished to do 64 copies of the Software, and to permit persons to whom the Software is
|
/external/libchrome/base/third_party/icu/ |
D | LICENSE | 12 the Data Files or Software, and to permit persons to whom the Data Files 54 distribute, and/or sell copies of the Software, and to permit persons
|
/external/kotlinc/license/third_party/ |
D | prototype_license.txt | 7 copies of the Software, and to permit persons to whom the Software is
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | LICENSE | 8 permit persons to whom the Software is furnished to do so, subject to
|
/external/libunwind/ |
D | LICENSE | 6 permit persons to whom the Software is furnished to do so, subject to
|
D | NOTICE | 6 permit persons to whom the Software is furnished to do so, subject to
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/ |
D | LICENSE | 8 permit persons to whom the Software is furnished to do so, subject to
|
/external/hyphenation-patterns/da/ |
D | NOTICE | 8 copies of the Software, and to permit persons to whom the
|
/external/ImageMagick/www/Magick++/ |
D | COPYING | 9 Magick++, and to permit persons to whom the Magick++ is furnished
|
/external/hyphenation-patterns/bg/ |
D | NOTICE | 8 copies of the Software, and to permit persons to whom the
|
/external/python/six/ |
D | LICENSE | 7 the Software, and to permit persons to whom the Software is furnished to do so,
|
/external/libdaemon/ |
D | NOTICE | 7 of the Software, and to permit persons to whom the Software is furnished to do
|
12345678910>>...32