Home
last modified time | relevance | path

Searched defs:column (Results 26 - 50 of 508) sorted by relevance

12345678910>>...21

/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
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map_operator.h70 bool TranslateUrlPositionBySourceMap(std::string& url, int& line, int& column) in TranslateUrlPositionBySourceMap() argument
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_multitext_component.cpp42 auto column = GetColumn(std::to_string(index)); in OnColumnsBuilding() local
73 auto column = GetColumn(changeColumnTag); in GetSelectedObject() local
122 auto column = GetColumn(std::to_string(index)); OnSelectedSaving() local
156 auto column = AceType::MakeRefPtr<PickerColumnComponent>(); OnColumnsCreating() local
170 auto column = GetColumn("0"); HandleRangeChange() local
191 auto column = GetColumn("0"); HandleSelectedChange() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Dalert_dialog_component.cpp71 auto column = AceType::MakeRefPtr<ColumnComponent>(FlexAlign::FLEX_START, FlexAlign::CENTER, columnChildren); in BuildChild() local
94 void AlertDialogComponent::BuildActions(const RefPtr<ThemeManager>& themeManager, const RefPtr<ColumnComponent>& column) in BuildActions() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dshape_modifier.cpp56 int32_t column = 0; in ResetShapeMesh() local
42 SetShapeMesh(ArkUINodeHandle node, const ArkUI_Float32* mesh, ArkUI_Uint32 arrayItemCount, ArkUI_Int32 column, ArkUI_Int32 row) SetShapeMesh() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dmatrix44.cpp71 void Matrix44::SetCol(int column, scalar x, scalar y, scalar z, scalar w) in SetCol() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshared_block_serializer_info.cpp69 int SharedBlockSerializerInfo::PutLong(int row, int column, sqlite3_int64 value) in PutLong() argument
79 int SharedBlockSerializerInfo::PutDouble(int row, int column, double value) in PutDouble() argument
89 int SharedBlockSerializerInfo::PutBlob(int row, int column, const void *blob, int len) in PutBlob() argument
111 int SharedBlockSerializerInfo::PutNull(int row, int column) in PutNull() argument
122 PutOther(int row, int column) PutOther() argument
[all...]
/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/customcomponent/
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/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...]
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c56 dwfl_module_getsrc_file(Dwfl_Module *mod, const char *fname, int lineno, int column, Dwfl_Line ***srcsp, size_t *nsrcs) dwfl_module_getsrc_file() argument
[all...]
/third_party/node/lib/internal/test_runner/
H A Drunner.js
/third_party/mesa3d/src/glx/
H A Drenderpix.c120 __indirect_glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column) __indirect_glSeparableFilter2D() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DMetadataTableSchema.java61 public static Column<Regions> column(String name) { in column() method in MetadataTableSchema.Regions
89 public static Column<DigitSequences> column(String name) { in column() method in MetadataTableSchema.DigitSequences
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DChange.java58 public Builder assign(Column<?> column, Object value) { in assign() argument
63 public Builder unassign(Column<?> column) { in unassign() argument
106 hasAssignment(Column<T> column, T... values) hasAssignment() argument
120 getAssignment(Column<T> column) getAssignment() argument
[all...]

Completed in 11 milliseconds

12345678910>>...21