Searched refs:modules (Results 1 – 7 of 7) sorted by relevance
/libcore/luni/src/main/java/java/math/ |
D | Primality.java | 90 int[] modules = new int[primes.length]; in nextProbablePrime() local 116 modules[i] = BigInt.remainderByPositiveInt(startPoint, primes[i]) - gapSize; in nextProbablePrime() 124 modules[i] = (modules[i] + gapSize) % primes[i]; in nextProbablePrime() 125 j = (modules[i] == 0) ? 0 : (primes[i] - modules[i]); in nextProbablePrime()
|
/libcore/ |
D | JavaLibrary.bp | 22 // directories. See the "core-system-modules" definition for the parts. 149 // See core-all-system-modules for more details. 174 // A system modules definition for use by core library targets only. It only 183 // example to build core library tests, see "core-system-modules" instead. 185 name: "core-all-system-modules", 201 system_modules: "core-all-system-modules", 242 system_modules: "core-all-system-modules", 279 system_modules: "core-all-system-modules", 298 system_modules: "core-all-system-modules", 313 system_modules: "core-all-system-modules", [all …]
|
D | NativeCode.bp | 19 // Defaults that apply to all of the modules
|
D | LICENSE | 150 the source code for all modules it contains, plus any associated interface 334 Linking this library statically or dynamically with other modules is making 339 permission to link this library with independent modules to produce an 340 executable, regardless of the license terms of these independent modules,
|
/libcore/mmodules/intracoreapi/ |
D | Android.bp | 56 system_modules: "core-all-system-modules", 64 name: "core-intra-stubs-system-modules", 89 system_modules: "core-intra-stubs-system-modules",
|
/libcore/mmodules/core_platform_api/ |
D | Android.bp | 67 name: "core-platform-api-stubs-system-modules", 72 "core-lambda-stubs-for-system-modules",
|
/libcore/ojluni/ |
D | NOTICE | 436 the source code for all modules it contains, plus any associated interface 620 Linking this library statically or dynamically with other modules is making 625 permission to link this library with independent modules to produce an 626 executable, regardless of the license terms of these independent modules,
|