Home
last modified time | relevance | path

Searched defs:Split (Results 1 – 25 of 58) sorted by relevance

123

/third_party/abseil-cpp/absl/strings/
Dstr_split_test.cc42 TEST(Split, TraitsTest) { in TEST() argument
74 TEST(Split, APIExamples) { in TEST() argument
331 TEST(Split, EmptyAndNull) { in TEST() argument
533 TEST(Split, Basics) { in TEST() argument
570 TEST(Split, AcceptsCertainTemporaries) { in TEST() argument
580 TEST(Split, Temporary) { in TEST() argument
612 TEST(Split, LvalueCaptureIsCopyable) { in TEST() argument
621 TEST(Split, TemporaryCaptureIsCopyable) { in TEST() argument
629 TEST(Split, SplitterIsCopyableAndMoveable) { in TEST() argument
641 TEST(Split, StringDelimiter) { in TEST() argument
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_split_test.cc44 TEST(Split, TraitsTest) { in TEST() argument
76 TEST(Split, APIExamples) { in TEST() argument
333 TEST(Split, EmptyAndNull) { in TEST() argument
555 TEST(Split, Basics) { in TEST() argument
592 TEST(Split, AcceptsCertainTemporaries) { in TEST() argument
602 TEST(Split, Temporary) { in TEST() argument
634 TEST(Split, LvalueCaptureIsCopyable) { in TEST() argument
643 TEST(Split, TemporaryCaptureIsCopyable) { in TEST() argument
651 TEST(Split, SplitterIsCopyableAndMoveable) { in TEST() argument
663 TEST(Split, StringDelimiter) { in TEST() argument
[all …]
/third_party/mindspore/mindspore/core/ops/
Dsplit.h34 Split() : PrimitiveC(kNameSplit) {} in Split() function
/third_party/grpc/src/compiler/
Druby_generator_string-inl.h34 inline std::vector<std::string>& Split(const std::string& s, char delim, in Split() function
45 inline std::vector<std::string> Split(const std::string& s, char delim) { in Split() function
Dpython_generator_helpers.h139 inline void Split(const std::string& s, char delim, in Split() function
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_swizzle.h54 void (*Split)(struct rc_src_register reg, unsigned int mask, struct rc_swizzle_split * split); member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DSubtargetFeature.cpp33 void SubtargetFeatures::Split(std::vector<std::string> &V, StringRef S) { in Split() function in SubtargetFeatures
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dsplit_impl.cu22 __global__ void Split(const size_t size, const int axis_step, const int all_size_before_axis, in Split() function
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dsplit_int8.cc68 int SplitInt8CPUKernel::Split(int task_id) { in Split() function in mindspore::kernel::SplitInt8CPUKernel
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DStringMatcher.cpp63 std::pair<StringRef, StringRef> Split = Code.split('\n'); in EmitStringMatcherForChar() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/
Dsplit_with_over_lap_base.cc103 int SplitWithOverlapBaseCPUKernel::Split(int task_id) { in Split() function in mindspore::kernel::SplitWithOverlapBaseCPUKernel
Dsplit_base.cc113 int SplitBaseCPUKernel::Split(int task_id) { in Split() function in mindspore::kernel::SplitBaseCPUKernel
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_optimization.cc132 PassManagerPtr GraphKernelOptimizer::Split() const { in Split() function in mindspore::opt::GraphKernelOptimizer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDeltaAlgorithm.cpp28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split() function in DeltaAlgorithm
DRegex.cpp147 std::pair<StringRef, StringRef> Split = Repl.split('\\'); in sub() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp128 std::pair<StringRef, StringRef> Split = Repl.split('\\'); in sub() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBuddyAllocator.h54 enum class BlockState { Free, Split, Allocated }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkParser.cpp29 std::pair<StringRef, StringRef> Split = InBuffer.split('\0'); in ParsedStringTable() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dglu_fp32.cc99 int GluCPUKernel::Split(int task_id) { in Split() function in mindspore::kernel::GluCPUKernel
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUAdapter.cpp25 std::vector<std::string> Split(const std::string& s, char delim) { in Split() function
/third_party/re2/re2/testing/
Dregexp_generator.cc256 std::vector<std::string> Split(const StringPiece& sep, const StringPiece& s) { in Split() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.cpp211 std::pair<StringRef, StringRef> Split = AliasName.split("@@@"); in flushSymverDirectives() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DBlockExtractor.cpp147 bool Split = false; in splitLandingPadPreds() local
/third_party/abseil-cpp/absl/time/
Dformat.cc54 cctz_parts Split(absl::Time t) { in Split() function
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dformat.cc54 cctz_parts Split(absl::Time t) { in Split() function

123