/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | line_pattern_test_ng.cpp | 89 auto hasEnd = (endPoint != nullptr); in CheckPoints() local 93 if (hasEnd) { in CheckPoints() 113 if (hasEnd) { in CheckPoints() 122 if (hasStart && hasEnd) { in CheckPoints() 130 auto hasEnd = (endPoint != nullptr); in SetPoints() local 134 if (hasEnd) { in SetPoints()
|
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/context/ |
H A D | get_iface_uid_stats_context.cpp | 48 bool hasEnd = NapiUtils::HasNamedProperty(GetEnv(), ifaceInfo, END_TIME); in ParseParams() local 49 if (!(hasUid && hasIface && hasStart && hasEnd)) { in ParseParams() 51 "param error hasIface is %{public}d, hasStart is %{public}d, hasEnd is %{public}d" in ParseParams() 53 hasIface, hasStart, hasEnd, hasUid); in ParseParams()
|
H A D | get_iface_stats_context.cpp | 44 bool hasEnd = NapiUtils::HasNamedProperty(GetEnv(), params[ARG_INDEX_0], END_TIME); in ParseParams() local 45 if (!(hasIface && hasStart && hasEnd)) { in ParseParams() 46 NETMANAGER_BASE_LOGE("param error hasIface is %{public}d, hasStart is %{public}d, hasEnd is %{public}d", in ParseParams() 47 hasIface, hasStart, hasEnd); in ParseParams()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | EraRules.java | 69 boolean hasEnd = false; in getInstance() 88 hasEnd = true; in getInstance() 92 if (hasEnd) { in getInstance() 97 if (hasEnd) { in getInstance()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | EraRules.java | 71 boolean hasEnd = false; in getInstance() 90 hasEnd = true; in getInstance() 94 if (hasEnd) { in getInstance() 99 if (hasEnd) { in getInstance()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | erarules.cpp | 160 UBool hasEnd = true; in createInstance() local 184 hasEnd = true; in createInstance() 189 if (hasEnd) { in createInstance() 194 if (hasEnd) { in createInstance()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | erarules.cpp | 160 UBool hasEnd = true; in createInstance() local 184 hasEnd = true; in createInstance() 189 if (hasEnd) { in createInstance() 194 if (hasEnd) { in createInstance()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | erarules.cpp | 160 UBool hasEnd = TRUE; in createInstance() local 184 hasEnd = TRUE; in createInstance() 189 if (hasEnd) { in createInstance() 194 if (hasEnd) { in createInstance()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_relative_container_modifier.cpp | 33 if (values[i].hasStart && values[i].hasEnd) { in SetGuideLine() 39 } else if (values[i].hasEnd) { in SetGuideLine()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/ |
H A D | ReservedRange.php | 99 public function hasEnd() function
|
H A D | ExtensionRange.php | 100 public function hasEnd() function
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/ |
H A D | EnumReservedRange.php | 101 public function hasEnd() function
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/ |
H A D | Annotation.php | 187 public function hasEnd() function
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_model.h | 65 bool hasEnd; member
|
H A D | node_node_relative_container.cpp | 68 guideline->styles[index].hasEnd = true; in OH_ArkUI_GuidelineOption_SetPositionEnd()
|
H A D | style_modifier.cpp | 12085 style.hasEnd = styles->styles[i].hasEnd; in SetRelativeContainerGuideLine()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | ViewableTaggedData.java | 155 boolean hasEnd = (length & ~0xffff) == 0; in tagRange() 156 if (!hasEnd) { in tagRange() 161 if (hasEnd) { in tagRange()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_relative_container_bridge.cpp | 112 info.hasEnd = true; in SetGuideLine()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
H A D | arkoala_api.h | 1144 ArkUI_Bool hasEnd; member
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1220 ArkUI_Bool hasEnd; member
|