Home
last modified time | relevance | path

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

1234

/external/cronet/buildtools/third_party/libc++/trunk/include/__functional/
Doperations.h33 struct _LIBCPP_TEMPLATE_VIS plus struct
41 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(plus); argument
/external/curl/docs/
DURL-SYNTAX.md64 ### spaces
74 ### non-ASCII
79 ### multiple slashes
89 ### "scheme-less"
106 ### globbing letters
/external/tensorflow/tensorflow/python/ops/
Dscript_ops_test.py32 def plus(a, b): function
42 def plus(a, b): function
67 def plus(a, b): function
96 def plus(a, b): function
/external/dokka/core/testdata/format/
DoperatorOverloading.kt2 fun plus(other: C): C method
DoperatorOverloading.md3 # plus chapter
/external/protobuf/java/kotlin/src/test/kotlin/com/google/protobuf/
DByteStringsTest.kt53 fun plus() { in plus() method in com.google.protobuf.kotlin.ByteStringsTest
/external/cronet/third_party/protobuf/java/kotlin/src/test/kotlin/com/google/protobuf/
DByteStringsTest.kt53 fun plus() { in plus() method in com.google.protobuf.kotlin.ByteStringsTest
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/
Ddefun_export.py25 def plus(a, b): function
/external/clang/test/CodeGenCXX/
Dexplicit-instantiation.cpp9 struct plus { struct
19 template struct plus<int, long, long>; variable
/external/cronet/third_party/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/
DByteStrings.kt41 operator fun ByteString.plus(other: ByteString): ByteString = concat(other) method
/external/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/
DByteStrings.kt41 operator fun ByteString.plus(other: ByteString): ByteString = concat(other) method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DInlineList.kt19 operator fun plus(element: E): InlineList<E> { in plus() method
/external/python/cpython2/Doc/includes/
Dmp_workers.py45 def plus(a, b): function
Dmp_pool.py31 def plus(a, b): function
/external/python/cpython3/Doc/includes/
Dmp_workers.py32 def plus(a, b): function
Dmp_pool.py24 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/rust/crates/pest/tests/
Dcalculator.rs24 plus, enumerator
83 fn plus(state: Box<ParserState<'_, Rule>>) -> ParseResult<Box<ParserState<'_, Rule>>> { in parse() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineDispatcher.kt182 public operator fun plus(other: CoroutineDispatcher): CoroutineDispatcher = other method in kotlinx.coroutines.CoroutineDispatcher
/external/clang/test/SemaCXX/
Doverloaded-operator-decl.cpp44 } plus; variable
/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/musl/src/time/
Dwcsftime.c15 int pad, plus; in __wcsftime_l() local
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/issues/
DVelocity615TestCase.java128 public int plus() in plus() method in Velocity615TestCase.Inc

1234