Home
last modified time | relevance | path

Searched defs:size (Results 6651 - 6675 of 15501) sorted by relevance

1...<<261262263264265266267268269270>>...621

/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeThreadSafeRingBuffer.hpp70 ThreadSafeRingBuffer<T>::ThreadSafeRingBuffer (size_t size) in ThreadSafeRingBuffer() argument
/third_party/vk-gl-cts/framework/delibs/dethread/
H A DdeAtomic.h202 DE_INLINE size_t deAtomicIncrementUSize (volatile size_t* size) in deAtomicIncrementUSize() argument
218 DE_INLINE size_t deAtomicDecrementUSize (volatile size_t* size) in deAtomicDecrementUSize() argument
/third_party/vk-gl-cts/framework/egl/
H A DegluNativeWindow.cpp62 void NativeWindow::setSurfaceSize (tcu::IVec2 size) in setSurfaceSize() argument
/third_party/vk-gl-cts/framework/opengl/
H A DgluStrUtil.hpp43 const deUint32 size; member in glu::detail::EnumPointerFmt
53 const deUint32 size; member in glu::detail::BooleanPointerFmt
80 inline detail::EnumPointerFmt getEnumPointerStr (const deUint32* value, deInt32 size, detail::EnumPointerFmt::GetEnumNameFunc getName) in getEnumPointerStr() argument
85 inline detail::BooleanPointerFmt getBooleanPointerStr (const deUint8* value, deInt32 size) in getBooleanPointerStr() argument
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp48 rr::VertexAttribType mapGLFloatVertexAttributeType (deUint32 type, bool normalizedInteger, int size, glu::ContextType ctxType) in mapGLFloatVertexAttributeType() argument
130 int mapGLSize (int size) in mapGLSize() argument
/third_party/vulkan-loader/loader/
H A Dallocation.c34 void *loader_alloc(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope allocation_scope) { argument
51 void *loader_calloc(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope allocation_scope) { argument
85 loader_realloc(const VkAllocationCallbacks *pAllocator, void *pMemory, size_t orig_size, size_t size, VkSystemAllocationScope allocation_scope) global() argument
105 loader_instance_heap_alloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) global() argument
109 loader_instance_heap_calloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) global() argument
116 loader_instance_heap_realloc(const struct loader_instance *inst, void *pMemory, size_t orig_size, size_t size, VkSystemAllocationScope allocation_scope) global() argument
121 loader_device_heap_alloc(const struct loader_device *dev, size_t size, VkSystemAllocationScope allocation_scope) global() argument
125 loader_device_heap_calloc(const struct loader_device *dev, size_t size, VkSystemAllocationScope allocation_scope) global() argument
132 loader_device_heap_realloc(const struct loader_device *dev, void *pMemory, size_t orig_size, size_t size, VkSystemAllocationScope allocation_scope) global() argument
137 loader_alloc_with_instance_fallback(const VkAllocationCallbacks *pAllocator, const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) global() argument
142 loader_calloc_with_instance_fallback(const VkAllocationCallbacks *pAllocator, const struct loader_instance *instance, size_t size, VkSystemAllocationScope allocation_scope) global() argument
152 loader_realloc_with_instance_fallback(const VkAllocationCallbacks *pAllocator, const struct loader_instance *instance, void *pMemory, size_t orig_size, size_t size, VkSystemAllocationScope allocation_scope) global() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DInfoSink.h112 int size() { return static_cast<int>(isBinary() ? binarySink.size() : sink.size()); } in size() function in sh::TInfoSinkBase
/third_party/zlib/contrib/puff/
H A Dpufftest.c37 local size_t bythirds(size_t size) in bythirds() argument
62 size_t size; in load() local
[all...]
/third_party/zlib/examples/
H A Dfitblk.c130 unsigned size; /* requested fixed output block size */ main() local
[all...]
/vendor/hisilicon/hispark_pegasus/demo/easy_wifi_demo/src/
H A Dwifi_connecter.c61 static void OnWifiScanStateChanged(int state, int size) in OnWifiScanStateChanged() argument
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Dwifi_connecter.c53 static void OnWifiScanStateChanged(int state, int size) in OnWifiScanStateChanged() argument
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/play/
H A Dwifi_connecter.c61 static void OnWifiScanStateChanged(int state, int size) in OnWifiScanStateChanged() argument
/vendor/hisilicon/hispark_pegasus/demo/udp_demo/
H A Dwifi_sta_connect.c89 static void OnWifiScanStateChanged(int state, int size) in OnWifiScanStateChanged() argument
/applications/sample/camera/launcher/launcher/src/main/cpp/
H A Dapp_manage.cpp154 void AppManage::SetViewGroup(funcClick click, funcLongPress press, ViewGroupPage* viewPage[MAX_VIEWGROUP], int size) in SetViewGroup() argument
/applications/standard/contacts_data/ability/common/utils/src/
H A Dmerge_utils.cpp67 unsigned int size = rawIds.size(); in QueryDataExecute() local
164 unsigned int size = types.size(); in AddHasJudgeForRawId() local
/applications/standard/contacts_data/ability/merge/src/
H A Dcandidate_status.cpp56 unsigned int size = nameIds.size(); in QueryAllForMerge() local
211 unsigned int size = ids.size(); in JudgeDataDifferent() local
/applications/standard/contacts_data/test/unittest/src/
H A Dbase_test.cpp79 int size = columnNames.size(); in CheckResultSet() local
144 int size = columnNames.size(); in CheckResultSetList() local
/base/account/os_account/test/fuzztest/osaccount/createosaccount_fuzzer/
H A Dcreateosaccount_fuzzer.cpp53 bool CreateOsAccountWithShortNameFuzzTest(const uint8_t* data, size_t size) in CreateOsAccountWithShortNameFuzzTest() argument
83 bool CreateOsAccountFuzzTest(const uint8_t* data, size_t size) in CreateOsAccountFuzzTest() argument
100 bool CreateOsAccountForDomainFuzzTest(const uint8_t* data, size_t size) in CreateOsAccountForDomainFuzzTest() argument
119 bool UpdateOsAccountWithFullInfoFuzzTest(const uint8_t* data, size_t size) in UpdateOsAccountWithFullInfoFuzzTest() argument
139 CreateOsAccountWithFullInfoFuzzTest(const uint8_t* data, size_t size) CreateOsAccountWithFullInfoFuzzTest() argument
159 CovWithoutParamFunctionFuzzTest(const uint8_t* data, size_t size) CovWithoutParamFunctionFuzzTest() argument
174 CheckOsAccountConstraintEnabledFuzzTest(const uint8_t* data, size_t size) CheckOsAccountConstraintEnabledFuzzTest() argument
189 LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/base/customization/enterprise_device_management/interfaces/inner_api/application_manager/src/
H A Dapplication_manager_proxy.cpp94 int32_t size = reply.ReadInt32(); in GetDisallowedRunningBundles() local
/base/customization/enterprise_device_management/interfaces/inner_api/usb_manager/src/
H A Dusb_manager_proxy.cpp136 uint32_t size = reply.ReadUint32(); in GetAllowedUsbDevices() local
195 size_t size in AddOrRemoveDisallowedUsbDevices() local
251 uint32_t size = reply.ReadUint32(); GetDisallowedUsbDevices() local
[all...]
/base/hiviewdfx/hiview_lite/
H A Dhiview_file.c40 boolean InitHiviewFile(HiviewFile *fp, HiviewFileType type, uint32 size) in InitHiviewFile() argument
258 uint32 size = fp->configSize; in ProcFile() local
/base/inputmethod/imf/frameworks/cj/include/
H A Dinput_method_ffi_structs.h48 int64_t size; member
54 int64_t size; member
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/parse/
H A Dmeminfo_data.h54 uint64_t size = 0; member
75 uint64_t size = 0; member
88 int size = 0; member
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H A Dbbox_detector_unit_test.cpp48 void GenerateFile(const std::string &path, unsigned int size) in GenerateFile() argument
/base/hiviewdfx/hiview/utility/common_utils/
H A Dlog_parse.cpp159 size_t size = multiPart.size(); in GetValidBlock() local
[all...]

Completed in 14 milliseconds

1...<<261262263264265266267268269270>>...621