Home
last modified time | relevance | path

Searched defs:split (Results 251 – 275 of 2354) sorted by relevance

1...<<11121314151617181920>>...95

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/
H A Dstring.rs264 let mut split = String::from(orig); in test_split_off_empty() localVariable
273 let mut split = String::from(orig); in test_split_off_past_end() localVariable
/aosp_15_r20/external/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp235 auto split = splitLegalVectorType(CGM, end - begin, vecTy); in addLegalTypedData() local
382 auto split = splitLegalVectorType(CGM, Entries[index].getWidth(), vecTy); in splitVectorEntry() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dstring.rs264 let mut split = String::from(orig); in test_split_off_empty() localVariable
273 let mut split = String::from(orig); in test_split_off_past_end() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/nfa/
Drange_trie.rs334 let split = match Split::new(old.range, new) { in insert() localVariable
928 fn split( in split() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dstring.rs264 let mut split = String::from(orig); in test_split_off_empty() localVariable
273 let mut split = String::from(orig); in test_split_off_past_end() localVariable
/aosp_15_r20/external/jcommander/src/test/java/com/beust/jcommander/args/
H A DArgsList.java43 public List<String> split(String value) { in split() method in ArgsList.SemiColonSplitter
/aosp_15_r20/external/gturri-aXMLRPC/src/main/java/de/timroes/axmlrpc/
H A DCookieManager.java60 String[] split; in readCookies() local
/aosp_15_r20/external/googleapis/google/appengine/v1/
H A Dservice.proto51 TrafficSplit split = 3; field
/aosp_15_r20/frameworks/base/tools/aapt/
H A DAaptUtil.cpp24 Vector<String8> split(const String8& str, const char sep) { in split() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/binomial_heap_base_/
Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) in split() function in PB_DS_CLASS_C_DEC
/aosp_15_r20/external/mesa3d/src/util/
H A Du_vector.c60 uint32_t offset, size, split, src_tail, dst_tail; in u_vector_add() local
/aosp_15_r20/packages/modules/adb/crypto/tests/
Dkey_test.cpp42 std::vector<std::string> split = android::base::Split(std::string(pub_key_plus_name), " \t"); in TEST() local
Drsa_2048_key_test.cpp42 std::vector<std::string> split = android::base::Split(std::string(pub_key_plus_name), " \t"); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Dsplit_provider.cc33 Status DataServiceSplitProvider::GetNext(Tensor* split, bool* end_of_splits) { in GetNext()
/aosp_15_r20/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/proto/google/appengine/v1/
H A Dservice.proto51 TrafficSplit split = 3; field
/aosp_15_r20/frameworks/base/tools/split-select/
H A DRule_test.cpp30 namespace split { namespace
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binomial_heap_base_/
Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) in split() function in PB_DS_CLASS_C_DEC
/aosp_15_r20/external/jcommander/src/test/java/com/beust/jcommander/
H A DVariableArityTest.java47 String[] split = input.split("\\s+"); in verifyVariableArity() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) in split() function in PB_DS_CLASS_C_DEC
/aosp_15_r20/frameworks/native/cmds/lshal/
H A Dutils.cpp28 std::vector<std::string> split(const std::string &s, char c) { in split() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) in split() function in PB_DS_CLASS_C_DEC
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/
H A DInsideFinder.java72 final SubHyperplane.SplitSubHyperplane<S> split = sub.split(hyperplane); in recurseSides() local
/aosp_15_r20/external/cronet/third_party/icu/scripts/
H A Dmake_data_assembly.py86 split = [binascii.hexlify(input_data[i:i + 4][::step]).decode('ascii').upper().lstrip('0') variable
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/
H A DPackageManagerShellCommandUserRestrictionTest.java105 String[] split = output.substring(restrictionsPosition + 8, in getUserAllRestrictions() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsplit_op_test.cc37 Node* split; in MakeGraph() local

1...<<11121314151617181920>>...95