Home
last modified time | relevance | path

Searched defs:split (Results 226 – 250 of 664) sorted by relevance

12345678910>>...27

/external/rust/android-crates-io/crates/tikv-jemalloc-sys/src/
Dlib.rs661 pub split: Option< field
719 pub split: Option<extent_split_t>, field
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DAppDataDirGuesser.java108 String split[] = trimmed.split(","); in processClassLoaderString43OrLater() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog.c207 r500_swizzle_split(struct rc_src_register src, unsigned int usemask, struct rc_swizzle_split *split) in r500_swizzle_split()
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DSessionTest.java67 Operation split = in runUsingColonSeparatedNames() local
/external/bazelbuild-rules_rust/tools/rustdoc/
Drustdoc_test_writer.rs35 let split = args in parse_args() localVariable
/external/pytorch/binaries/
Dspeed_benchmark_torch.cc78 split(char separator, const std::string& string, bool ignore_empty = true) { in split() function
Dcompare_models_torch.cc116 std::vector<std::string> split( in split() function
/external/rust/android-crates-io/crates/tokio/tests/
Dsync_semaphore.rs92 fn split() { in split() function
Dsync_semaphore_owned.rs118 fn split() { in split() function
/external/cronet/stable/third_party/llvm-libc/src/src/__support/FPUtil/
Ddouble_double.h67 LIBC_INLINE constexpr DoubleDouble split(double a) { in split() function
/external/clang/utils/
Dtoken-delta.py48 def split(self, S): member in DeltaAlgorithm
/external/pytorch/benchmarks/dynamo/
Dparse_logs.py107 split = log.split("Traceback (most recent call last)", maxsplit=1) variable
/external/cronet/tot/third_party/llvm-libc/src/src/__support/FPUtil/
Ddouble_double.h67 LIBC_INLINE constexpr DoubleDouble split(double a) { in split() function
/external/rust/android-crates-io/crates/ring/src/ec/
Dkeys.rs18 pub fn split(self) -> (Seed, PublicKey) { in split() method
/external/openscreen/osp/impl/presentation/
Durl_availability_requester.cc320 auto split = PartitionUrlsBySetMembership(&request.urls, unobserved_urls); in RemoveUnobservedRequests() local
357 auto split = PartitionUrlsBySetMembership(&watch.urls, unobserved_urls); in RemoveUnobservedWatches() local
/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/
Ddirective.rs326 let mut split = s.split('='); in from_str() localVariable
342 let mut split = part0.split("[{"); in from_str() localVariable
/external/kernel-headers/original/uapi/linux/
Dvduse.h179 struct vduse_vq_state_split split; member
284 struct vduse_vq_state_split split; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DStringRef.cpp312 void StringRef::split(SmallVectorImpl<StringRef> &A, in split() function in StringRef
339 void StringRef::split(SmallVectorImpl<StringRef> &A, char Separator, in split() function in StringRef
/external/python/cpython3/Objects/stringlib/
Dsplit.h145 STRINGLIB(split)(PyObject* str_obj, in STRINGLIB() argument
/external/cronet/stable/base/trace_event/
Dtrace_config_category_filter.cc54 std::vector<std::string_view> split = SplitStringPiece( in InitializeFromString() local
/external/cronet/tot/base/trace_event/
Dtrace_config_category_filter.cc54 std::vector<std::string_view> split = SplitStringPiece( in InitializeFromString() local
/external/bazelbuild-rules_rust/cargo/cargo_build_script_runner/
Dlib.rs54 let split = line.splitn(2, '=').collect::<Vec<_>>(); in new() localVariable
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCompareEmoji.java153 String[] split = FileUtilities.splitCommaSeparated(line); in loadItems() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DCompoundTransliteratorTest.java200 private static String[] split(String s, char divider) { in split() method in CompoundTransliteratorTest
/external/skia/src/gpu/graphite/geom/
DIntersectionTree.cpp139 IntersectionTree::Node* split(SkArenaAlloc* arena) { in split() function in skgpu::graphite::IntersectionTree::LeafNode

12345678910>>...27