Searched refs:common (Results 1 – 12 of 12) 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/ojluni/src/main/java/java/util/concurrent/ |
D | ForkJoinTask.java | 320 ForkJoinPool.common.externalHelpComplete( in externalAwaitDone() 322 ForkJoinPool.common.tryExternalUnpush(this) ? doExec() : 0); in externalAwaitDone() 355 ForkJoinPool.common.externalHelpComplete( in externalInterruptibleAwaitDone() 357 ForkJoinPool.common.tryExternalUnpush(this) ? doExec() : in externalInterruptibleAwaitDone() 694 ForkJoinPool.common.externalPush(this); in fork() 1030 ForkJoinPool.common.externalHelpComplete( in get() 1032 ForkJoinPool.common.tryExternalUnpush(this) ? in get() 1161 ForkJoinPool.common.tryExternalUnpush(this)); in tryUnfork()
|
D | CountedCompleter.java | 713 ForkJoinPool.common.externalHelpComplete(this, maxTasks); in helpComplete()
|
D | ForkJoinPool.java | 1385 static final ForkJoinPool common; field in ForkJoinPool 2202 (this == common && tc >= pc + COMMON_MAX_SPARES)) in tryCompensate() 2413 if (!enable || this == common) // cannot shutdown in tryTerminate() 2571 ForkJoinPool p = common; in commonSubmitterQueue() 2721 return common; in commonPool() 3244 if (this == common) { in awaitTermination() 3318 common.awaitQuiescence(Long.MAX_VALUE, TimeUnit.NANOSECONDS); in quiesceCommonPool() 3498 common = java.security.AccessController.doPrivileged 3503 COMMON_PARALLELISM = Math.max(common.config & SMASK, 1);
|
D | CopyOnWriteArrayList.java | 604 int common = Math.min(snapshot.length, len); in addIfAbsent() local 605 for (int i = 0; i < common; i++) in addIfAbsent() 609 if (indexOf(e, current, common, len) >= 0) in addIfAbsent()
|
/libcore/ojluni/src/main/native/ |
D | openjdksub.mk | 73 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/luni/src/test/java/libcore/java/lang/reflect/parameter/ |
D | README.txt | 24 …-cp ${ANDROID_BUILD_TOP}/out/target/common/obj/JAVA_LIBRARIES/core-all_intermediates/classes.jack \
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 17 other entities that control, are controlled by, or are under common
|