Searched refs:common (Results 1 – 11 of 11) sorted by relevance
/libcore/ |
D | CleanSpec.mk | 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core*) 51 $(call add-clean-step, rm -rf $(OUT_DIR)/host/common/obj/JAVA_LIBRARIES/core*) 53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core*) 54 $(call add-clean-step, rm -rf $(OUT_DIR)/host/common/obj/JAVA_LIBRARIES/core*) 55 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core*) 56 $(call add-clean-step, rm -rf $(OUT_DIR)/host/common/obj/JAVA_LIBRARIES/core*)
|
D | run-libcore-tests | 24 --classpath out/target/common/obj/JAVA_LIBRARIES/core-tests_intermediates/classes.jack \ 25 --classpath out/target/common/obj/JAVA_LIBRARIES/sqlite-jdbc_intermediates/classes.jack \ 26 --classpath out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/classes.jack \ 27 --classpath out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/classes.jack \
|
/libcore/support/src/test/java/tests/resources/manifest/ |
D | hyts_MANIFEST.MF | 14 com.ibm.ive.eccomm.client.http.common, 21 com.ibm.ive.eccomm.common; specification-version=1.0.0,
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | ForkJoinTask.java | 291 ForkJoinPool.common.externalHelpComplete( in externalAwaitDone() 293 ForkJoinPool.common.tryExternalUnpush(this) ? doExec() : 0); in externalAwaitDone() 326 ForkJoinPool.common.externalHelpComplete( in externalInterruptibleAwaitDone() 328 ForkJoinPool.common.tryExternalUnpush(this) ? doExec() : in externalInterruptibleAwaitDone() 665 ForkJoinPool.common.externalPush(this); in fork() 1001 ForkJoinPool.common.externalHelpComplete( in get() 1003 ForkJoinPool.common.tryExternalUnpush(this) ? in get() 1132 ForkJoinPool.common.tryExternalUnpush(this)); in tryUnfork()
|
D | CountedCompleter.java | 684 ForkJoinPool.common.externalHelpComplete(this, maxTasks); in helpComplete()
|
D | ForkJoinPool.java | 1356 static final ForkJoinPool common; field in ForkJoinPool 2173 (this == common && tc >= pc + COMMON_MAX_SPARES)) in tryCompensate() 2384 if (!enable || this == common) // cannot shutdown in tryTerminate() 2542 ForkJoinPool p = common; in commonSubmitterQueue() 2692 return common; in commonPool() 3215 if (this == common) { in awaitTermination() 3289 common.awaitQuiescence(Long.MAX_VALUE, TimeUnit.NANOSECONDS); in quiesceCommonPool() 3469 common = java.security.AccessController.doPrivileged 3474 COMMON_PARALLELISM = Math.max(common.config & SMASK, 1);
|
/libcore/tzdata/tools/ |
D | createIcuUpdateResources.sh | 85 LD_LIBRARY_PATH=${ICU_LIB_DIR} ${BIN_DIR}/pkgdata -F -m common -v -T . -d . -p ${ICU_PACKAGE} ${TZ_…
|
/libcore/ojluni/src/main/native/ |
D | openjdksub.mk | 75 external/icu/icu4c/source/common \
|
/libcore/ojluni/src/main/java/java/beans/ |
D | PropertyChangeSupport.java | 322 PropertyChangeListener[] common = this.map.get(null); in firePropertyChange() local 327 fire(common, event); in firePropertyChange()
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentHashMapTest.java | 89 int common = Math.min(size(), other.size()); in compareTo() local 91 for (int i = 0; i < common; i++) { in compareTo()
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 17 other entities that control, are controlled by, or are under common
|