| /external/curl/docs/ |
| D | URL-SYNTAX.md | 64 ### spaces 71 ### non-ASCII 76 ### multiple slashes 86 ### "scheme-less" 103 ### globbing letters
|
| /external/dokka/core/testdata/format/ |
| D | operatorOverloading.kt | 2 fun plus(other: C): C method in C
|
| D | operatorOverloading.md | 3 # plus chapter
|
| /external/rust/crates/pest/tests/ |
| D | calculator.rs | 24 plus, enumerator 81 fn plus(state: Box<ParserState<Rule>>) -> ParseResult<Box<ParserState<Rule>>> { in parse() function
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/ |
| D | defun_export.py | 29 def plus(a, b): function
|
| /external/tensorflow/tensorflow/python/ops/ |
| D | script_ops_test.py | 33 def plus(a, b): function
|
| /external/clang/test/CodeGenCXX/ |
| D | explicit-instantiation.cpp | 9 struct plus { struct 19 template struct plus<int, long, long>; variable
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
| D | InlineList.kt | 19 operator fun plus(element: E): InlineList<E> { in plus() method
|
| /external/python/cpython3/Doc/includes/ |
| D | mp_workers.py | 32 def plus(a, b): function
|
| D | mp_pool.py | 24 def plus(a, b): function
|
| /external/python/cpython2/Doc/includes/ |
| D | mp_workers.py | 45 def plus(a, b): function
|
| D | mp_pool.py | 31 def plus(a, b): function
|
| /external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/ |
| D | BufferUtils.kt | 41 operator fun plus(other: Int4) = Int4(x + other.x, y + other.y, z + other.z, w + other.w) in plus() method in com.google.android.renderscript_test.Int4 42 operator fun plus(n: Int) = Int4(x + n, y + n, z + n, w + n) in plus() method in com.google.android.renderscript_test.Int4 64 operator fun plus(other: Float4) = Float4(x + other.x, y + other.y, z + other.z, w + other.w) in plus() method in com.google.android.renderscript_test.Float4 65 operator fun plus(f: Float) = Float4(x + f, y + f, z + f, w + f) in plus() method in com.google.android.renderscript_test.Float4 118 operator fun plus(other: Rgba) = in plus() method in com.google.android.renderscript_test.Rgba 426 operator fun FloatArray.plus(other: FloatArray) = FloatArray(size) { this[it] + other[it] } in <lambda>() method
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
| D | CoroutineDispatcher.kt | 182 public operator fun plus(other: CoroutineDispatcher): CoroutineDispatcher = other method in kotlinx.coroutines.CoroutineDispatcher
|
| D | CoroutineScope.kt | 95 public operator fun CoroutineScope.plus(context: CoroutineContext): CoroutineScope = in plus() method
|
| /external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| D | example-bind.cpp | 340 struct plus { struct 352 bind(plus<int>(), x, _1)(y); in test_bind() argument
|
| /external/robolectric/sandbox/src/test/java/org/robolectric/ |
| D | ShadowingTest.java | 225 public int plus(int x) { in plus() method in ShadowingTest.NonInstrumentedClass 233 protected int plus(int x) { in plus() method in ShadowingTest.ShadowNonInstrumentedClass
|
| /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/ |
| D | ShadowingTest.java | 225 public int plus(int x) { in plus() method in ShadowingTest.NonInstrumentedClass 233 protected int plus(int x) { in plus() method in ShadowingTest.ShadowNonInstrumentedClass
|
| /external/clang/test/SemaCXX/ |
| D | overloaded-operator-decl.cpp | 44 } plus; variable
|
| /external/musl/src/time/ |
| D | wcsftime.c | 15 int pad, plus; in __wcsftime_l() local
|
| D | strftime.c | 221 int pad, plus; in __strftime_l() local
|
| /external/icu/icu4c/source/test/intltest/ |
| D | numbertest_skeletons.cpp | 352 const char16_t* plus; in wildcardCharacters() member 362 UnicodeString plus(cas.plus); in wildcardCharacters() local
|
| /external/caliper/caliper/src/main/java/com/google/caliper/util/ |
| D | ShortDuration.java | 121 public abstract ShortDuration plus(ShortDuration addend); in plus() method in ShortDuration 219 @Override public ShortDuration plus(ShortDuration addend) { in plus() method in ShortDuration.PositiveShortDuration
|
| /external/opencensus-java/api/src/main/java/io/opencensus/common/ |
| D | Timestamp.java | 172 private Timestamp plus(long secondsToAdd, long nanosToAdd) { in plus() method in Timestamp
|
| /external/guava/android/guava/src/com/google/common/cache/ |
| D | CacheStats.java | 263 public CacheStats plus(CacheStats other) { in plus() method in CacheStats
|