| /base/security/access_token/services/accesstokenmanager/main/cpp/src/database/ |
| H A D | access_token_db_util.cpp | 46 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 D | cellular_data_settings_rdb_helper.cpp | 98 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 D | source_map_operator.h | 70 bool TranslateUrlPositionBySourceMap(std::string& url, int& line, int& column) in TranslateUrlPositionBySourceMap() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/picker/ |
| H A D | picker_multitext_component.cpp | 42 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 D | alert_dialog_component.cpp | 71 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 D | shape_modifier.cpp | 56 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 D | matrix44.cpp | 71 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 D | shared_block_serializer_info.cpp | 69 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 D | system_ColorFontChange_test.cpp | 26 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 D | textinput_onsubmit_test.cpp | 89 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 D | commonevent_onappear_test.cpp | 65 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 D | customcomponent_onappear_test.cpp | 67 auto column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in CreateNativeNode() local
|
| H A D | customcomponent_ondraw_test.cpp | 82 auto column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in CreateNativeNode() local
|
| H A D | customcomponent_onlayout_test.cpp | 69 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 D | scroll_onappear_test.cpp | 67 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 D | toggle_onchange_test.cpp | 76 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 D | slider_onchange_test.cpp | 72 auto column = nodeAPI->createNode(ARKUI_NODE_COLUMN); in CreateNativeNode() local
|
| /third_party/elfutils/tests/ |
| H A D | get-lines.c | 126 int column; in main() local
|
| H A D | next-lines.c | 104 int column; in main() local
|
| /third_party/elfutils/libdw/ |
| H A D | dwarf_getsrc_file.c | 43 dwarf_getsrc_file (Dwarf *dbg, const char *fname, int lineno, int column, in dwarf_getsrc_file() argument [all...] |
| /third_party/elfutils/libdwfl/ |
| H A D | dwfl_module_getsrc_file.c | 56 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 D | runner.js | |
| /third_party/mesa3d/src/glx/ |
| H A D | renderpix.c | 120 __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 D | MetadataTableSchema.java | 61 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 D | Change.java | 58 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...] |