Home
last modified time | relevance | path

Searched defs:count (Results 2651 - 2675 of 5554) sorted by relevance

1...<<101102103104105106107108109110>>...223

/third_party/vulkan-loader/tests/
H A Dloader_settings_tests.cpp1308 uint32_t count = 0; in TEST() local
1337 uint32_t count = 0; in TEST() local
1367 uint32_t count = 0; TEST() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dacs.c333 unsigned count = 0; in acs_survey_chan_interference_factor() local
H A Dwpa_auth_ie.c31 u8 *pos, *count; in wpa_write_wpa_ie() local
96 u8 *pos, *count; in wpa_write_rsn_ie() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_helpers.c215 int count = timeout; in wait_ip_addr() local
/third_party/skia/third_party/externals/angle2/src/common/
H A Dstring_utils.cpp267 int count = 0; in ReplaceAllSubstrings() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dcopyvertex.inc.h16 inline void CopyNativeVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output) in CopyNativeVertexData() argument
64 Copy8SintTo16SintVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output) Copy8SintTo16SintVertexData() argument
96 Copy8SnormTo16SnormVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output) Copy8SnormTo16SnormVertexData() argument
137 Copy32FixedTo32FVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output) Copy32FixedTo32FVertexData() argument
185 CopyToFloatVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output) CopyToFloatVertexData() argument
250 Copy32FTo16FVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output) Copy32FTo16FVertexData() argument
273 CopyXYZ32FToXYZ9E5(const uint8_t *input, size_t stride, size_t count, uint8_t *output) CopyXYZ32FToXYZ9E5() argument
284 CopyXYZ32FToX11Y11B10F(const uint8_t *input, size_t stride, size_t count, uint8_t *output) CopyXYZ32FToX11Y11B10F() argument
483 CopyXYZ10W2ToXYZWFloatVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output) CopyXYZ10W2ToXYZWFloatVertexData() argument
516 CopyXYZ10ToXYZWFloatVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output) CopyXYZ10ToXYZWFloatVertexData() argument
548 CopyW2XYZ10ToXYZWFloatVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output) CopyW2XYZ10ToXYZWFloatVertexData() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBufferGL.cpp243 getIndexRange(const gl::Context *context, gl::DrawElementsType type, size_t offset, size_t count, bool primitiveRestartEnabled, gl::IndexRange *outRange) getIndexRange() argument
/third_party/zlib/contrib/puff/
H A Dpuff.c207 short *count; /* number of symbols of each length */ member
240 int count; /* number of codes of length len */ in decode() local
268 int count; /* numbe in decode() local
[all...]
/third_party/zlib/examples/
H A Denough.c261 local big_t count(int syms, int left, int len) { in count() function
/third_party/zlib/test/
H A Dinfcover.c71 local void *mem_alloc(void *mem, unsigned count, unsigned size) in mem_alloc() argument
202 int count = 0; in mem_done() local
/foundation/ability/idl_tool/util/
H A Dstring.cpp384 size_t count = strlen(string); in StartsWith() local
402 int count = other.GetLength(); in StartsWith() local
420 size_t count = strlen(string); in EndsWith() local
439 int count = other.GetLength(); EndsWith() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list.cpp406 int32_t count = 0; in GetMissionCountByUid() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_impl_test.cpp1238 int count = result.size(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.cpp106 int32_t count = 0; in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drender_loading_progress.cpp221 int32_t count = 0; UpdateCometParams() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dclick_recognizer.cpp83 ClickRecognizer::ClickRecognizer(int32_t fingers, int32_t count, double distanceThreshold) in ClickRecognizer() argument
410 int32_t count = 0; in ComputeFocusPoint() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp80 size_t count = 0; in GetRepeat() local
222 double count = 0; in ParseArgsWithAutoFill() local
326 auto count = StringUtils::StringToInt(matches[1].str()); regex_match() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_lanes_layout_algorithm.cpp239 int32_t count = hasGroup ? cacheCount : cacheCount * lanes_; in SetCacheCount() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gesture_ffi.cpp223 void FfiOHOSAceFrameworkTapGestureCreate(int32_t count, int32_t fingers) in FfiOHOSAceFrameworkTapGestureCreate() argument
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp277 RecordForEachItemsCount( int32_t count, std::unordered_map<int32_t, PerformanceCheckNode>& foreachNodeMap, const CodeInfo& codeInfo) RecordForEachItemsCount() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_timer_bridge.cpp325 double count = TIME_DEFAULT_COUNT; in SetTextTimerOptions() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.cpp107 size_t count = 0; in GetLineCount() local
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_source_info.cpp147 int32_t count = 0; in ImageSourceInfo() local
178 int32_t count = 0; in ImageSourceInfo() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager_rdb.cpp193 int32_t count; in GetAppInstallControlRule() local
325 int32_t count; in GetAppRunningControlRule() local
367 int32_t count; in GetAppRunningControlRule() local
484 int32_t count; in GetDisposedStatus() local
645 int32_t count; GetDisposedRule() local
687 int32_t count; GetAbilityRunningControlRule() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/event_bubble/
H A Devent_bubble_tdd_test.cpp1337 uint32_t count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); EventBubbleTest013() local
1359 uint32_t count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); EventBubbleTest014() local
1381 uint32_t count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); EventBubbleTest015() local
1406 uint32_t count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); EventBubbleTest016() local
[all...]

Completed in 28 milliseconds

1...<<101102103104105106107108109110>>...223