/aosp12/art/compiler/optimizing/ |
H A D | live_interval_test.cc | 198 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 D | register_allocator_linear_scan.cc | 385 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 D | Grouper.cpp | 28 namespace split { namespace 39 const SplitDescription& split = splits[i]; in groupByMutualExclusivity() local
|
H A D | SplitSelector_test.cpp | 25 namespace split { namespace 30 SplitDescription split; in addSplit() local
|
H A D | SplitDescription.cpp | 27 namespace split { namespace 143 SplitDescription split; in parse() local
|
H A D | Rule_test.cpp | 30 namespace split { namespace
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/ |
H A D | slice.rs | 24 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 D | mod.rs | 25 mod split; module
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ApkChecksums.java | 314 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 D | mod.rs | 20 mod split; module
|
/aosp12/frameworks/base/tools/aapt2/optimize/ |
H A D | MultiApkGenerator_test.cpp | 116 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 D | downloader_unit_test.cpp | 242 string split = ","; variable 250 string split = ","; variable 258 string split = ","; variable 266 string split = ","; variable
|
/aosp12/frameworks/base/libs/hwui/utils/ |
H A D | StringUtils.cpp | 22 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 D | volume_tools.cpp | 253 …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 D | Dirmap.h | 30 std::map<std::string, std::string> splitArgs(const T& args, char split) { in splitArgs()
|
/aosp12/packages/modules/adb/crypto/tests/ |
H A D | x509_generator_test.cpp | 33 std::vector<std::string> split = android::base::Split(std::string(pub_key_plus_name), " \t"); in TEST() local
|
H A D | key_test.cpp | 42 std::vector<std::string> split = android::base::Split(std::string(pub_key_plus_name), " \t"); in TEST() local
|
H A D | rsa_2048_key_test.cpp | 42 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 D | FallbackCategoryProvider.java | 55 final String[] split = line.split(","); in loadFallbacks() local
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | string_util.cpp | 50 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 D | AaptUtil.cpp | 24 Vector<String8> split(const String8& str, const char sep) { in split() function
|
/aosp12/frameworks/native/cmds/lshal/ |
H A D | utils.cpp | 28 std::vector<std::string> split(const std::string &s, char c) { in split() function
|
/aosp12/packages/modules/adb/daemon/ |
H A D | auth.cpp | 116 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 D | TouchState.h | 33 bool split; member
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
H A D | wifi_wpa_common_test.cpp | 91 const char split[len] = "string"; variable 100 const char split[len] = "in"; variable
|