/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmp_mib2_udp.c | 95 udp_endpointTable_get_cell_value_core(const u32_t* column, union snmp_variant_value* value) in udp_endpointTable_get_cell_value_core() argument 98 switch (*column) { in udp_endpointTable_get_cell_value_core() 110 udp_endpointTable_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union… in udp_endpointTable_get_cell_value() argument 147 return udp_endpointTable_get_cell_value_core(column, value); in udp_endpointTable_get_cell_value() 197 return udp_endpointTable_get_cell_value_core(column, value); in udp_endpointTable_get_next_cell_instance_and_value() 218 udp_Table_get_cell_value_core(struct udp_pcb *pcb, const u32_t* column, union snmp_variant_value* v… in udp_Table_get_cell_value_core() argument 222 switch (*column) { in udp_Table_get_cell_value_core() 239 udp_Table_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union snmp_va… in udp_Table_get_cell_value() argument 260 return udp_Table_get_cell_value_core(pcb, column, value, value_len); in udp_Table_get_cell_value() 271 udp_Table_get_next_cell_instance_and_value(const u32_t* column, struct snmp_obj_id* row_oid, union … in udp_Table_get_next_cell_instance_and_value() argument [all …]
|
A D | snmp_mib2_tcp.c | 163 switch (*column) { in tcp_ConnTable_get_cell_value_core() 229 return tcp_ConnTable_get_cell_value_core(pcb, column, value, value_len); in tcp_ConnTable_get_cell_value() 235 return tcp_ConnTable_get_cell_value_core(pcb, column, value, value_len); in tcp_ConnTable_get_cell_value() 293 …return tcp_ConnTable_get_cell_value_core((struct tcp_pcb*)state.reference, column, value, value_le… in tcp_ConnTable_get_next_cell_instance_and_value() 308 switch (*column) { in tcp_ConnectionTable_get_cell_value_core() 356 return tcp_ConnectionTable_get_cell_value_core(column, pcb, value); in tcp_ConnectionTable_get_cell_value() 407 return tcp_ConnectionTable_get_cell_value_core(column, (struct tcp_pcb*)state.reference, value); in tcp_ConnectionTable_get_next_cell_instance_and_value() 417 tcp_ListenerTable_get_cell_value_core(const u32_t* column, union snmp_variant_value* value) in tcp_ListenerTable_get_cell_value_core() argument 420 switch (*column) { in tcp_ListenerTable_get_cell_value_core() 453 return tcp_ListenerTable_get_cell_value_core(column, value); in tcp_ListenerTable_get_cell_value() [all …]
|
A D | snmp_mib2_ip.c | 210 ip_AddrTable_get_cell_value_core(struct netif *netif, const u32_t* column, union snmp_variant_value… in ip_AddrTable_get_cell_value_core() argument 214 switch (*column) { in ip_AddrTable_get_cell_value_core() 269 return ip_AddrTable_get_cell_value_core(netif, column, value, value_len); in ip_AddrTable_get_cell_value() 305 … return ip_AddrTable_get_cell_value_core((struct netif*)state.reference, column, value, value_len); in ip_AddrTable_get_next_cell_instance_and_value() 325 switch (*column) { in ip_RouteTable_get_cell_value_core() 418 return ip_RouteTable_get_cell_value_core(netif_default, 1, column, value, value_len); in ip_RouteTable_get_cell_value() 429 return ip_RouteTable_get_cell_value_core(netif, 0, column, value, value_len); in ip_RouteTable_get_cell_value() 477 …cell_value_core((struct netif*)state.reference, ip4_addr_isany_val(dst), column, value, value_len); in ip_RouteTable_get_next_cell_instance_and_value() 506 switch (*column) { in ip_NetToMediaTable_get_cell_value_core() 552 return ip_NetToMediaTable_get_cell_value_core(i, column, value, value_len); in ip_NetToMediaTable_get_cell_value() [all …]
|
A D | snmp_table.c | 93 u32_t column = 0; in snmp_table_get_next_instance() local 104 column = instance->instance_oid.id[1]; in snmp_table_get_next_instance() 123 if (col_def->index == column) { in snmp_table_get_next_instance() 126 …} else if ((col_def->index > column) && ((next_col_def == NULL) || (col_def->index < next_col_def-… in snmp_table_get_next_instance() 151 column = next_col_def->index + 1; in snmp_table_get_next_instance() 232 u32_t column = 0; in snmp_table_simple_get_next_instance() local 243 column = instance->instance_oid.id[1]; in snmp_table_simple_get_next_instance() 258 if (col_def->index == column) { in snmp_table_simple_get_next_instance() 261 } else if ((col_def->index > column) && ((next_col_def == NULL) || in snmp_table_simple_get_next_instance() 285 column = next_col_def->index + 1; in snmp_table_simple_get_next_instance()
|
A D | snmp_mib2_interfaces.c | 96 interfaces_Table_get_cell_instance(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, str… in interfaces_Table_get_cell_instance() argument 101 LWIP_UNUSED_ARG(column); in interfaces_Table_get_cell_instance() 127 interfaces_Table_get_next_cell_instance(const u32_t* column, struct snmp_obj_id* row_oid, struct sn… in interfaces_Table_get_next_cell_instance() argument 133 LWIP_UNUSED_ARG(column); in interfaces_Table_get_next_cell_instance()
|
/AliOS-Things-master/components/freetype/src/tools/docmaker/ |
A D | sources.py | 39 def __init__( self, id, start, column, end ): argument 43 self.column = re.compile( column, re.VERBOSE ) 66 column = r''' variable 74 re_source_block_format1 = SourceBlockFormat( 1, start, column, start ) 95 column = r''' variable 106 re_source_block_format2 = SourceBlockFormat( 2, start, column, end ) 256 m = self.format.column.match( line0 ) 344 elif self.format.column.match( line ):
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testdrawchessboard.c | 34 int row = 0,column = 0,x = 0; in DrawChessBoard() local 42 column = row%2; in DrawChessBoard() 43 x = column; in DrawChessBoard() 44 for( ; column < 4+(row%2); column++) in DrawChessBoard()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/ |
A D | snmp_table.h | 65 …snmp_err_t (*get_cell_instance)(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, struc… 66 …snmp_err_t (*get_next_cell_instance)(const u32_t* column, struct snmp_obj_id* row_oid, struct snmp… 111 …snmp_err_t (*get_cell_value)(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union sn… 112 …snmp_err_t (*get_next_cell_instance_and_value)(const u32_t* column, struct snmp_obj_id* row_oid, u…
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/apps/ |
A D | snmp_table.h | 65 …snmp_err_t (*get_cell_instance)(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, struc… 66 …snmp_err_t (*get_next_cell_instance)(const u32_t* column, struct snmp_obj_id* row_oid, struct snmp… 111 …snmp_err_t (*get_cell_value)(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union sn… 112 …snmp_err_t (*get_next_cell_instance_and_value)(const u32_t* column, struct snmp_obj_id* row_oid, u…
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftlcdfil.c | 103 FT_Byte* column = bitmap->buffer; in _ft_lcd_filter_fir() local 107 for ( ; width > 0; width--, column++ ) in _ft_lcd_filter_fir() 109 FT_Byte* col = column; in _ft_lcd_filter_fir() 228 FT_Byte* column = bitmap->buffer; in _ft_lcd_filter_legacy() local 231 for ( ; width > 0; width--, column++ ) in _ft_lcd_filter_legacy() 233 FT_Byte* col = column; in _ft_lcd_filter_legacy()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | gen-cpydiff.py | 156 for column in contents: 158 for entry in column: 172 row = [column[i] for column in contents]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/jansson/ |
A D | jansson_private.h | 77 void jsonp_error_set(json_error_t *error, int line, int column, 79 void jsonp_error_vset(json_error_t *error, int line, int column,
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | lexer.c | 138 lex->column = 1; in next_char() 141 lex->column = (((lex->column - 1 + TAB_SIZE) / TAB_SIZE) * TAB_SIZE) + 1; in next_char() 144 ++lex->column; in next_char() 562 lex->tok_column = lex->column; in mp_lexer_to_next() 575 size_t num_spaces = lex->column - 1; in mp_lexer_to_next() 818 lex->column = (size_t)-2; // account for 3 dummy bytes in mp_lexer_new()
|
A D | lexer.h | 170 size_t column; // current source column member
|
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/linkIot/ |
A D | linkIot.acss | 3 flex-direction: column;
|
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/netCfg/ |
A D | netCfg.axml | 60 <picker-view-column> 62 </picker-view-column>
|
A D | netCfg.acss | 19 flex-direction: column;
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_reader.cpp | 763 int& column) const { in getLocationLineAndColumn() 780 column = int(location - lastLineStart) + 1; in getLocationLineAndColumn() 785 int line, column; in getLocationLineAndColumn() local 786 getLocationLineAndColumn(location, line, column); in getLocationLineAndColumn() 788 jsoncpp_snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column); in getLocationLineAndColumn() 970 int& column) const; 1810 int& column) const { in getLocationLineAndColumn() 1827 column = int(location - lastLineStart) + 1; in getLocationLineAndColumn() 1832 int line, column; in getLocationLineAndColumn() local 1833 getLocationLineAndColumn(location, line, column); in getLocationLineAndColumn() [all …]
|
/AliOS-Things-master/components/freetype/src/winfonts/ |
A D | winfnt.c | 1031 FT_Byte* column; in FNT_Load_Glyph() local 1051 column = (FT_Byte*)bitmap->buffer; in FNT_Load_Glyph() 1053 for ( ; pitch > 0; pitch--, column++ ) in FNT_Load_Glyph() 1058 for ( write = column; p < limit; p++, write += bitmap->pitch ) in FNT_Load_Glyph()
|
/AliOS-Things-master/documentation/doxygen/style/ |
A D | doxygen-custom.css | 57 -moz-column-gap: 1em; 58 -webkit-column-gap: 1em; 59 column-gap: 1em; 60 -moz-column-count: 3; 61 -webkit-column-count: 3; 62 column-count: 3; 169 column-count:1 185 column-count:2 191 column-count:3
|
/AliOS-Things-master/components/jsoncpp/include/json/ |
A D | reader.h | 221 int& column) const;
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | doxygen.css | 34 -moz-column-gap: 1em; 35 -webkit-column-gap: 1em; 36 -moz-column-count: 3; 37 -webkit-column-count: 3;
|
/AliOS-Things-master/hardware/chip/rtl872xd/tools/AmebaZ/Image_Tool/ |
A D | ChangeLog.txt | 33 (2) Enable datagridview column auto-size function.
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/write_flash_gui/ |
A D | ChangeLog.txt | 33 (2) Enable datagridview column auto-size function.
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiff2ps.c | 832 int row, int column, in exportMaskedImage() argument 872 xtran = -1.0 * column * (pagewidth - overlap); in exportMaskedImage() 878 xtran = -1.0 * column * (pagewidth - overlap); in exportMaskedImage() 888 xtran = -1.0 * column * splitwidth; in exportMaskedImage() 919 xtran = -1.0 * column * (pageheight - overlap); in exportMaskedImage() 930 xtran = -1.0 * column * (pageheight - overlap); in exportMaskedImage() 940 xtran = -1.0 * column * splitwidth; in exportMaskedImage()
|