Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/test/java/util/concurrent/tck/
Dtck.policy7 // Permissions needed to change permissions!
11 // Permissions needed by the junit test harness
/libcore/ojluni/src/main/java/java/util/
DArrayDeque.java139 private void grow(int needed) { in grow() argument
145 if (jump < needed in grow()
147 newCapacity = newCapacity(needed, jump); in grow()
170 private int newCapacity(int needed, int jump) { in newCapacity() argument
172 if ((minCapacity = oldCapacity + needed) - MAX_ARRAY_SIZE > 0) { in newCapacity()
177 if (needed > jump) in newCapacity()
328 final int s, needed; in addAll() local
329 if ((needed = (s = size()) + c.size() + 1 - elements.length) > 0) in addAll()
330 grow(needed); in addAll()
/libcore/mmodules/intracoreapi/
DAndroid.bp89 // This is needed to build art-module-intra-core-api-stubs-system-modules-lib
90 // which is in turn needed to build art-module-intra-core-api-stubs-system-modules
103 // A library containing additional classes that are needed in the system modules.
/libcore/
DAndroid.bp29 // default license using the 'licenses: [...]' property on targets as needed.
DNativeCode.bp16 // Definitions for building the native code needed for the core library.
DJavaLibrary.bp255 // core-libart as well as the lambda stubs needed to compile Java lambda code.
957 // The definition of @SystemApi is needed to generate module-lib stubs.
991 // A special set of system modules needed to build art.module.public.api
1048 // DO NOT REMOVE: Legacy visibility, needed for snapshots that are
Dopenjdk_java_files.bp1431 // Stubs needed to satisfy javac's dependencies when compiling lambda code. These are
/libcore/tools/expected_upstream/
DREADME.md162 3. If needed, `API-review +1` on commit `E` from an Android API council member
/libcore/ojluni/src/main/java/java/nio/
DX-Buffer.java.template280 // reduce the number of virtual method invocations needed to access these