Home
last modified time | relevance | path

Searched defs:split (Results 1 – 25 of 197) sorted by relevance

12345678

/third_party/boost/boost/hana/
Dsort.hpp199 struct split< struct
205 using sp = split<
210 using left = typename sp::left;
211 using right = typename sp::right;
215 struct split<0, std::index_sequence<l...>, std::index_sequence<r...>> { struct
216 using left = std::index_sequence<l...>;
217 using right = std::index_sequence<r...>;
/third_party/boost/boost/numeric/odeint/util/
Dsplit_adaptor.hpp75 struct split struct
77 split(std::size_t index, std::size_t parts) in split() argument
79 std::size_t index, parts;
Dsplit.hpp36 void split( const Container1 &from , Container2 &to ) in split() function
/third_party/jerryscript/tests/jerry/
Dstring-prototype-split.js121 String.prototype.split.call(undefined, ""); method in String
132 String.prototype.split.call(obj, ""); method in String
/third_party/skia/third_party/externals/libwebp/src/utils/
Dbit_reader_inl_utils.h118 const range_t split = (range * prob) >> 8; in VP8GetBit() local
147 const range_t split = br->range_ >> 1; in VP8GetSigned() local
170 const range_t split = (range * prob) >> 8; in VP8GetBitAlt() local
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dbit_reader_inl_utils.h118 const range_t split = (range * prob) >> 8; in VP8GetBit() local
146 const range_t split = br->range_ >> 1; in VP8GetSigned() local
169 const range_t split = (range * prob) >> 8; in VP8GetBitAlt() local
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglstereosplit.c266 stereosplit_get_src_caps (GstGLStereoSplit * split, in stereosplit_get_src_caps()
308 stereosplit_set_output_caps (GstGLStereoSplit * split, GstCaps * sinkcaps) in stereosplit_set_output_caps()
415 _find_local_gl_context (GstGLStereoSplit * split) in _find_local_gl_context()
529 stereosplit_chain (GstPad * pad, GstGLStereoSplit * split, GstBuffer * buf) in stereosplit_chain()
596 GstGLStereoSplit *split = GST_GL_STEREOSPLIT (parent); in stereosplit_src_query() local
622 GstGLStereoSplit *split = GST_GL_STEREOSPLIT (parent); in stereosplit_sink_query() local
721 GstGLStereoSplit *split = GST_GL_STEREOSPLIT (parent); in stereosplit_sink_event() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_split_block_test.cpp435 auto split = TransformationSplitBlock( in TEST() local
564 auto split = TransformationSplitBlock( in TEST() local
749 auto split = in TEST() local
828 auto split = TransformationSplitBlock( in TEST() local
914 auto split = TransformationSplitBlock( in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_split_block_test.cpp435 auto split = TransformationSplitBlock( in TEST() local
564 auto split = TransformationSplitBlock( in TEST() local
749 auto split = in TEST() local
828 auto split = TransformationSplitBlock( in TEST() local
914 auto split = TransformationSplitBlock( in TEST() local
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-3760.js15 var split = RegExp.prototype[Symbol.split]; variable
/third_party/jerryscript/tests/jerry/es5.1/
Dregression-test-issue-1546.js15 String.prototype.split(RegExp.prototype); method in String
/third_party/typescript/tests/cases/conformance/types/primitives/string/
DassignFromStringInterface2.ts23 split(separator: string, limit?: number): string[]; method
24 split(separator: RegExp, limit?: number): string[]; method
/third_party/typescript/tests/cases/compiler/
DarrayAugment.ts2 split: (parts: number) => T[][]; property
/third_party/skia/samplecode/
DSampleCusp.cpp33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp()
144 bool split; in onDrawContent() local
/third_party/flutter/skia/samplecode/
DSampleCusp.cpp33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp()
144 bool split; in onDrawContent() local
/third_party/typescript/src/lib/
Des2015.symbol.wellknown.d.ts44 readonly split: symbol; property
246split(splitter: { [Symbol.split](string: string, limit?: number): string[]; }, limit?: number): st… method
/third_party/typescript/lib/
Dlib.es2015.symbol.wellknown.d.ts64 readonly split: symbol; property
266split(splitter: { [Symbol.split](string: string, limit?: number): string[]; }, limit?: number): st… method
/third_party/boost/libs/hana/test/detail/variadic/
Dsplit_at.cpp18 auto check = [](auto split, auto xs, auto ys) { in __anon8037f4d10102()
/third_party/toybox/toys/pending/
Dfold.c42 int pos = 0, split = -1; local
/third_party/boost/boost/algorithm/string/
Dsplit.hpp148 inline SequenceSequenceT& split( in split() function
/third_party/skia/third_party/externals/icu/scripts/
Dmake_data_assembly.py78 split = [binascii.hexlify(input_data[i:i + 4][::step]).decode('ascii').upper().lstrip('0') variable
/third_party/flutter/skia/third_party/externals/icu/scripts/
Dmake_data_assembly.py75 split = [binascii.hexlify(input_data[i:i + 4][::step]).upper().lstrip(b'0') variable
/third_party/boost/boost/beast/http/
Dserializer.hpp253 split() in split() function in boost::beast::http::serializer
266 split(bool v) in split() function in boost::beast::http::serializer
/third_party/boost/libs/move/test/
Dadaptive_merge_test.cpp54 std::size_t const split = std::size_t(std::rand()) % element_count; in test_random_shuffled() local
/third_party/node/deps/npm/node_modules/decode-uri-component/
Dindex.js6 function decodeComponents(components, split) { argument

12345678