/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 13 "Licensor" shall mean the copyright owner or entity authorized by 17 other entities that control, are controlled by, or are under common 19 "control" means (i) the power, direct or indirect, to cause the 20 direction or management of such entity, whether by contract or 21 otherwise, or (ii) ownership of fifty percent (50%) or more of the 22 outstanding shares, or (iii) beneficial ownership of such entity. 24 "You" (or "Your") shall mean an individual or Legal Entity 32 transformation or translation of a Source form, including but 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work [all …]
|
/libcore/ojluni/ |
D | NOTICE | 311 that you receive source code or can get it if you want it, that you can change 312 the software or use pieces of it in new free programs; and that you know you 316 you these rights or to ask you to surrender the rights. These restrictions 318 software, or if you modify it. 320 For example, if you distribute copies of such a program, whether gratis or for 322 make sure that they, too, receive or can get the source code. And you must 327 and/or modify the software. 339 everyone's free use or not licensed at all. 346 0. This License applies to any program or other work which contains a notice 349 or work, and a "work based on the Program" means either the Program or any [all …]
|
/libcore/luni/ |
D | unicode-license.txt | 6 published in the Unicode Standard or under the directories 23 of the Unicode data files and any associated documentation (the "Data Files") or 25 the Data Files or Software without restriction, including without limitation the 26 rights to use, copy, modify, merge, publish, distribute, and/or sell copies of 27 the Data Files or Software, and to permit persons to whom the Data Files or 29 and this permission notice appear with all copies of the Data Files or Software, 32 File or in the Software as well as in the documentation associated with the Data 33 File(s) or Software that the data or software has been modified. 46 be used in advertising or otherwise to promote the sale, use or other dealings 47 in these Data Files or Software without prior written authorization of the
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
D | BigIntegerOrTest.java | 42 BigInteger result = aNumber.or(bNumber); in testZeroPos() 62 BigInteger result = aNumber.or(bNumber); in testZeroNeg() 82 BigInteger result = aNumber.or(bNumber); in testPosZero() 102 BigInteger result = aNumber.or(bNumber); in testNegPos() 122 BigInteger result = aNumber.or(bNumber); in testZeroZero() 142 BigInteger result = aNumber.or(bNumber); in testZeroOne() 162 BigInteger result = aNumber.or(bNumber); in testOneOne() 182 BigInteger result = aNumber.or(bNumber); in testPosPosSameLength() 202 BigInteger result = aNumber.or(bNumber); in testPosPosFirstLonger() 222 BigInteger result = aNumber.or(bNumber); in testPosPosFirstShorter() [all …]
|
/libcore/ |
D | LICENSE | 25 that you receive source code or can get it if you want it, that you can change 26 the software or use pieces of it in new free programs; and that you know you 30 you these rights or to ask you to surrender the rights. These restrictions 32 software, or if you modify it. 34 For example, if you distribute copies of such a program, whether gratis or for 36 make sure that they, too, receive or can get the source code. And you must 41 and/or modify the software. 53 everyone's free use or not licensed at all. 60 0. This License applies to any program or other work which contains a notice 63 or work, and a "work based on the Program" means either the Program or any [all …]
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
D | FindAnyOpTest.java | 75 …Optional<Integer> or = withData(data).terminal(fs, s -> s.findAny()).equalator(VALID_ANSWER).exerc… in exerciseStream() local 76 if (or.isPresent()) { in exerciseStream() 77 Integer r = or.get(); in exerciseStream() 99 …OptionalInt or = withData(data).terminal(fs, s -> s.findAny()).equalator(INT_VALID_ANSWER).exercis… in exerciseIntStream() local 100 if (or.isPresent()) { in exerciseIntStream() 101 int r = or.getAsInt(); in exerciseIntStream() 123 …OptionalLong or = withData(data).terminal(fs, s -> s.findAny()).equalator(LONG_VALID_ANSWER).exerc… in exerciseLongStream() local 124 if (or.isPresent()) { in exerciseLongStream() 125 long r = or.getAsLong(); in exerciseLongStream() 147 …OptionalDouble or = withData(data).terminal(fs, s -> s.findAny()).equalator(DOUBLE_VALID_ANSWER).e… in exerciseDoubleStream() local [all …]
|
/libcore/ojluni/src/main/resources/ |
D | hijrah-config-umalqura.properties | 1 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. 4 # This code is free software; you can redistribute it and/or modify it 11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 21 # or visit www.oracle.com if you need additional information or have any 52 # * Each month should be 29 or 30 days long. 53 # * There must be one or more space characters between the months.
|
D | calendars.properties | 1 # Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. 4 # This code is free software; you can redistribute it and/or modify it 11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 21 # or visit www.oracle.com if you need additional information or have any
|
/libcore/luni/src/test/java/libcore/java/util/function/ |
D | LongPredicateTest.java | 92 assertTrue(alwaysTrue.or(alwaysTrue2).test(1L)); in testOr() 97 assertTrue(alwaysTrue.or(alwaysFalse).test(1L)); in testOr() 102 assertFalse(alwaysFalse.or(alwaysFalse2).test(1L)); in testOr() 107 assertTrue(alwaysFalse.or(alwaysTrue).test(1L)); in testOr() 114 alwaysTrue.or(null); in testOr_null()
|
D | DoublePredicateTest.java | 104 assertTrue(alwaysTrue.or(alwaysTrue2).test(arg)); in testOr() 109 assertTrue(alwaysTrue.or(alwaysFalse).test(arg)); in testOr() 114 assertFalse(alwaysFalse.or(alwaysFalse2).test(arg)); in testOr() 119 assertTrue(alwaysFalse.or(alwaysTrue).test(arg)); in testOr() 126 alwaysTrue.or(null); in testOr_null()
|
D | PredicateTest.java | 104 assertTrue(alwaysTrue.or(alwaysTrue2).test(arg)); in testOr() 109 assertTrue(alwaysTrue.or(alwaysFalse).test(arg)); in testOr() 114 assertFalse(alwaysFalse.or(alwaysFalse2).test(arg)); in testOr() 119 assertTrue(alwaysFalse.or(alwaysTrue).test(arg)); in testOr() 126 alwaysTrue.or(null); in testOr_null()
|
D | IntPredicateTest.java | 104 assertTrue(alwaysTrue.or(alwaysTrue2).test(arg)); in testOr() 109 assertTrue(alwaysTrue.or(alwaysFalse).test(arg)); in testOr() 114 assertFalse(alwaysFalse.or(alwaysFalse2).test(arg)); in testOr() 119 assertTrue(alwaysFalse.or(alwaysTrue).test(arg)); in testOr() 126 alwaysTrue.or(null); in testOr_null()
|
/libcore/ojluni/src/main/resources/sun/util/logging/resources/ |
D | logging_de.properties | 2 # Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 5 # This code is free software; you can redistribute it and/or modify it 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 22 # or visit www.oracle.com if you need additional information or have any
|
D | logging_it.properties | 2 # Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 5 # This code is free software; you can redistribute it and/or modify it 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 22 # or visit www.oracle.com if you need additional information or have any
|
D | logging_sv.properties | 2 # Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 5 # This code is free software; you can redistribute it and/or modify it 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 22 # or visit www.oracle.com if you need additional information or have any
|
D | logging_fr.properties | 2 # Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 5 # This code is free software; you can redistribute it and/or modify it 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 22 # or visit www.oracle.com if you need additional information or have any
|
D | logging_zh_CN.properties | 2 # Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 5 # This code is free software; you can redistribute it and/or modify it 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 22 # or visit www.oracle.com if you need additional information or have any
|
D | logging_zh_TW.properties | 2 # Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 5 # This code is free software; you can redistribute it and/or modify it 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 22 # or visit www.oracle.com if you need additional information or have any
|
D | logging.properties | 2 # Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 5 # This code is free software; you can redistribute it and/or modify it 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 22 # or visit www.oracle.com if you need additional information or have any
|
D | logging_pt_BR.properties | 2 # Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 5 # This code is free software; you can redistribute it and/or modify it 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 22 # or visit www.oracle.com if you need additional information or have any
|
D | logging_ja.properties | 2 # Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 5 # This code is free software; you can redistribute it and/or modify it 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 22 # or visit www.oracle.com if you need additional information or have any
|
D | logging_es.properties | 2 # Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 5 # This code is free software; you can redistribute it and/or modify it 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 22 # or visit www.oracle.com if you need additional information or have any
|
D | logging_ko.properties | 2 # Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 5 # This code is free software; you can redistribute it and/or modify it 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 22 # or visit www.oracle.com if you need additional information or have any
|
/libcore/harmony-tests/src/test/resources/resources/ |
D | test.rtf | 2 * Licensed to the Apache Software Foundation (ASF) under one or more 11 * Unless required by applicable law or agreed to in writing, software 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
D | test.doc | 2 * Licensed to the Apache Software Foundation (ASF) under one or more 11 * Unless required by applicable law or agreed to in writing, software 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|