Searched refs:orientation (Results 1 - 7 of 7) sorted by relevance
/developtools/packing_tool/adapter/ohos/ |
H A D | AbilityInfo.java | 88 * Indicates the orientation of ability. 90 public String orientation = ""; field in AbilityInfo
|
H A D | Compressor.java | 1948 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 D | JsonUtil.java | 845 ability.orientation = getJsonString(abilityJson, "orientation"); in parseAbility()
|
/developtools/global_resource_tool/src/ |
H A D | select_compile_parse.cpp | 77 {KeyType::ORIENTATION, bind(&IsSelectableOther, keyParams, placeholders::_1, targetConfig.orientation)}, in IsSelectCompile()
|
H A D | key_parser.cpp | 84 {"orientation", [&targetConfig](const string &limitValue) { return ParseOrientation(limitValue, in ParseLimit() 85 targetConfig.orientation); }}, in ParseLimit()
|
/developtools/global_resource_tool/include/ |
H A D | resource_data.h | 306 std::vector<KeyParam> orientation; member
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 116422 int orientation; global() member [all...] |
Completed in 409 milliseconds