Home
last modified time | relevance | path

Searched defs:split (Results 1 – 25 of 204) sorted by relevance

123456789

/aosp12/art/compiler/optimizing/
H A Dlive_interval_test.cc198 LiveInterval* split = interval->SplitAt(1); in TEST() local
209 LiveInterval* split = interval->SplitAt(3); in TEST() local
220 LiveInterval* split = interval->SplitAt(1); in TEST() local
231 LiveInterval* split = interval->SplitAt(5); in TEST() local
242 LiveInterval* split = interval->SplitAt(9); in TEST() local
253 LiveInterval* split = interval->SplitAt(6); in TEST() local
264 LiveInterval* split = interval->SplitAt(4); in TEST() local
275 LiveInterval* split = interval->SplitAt(5); in TEST() local
H A Dregister_allocator_linear_scan.cc385 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in ProcessInstruction() local
733 LiveInterval* split = SplitBetween(current, current->GetStart(), free_until[reg]); in TryAllocateFreeReg() local
857 LiveInterval* split = Split(active, position); in TrySplitNonPairOrUnalignedPairIntervalAt() local
988 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in AllocateBlockedReg() local
1002 LiveInterval* split = Split(active, current->GetStart()); in AllocateBlockedReg() local
1027 LiveInterval* split = Split(current, next_intersection); in AllocateBlockedReg() local
1033 LiveInterval* split = Split(inactive, current->GetStart()); in AllocateBlockedReg() local
/aosp12/frameworks/base/tools/split-select/
H A DGrouper.cpp28 namespace split { namespace
39 const SplitDescription& split = splits[i]; in groupByMutualExclusivity() local
H A DSplitSelector_test.cpp25 namespace split { namespace
30 SplitDescription split; in addSplit() local
H A DSplitDescription.cpp27 namespace split { namespace
143 SplitDescription split; in parse() local
H A DRule_test.cpp30 namespace split { namespace
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/
H A Dslice.rs24 fn split(self) -> (Self, Option<Self>) { in split() method
40 fn split(self) -> (Self, Option<Self>) { in split() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/io/
H A Dmod.rs25 mod split; module
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DApkChecksums.java314 final String split = filesToChecksum.get(i).first; in getChecksums() local
342 final String split = filesToChecksum.get(i).first; in processRequiredChecksums() local
384 private static void getAvailableApkChecksums(String split, File file, in getAvailableApkChecksums()
417 private static void getInstallerChecksums(String split, File file, in getInstallerChecksums()
566 private static void getRequiredApkChecksums(String split, File file, in getRequiredApkChecksums()
637 private static ApkChecksum extractHashFromFS(String split, String filePath) { in extractHashFromFS()
663 String split, String filePath, int types) { in extractHashFromV2V3Signature()
714 String split, File file, int required, int type) { in calculateChecksumIfRequested()
769 String split, File file, int required) { in calculatePartialChecksumsIfRequested()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dmod.rs20 mod split; module
/aosp12/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator_test.cpp116 std::unique_ptr<ResourceTable> split = in TEST_F() local
143 std::unique_ptr<ResourceTable> split = in TEST_F() local
168 std::unique_ptr<ResourceTable> split = in TEST_F() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Ddownloader_unit_test.cpp242 string split = ","; variable
250 string split = ","; variable
258 string split = ","; variable
266 string split = ","; variable
/aosp12/frameworks/base/libs/hwui/utils/
H A DStringUtils.cpp22 unordered_string_set StringUtils::split(const char* spacedList) { in split() function in android::uirenderer::StringUtils
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dvolume_tools.cpp253 …ountU8Volume(const BufferDesc &buffer, AudioChannel channel, ChannelVolumes &volMaps, size_t split, in CountU8Volume()
297 …untS16Volume(const BufferDesc &buffer, AudioChannel channel, ChannelVolumes &volMaps, size_t split, in CountS16Volume()
341 …untS24Volume(const BufferDesc &buffer, AudioChannel channel, ChannelVolumes &volMaps, size_t split, in CountS24Volume()
388 …untS32Volume(const BufferDesc &buffer, AudioChannel channel, ChannelVolumes &volMaps, size_t split, in CountS32Volume()
436 …untF32Volume(const BufferDesc &buffer, AudioChannel channel, ChannelVolumes &volMaps, size_t split, in CountF32Volume()
482 size_t split) in CountVolumeLevel()
/aosp12/system/libvintf/include-host/vintf/
H A DDirmap.h30 std::map<std::string, std::string> splitArgs(const T& args, char split) { in splitArgs()
/aosp12/packages/modules/adb/crypto/tests/
H A Dx509_generator_test.cpp33 std::vector<std::string> split = android::base::Split(std::string(pub_key_plus_name), " \t"); in TEST() local
H A Dkey_test.cpp42 std::vector<std::string> split = android::base::Split(std::string(pub_key_plus_name), " \t"); in TEST() local
H A Drsa_2048_key_test.cpp42 std::vector<std::string> split = android::base::Split(std::string(pub_key_plus_name), " \t"); in TEST() local
/aosp12/frameworks/base/core/java/android/content/pm/
H A DFallbackCategoryProvider.java55 final String[] split = line.split(","); in loadFallbacks() local
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dstring_util.cpp50 std::string ConvertVectorToStr(const std::vector<std::string> &listStr, const std::string &split) in ConvertVectorToStr()
226 string GetLeftSubstr(const string& input, const string& split) in GetLeftSubstr()
235 string GetRightSubstr(const string& input, const string& split) in GetRightSubstr()
244 string GetRleftSubstr(const string& input, const string& split) in GetRleftSubstr()
253 string GetRrightSubstr(const string& input, const string& split) in GetRrightSubstr()
/aosp12/frameworks/base/tools/aapt/
H A DAaptUtil.cpp24 Vector<String8> split(const String8& str, const char sep) { in split() function
/aosp12/frameworks/native/cmds/lshal/
H A Dutils.cpp28 std::vector<std::string> split(const std::string &s, char c) { in split() function
/aosp12/packages/modules/adb/daemon/
H A Dauth.cpp116 std::vector<std::string> split = android::base::Split(std::string(public_key), " \t"); in adbd_tls_client_ca_list() local
163 std::vector<std::string> split = android::base::Split(std::string(public_key), " \t"); in adbd_auth_verify() local
322 std::vector<std::string> split = android::base::Split(std::string(public_key), " \t"); in adbd_tls_verify_cert() local
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DTouchState.h33 bool split; member
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_wpa_common_test.cpp91 const char split[len] = "string"; variable
100 const char split[len] = "in"; variable

123456789