Home
last modified time | relevance | path

Searched defs:concat (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/uboot/u-boot-2020.01/drivers/mtd/
Dmtdconcat.c64 struct mtd_concat *concat = CONCAT(mtd); in concat_read() local
120 struct mtd_concat *concat = CONCAT(mtd); in concat_write() local
163 struct mtd_concat *concat = CONCAT(mtd); in concat_writev() local
238 struct mtd_concat *concat = CONCAT(mtd); in concat_read_oob() local
295 struct mtd_concat *concat = CONCAT(mtd); in concat_write_oob() local
382 struct mtd_concat *concat = CONCAT(mtd); in concat_erase() local
505 struct mtd_concat *concat = CONCAT(mtd); in concat_lock() local
539 struct mtd_concat *concat = CONCAT(mtd); in concat_unlock() local
573 struct mtd_concat *concat = CONCAT(mtd); in concat_sync() local
585 struct mtd_concat *concat = CONCAT(mtd); in concat_suspend() local
[all …]
/third_party/typescript/tests/cases/compiler/
DgenericSpecializationToTypeLiteral1.ts11 concat(...sequences: IEnumerable<T>[]): IEnumerable<T>; method
12 concat(...sequences: T[]): IEnumerable<T>; method
DgenericArrayExtenstions.ts2 concat<U extends T[]>(...items: U[]): T[]; method in ObservableArray
DdefaultBestCommonTypesHaveDecls.ts7 function concat<T>(x: T, y: T): T { return null; } function
DcomplexRecursiveCollections.ts371 concat<KC, VC>(...collections: Array<Iterable<[KC, VC]>>): Collection.Keyed<K | KC, V | VC>; method
372 concat<C>(...collections: Array<{[key: string]: C}>): Collection.Keyed<K | string, V | C>; method
497 concat(...valuesOrCollections: Array<any>): Collection<any, any>; method
/third_party/ltp/testcases/kernel/fs/racer/
Dfs_racer_file_concat.sh25 concat(){ function
/third_party/node/deps/npm/node_modules/mississippi/
Dreadme.md294 ### concat subsection
296 ##### `var concat = miss.concat(cb)`
304 #### original module
308 #### example
/third_party/boost/boost/spirit/home/classic/core/
Dmatch.hpp111 concat(MatchT const& other) in concat() function in boost::spirit::match
173 concat(match<T> const& other) in concat() function in boost::spirit::match
/third_party/typescript/tests/cases/conformance/jsdoc/
DparamTagOnFunctionUsingArguments.ts12 function concat(/* first, second, ... */) { function
/third_party/jerryscript/tests/jerry/es2015/
Dreflect-own-keys.js100 Array.prototype.concat = function() { return []; } method in Array
106 Array.prototype.concat = savedConcat; method in assert
/third_party/boost/libs/metaparse/test/
Dconcat.cpp19 BOOST_METAPARSE_TEST_CASE(concat) in BOOST_METAPARSE_TEST_CASE() argument
/third_party/boost/boost/hana/fwd/
Dconcat.hpp47 constexpr auto concat = [](auto&& xs, auto&& ys) { in __anon793cb9580102() variable
/third_party/boost/boost/metaparse/v1/cpp11/impl/
Dconcat.hpp23 struct concat<string<As...>, string<Bs...>> : string<As..., Bs...> {}; struct
/third_party/skia/docs/examples/
DMatrix_Concat.cpp12 SkMatrix concat = SkMatrix::Concat(matrix, matrix2); in draw() local
/third_party/flutter/skia/docs/examples/
DMatrix_Concat.cpp12 SkMatrix concat = SkMatrix::Concat(matrix, matrix2); in draw() local
/third_party/typescript/tests/baselines/reference/
DdefaultBestCommonTypesHaveDecls.js23 function concat(x, y) { return null; } function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_consume_test.cc40 auto* concat = new CordRepConcat(); in CreateConcat() local
161 CordRepConcat* concat = CreateConcat(flat1, flat2); in TEST() local
Dcordz_info_statistics_test.cc80 auto* concat = new CordRepConcat; in Concat() local
313 auto* concat = ref.NeedsUnref(Concat(flat1, flat2)); in TEST() local
337 auto* concat = ref.NeedsUnref(Concat(concat1, concat2)); in TEST() local
365 auto* concat = ref.Ref(ref.NeedsUnref(Concat(concat1, concat2))); in TEST() local
/third_party/boost/boost/callable_traits/detail/polyfills/
Dmake_index_sequence.hpp28 struct concat<index_sequence<I1...>, index_sequence<I2...>> struct
/third_party/gstreamer/gstreamer/tests/check/elements/
Dconcat.c112 GstElement *concat; in GST_START_TEST() local
233 GstElement *concat; in GST_START_TEST() local
/third_party/boost/boost/hana/
Dsort.hpp75 struct concat<std::index_sequence<l...>, std::index_sequence<r...>> { struct
76 using type = std::index_sequence<l..., r...>;
/third_party/node/deps/npm/node_modules/decode-uri-component/
Dindex.js24 return Array.prototype.concat.call([], decodeComponents(left), decodeComponents(right)); method in Array
/third_party/jerryscript/tests/jerry/
Darray-prototype-concat.js23 var obj = { concat : Array.prototype.concat }; property
/third_party/node/deps/npm/node_modules/define-properties/
Dindex.js7 var concat = Array.prototype.concat; variable
/third_party/qrcodegen/c/
Dqrcodegen-demo.c130 char *concat = calloc(strlen(silver0) + strlen(silver1) + 1, sizeof(char)); in doSegmentDemo() local
162 char *concat = calloc(strlen(golden0) + strlen(golden1) + strlen(golden2) + 1, sizeof(char)); in doSegmentDemo() local

12345