Home
last modified time | relevance | path

Searched refs:orientation (Results 1 - 7 of 7) sorted by relevance

/developtools/packing_tool/adapter/ohos/
H A DAbilityInfo.java88 * Indicates the orientation of ability.
90 public String orientation = ""; field in AbilityInfo
H A DCompressor.java1948 String orientation = thirdLevelDirectoryName.substring(thirdDelimiterIndex + 1, forthDelimiterIndex); in isThirdLevelDirectoryNameValid()
1954 if (!checkOrientation(orientation) || !checkDeviceType(deviceType)) { in isThirdLevelDirectoryNameValid()
2004 private boolean checkOrientation(String orientation) { in checkOrientation() argument
2005 if (!Pattern.compile(REGEX_ORIENTATION).matcher(orientation).matches()) { in checkOrientation()
2006 LOG.error("Compressor::compressProcess orientation " + orientation + in checkOrientation()
H A DJsonUtil.java845 ability.orientation = getJsonString(abilityJson, "orientation"); in parseAbility()
/developtools/global_resource_tool/src/
H A Dselect_compile_parse.cpp77 {KeyType::ORIENTATION, bind(&IsSelectableOther, keyParams, placeholders::_1, targetConfig.orientation)}, in IsSelectCompile()
H A Dkey_parser.cpp84 {"orientation", [&targetConfig](const string &limitValue) { return ParseOrientation(limitValue, in ParseLimit()
85 targetConfig.orientation); }}, in ParseLimit()
/developtools/global_resource_tool/include/
H A Dresource_data.h306 std::vector<KeyParam> orientation; member
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h116422 int orientation; global() member
[all...]

Completed in 409 milliseconds