Home
last modified time | relevance | path

Searched defs:second (Results 301 - 325 of 406) sorted by relevance

1...<<11121314151617

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dhex_float.h195 bool operator==(const FloatProxy<T>& first, const FloatProxy<T>& second) { in operator ==() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducal.cpp445 ucal_setDateTime( UCalendar* cal, int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode *status) ucal_setDateTime() argument
/third_party/skia/tests/
H A DBlurTest.cpp297 static bool match(int* first, int* second, int count, int tol) { in match() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-algs.hh493 T2 second; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp4191 StrT second; global() member
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dextension_set.h631 Extension second; member
H A Dmap.h279 T second; member
[all...]
/third_party/python/Lib/test/
H A Dtest_contextlib.py1045 def second(): function
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.h686 int second; // second of minute [0:59] member
/third_party/skia/third_party/etc1/
H A Detc1.cpp175 decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, etc1_uint32 low, bool second, bool flipped) decode_subblock() argument
255 etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask, etc1_byte* pColors, bool flipped, bool second) etc_average_colors_subblock() argument
343 etc_encode_subblock_helper(const etc1_byte* pIn, etc1_uint32 inMask, etc_compressed* pCompressed, bool flipped, bool second, const etc1_byte* pBaseColors, const int* pModifierTable) etc_encode_subblock_helper() argument
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp358 sk_sp<SkPathEffect> second = make_fuzz_patheffect(fuzz, depth - 1); in make_fuzz_patheffect() local
363 sk_sp<SkPathEffect> second = make_fuzz_patheffect(fuzz, depth - 1); in make_fuzz_patheffect() local
687 sk_sp<SkImageFilter> second = make_fuzz_imageFilter(fuzz, depth - 1); in make_fuzz_imageFilter() local
/third_party/spirv-tools/source/util/
H A Dhex_float.h195 bool operator==(const FloatProxy<T>& first, const FloatProxy<T>& second) { in operator ==() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboUtil.hpp74 T2 second; member
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1060 NotificationCompare( const std::shared_ptr<NotificationRecord> &first, const std::shared_ptr<NotificationRecord> &second) NotificationCompare() argument
1510 SortNotificationsByLevelAndTime( const std::shared_ptr<NotificationRecord> &first, const std::shared_ptr<NotificationRecord> &second) SortNotificationsByLevelAndTime() argument
[all...]
H A Dadvanced_notification_utils.cpp97 SortNotificationsByLevelAndTime( const std::shared_ptr<NotificationRecord> &first, const std::shared_ptr<NotificationRecord> &second) SortNotificationsByLevelAndTime() argument
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dmbedtls_pkcs7.c308 static int32_t CompareX509String(const mbedtls_x509_buf *first, const mbedtls_x509_buf *second) in CompareX509String() argument
334 static int32_t CompareX509NameList(const mbedtls_x509_name *first, const mbedtls_x509_name *second) in CompareX509NameList() argument
[all...]
/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp142 time_t second = time(0); in OnStart() local
164 time_t second = time(0); in OnStop() local
/base/time/time_service/services/
H A Dtime_system_ability.cpp1056 auto second = std::chrono::duration_cast<std::chrono::seconds>(nsec); in SetAutoReboot() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp612 JSRef<JSVal> second = secondFunc->Call(timeObj); in ParseTime() local
889 auto second = selectedJson->GetValue("second"); in GetDateObj() local
1316 JSRef<JSVal> second = secondFunc->Call(timeObj); ParseTime() local
1443 std::string second = secondValue->ToString(); DateTimeOptions() local
1583 JSRef<JSVal> second = secondFunc->Call(timeObj); ParseTime() local
1896 JSRef<JSVal> second = secondFunc->Call(timeObj); ParseTime() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.cpp929 auto second = *iter; GetSecondNode() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp669 float second = 0.0; in Unmarshalling() local
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp1163 double second = 0.0; in IsValidGpsData() local
1192 int32_t second = static_cast<int32_t>(secondDouble * GPS_DIGIT_NUMBER); in ConvertGpsDataToRationals() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp1538 double second = 0.0; in ValidLatLong() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp479 bool DBCommon::CaseInsensitiveCompare(const std::string &first, const std::string &second) in CaseInsensitiveCompare() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp63 bool CompareVector(const std::vector<uint8_t>& first, const std::vector<uint8_t>& second) in CompareVector() argument
[all...]

Completed in 57 milliseconds

1...<<11121314151617