/external/icu/icu4c/source/i18n/ |
D | double-conversion-string-to-double.cpp | 74 static inline bool ConsumeSubStringImpl(Iterator* current, in ConsumeSubStringImpl() 92 static bool ConsumeSubString(Iterator* current, in ConsumeSubString() 148 static inline bool AdvanceToNonspace(Iterator* current, Iterator end) { in AdvanceToNonspace() 231 Iterator current = start; in IsHexFloatString() local 265 static double RadixStringToIeee(Iterator* current, in RadixStringToIeee() 433 Iterator current = input; in StringToIeee() local 576 buffer[kBufferSize]; // NOLINT: size is known at compile time. in StringToIeee() local 753 const char* buffer, in StringToDouble() 761 const uc16* buffer, in StringToDouble() 769 const char* buffer, in StringToFloat() [all …]
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
D | BitWriterBuffer.java | 7 private ByteBuffer buffer; field in BitWriterBuffer 11 public BitWriterBuffer(ByteBuffer buffer) { in BitWriterBuffer() 22 int current = (buffer.get(initialPos + position / 8)); in writeBits() local
|
/external/tensorflow/tensorflow/core/platform/ |
D | base64.cc | 92 std::unique_ptr<char[]> buffer(new char[max_decoded_size]); in Base64Decode() local 93 char* current = buffer.get(); in Base64Decode() local 153 std::unique_ptr<char[]> buffer(new char[max_encoded_size]); in Base64Encode() local 154 char* current = buffer.get(); in Base64Encode() local
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | CodedInputStream.php | 40 private $buffer; variable in Google\\Protobuf\\Internal\\CodedInputStream 43 private $current; variable in Google\\Protobuf\\Internal\\CodedInputStream 55 public function __construct($buffer) 81 public function current() function in Google\\Protobuf\\Internal\\CodedInputStream 295 public function readRaw($size, &$buffer)
|
D | CodedOutputStream.php | 38 private $buffer; variable in Google\\Protobuf\\Internal\\CodedOutputStream 40 private $current; variable in Google\\Protobuf\\Internal\\CodedOutputStream 104 public static function writeVarintToArray($value, &$buffer, $trim = false) 128 private static function writeLittleEndian32ToArray($value, &$buffer) 137 private static function writeLittleEndian64ToArray($value, &$buffer)
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 48 Current *current = (Current*)storage; in releaseCurrent() local 80 Current *current = (Current*)sw::Thread::allocateLocalStorage(currentTLS, sizeof(Current)); in attachThread() local 206 Current *current = (Current*)sw::Thread::getLocalStorage(currentTLS); in getCurrent() local 218 Current *current = getCurrent(); in setCurrentError() local 225 Current *current = getCurrent(); in getCurrentError() local 232 Current *current = getCurrent(); in setCurrentAPI() local 239 Current *current = getCurrent(); in getCurrentAPI() local 246 Current *current = getCurrent(); in setCurrentContext() local 263 Current *current = getCurrent(); in getCurrentContext() local 270 Current *current = getCurrent(); in setCurrentDrawSurface() local [all …]
|
/external/jline/src/src/main/java/jline/ |
D | CursorBuffer.java | 18 StringBuffer buffer = new StringBuffer(); field in CursorBuffer 26 public char current() { in current() method in CursorBuffer 96 public void setBuffer(StringBuffer buffer) { in setBuffer()
|
/external/selinux/libsepol/cil/src/ |
D | cil_parser.c | 81 static void create_node(struct cil_tree_node **node, struct cil_tree_node *current, int line, int h… in create_node() 91 static void insert_node(struct cil_tree_node *node, struct cil_tree_node *current) in insert_node() 101 static int add_hll_linemark(struct cil_tree_node **current, int *hll_lineno, int *hll_expand, struc… in add_hll_linemark() 181 static void add_cil_path(struct cil_tree_node **current, char *path) in add_cil_path() 199 int cil_parser(char *_path, char *buffer, uint32_t size, struct cil_tree **parse_tree) in cil_parser() 206 struct cil_tree_node *current = NULL; in cil_parser() local
|
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_string.cc | 58 char* current = main; in StrCatStr() local 73 char* FastUInt32ToBufferLeft(uint32_t i, char* buffer, int base) { in FastUInt32ToBufferLeft() 92 char* FastInt32ToBufferLeft(int32_t i, char* buffer) { in FastInt32ToBufferLeft() 119 char* FastFloatToBufferLeft(float f, char* buffer) { in FastFloatToBufferLeft() 120 char* current = buffer; in FastFloatToBufferLeft() local 237 const char* current = format; in MicroVsnprintf() local
|
D | micro_allocator.cc | 104 auto* buffer = (*buffers)[metadata->buffer()]; in CheckOfflinePlannedOffsets() local 197 AllocationInfo* current = &info_[i]; in AddTensors() local 216 AllocationInfo* current = &info_[tensor_index]; in AddTensors() local 223 AllocationInfo* current = &info_[tensor_index]; in AddTensors() local 232 AllocationInfo* current = &info_[tensor_index]; in AddTensors() local 239 AllocationInfo* current = &info_[tensor_index]; in AddTensors() local 248 AllocationInfo* current = &info_[i]; in AddTensors() local 295 auto* buffer = (*buffers)[metadata->buffer()]; in GetOfflinePlannedOffsets() local 326 AllocationInfo* current = &info_[i]; in AddScratchBuffers() local 343 const AllocationInfo* current = &allocation_info[i]; in CreatePlan() local [all …]
|
/external/apache-http/src/org/apache/http/impl/io/ |
D | AbstractMessageParser.java | 70 final SessionInputBuffer buffer, in AbstractMessageParser() 119 CharArrayBuffer current = null; in parseHeaders() local 163 CharArrayBuffer buffer = (CharArrayBuffer) headerLines.get(i); in parseHeaders() local
|
/external/icu/libicu/cts_headers/unicode/ |
D | caniter.h | 179 int32_t *current; variable 183 UnicodeString buffer; variable
|
/external/icu/icu4c/source/common/unicode/ |
D | caniter.h | 179 int32_t *current; variable 183 UnicodeString buffer; variable
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestUCharacterIterator.java | 17 char[] buffer; field in TestUCharacterIterator.Utf8Iterator 22 public int current() { in current() method in TestUCharacterIterator.Utf8Iterator
|
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | FakeDataSource.java | 149 public final int read(byte[] buffer, int offset, int readLength) throws IOException { in read() 156 Segment current = fakeData.getSegments().get(currentSegmentIndex); in read() local 201 Segment current = fakeData.getSegments().get(currentSegmentIndex); in close() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | reduce.cc | 69 void* Init(TfLiteContext* context, const char* buffer, size_t length) { in Init() 77 void Free(TfLiteContext* context, void* buffer) { in Free() 128 int current = axis[i]; in ResizeOutputTensor() local 528 T reducer(const T current, const T in)) { in EvalLogic() 584 [](const T current, const T in) -> T { return in + current; }); in EvalType() 589 [](const T current, const T in) -> T { return in * current; }); in EvalType() 594 [](const T current, const T in) -> T { in EvalType() 601 [](const T current, const T in) -> T { in EvalType() 617 [](const bool current, const bool in) -> bool { in EvalType()
|
/external/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_gdi.cc | 195 std::unique_ptr<DesktopFrame> buffer = DesktopFrameWin::Create( in CaptureImage() local 208 DesktopFrameWin* current = static_cast<DesktopFrameWin*>( in CaptureImage() local
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/ |
D | TarUtils.java | 104 public static long parseOctal(final byte[] buffer, final int offset, final int length) { in parseOctal() 167 public static long parseOctalOrBinary(final byte[] buffer, final int offset, in parseOctalOrBinary() 180 private static long parseBinaryLong(final byte[] buffer, final int offset, in parseBinaryLong() 201 private static long parseBinaryBigInteger(final byte[] buffer, in parseBinaryBigInteger() 231 public static boolean parseBoolean(final byte[] buffer, final int offset) { in parseBoolean() 236 private static String exceptionMessage(final byte[] buffer, final int offset, in exceptionMessage() 237 final int length, final int current, final byte currentByte) { in exceptionMessage() 261 public static String parseName(final byte[] buffer, final int offset, final int length) { in parseName() 287 public static String parseName(final byte[] buffer, final int offset, in parseName() 380 public static void formatUnsignedOctalString(final long value, final byte[] buffer, in formatUnsignedOctalString()
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicHeaderElement.java | 195 NameValuePair current = this.parameters[ i ]; in getParameterByName() local 228 CharArrayBuffer buffer = new CharArrayBuffer(64); in toString() local
|
/external/libcups/cups/ |
D | array.c | 42 current, /* Current element */ member 114 char *buffer, /* Copy of string */ in _cupsArrayAddStrings() local 439 int current, /* Current element */ in cupsArrayFind() local 882 current; /* Current element */ in cupsArrayRemove() local 1017 current; /* Current element */ in cups_array_add() local 1197 current, /* Current element */ in cups_array_find() local
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | message.cc | 39 void AllocateHeaderFromBuffer(internal::Buffer* buffer, HeaderType** header) { in AllocateHeaderFromBuffer() 86 void* buffer; in CreateSerializedMessageObject() local 120 void* buffer; in SerializeUnserializedContext() local 218 void* buffer; in Message() local 481 SyncMessageResponseContext* SyncMessageResponseContext::current() { in current() function in mojo::SyncMessageResponseContext 534 MessageDispatchContext* MessageDispatchContext::current() { in current() function in mojo::internal::MessageDispatchContext
|
/external/antlr/runtime/ObjC/Framework/ |
D | HashMap.h | 75 HMEntry *current; variable 187 __strong NSMutableData *buffer; variable
|
/external/selinux/libsepol/cil/test/unit/ |
D | CilTest.c | 60 char *buffer; in set_cil_file_data() local 90 struct cil_tree_node *node, *item, *current; in gen_test_tree() local
|
/external/grpc-grpc/test/core/iomgr/ |
D | load_file_test.cc | 126 unsigned char* buffer = static_cast<unsigned char*>(gpr_malloc(buffer_size)); in test_load_big_file() local 127 unsigned char* current; in test_load_big_file() local
|
/external/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 356 Reader::Location current = begin; in normalizeEOL() local 551 Location current = token.start_; in decodeNumber() local 602 String buffer(token.start_, token.end_); in decodeDouble() local 624 Location current = token.start_ + 1; // skip '"' in decodeString() local 675 bool Reader::decodeUnicodeCodePoint(Token& token, Location& current, in decodeUnicodeCodePoint() 700 bool Reader::decodeUnicodeEscapeSequence(Token& token, Location& current, in decodeUnicodeEscapeSequence() 764 Location current = begin_; in getLocationLineAndColumn() local 787 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local 1332 OurReader::Location current = begin; in normalizeEOL() local 1560 Location current = token.start_; in decodeNumber() local [all …]
|