/external/jemalloc/src/ |
D | nstime.c | 64 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) in nstime_subtract() argument 67 assert(nstime_compare(time, subtrahend) >= 0); in nstime_subtract() 69 time->ns -= subtrahend->ns; in nstime_subtract()
|
/external/caliper/caliper/src/main/java/com/google/caliper/util/ |
D | ShortDuration.java | 127 public abstract ShortDuration minus(ShortDuration subtrahend); in minus() argument 171 @Override public ShortDuration minus(ShortDuration subtrahend) { 172 checkArgument(this == subtrahend); 223 @Override public ShortDuration minus(ShortDuration subtrahend) { in minus() argument 224 return ofPicos(picos - subtrahend.picos); in minus()
|
/external/google-breakpad/src/common/ |
D | test_assembler.h | 130 Label operator-(uint64_t subtrahend) const; 131 uint64_t operator-(const Label &subtrahend) const;
|
D | test_assembler.cc | 73 Label Label::operator-(uint64_t subtrahend) const { in operator -() 75 l.value_->Set(this->value_, -subtrahend); in operator -()
|
/external/jemalloc/include/jemalloc/internal/ |
D | nstime.h | 32 void nstime_subtract(nstime_t *time, const nstime_t *subtrahend);
|
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 269 const SkPath* subtrahend = &two; in OpDebug() local 272 subtrahend = &one; in OpDebug() 284 builder.addOperand(*subtrahend); in OpDebug()
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |