Home
last modified time | relevance | path

Searched defs:type (Results 10801 - 10815 of 10815) sorted by relevance

1...<<431432433

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_defs.h1901 u8 type; /* Measurement Type */ member
1964 u8 type; /* Measurement Type */ member
/third_party/glfw/deps/
H A Dnuklear.h4095 unsigned int type; global() member
4124 enum nk_allocation_type type; global() member
4399 enum nk_command_type type; global() member
4817 enum nk_style_item_type type; global() member
5270 enum nk_chart_type type; global() member
5298 enum nk_panel_row_layout_type type; global() member
5327 enum nk_panel_type type; global() member
5373 enum nk_panel_type type; global() member
5561 enum nk_allocation_type type; global() member
7892 int i, j, len, type=0; nk_utf_decode() local
8064 nk_buffer_align(void *unaligned, nk_size align, nk_size *alignment, enum nk_buffer_allocation_type type) nk_buffer_align() argument
8132 nk_buffer_alloc(struct nk_buffer *b, enum nk_buffer_allocation_type type, nk_size size, nk_size align) nk_buffer_alloc() argument
8184 nk_buffer_push(struct nk_buffer *b, enum nk_buffer_allocation_type type, const void *memory, nk_size size, nk_size align) nk_buffer_push() argument
8192 nk_buffer_mark(struct nk_buffer *buffer, enum nk_buffer_allocation_type type) nk_buffer_mark() argument
8202 nk_buffer_reset(struct nk_buffer *buffer, enum nk_buffer_allocation_type type) nk_buffer_reset() argument
10990 unsigned char type,padding; global() member
11263 nk_tt_setvertex(struct nk_tt_vertex *v, nk_byte type, nk_int x, nk_int y, nk_int cx, nk_int cy) nk_tt_setvertex() argument
15555 nk_panel_get_padding(const struct nk_style *style, enum nk_panel_type type) nk_panel_get_padding() argument
15568 nk_panel_get_border(const struct nk_style *style, nk_flags flags, enum nk_panel_type type) nk_panel_get_border() argument
15584 nk_panel_get_border_color(const struct nk_style *style, enum nk_panel_type type) nk_panel_get_border_color() argument
15597 nk_panel_is_sub(enum nk_panel_type type) nk_panel_is_sub() argument
15602 nk_panel_is_nonblock(enum nk_panel_type type) nk_panel_is_nonblock() argument
16802 nk_popup_begin(struct nk_context *ctx, enum nk_popup_type type, const char *title, nk_flags flags, struct nk_rect rect) nk_popup_begin() argument
17618 nk_layout_row_calculate_usable_space(const struct nk_style *style, enum nk_panel_type type, float total_space, int columns) nk_layout_row_calculate_usable_space() argument
18350 nk_tree_state_base(struct nk_context *ctx, enum nk_tree_type type, struct nk_image *img, const char *title, enum nk_collapse_states *state) nk_tree_state_base() argument
18458 nk_tree_base(struct nk_context *ctx, enum nk_tree_type type, struct nk_image *img, const char *title, enum nk_collapse_states initial_state, const char *hash, int len, int line) nk_tree_base() argument
18480 nk_tree_state_push(struct nk_context *ctx, enum nk_tree_type type, const char *title, enum nk_collapse_states *state) nk_tree_state_push() argument
18486 nk_tree_state_image_push(struct nk_context *ctx, enum nk_tree_type type, struct nk_image img, const char *title, enum nk_collapse_states *state) nk_tree_state_image_push() argument
18511 nk_tree_push_hashed(struct nk_context *ctx, enum nk_tree_type type, const char *title, enum nk_collapse_states initial_state, const char *hash, int len, int line) nk_tree_push_hashed() argument
18518 nk_tree_image_push_hashed(struct nk_context *ctx, enum nk_tree_type type, struct nk_image img, const char *title, enum nk_collapse_states initial_state, const char *hash, int len,int seed) nk_tree_image_push_hashed() argument
18530 nk_tree_element_image_push_hashed_base(struct nk_context *ctx, enum nk_tree_type type, struct nk_image *img, const char *title, int title_len, enum nk_collapse_states *state, int *selected) nk_tree_element_image_push_hashed_base() argument
18641 nk_tree_element_base(struct nk_context *ctx, enum nk_tree_type type, struct nk_image *img, const char *title, enum nk_collapse_states initial_state, int *selected, const char *hash, int len, int line) nk_tree_element_base() argument
18663 nk_tree_element_push_hashed(struct nk_context *ctx, enum nk_tree_type type, const char *title, enum nk_collapse_states initial_state, int *selected, const char *hash, int len, int seed) nk_tree_element_push_hashed() argument
18670 nk_tree_element_image_push_hashed(struct nk_context *ctx, enum nk_tree_type type, struct nk_image img, const char *title, enum nk_collapse_states initial_state, int *selected, const char *hash, int len,int seed) nk_tree_element_image_push_hashed() argument
19693 nk_draw_symbol(struct nk_command_buffer *out, enum nk_symbol_type type, struct nk_rect content, struct nk_color background, struct nk_color foreground, float border_width, const struct nk_user_font *font) nk_draw_symbol() argument
19865 nk_draw_button_symbol(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *content, nk_flags state, const struct nk_style_button *style, enum nk_symbol_type type, const struct nk_user_font *font) nk_draw_button_symbol() argument
19944 nk_draw_button_text_symbol(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *label, const struct nk_rect *symbol, nk_flags state, const struct nk_style_button *style, const char *str, int len, enum nk_symbol_type type, const struct nk_user_font *font) nk_draw_button_text_symbol() argument
20459 nk_do_toggle(nk_flags *state, struct nk_command_buffer *out, struct nk_rect r, int *active, const char *str, int len, enum nk_toggle_type type, const struct nk_style_toggle *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_toggle() argument
22654 nk_textedit_clear_state(struct nk_text_edit *state, enum nk_text_edit_type type, nk_plugin_filter filter) nk_textedit_clear_state() argument
22915 const enum nk_text_edit_type type = (flags & NK_EDIT_MULTILINE) ? nk_do_edit() local
24032 nk_chart_begin_colored(struct nk_context *ctx, enum nk_chart_type type, struct nk_color color, struct nk_color highlight, int count, float min_value, float max_value) nk_chart_begin_colored() argument
24091 nk_chart_begin(struct nk_context *ctx, const enum nk_chart_type type, int count, float min_value, float max_value) nk_chart_begin() argument
24098 nk_chart_add_slot_colored(struct nk_context *ctx, const enum nk_chart_type type, struct nk_color color, struct nk_color highlight, int count, float min_value, float max_value) nk_chart_add_slot_colored() argument
24121 nk_chart_add_slot(struct nk_context *ctx, const enum nk_chart_type type, int count, float min_value, float max_value) nk_chart_add_slot() argument
24291 nk_plot(struct nk_context *ctx, enum nk_chart_type type, const float *values, int count, int offset) nk_plot() argument
24316 nk_plot_function(struct nk_context *ctx, enum nk_chart_type type, void *userdata, float(*value_getter)(void* user, int index), int count, int offset) nk_plot_function() argument
25109 nk_combo_begin_symbol_label(struct nk_context *ctx, const char *selected, enum nk_symbol_type type, struct nk_vec2 size) nk_combo_begin_symbol_label() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_defs.h2003 u8 type; /* Measurement Type */ member
2066 u8 type; /* Measurement Type */ member
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h158 ArkUI_CharPtr type; member
332 ArkUI_Uint32 type; member
412 ArkUI_Uint32 type; member
438 ArkUI_Int32 type; member
469 ArkUI_Int32 type; member
1277 ArkUISwiperIndicatorType type; member
1412 ArkUI_Int32 type; member
2902 ArkUI_Int32 type = -1; global() member
4846 ArkUI_Int32 type; global() member
5278 ArkUINodeAdapterEventType type; global() member
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h3033 ArkUI_Int32 type; global() member
[all...]
/third_party/glfw/deps/glad/
H A Dvulkan.h2098 VkDescriptorType type; member
3627 VkImageType type; member
3649 VkImageType type; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp921 VULKAN_HPP_NAMESPACE::AccelerationStructureTypeKHR type = member
1288 VULKAN_HPP_NAMESPACE::AccelerationStructureTypeKHR type = member
1906 VULKAN_HPP_NAMESPACE::AccelerationStructureTypeNV type = {}; global() member
2620 VULKAN_HPP_NAMESPACE::AccelerationStructureMemoryRequirementsTypeNV type = global() member
3229 VULKAN_HPP_NAMESPACE::AccelerationStructureMotionInstanceTypeNV type = global() member
17076 VULKAN_HPP_NAMESPACE::DescriptorType type = VULKAN_HPP_NAMESPACE::DescriptorType::eSampler; global() member
21287 VULKAN_HPP_NAMESPACE::DeviceMemoryReportEventTypeEXT type = global() member
37375 VULKAN_HPP_NAMESPACE::PerformanceConfigurationTypeINTEL type = global() member
37819 VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTEL type = global() member
38147 VULKAN_HPP_NAMESPACE::PerformanceValueTypeINTEL type = VULKAN_HPP_NAMESPACE::PerformanceValueTypeINTEL::eUint32; global() member
44748 VULKAN_HPP_NAMESPACE::ImageType type = VULKAN_HPP_NAMESPACE::ImageType::e1D; global() member
53813 VULKAN_HPP_NAMESPACE::ImageType type = VULKAN_HPP_NAMESPACE::ImageType::e1D; global() member
64296 VULKAN_HPP_NAMESPACE::RayTracingShaderGroupTypeKHR type = global() member
64783 VULKAN_HPP_NAMESPACE::RayTracingShaderGroupTypeKHR type = global() member
[all...]
H A Dvulkan_core.h3281 VkDescriptorType type; member
4825 VkImageType type; member
4853 VkImageType type; member
10410 VkRayTracingShaderGroupTypeKHR type; member
10472 VkAccelerationStructureTypeNV type; global() member
10506 VkAccelerationStructureMemoryRequirementsTypeNV type; global() member
11135 VkPerformanceValueTypeINTEL type; global() member
11168 VkPerformanceOverrideTypeINTEL type; global() member
11176 VkPerformanceConfigurationTypeINTEL type; global() member
12191 VkDeviceMemoryReportEventTypeEXT type; global() member
12517 VkAccelerationStructureMotionInstanceTypeNV type; global() member
13059 VkAccelerationStructureTypeKHR type; global() member
13077 VkAccelerationStructureTypeKHR type; global() member
13281 VkRayTracingShaderGroupTypeKHR type; global() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2389 VkDescriptorType type; member
3782 VkImageType type; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3545 VkDescriptorType type; member
5089 VkImageType type; member
5117 VkImageType type; member
11523 VkRayTracingShaderGroupTypeKHR type; member
11585 VkAccelerationStructureTypeNV type; global() member
11619 VkAccelerationStructureMemoryRequirementsTypeNV type; global() member
12221 VkPerformanceValueTypeINTEL type; global() member
12254 VkPerformanceOverrideTypeINTEL type; global() member
12262 VkPerformanceConfigurationTypeINTEL type; global() member
13234 VkDeviceMemoryReportEventTypeEXT type; global() member
13587 VkAccelerationStructureMotionInstanceTypeNV type; global() member
14622 VkAccelerationStructureTypeKHR type; global() member
14640 VkAccelerationStructureTypeKHR type; global() member
14844 VkRayTracingShaderGroupTypeKHR type; global() member
[all...]
/third_party/typescript/lib/
H A Dtsc.js2263 function type(_value) { } function
55362 var type = indexedAccessTypes.get(id); global() variable
63800 var type = tryGetThisTypeAt(node, true, container); global() variable
[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h3330 VkDescriptorType type; member
4874 VkImageType type; member
4902 VkImageType type; member
10570 VkRayTracingShaderGroupTypeKHR type; member
10632 VkAccelerationStructureTypeNV type; global() member
10666 VkAccelerationStructureMemoryRequirementsTypeNV type; global() member
11295 VkPerformanceValueTypeINTEL type; global() member
11328 VkPerformanceOverrideTypeINTEL type; global() member
11336 VkPerformanceConfigurationTypeINTEL type; global() member
12351 VkDeviceMemoryReportEventTypeEXT type; global() member
12677 VkAccelerationStructureMotionInstanceTypeNV type; global() member
13266 VkAccelerationStructureTypeKHR type; global() member
13284 VkAccelerationStructureTypeKHR type; global() member
13488 VkRayTracingShaderGroupTypeKHR type; global() member
[all...]
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3188 VkDescriptorType type; member
4731 VkImageType type; member
4759 VkImageType type; member
10007 VkRayTracingShaderGroupTypeKHR type; member
10069 VkAccelerationStructureTypeNV type; global() member
10103 VkAccelerationStructureMemoryRequirementsTypeNV type; global() member
10732 VkPerformanceValueTypeINTEL type; global() member
10765 VkPerformanceOverrideTypeINTEL type; global() member
10773 VkPerformanceConfigurationTypeINTEL type; global() member
11732 VkDeviceMemoryReportEventTypeEXT type; global() member
12262 VkAccelerationStructureTypeKHR type; global() member
12280 VkAccelerationStructureTypeKHR type; global() member
12484 VkRayTracingShaderGroupTypeKHR type; global() member
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h3695 VkDescriptorType type; member
5242 VkImageType type; member
5270 VkImageType type; member
13416 VkRayTracingShaderGroupTypeKHR type; member
13478 VkAccelerationStructureTypeNV type; global() member
13512 VkAccelerationStructureMemoryRequirementsTypeNV type; global() member
14119 VkPerformanceValueTypeINTEL type; global() member
14152 VkPerformanceOverrideTypeINTEL type; global() member
14160 VkPerformanceConfigurationTypeINTEL type; global() member
15435 VkDeviceMemoryReportEventTypeEXT type; global() member
15842 VkDescriptorType type; global() member
16141 VkAccelerationStructureMotionInstanceTypeNV type; global() member
17005 VkMicromapTypeEXT type; global() member
17025 VkMicromapTypeEXT type; global() member
18509 VkLayerSettingTypeEXT type; global() member
18942 VkAccelerationStructureTypeKHR type; global() member
18960 VkAccelerationStructureTypeKHR type; global() member
19165 VkRayTracingShaderGroupTypeKHR type; global() member
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c29993 etByte type; /* Conversion paradigm */ global() member
46989 sqlite3_win32_set_directory8( unsigned long type, const char *zValue ) sqlite3_win32_set_directory8() argument
47033 sqlite3_win32_set_directory16( unsigned long type, const void *zValue ) sqlite3_win32_set_directory16() argument
47055 sqlite3_win32_set_directory( unsigned long type, void *zValue ) sqlite3_win32_set_directory() argument
48496 int type; global() local
99335 u32 type; global() local
105777 sqlite3ResolveSelfReference( Parse *pParse, Table *pTab, int type, Expr *pExpr, ExprList *pList ) global() argument
116910 codeAttach( Parse *pParse, int type, FuncDef const *pFunc, Expr *pAuthArg, Expr *pFilename, Expr *pDbname, Expr *pKey ) global() argument
122584 sqlite3BeginTransaction(Parse *pParse, int type) global() argument
126279 int type; global() local
126301 int type; global() local
[all...]

Completed in 471 milliseconds

1...<<431432433