Home
last modified time | relevance | path

Searched refs:hasEnd (Results 1 - 20 of 20) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dline_pattern_test_ng.cpp89 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 Dget_iface_uid_stats_context.cpp48 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 Dget_iface_stats_context.cpp44 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 DEraRules.java69 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 DEraRules.java71 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 Derarules.cpp160 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 Derarules.cpp160 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 Derarules.cpp160 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 Dnode_relative_container_modifier.cpp33 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 DReservedRange.php99 public function hasEnd() function
H A DExtensionRange.php100 public function hasEnd() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
H A DEnumReservedRange.php101 public function hasEnd() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
H A DAnnotation.php187 public function hasEnd() function
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.h65 bool hasEnd; member
H A Dnode_node_relative_container.cpp68 guideline->styles[index].hasEnd = true; in OH_ArkUI_GuidelineOption_SetPositionEnd()
H A Dstyle_modifier.cpp12085 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 DViewableTaggedData.java155 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 Darkts_native_relative_container_bridge.cpp112 info.hasEnd = true; in SetGuideLine()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h1144 ArkUI_Bool hasEnd; member
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1220 ArkUI_Bool hasEnd; member

Completed in 70 milliseconds