Home
last modified time | relevance | path

Searched defs:plus (Results 1 – 25 of 72) sorted by relevance

123

/external/curl/docs/
DURL-SYNTAX.md64 ### spaces
71 ### non-ASCII
76 ### multiple slashes
86 ### "scheme-less"
103 ### globbing letters
/external/dokka/core/testdata/format/
DoperatorOverloading.kt2 fun plus(other: C): C method in C
DoperatorOverloading.md3 # plus chapter
/external/rust/crates/pest/tests/
Dcalculator.rs24 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/
Ddefun_export.py29 def plus(a, b): function
/external/tensorflow/tensorflow/python/ops/
Dscript_ops_test.py33 def plus(a, b): function
/external/clang/test/CodeGenCXX/
Dexplicit-instantiation.cpp9 struct plus { struct
19 template struct plus<int, long, long>; variable
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DInlineList.kt19 operator fun plus(element: E): InlineList<E> { in plus() method
/external/python/cpython3/Doc/includes/
Dmp_workers.py32 def plus(a, b): function
Dmp_pool.py24 def plus(a, b): function
/external/python/cpython2/Doc/includes/
Dmp_workers.py45 def plus(a, b): function
Dmp_pool.py31 def plus(a, b): function
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
DBufferUtils.kt41 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/
DCoroutineDispatcher.kt182 public operator fun plus(other: CoroutineDispatcher): CoroutineDispatcher = other method in kotlinx.coroutines.CoroutineDispatcher
DCoroutineScope.kt95 public operator fun CoroutineScope.plus(context: CoroutineContext): CoroutineScope = in plus() method
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-bind.cpp340 struct plus { struct
352 bind(plus<int>(), x, _1)(y); in test_bind() argument
/external/robolectric/sandbox/src/test/java/org/robolectric/
DShadowingTest.java225 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/
DShadowingTest.java225 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/
Doverloaded-operator-decl.cpp44 } plus; variable
/external/musl/src/time/
Dwcsftime.c15 int pad, plus; in __wcsftime_l() local
Dstrftime.c221 int pad, plus; in __strftime_l() local
/external/icu/icu4c/source/test/intltest/
Dnumbertest_skeletons.cpp352 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/
DShortDuration.java121 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/
DTimestamp.java172 private Timestamp plus(long secondsToAdd, long nanosToAdd) { in plus() method in Timestamp
/external/guava/android/guava/src/com/google/common/cache/
DCacheStats.java263 public CacheStats plus(CacheStats other) { in plus() method in CacheStats

123