/aosp14/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
|
H A D | Abi.cpp | 21 namespace split { namespace
|
H A D | Rule.cpp | 23 namespace split { namespace
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/io/ |
H A D | mod.rs | 25 mod split; module
|
/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
|
H A D | vec.rs | 26 fn split(mut self) -> (Self, Option<Self>) { in split() method
|
H A D | mod.rs | 37 fn split(self) -> (Self, Option<Self>); in split() method 123 fn split(self) -> (Self, Option<Self>) { in split() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/ |
H A D | mod.rs | 20 mod split; module
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ApkChecksums.java | 317 final String split = filesToChecksum.get(i).first; in getChecksums() local 345 final String split = filesToChecksum.get(i).first; in processRequiredChecksums() local 387 private static void getAvailableApkChecksums(String split, File file, in getAvailableApkChecksums() 420 private static void getInstallerChecksums(String split, File file, in getInstallerChecksums() 569 private static void getRequiredApkChecksums(String split, File file, in getRequiredApkChecksums() 647 private static ApkChecksum extractHashFromFS(String split, String filePath) { in extractHashFromFS() 711 String split, String filePath, int types) { in extractHashFromV2V3Signature() 764 String split, File file, int required, int type) { in calculateChecksumIfRequested() 823 String split, File file, int required) { in calculatePartialChecksumsIfRequested()
|
/aosp14/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
|
/aosp14/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/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
|
/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()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | FallbackCategoryProvider.java | 55 final String[] split = line.split(","); in loadFallbacks() local
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | AaptUtil.cpp | 24 Vector<String8> split(const String8& str, const char sep) { in split() function
|
/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()
|
/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
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ |
H A D | main.cpp | 69 auto split = StorageDaemon::SplitLine(line, token); in ParasConfig() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | trans_db.cpp | 47 const char *split = ""; in Insert() local 120 const char *split = ""; in Update() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/utils/ |
H A D | database_utils.cpp | 83 std::string split = (index == 0) ? "" : opt.split; in TitleToStr() local 103 std::string split = (index == 0) ? "" : opt.split; in RowToStr() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/ |
H A D | filter.rs | 44 fn split(self) -> (Self, Option<Self>) { in split() function
|
H A D | map.rs | 50 fn split(self) -> (Self, Option<Self>) { in split() function
|