| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
| D | CharSetUtils.java | 53 public static boolean containsAny(final String str, final String... set) { in containsAny() 84 public static int count(final String str, final String... set) { in count() 127 public static String delete(final String str, final String... set) { in delete() 153 public static String keep(final String str, final String... set) { in keep() 171 private static String modify(final String str, final String[] set, final boolean expect) { in modify() 173 final StringBuilder buffer = new StringBuilder(str.length()); in modify() local 201 public static String squeeze(final String str, final String... set) { in squeeze() 206 final StringBuilder buffer = new StringBuilder(str.length()); in squeeze() local
|
| /external/rust/crates/futures/tests/ |
| D | io_window.rs | 6 fn set() { in set() function 7 let mut buffer = Window::new(&[1, 2, 3]); in set() localVariable 21 let mut buffer = Window::new(&[1, 2, 3]); in set_panic_out_of_bounds() localVariable 28 let mut buffer = Window::new(&[1, 2, 3]); in set_panic_start_is_greater_than_end() localVariable
|
| /external/libcups/cups/ |
| D | backchannel.c | 44 cupsBackChannelRead(char *buffer, /* I - Buffer to read into */ in cupsBackChannelRead() 96 const char *buffer, /* I - Buffer to write */ in cupsBackChannelWrite() 172 cups_setup(fd_set *set, /* I - Set for select() */ in cups_setup()
|
| /external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
| D | Buffers.kt | 236 public operator fun set(dstIndex: Int, src: ByteArray, srcStart: Int, srcLength: Int) in findFirst() method 242 public operator fun set(index: Int, value: Boolean) in findFirst() method 248 public operator fun set(index: Int, value: Byte) in findFirst() method 254 public operator fun set(index: Int, value: UByte) in findFirst() method 260 public fun set(index: Int, value: Short) in findFirst() method 266 public fun set(index: Int, value: UShort) in findFirst() method 272 public fun set(index: Int, value: Int) in findFirst() method 278 public fun set(index: Int, value: UInt) in findFirst() method 284 public fun set(index: Int, value: Long) in findFirst() method 290 public fun set(index: Int, value: ULong) in findFirst() method [all …]
|
| D | FlexBuffersBuilder.kt | 21 public val buffer: ReadWriteBuffer, constant in com.google.flatbuffers.kotlin.FlexBuffersBuilder 83 public operator fun set(key: String? = null, value: Boolean): Unit = in set() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 94 public operator fun set(key: String? = null, value: Byte): Unit = set(key, value.toLong()) in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 104 public inline operator fun set(key: String? = null, value: Short): Unit = set(key, value.toLong()) in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 114 public inline operator fun set(key: String? = null, value: Int): Unit = set(key, value.toLong()) in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 124 public operator fun set(key: String? = null, value: Long): Unit = in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 135 …public inline operator fun set(key: String? = null, value: UByte): Unit = set(key, value.toULong()) in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 145 …private inline operator fun set(key: String? = null, value: UShort): Unit = set(key, value.toULong… in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 155 …private inline operator fun set(key: String? = null, value: UInt): Unit = set(key, value.toULong()) in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 165 public operator fun set(key: String? = null, value: ULong): Unit = in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder [all …]
|
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | ParsingPrimitivesMessages.cs | 51 … public static void SkipLastField(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in SkipLastField() 84 …public static void SkipGroup(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, uint st… in SkipGroup() 216 public static void ReadGroup(ref ParseContext ctx, int fieldNumber, UnknownFieldSet set) in ReadGroup()
|
| /external/protobuf/csharp/src/Google.Protobuf/ |
| D | ParsingPrimitivesMessages.cs | 51 … public static void SkipLastField(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in SkipLastField() 84 …public static void SkipGroup(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, uint st… in SkipGroup() 216 public static void ReadGroup(ref ParseContext ctx, int fieldNumber, UnknownFieldSet set) in ReadGroup()
|
| /external/flatbuffers/java/com/google/flatbuffers/ |
| D | ArrayReadWriteBuf.java | 16 private byte[] buffer; field in ArrayReadWriteBuf 27 public ArrayReadWriteBuf(byte[] buffer) { in ArrayReadWriteBuf() 32 public ArrayReadWriteBuf(byte[] buffer, int startPos) { in ArrayReadWriteBuf() 152 public void set(int index, byte value) { in set() method in ArrayReadWriteBuf 158 public void set(int index, byte[] toCopy, int start, int length) { in set() method in ArrayReadWriteBuf
|
| /external/armnn/src/backends/cl/ |
| D | ICLTensorProxy.hpp | 22 void set(arm_compute::ICLTensor* iclTensor) in set() function in armnn::ICLTensorProxy 43 uint8_t* buffer() const in buffer() function in armnn::ICLTensorProxy
|
| /external/cronet/third_party/icu/source/test/cintltst/ |
| D | usettest.c | 86 USet* set; in TestAPI() local 291 static void expect(const USet* set, in expect() 308 static void expectContainment(const USet* set, in expectContainment() 410 static void expectItems(const USet* set, in expectItems() 544 uint16_t buffer[1000]; in TestSerialized() local 546 USet *set; in TestSerialized() local 596 USet *set = uset_openPattern(buf, len, &ec); in TestNonInvariantPattern() local
|
| /external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/ |
| D | SpoolingResponseObserver.java | 48 private final List<ResponseT> buffer = Lists.newArrayList(); field in SpoolingResponseObserver 83 protected boolean set(List<ResponseT> value) { in set() method in SpoolingResponseObserver.MyFuture
|
| /external/icu/icu4c/source/test/cintltst/ |
| D | usettest.c | 86 USet* set; in TestAPI() local 291 static void expect(const USet* set, in expect() 308 static void expectContainment(const USet* set, in expectContainment() 410 static void expectItems(const USet* set, in expectItems() 544 uint16_t buffer[1000]; in TestSerialized() local 546 USet *set; in TestSerialized() local 596 USet *set = uset_openPattern(buf, len, &ec); in TestNonInvariantPattern() local
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| D | Normalizer2Impl.java | 86 public static int decompose(int c, Appendable buffer) { in decompose() 109 public static void getRawDecomposition(int c, Appendable buffer) { in getRawDecomposition() 522 public void addLcccChars(UnicodeSet set) { in addLcccChars() 539 public void addPropertyStarts(UnicodeSet set) { in addPropertyStarts() 572 public void addCanonIterPropertyStarts(UnicodeSet set) { in addCanonIterPropertyStarts() 819 StringBuilder buffer=new StringBuilder(); in getDecomposition() local 841 StringBuilder buffer=new StringBuilder(); in getRawDecomposition() local 860 StringBuilder buffer=new StringBuilder(mLength-1).append(rm0); in getRawDecomposition() local 890 public boolean getCanonStartSet(int c, UnicodeSet set) { in getCanonStartSet() 908 addComposites(getCompositionsList(norm16), set); in getCanonStartSet() local [all …]
|
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
| D | Normalizer2Impl.java | 81 public static int decompose(int c, Appendable buffer) { in decompose() 104 public static void getRawDecomposition(int c, Appendable buffer) { in getRawDecomposition() 513 public void addLcccChars(UnicodeSet set) { in addLcccChars() 530 public void addPropertyStarts(UnicodeSet set) { in addPropertyStarts() 563 public void addCanonIterPropertyStarts(UnicodeSet set) { in addCanonIterPropertyStarts() 810 StringBuilder buffer=new StringBuilder(); in getDecomposition() local 832 StringBuilder buffer=new StringBuilder(); in getRawDecomposition() local 851 StringBuilder buffer=new StringBuilder(mLength-1).append(rm0); in getRawDecomposition() local 881 public boolean getCanonStartSet(int c, UnicodeSet set) { in getCanonStartSet() 899 addComposites(getCompositionsList(norm16), set); in getCanonStartSet() local [all …]
|
| /external/skia/src/core/ |
| D | SkCanvasPriv.cpp | 56 bool SkCanvasPriv::ReadLattice(SkReadBuffer& buffer, SkCanvas::Lattice* lattice) { in ReadLattice() 72 size_t SkCanvasPriv::WriteLattice(void* buffer, const SkCanvas::Lattice& lattice) { in WriteLattice() 96 void SkCanvasPriv::WriteLattice(SkWriteBuffer& buffer, const SkCanvas::Lattice& lattice) { in WriteLattice() 103 void SkCanvasPriv::GetDstClipAndMatrixCounts(const SkCanvas::ImageSetEntry set[], int count, in GetDstClipAndMatrixCounts()
|
| D | SkString.cpp | 184 char buffer[kSkStrAppendScalar_MaxSize + 1]; in SkStrAppendScalar() local 393 void SkString::set(const char text[]) { in set() function in SkString 397 void SkString::set(const char text[], size_t len) { in set() function in SkString 474 char buffer[SkUTF::kMaxBytesInUTF8Sequence]; in insertUnichar() local 483 char buffer[kSkStrAppendS32_MaxSize]; in insertS32() local 489 char buffer[kSkStrAppendS64_MaxSize]; in insertS64() local 495 char buffer[kSkStrAppendU32_MaxSize]; in insertU32() local 501 char buffer[kSkStrAppendU64_MaxSize]; in insertU64() local 509 char buffer[8]; in insertHex() local 527 char buffer[kSkStrAppendScalar_MaxSize]; in insertScalar() local
|
| /external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/renderer/ |
| D | BarChartRenderer.java | 65 IBarDataSet set = barData.getDataSetByIndex(i); in initBuffers() local 78 IBarDataSet set = barData.getDataSetByIndex(i); in drawData() local 137 BarBuffer buffer = mBarBuffers[index]; in drawDataSet() local 240 BarBuffer buffer = mBarBuffers[i]; in drawValues() local
|
| D | HorizontalBarChartRenderer.java | 48 IBarDataSet set = barData.getDataSetByIndex(i); in initBuffers() local 106 BarBuffer buffer = mBarBuffers[index]; in drawDataSet() local 188 BarBuffer buffer = mBarBuffers[i]; in drawValues() local
|
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/util/ |
| D | VariableSizeListIterator.java | 47 protected VariableSizeListIterator(@Nonnull DexBuffer buffer, int offset, int size) { in VariableSizeListIterator() 106 @Override public void set(T t) { throw new UnsupportedOperationException(); } in set() method in VariableSizeListIterator
|
| /external/nist-sip/java/gov/nist/core/ |
| D | DuplicateNameValueList.java | 73 public StringBuffer encode(StringBuffer buffer) { in encode() 103 public void set(NameValue nv) { in set() method in DuplicateNameValueList 110 public void set(String name, Object value) { in set() method in DuplicateNameValueList
|
| D | NameValueList.java | 93 public StringBuffer encode(StringBuffer buffer) { in encode() 123 public void set(NameValue nv) { in set() method in NameValueList 130 public void set(String name, Object value) { in set() method in NameValueList
|
| /external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/ |
| D | UtilityTest.java | 62 UnicodeSet set = new UnicodeSet(pattern); in TestUnescape() local 155 java.nio.ByteBuffer buffer = java.nio.ByteBuffer.wrap(ba); in TestByteArrayWrapper() local 202 UnicodeSet set = new UnicodeSet(); in TestUnicodeSet() local
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
| D | UtilityTest.java | 65 UnicodeSet set = new UnicodeSet(pattern); in TestUnescape() local 158 java.nio.ByteBuffer buffer = java.nio.ByteBuffer.wrap(ba); in TestByteArrayWrapper() local 205 UnicodeSet set = new UnicodeSet(); in TestUnicodeSet() local
|
| /external/cronet/third_party/re2/src/python/ |
| D | _re2.cc | 45 ssize_t CharLenToBytes(py::buffer buffer, ssize_t pos, ssize_t len) { in CharLenToBytes() 59 ssize_t BytesToCharLen(py::buffer buffer, ssize_t pos, ssize_t endpos) { in BytesToCharLen() 72 std::unique_ptr<RE2> RE2InitShim(py::buffer buffer, in RE2InitShim() 116 py::buffer buffer, in RE2MatchShim() 144 py::bytes RE2QuoteMetaShim(py::buffer buffer) { in RE2QuoteMetaShim() 162 int Add(py::buffer buffer) { in Add() 196 int Add(py::buffer buffer, const RE2::Options& options) { in Add() 221 std::vector<int> Match(py::buffer buffer, bool potential) const { in Match() 260 py::class_<Set> set(module, "Set"); in PYBIND11_MODULE() local
|
| /external/tensorflow/tensorflow/c/experimental/saved_model/core/ |
| D | test_utils.cc | 53 std::vector<DataType> DataTypeSetToVector(DataTypeSet set) { in DataTypeSetToVector() 90 void FillNumericTensorBuffer(DataType dtype, size_t num_elements, void* buffer, in FillNumericTensorBuffer()
|