Searched refs:NUM_ONE (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/ |
H A D | sem_ver.cpp | 23 const size_t NUM_ONE = 1; variable 63 if (segments.size() > NUM_ONE) { in SemVer() 64 minor = segments[NUM_ONE]; in SemVer()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_local_tid_benchmark.cpp | 35 static constexpr int NUM_ONE = 1; variable 46 return NUM_ONE; in TestFunc6() 76 return val * val + NUM_ONE; in TestFunc1()
|
/ohos5.0/base/msdp/device_status/test/fuzztest/devicestatusagent_fuzzer/ |
H A D | devicestatusagent_fuzzer.h | 38 NUM_ONE, enumerator
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_s_define.h | 57 NUM_ONE, enumerator
|
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/src/ |
H A D | device_test.cpp | 41 constexpr int32_t NUM_ONE { 1 }; variable 304 dev.keyBitmask_[INDEX_TWO] = NUM_ONE;
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/ |
H A D | device_test.cpp | 38 constexpr int32_t NUM_ONE { 1 }; variable 301 dev.keyBitmask_[INDEX_TWO] = NUM_ONE;
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/ |
H A D | satelliteclient_fuzzer.cpp | 34 NUM_ONE = 1, enumerator
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_argument.cpp | 86 …{&g_longOptions[NUM_ONE], "<file>", "configure file name.", "--conf /etc/conf/dhcp_server.conf", 0…
|
H A D | address_utils.cpp | 283 …sprintf_s(strLogMacAddr, MAD_ADDR_BUF_SIZE, "??:%02x:??:??:%02x:%02x", macAddr[NUM_ONE], macAddr[M… in ParseLogMac()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 136 constexpr static int NUM_ONE = 1; variable 356 context.info.pixelFormat == PixelFormat::YCBCR_P010) ? NUM_ONE : NUM_2; in HeapMemAlloc() 466 dWidth = (oriWidth + sampleSize_ - NUM_ONE) / sampleSize_; in HeapMemAlloc() 467 dHeight = (oriHeight + sampleSize_ - NUM_ONE) / sampleSize_; in HeapMemAlloc()
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/ |
H A D | imsclient_fuzzer.cpp | 35 NUM_ONE = 1, enumerator
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_network.c | 240 const int32_t NUM_ONE = 1; in ParseRegStatusStr() local 251 } else if (commaNum == NUM_ONE) { in ParseRegStatusStr()
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_drawing.cpp | 124 constexpr int32_t NUM_ONE { 1 }; variable 2707 … if ((static_cast<int32_t>(lastRotation) + NUM_ONE) % NUM_FOUR == static_cast<int32_t>(rotation)) { in ScreenRotateAdjustDisplayXY()
|