Home
last modified time | relevance | path

Searched defs:column (Results 1 - 25 of 380) sorted by relevance

12345678910>>...16

/third_party/mesa3d/src/glx/
H A Dsinglepix.c37 __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) __indirect_glGetSeparableFilter() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DLocation.hpp37 int column = 0; // 1 based. 0 represents no particular column. member
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormatParseLocation.java52 static TextFormatParseLocation create(int line, int column) { in create() argument
64 private final int column; global() field in TextFormatParseLocation
66 TextFormatParseLocation(int line, int column) TextFormatParseLocation() argument
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_onmeasure_test.cpp68 auto column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in CreateNativeNode() local
H A Dcustomcomponent_onappear_test.cpp67 auto column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in CreateNativeNode() local
H A Dcustomcomponent_ondraw_test.cpp82 auto column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in CreateNativeNode() local
H A Dcustomcomponent_onlayout_test.cpp69 auto column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in CreateNativeNode() local
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/customproperty/
H A Dcustom_property_test.cpp44 ArkUI_NodeHandle column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in testAddCustomProperty001() local
92 ArkUI_NodeHandle column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in testRemoveCustomProperty002() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customproperty/
H A Dcustom_property_test.cpp44 ArkUI_NodeHandle column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in testAddCustomProperty001() local
92 ArkUI_NodeHandle column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in testRemoveCustomProperty002() local
[all...]
/third_party/lwip/src/apps/snmp/
H A Dsnmp_table.c93 u32_t column = 0; in snmp_table_get_next_instance() local
232 u32_t column = 0; snmp_table_simple_get_next_instance() local
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DAssignment.java83 public abstract Column<T> column(); column() method in Assignment
[all...]
H A DRangeException.java39 RangeException(Column<?> column, in RangeException() argument
30 checkDisjoint( Column<T> column, T value, RangeTree existing, RangeTree ranges, OverwriteMode mode) checkDisjoint() argument
48 explain( Column<?> column, @Nullable Object value, RangeTree existing, RangeTree ranges, RangeTree intersection, OverwriteMode mode) explain() argument
/base/accesscontrol/sandbox_manager/services/common/database/src/
H A Dstatement.cpp139 VariantValue Statement::GetValue(const int32_t column, const bool flagInt64) const in GetValue() argument
[all...]
/base/security/access_token/services/common/database/src/
H A Dstatement.cpp125 VariantValue Statement::GetValue(const int32_t column, const bool flagInt64) const in GetValue() argument
[all...]
/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/
H A Daccess_token_db_util.cpp46 bool AccessTokenDbUtil::IsColumnStringType(const std::string& column) in IsColumnStringType() argument
62 std::string column = columnNames[i]; in ToRdbValueBucket() local
91 std::string column = columnNames[i]; in ToRdbPredicates() local
[all...]
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_settings_rdb_helper.cpp98 int32_t CellularDataSettingsRdbHelper::GetValue(Uri &uri, const std::string &column, int32_t &value) in GetValue() argument
130 int32_t CellularDataSettingsRdbHelper::PutValue(Uri &uri, const std::string &column, int value) in PutValue() argument
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/system/
H A Dsystem_ColorFontChange_test.cpp26 ArkUI_NodeHandle column = nodeAPI -> createNode(ARKUI_NODE_COLUMN); in testRegisterSystemColorModeChangeEvent_001() local
81 ArkUI_NodeHandle column = nodeAPI -> createNode(ARKUI_NODE_COLUMN); in testUnregisterSystemColorModeChangeEvent_002() local
131 ArkUI_NodeHandle column = nodeAPI -> createNode(ARKUI_NODE_COLUMN); in testRegisterSystemFontStyleChangeEvent_003() local
173 ArkUI_NodeHandle column = nodeAPI -> createNode(ARKUI_NODE_COLUMN); testUnregisterSystemFontStyleChangeEvent_004() local
218 ArkUI_NodeHandle column = nodeAPI -> createNode(ARKUI_NODE_COLUMN); testSystemFontStyleEvent_GetFontSizeScale_005() local
257 ArkUI_NodeHandle column = nodeAPI -> createNode(ARKUI_NODE_COLUMN); testSystemFontStyleEvent_GetFontWeightScale_006() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/
H A Dtextinput_onsubmit_test.cpp89 auto column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in CreateNativeNode() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonevent/
H A Dcommonevent_onappear_test.cpp65 auto column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in CreateNativeNode() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/
H A Dscroll_onappear_test.cpp67 auto column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in CreateNativeNode() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/toggle/
H A Dtoggle_onchange_test.cpp76 auto column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in CreateNativeNode() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/slider/
H A Dslider_onchange_test.cpp72 auto column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in CreateNativeNode() local
/third_party/elfutils/tests/
H A Dget-lines.c126 int column; in main() local
H A Dnext-lines.c104 int column; in main() local
/third_party/elfutils/libdw/
H A Ddwarf_getsrc_file.c43 dwarf_getsrc_file (Dwarf *dbg, const char *fname, int lineno, int column, in dwarf_getsrc_file() argument
[all...]

Completed in 8 milliseconds

12345678910>>...16