Home
last modified time | relevance | path

Searched +defs:input +defs:iterator (Results 1 – 25 of 31) sorted by relevance

12

/third_party/flutter/engine/flutter/lib/ui/plugins/
Dcallback_cache.cc39 auto iterator = cache_.find(handle); in GetCallback() local
66 auto iterator = cache_.find(handle); in GetCallbackInformation() local
91 for (auto iterator = cache_.begin(); iterator != cache_.end(); ++iterator) { in SaveCacheToDisk() local
122 std::ifstream input(cache_path_); in LoadCacheFromDisk() local
/third_party/boost/libs/spirit/test/lex/
Dtest.hpp51 test(Lexer& lex, Char const* input, std::size_t token_id = 0, in test()
81 typedef typename Lexer::iterator_type::base_iterator_type iterator; in test() typedef
/third_party/boost/libs/range/test/
Diterator_range.cpp35 typedef std::string::iterator iterator; in check_iterator_range() typedef
222 std::vector<uint32_t> input; in check_make_iterator_range_n() local
275 typedef void iterator; // To throw off the SFINAE mechanism in iterator_range typedef
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DAbstractMessage.java197 Iterator iterator = list.iterator(); in convertMapEntryListToMap() local
419 public BuilderType mergeFrom(final CodedInputStream input) throws IOException { in mergeFrom()
425 final CodedInputStream input, final ExtensionRegistryLite extensionRegistry) in mergeFrom()
562 public BuilderType mergeFrom(final InputStream input) throws IOException { in mergeFrom()
568 final InputStream input, final ExtensionRegistryLite extensionRegistry) throws IOException { in mergeFrom()
573 public boolean mergeDelimitedFrom(final InputStream input) throws IOException { in mergeDelimitedFrom()
579 final InputStream input, final ExtensionRegistryLite extensionRegistry) throws IOException { in mergeDelimitedFrom()
DCodedInputStream.java79 public static CodedInputStream newInstance(final InputStream input) { in newInstance()
84 public static CodedInputStream newInstance(final InputStream input, int bufferSize) { in newInstance()
96 public static CodedInputStream newInstance(final Iterable<ByteBuffer> input) { in newInstance()
549 public static int readRawVarint32(final int firstByte, final InputStream input) in readRawVarint32()
586 static int readRawVarint32(final InputStream input) throws IOException { in readRawVarint32()
2028 private final InputStream input; field in CodedInputStream.StreamDecoder
2048 private StreamDecoder(final InputStream input, int bufferSize) { in StreamDecoder()
3095 private Iterable<ByteBuffer> input; field in CodedInputStream.IterableDirectByteBufferDecoder
3097 private Iterator<ByteBuffer> iterator; field in CodedInputStream.IterableDirectByteBufferDecoder
DFieldSet.java232 public Iterator<Map.Entry<T, Object>> iterator() { in iterator() method in FieldSet
566 CodedInputStream input, final WireFormat.FieldType type, boolean checkUtf8) in readPrimitiveField()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dtensor_row.h52 using iterator = std::vector<std::shared_ptr<Tensor>>::iterator; variable
129 static Status ConvertFromTensorRow(const TensorRow &input, T *o) { in ConvertFromTensorRow()
147 static Status ConvertFromTensorRow(const TensorRow &input, std::vector<T> *o) { in ConvertFromTensorRow()
/third_party/python/Lib/
Dcodecs.py138 def encode(self, input, errors='strict'): argument
157 def decode(self, input, errors='strict'): argument
197 def encode(self, input, final=False): argument
231 def _buffer_encode(self, input, errors, final): argument
236 def encode(self, input, final=False): argument
270 def decode(self, input, final=False): argument
314 def _buffer_decode(self, input, errors, final): argument
319 def decode(self, input, final=False): argument
448 def decode(self, input, errors='strict'): argument
1025 def iterencode(iterator, encoding, errors='strict', **kwargs): argument
[all …]
/third_party/boost/libs/property_tree/test/
Dtest_json_parser2.cpp338 const char* input = " [ ]"; in BOOST_AUTO_TEST_CASE() local
347 const wchar_t* input = L" [ ]"; in BOOST_AUTO_TEST_CASE() local
356 const wchar_t* input = L"[\n" in BOOST_AUTO_TEST_CASE() local
381 const char* input = "[\n" in BOOST_AUTO_TEST_CASE() local
407 const char* input = "[[1,2],3,[4,5]]"; in BOOST_AUTO_TEST_CASE() local
450 const char* input = " { }"; in BOOST_AUTO_TEST_CASE() local
459 const wchar_t* input = L" { }"; in BOOST_AUTO_TEST_CASE() local
468 const wchar_t* input = L"{\n" in BOOST_AUTO_TEST_CASE() local
494 const char* input = "{\n" in BOOST_AUTO_TEST_CASE() local
520 const char* input = "{\"a\":{\"b\":1,\"c\":2},\"d\":3,\"e\":{\"f\":4,\"g\":5}}"; in BOOST_AUTO_TEST_CASE() local
[all …]
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.cpp690 gboolean input) in gst_decklink_mode_get_structure()
736 gboolean input) in gst_decklink_mode_get_caps()
749 gst_decklink_mode_get_caps_all_formats (GstDecklinkModeEnum e, gboolean input) in gst_decklink_mode_get_caps_all_formats()
764 gst_decklink_pixel_format_get_caps (BMDPixelFormat f, gboolean input) in gst_decklink_pixel_format_get_caps()
780 gst_decklink_mode_get_template_caps (gboolean input) in gst_decklink_mode_get_template_caps()
862 GstDecklinkInput input; member
878 GStreamerDecklinkInputCallback (GstDecklinkInput * input) in GStreamerDecklinkInputCallback()
1431 IDeckLinkIterator *iterator; in init_devices() local
1771 GstDecklinkInput *input; in gst_decklink_acquire_nth_input() local
1819 GstDecklinkInput *input; in gst_decklink_release_nth_input() local
[all …]
/third_party/boost/boost/geometry/strategies/agnostic/
Dhull_graham_andrew.hpp207 typedef typename std::vector<point_type>::const_iterator iterator; typedef in boost::geometry::strategy::convex_hull::graham_andrew
304 static inline void build_half_hull(container_type const& input, in build_half_hull()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DXCldrStub.java181 public Iterator<Entry<K, V>> iterator() { in iterator() method in XCldrStub.MultimapIterator
326 public List<String> splitToList(String input) { in splitToList()
339 public Iterable<String> split(String input) { in split()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DXCldrStub.java173 public Iterator<Entry<K, V>> iterator() { in iterator() method in XCldrStub.MultimapIterator
300 public List<String> splitToList(String input) { in splitToList()
313 public Iterable<String> split(String input) { in split()
/third_party/alsa-lib/src/
Dconf.c742 static int get_char(input_t *input) in get_char()
777 static void unget_char(int c, input_t *input) in unget_char()
786 static int get_char_skip_comments(input_t *input) in get_char_skip_comments()
871 static int get_nonwhite(input_t *input) in get_nonwhite()
889 static inline int get_hexachar(input_t *input) in get_hexachar()
904 static int get_quotedchar(input_t *input) in get_quotedchar()
996 static int get_freestring(char **string, int id, input_t *input) in get_freestring()
1056 static int get_delimstring(char **string, int delim, input_t *input) in get_delimstring()
1090 static int get_string(char **string, int id, input_t *input) in get_string()
1179 static int parse_value(snd_config_t **_n, snd_config_t *parent, input_t *input, char **id, int skip) in parse_value()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterTest.java708 BufferedReader input = null; in TestUnicodeData() local
1297 ValueIterator iterator = UCharacter.getExtendedNameIterator(); in TestNameIteration() local
1609 RangeValueIterator iterator = UCharacter.getTypeIterator(); in TestIteration() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java705 BufferedReader input = null; in TestUnicodeData() local
1294 ValueIterator iterator = UCharacter.getExtendedNameIterator(); in TestNameIteration() local
1606 RangeValueIterator iterator = UCharacter.getTypeIterator(); in TestIteration() local
/third_party/node/lib/internal/
Durl.js269 function onParseError(flags, input) { argument
338 constructor(input, base) { argument
465 set(input) { argument
1177 iterator[context] = { variable
/third_party/skia/third_party/externals/brotli/c/tools/
Dbrotli.c112 int iterator; member
116 uint8_t* input; member
/third_party/boost/boost/polygon/detail/
Dscan_arbitrary.hpp35 typedef typename edge_scanline::iterator iterator; typedef in boost::polygon::line_intersection
636 std::vector<std::pair<half_edge, segment_id> > input, edges; in test_validate_scan() local
981 typedef typename scanline_type::iterator iterator; typedef in boost::polygon::scanline
1335 std::vector<std::pair<half_edge, std::pair<property_type, int> > > input; in test_scanline() local
/third_party/node/src/
Dnode_messaging.cc388 Local<Value> input, in Serialize()
893 Local<Value> iterator; in ReadIterable() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.cc890 for (auto &input : inputs) { in UnReuseNodeProcess() local
1189 auto iterator = in Assign() local
/third_party/node/test/parallel/
Dtest-util-inspect.js840 function testColorStyle(style, input, implicit) { argument
999 function testLines(input) { argument
2363 const iterator = obj[Symbol.iterator]; constant
/third_party/node/tools/
Dlint-md.mjs2140 exports.escapeLast = (input, char, lastIdx) => { argument
2147 exports.removePrefix = (input, state = {}) => { argument
2156 exports.wrapOutput = (input, state = {}, options = {}) => { argument
2213 const scan$1 = (input, options) => { argument
2487 input, property
2602 const parse$e = (input, options) => { argument
2660 input, property
3538 parse$e.fastpaths = (input, options) => { argument
3690 const matcher = (input, returnObject = false) => { argument
3692 const result = { glob, state, regex, posix, input, output, match, isMatch }; property
[all …]
/third_party/python/Modules/
D_pickle.c1209 _Unpickler_SetStringInput(UnpicklerObject *self, PyObject *input) in _Unpickler_SetStringInput()
1950 PyObject *iterator = PyObject_GetIter(modules); in whichmodule() local
/third_party/typescript/lib/
DtypingsInstaller.js230 function reduceLeftIterator(iterator, f, initial) { argument
276 function intersperse(input, element) { argument
1296 function arrayFrom(iterator, map) { argument
7120 … base64decode: function (input) { return bufferFrom(input, "base64").toString("utf8"); }, argument
7121 base64encode: function (input) { return bufferFrom(input).toString("base64"); }, argument
7227 function bufferFrom(input, encoding) { argument
16979 function getReplacement(c, offset, input) { argument
18010 function getExpandedCharCodes(input) { argument
18044 function convertToBase64(input) { argument
18103 function base64encode(host, input) { argument
[all …]

12