Home
last modified time | relevance | path

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

12345

/aosp14/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
H A DAbi.cpp21 namespace split { namespace
H A DRule.cpp23 namespace split { namespace
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/io/
H A Dmod.rs25 mod split; module
/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
H A Dvec.rs26 fn split(mut self) -> (Self, Option<Self>) { in split() method
H A Dmod.rs37 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 Dmod.rs20 mod split; module
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DApkChecksums.java317 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 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
/aosp14/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/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
/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()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DFallbackCategoryProvider.java55 final String[] split = line.split(","); in loadFallbacks() local
/aosp14/frameworks/base/tools/aapt/
H A DAaptUtil.cpp24 Vector<String8> split(const String8& str, const char sep) { in split() function
/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()
/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
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/
H A Dmain.cpp69 auto split = StorageDaemon::SplitLine(line, token); in ParasConfig() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtrans_db.cpp47 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 Ddatabase_utils.cpp83 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 Dfilter.rs44 fn split(self) -> (Self, Option<Self>) { in split() function
H A Dmap.rs50 fn split(self) -> (Self, Option<Self>) { in split() function

12345