/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/unix/ |
D | split.rs | 51 pub(crate) fn split(stream: &mut UnixStream) -> (ReadHalf<'_>, WriteHalf<'_>) { in split() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | BinaryStreamReader.cpp | 169 BinaryStreamReader::split(uint64_t Off) const { in split() function in BinaryStreamReader
|
/aosp_15_r20/prebuilts/go/linux-x86/src/embed/ |
D | embed.go | 189 func split(name string) (dir, elem string, isDir bool) { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | BinaryStreamRef.h | 212 std::pair<BinarySubstreamRef, BinarySubstreamRef> split(uint64_t Off) const { in split() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | BinaryStreamRef.h | 209 std::pair<BinarySubstreamRef, BinarySubstreamRef> split(uint64_t Off) const { in split() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | BinaryStreamReader.cpp | 169 BinaryStreamReader::split(uint32_t Off) const { in split() function in BinaryStreamReader
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | BinaryStreamRef.h | 214 split(uint32_t Off) const { in split() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/ |
H A D | tensor_dataset_op.cc | 138 Tensor split; in GetNextInternal() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | BinaryStreamRef.h | 209 std::pair<BinarySubstreamRef, BinarySubstreamRef> split(uint64_t Off) const { in split() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | BinaryStreamRef.h | 209 std::pair<BinarySubstreamRef, BinarySubstreamRef> split(uint64_t Off) const { in split() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | BinaryStreamRef.h | 209 std::pair<BinarySubstreamRef, BinarySubstreamRef> split(uint64_t Off) const { in split() function
|
/aosp_15_r20/external/perfetto/ui/src/assets/ |
H A D | details.scss | 172 &.split { class
|
/aosp_15_r20/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/android/ |
H A D | native_agent.cpp | 205 std::vector<std::string> split = in jazzerVMInit() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | mspanset.go | 346 func (h headTailIndex) split() (head uint32, tail uint32) { func
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluContextInfo.cpp | 169 static void split(vector<string> &dst, const string &src) in split() function
|
/aosp_15_r20/external/pigweed/pw_multibuf/ |
H A D | simple_allocator_test.cc | 123 std::optional<MultiBuf> split = simple_allocator.Allocate(alloc_size * 2); in TEST() local
|
/aosp_15_r20/system/logging/liblog/ |
H A D | pmsg_reader.cpp | 222 const char* split = NULL; in __android_log_pmsg_file_read() local
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | re.py | 168 def split(pattern, string, maxsplit=0, flags=0): function
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_lower_subdword.cpp | 115 aco_ptr<Instruction> split{ in emit_pack() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
H A D | list_dataset_op.cc | 147 Tensor split; in GetNextInternal() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/ |
H A D | FileAsyncRequestBody.java | 84 …public SdkPublisher<AsyncRequestBody> split(AsyncRequestBodySplitConfiguration splitConfiguration)… in split() method in FileAsyncRequestBody
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/util/ |
H A D | TryListBuilder.java | 132 public MutableTryBlock<EH> split(int splitAddress) { in split() method in TryListBuilder.MutableTryBlock
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/tcp/ |
D | split.rs | 51 pub(crate) fn split(stream: &mut TcpStream) -> (ReadHalf<'_>, WriteHalf<'_>) { in split() function
|
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/options/ |
H A D | ParsedOptions.java | 91 private ImmutableSet<String> split(String string) { in split() method in ParsedOptions
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/util/ |
D | SetupUtils.java | 387 String[] split = component.split("#"); in createSetupIntent() local
|