Home
last modified time | relevance | path

Searched defs:split (Results 101 – 125 of 2354) sorted by relevance

12345678910>>...95

/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/shared/WindowManager-Shell-shared/android_common/repackaged-jarjar/javac/
DWindowManager-Shell-shared.jarcom/android/wm/shell/shared/startingsurface/SplashScreenExitAnimationUtils.class SplashScreenExitAnimationUtils.java package ...
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/
H A DAbstractRegion.java220 final SubHyperplane.SplitSubHyperplane<S> split = other.split(inserted); in insertCuts() local
439 final SubHyperplane.SplitSubHyperplane<S> split = sub.split(hyperplane); in recurseIntersection() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dstring_split_op.cc130 int split = 0; in SplitV2() local
143 int split = 0; in SplitV2() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_lds.cpp81 LDSReadInstr::split(std::vector<AluInstr *>& out_block, AluInstr *last_lds_instr) in split() function in r600::LDSReadInstr
287 LDSAtomicInstr::split(std::vector<AluInstr *>& out_block, AluInstr *last_lds_instr) in split() function in r600::LDSAtomicInstr
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Draw.rs61 fn split(self) -> (Self, Option<Self>) { in split() method
164 fn split(self) -> (Self, Option<Self>) { in split() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Draw.rs61 fn split(self) -> (Self, Option<Self>) { in split() method
164 fn split(self) -> (Self, Option<Self>) { in split() method
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
H A DFastMathCalc.java338 private static void split(final double d, final double split[]) { in split() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/experimental/xla_sharding/
H A Dxla_sharding.py170 def split(cls, tensor, split_dimension, num_devices, input_shape=None): member in Sharding
348 def split(tensor, function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Draw.rs61 fn split(self) -> (Self, Option<Self>) { in split() method
164 fn split(self) -> (Self, Option<Self>) { in split() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Draw.rs61 fn split(self) -> (Self, Option<Self>) { in split() method
164 fn split(self) -> (Self, Option<Self>) { in split() method
/aosp_15_r20/art/libartbase/base/
H A Dutils.cc252 auto split = SplitString(std::string_view(s), separator); in Split() local
277 auto split = SplitString(std::string_view(s), separator); in Split() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Draw.rs61 fn split(self) -> (Self, Option<Self>) { in split() method
164 fn split(self) -> (Self, Option<Self>) { in split() method
/aosp_15_r20/external/crosvm/tools/contrib/crosvmdump/src/
H A Dmain.rs73 let mut split = line.split_whitespace(); in parse_status() localVariable
88 let mut split = x.split_whitespace(); in parse_smaps() localVariable
/aosp_15_r20/external/libaom/av1/encoder/
H A Dcontext_tree.h87 struct PC_TREE *split[4]; member
94 struct SIMPLE_MOTION_DATA_TREE *split[4]; member
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/external_trait_impls/rayon/
Draw.rs62 fn split(self) -> (Self, Option<Self>) { in split() method
165 fn split(self) -> (Self, Option<Self>) { in split() method
/aosp_15_r20/external/trusty/musl/src/malloc/
Dmalloc.c239 struct chunk *next, *split; in pretrim() local
269 struct chunk *next, *split; in trim() local
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringRef.h716 std::pair<StringRef, StringRef> split(char Separator) const { in split() function
734 std::pair<StringRef, StringRef> split(StringRef Separator) const { in split() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser_test.cc90 util::Status RunTest(StringPiece json, int split, in RunTest()
126 StringPiece json, int split, in DoTest()
137 StringPiece json, int split, StringPiece error_prefix, in DoErrorTest()
147 StringPiece json, int split, StringPiece error_prefix, in DoErrorTest()
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser_test.cc90 util::Status RunTest(StringPiece json, int split, in RunTest()
126 StringPiece json, int split, in DoTest()
137 StringPiece json, int split, StringPiece error_prefix, in DoErrorTest()
147 StringPiece json, int split, StringPiece error_prefix, in DoErrorTest()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DStringRef.h696 [[nodiscard]] std::pair<StringRef, StringRef> split(char Separator) const { in split() function
711 split(StringRef Separator) const { in split() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DStringRef.h692 [[nodiscard]] std::pair<StringRef, StringRef> split(char Separator) const { in split() function
707 split(StringRef Separator) const { in split() function
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_a6xx.c253 struct ir3_instruction *split; in emit_intrinsic_atomic_ssbo() local
364 struct ir3_instruction *split; in emit_intrinsic_atomic_image() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DStringRef.h696 [[nodiscard]] std::pair<StringRef, StringRef> split(char Separator) const { in split() function
711 split(StringRef Separator) const { in split() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Dsemaphore.rs1053 pub fn split(&mut self, n: usize) -> Option<Self> { in split() method
1164 pub fn split(&mut self, n: usize) -> Option<Self> { in split() method
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dfldset.cpp70 static UnicodeString *split(const UnicodeString &src, char16_t ch, int32_t &splits) in split() function
82 int32_t split = 0; in split() local

12345678910>>...95