Searched refs:needed (Results 1 – 9 of 9) sorted by relevance
7 // Permissions needed to change permissions!11 // Permissions needed by the junit test harness
139 private void grow(int needed) { in grow() argument145 if (jump < needed in grow()147 newCapacity = newCapacity(needed, jump); in grow()170 private int newCapacity(int needed, int jump) { in newCapacity() argument172 if ((minCapacity = oldCapacity + needed) - MAX_ARRAY_SIZE > 0) { in newCapacity()177 if (needed > jump) in newCapacity()328 final int s, needed; in addAll() local329 if ((needed = (s = size()) + c.size() + 1 - elements.length) > 0) in addAll()330 grow(needed); in addAll()
89 // This is needed to build art-module-intra-core-api-stubs-system-modules-lib90 // which is in turn needed to build art-module-intra-core-api-stubs-system-modules103 // A library containing additional classes that are needed in the system modules.
29 // default license using the 'licenses: [...]' property on targets as needed.
16 // Definitions for building the native code needed for the core library.
255 // 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.api1048 // DO NOT REMOVE: Legacy visibility, needed for snapshots that are
1431 // Stubs needed to satisfy javac's dependencies when compiling lambda code. These are
162 3. If needed, `API-review +1` on commit `E` from an Android API council member
280 // reduce the number of virtual method invocations needed to access these