Home
last modified time | relevance | path

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

1234567891011

/third_party/boost/libs/hana/include/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/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() function
79 std::size_t index, parts;
Dsplit.hpp36 void split( const Container1 &from , Container2 &to ) in split() function
/third_party/mesa3d/src/mesa/tnl/
Dt_split_inplace.c67 flush_vertex( struct split_context *split) in flush_vertex()
108 next_outprim(struct split_context *split) in next_outprim()
123 update_index_bounds(struct split_context *split, in update_index_bounds()
136 get_max_vertices(struct split_context *split, in get_max_vertices()
154 split_prims(struct split_context *split) in split_prims()
275 struct split_context split; in _tnl_split_inplace() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DSchema.java101 int split = key.indexOf(':'); in getColumn() local
116 int split = column.getName().indexOf(':'); in isValidColumn() local
162 int split = column.getName().indexOf(':'); in getPrefix() local
167 int split = column.getName().indexOf(':'); in getSuffix() local
/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/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/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/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/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/gstreamer/gstplugins_base/ext/gl/
Dgstglstereosplit.c291 stereosplit_get_src_caps (GstGLStereoSplit * split, in stereosplit_get_src_caps()
333 stereosplit_set_output_caps (GstGLStereoSplit * split, GstCaps * sinkcaps) in stereosplit_set_output_caps()
448 _find_local_gl_context_unlocked (GstGLStereoSplit * split) in _find_local_gl_context_unlocked()
633 stereosplit_chain (GstPad * pad, GstGLStereoSplit * split, GstBuffer * buf) in stereosplit_chain()
712 GstGLStereoSplit *split = GST_GL_STEREOSPLIT (parent); in stereosplit_src_query() local
756 GstGLStereoSplit *split = GST_GL_STEREOSPLIT (parent); in stereosplit_sink_query() local
877 GstGLStereoSplit *split = GST_GL_STEREOSPLIT (parent); in stereosplit_sink_event() local
/third_party/jerryscript/tests/jerry/es5.1/
Dregression-test-issue-1546.js15 String.prototype.split(RegExp.prototype); method in String
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-3760.js15 var split = RegExp.prototype[Symbol.split]; variable
/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/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/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/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_nir_lower_vs_vertex_conversion.c68 nir_ssa_def *split = from_10_10_10_2_scaled(b, src, lshift, nir_ishr); in from_10_10_10_2_snorm() local
80 nir_ssa_def *split = from_10_10_10_2_scaled(b, src, lshift, nir_ushr); in from_10_10_10_2_unorm() 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/toybox/toys/pending/
Dfold.c42 int pos = 0, split = -1; local
/third_party/boost/libs/hana/test/detail/variadic/
Dsplit_at.cpp18 auto check = [](auto split, auto xs, auto ys) { in __anone0fb78ad0102()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dsquare_sum_all_impl.cu24 size_t split = size / 2; in SquareSumAllKernel() local
41 size_t split = size / 2; in SquareSumAllKernel() local

1234567891011