Home
last modified time | relevance | path

Searched defs:section (Results 1 - 25 of 253) sorted by relevance

1234567891011

/third_party/elfio/tests/elf_examples/
H A Dasm.s4 section .text label
18 section .data label
/third_party/elfutils/tests/
H A Dnewscn.c34 Elf_Scn *section; in main() local
/third_party/elfutils/libebl/
H A Deblsectiontypename.c39 ebl_section_type_name (Ebl *ebl, int section, char *buf, size_t len) in ebl_section_type_name() argument
[all...]
H A Deblsectionname.c39 ebl_section_name (Ebl *ebl, int section, int xsection, char *buf, size_t len, in ebl_section_name() argument
[all...]
/third_party/glfw/src/
H A Dwin32_thread.h51 CRITICAL_SECTION section; member
/third_party/node/deps/npm/node_modules/ini/lib/
H A Dini.js[all...]
/third_party/rust/crates/once_cell/xtask/src/
H A Dmain.rs100 fn section(name: &'static str) -> impl Drop { in section() functions
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_info.cpp65 std::string section = (transport == BTTransport::ADAPTER_BREDR) ? SECTION_CLASSIC_ADAPTER : SECTION_BLE_ADAPTER; in GetConfigSupportProfiles() local
H A Dadapter_config.cpp69 bool AdapterConfig::GetValue(const std::string &section, const std::string &property, int &value) in GetValue() argument
73 bool AdapterConfig::GetValue(const std::string &section, const std::string &property, std::string &value) in GetValue() argument
77 bool AdapterConfig::GetValue(const std::string &section, const std::string &property, bool &value) in GetValue() argument
81 bool AdapterConfig::HasSection(const std::string &section) in HasSection() argument
H A Dadapter_device_config.cpp82 bool AdapterDeviceConfig::SetValue(const std::string &section, const std::string &property, const int &value) in SetValue() argument
88 bool AdapterDeviceConfig::SetValue(const std::string &section, const std::string &property, const std::string &value) in SetValue() argument
94 bool AdapterDeviceConfig::GetValue(const std::string &section, const std::string &property, int &value) in GetValue() argument
100 bool AdapterDeviceConfig::GetValue(const std::string &section, const std::string &property, std::string &value) in GetValue() argument
107 bool AdapterDeviceConfig::GetValue(const std::string &section, const std::string &property, bool &value) in GetValue() argument
113 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const int &value) SetValue() argument
119 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const std::string &value) SetValue() argument
126 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const bool &value) SetValue() argument
133 GetValue( const std::string &section, const std::string &subSection, const std::string &property, int &value) GetValue() argument
140 GetValue( const std::string &section, const std::string &subSection, const std::string &property, std::string &value) GetValue() argument
147 GetValue( const std::string &section, const std::string &subSection, const std::string &property, bool &value) GetValue() argument
154 GetSubSections(const std::string &section, std::vector<std::string> &subSections) GetSubSections() argument
160 RemoveSection(const std::string &section, const std::string &subSection) RemoveSection() argument
[all...]
H A Dadapter_device_info.cpp76 bool AdapterDeviceInfo::GetValue(const std::string &section, const std::string &property, std::string &value) in GetValue() argument
82 bool AdapterDeviceInfo::GetValue(const std::string &section, const std::string &property, bool &value) in GetValue() argument
88 bool AdapterDeviceInfo::GetValue(const std::string &section, const std::string &property, int &value) in GetValue() argument
H A Dprofile_config.cpp113 bool ProfileConfig::RemoveProperty(const std::string &addr, const std::string &section, const std::string &property) in RemoveProperty() argument
70 GetValue( const std::string &addr, const std::string &section, const std::string &property, int &value) GetValue() argument
77 GetValue( const std::string &addr, const std::string &section, const std::string &property, bool &value) GetValue() argument
84 SetValue( const std::string &addr, const std::string &section, const std::string &property, int &value) SetValue() argument
94 SetValue( const std::string &addr, const std::string &section, const std::string &property, bool &value) SetValue() argument
122 HasSection(const std::string &addr, const std::string &section) HasSection() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapp_rand.c19 void app_RAND_load_conf(CONF *c, const char *section) in app_RAND_load_conf() argument
/third_party/openssl/apps/lib/
H A Dapp_rand.c19 void app_RAND_load_conf(CONF *c, const char *section) in app_RAND_load_conf() argument
/third_party/pulseaudio/src/pulsecore/
H A Dconf-parser.h39 const char *section; member
45 char *section; member
/third_party/node/tools/gyp/tools/emacs/
H A Dgyp.el[all...]
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_api.c23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section() argument
45 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string() argument
66 _CONF_get_string(const CONF *conf, const char *section, const char *name) _CONF_get_string() argument
185 _CONF_new_section(CONF *conf, const char *section) _CONF_new_section() argument
[all...]
/third_party/openssl/crypto/conf/
H A Dconf_api.c23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section() argument
45 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string() argument
66 _CONF_get_string(const CONF *conf, const char *section, const char *name) _CONF_get_string() argument
185 _CONF_new_section(CONF *conf, const char *section) _CONF_new_section() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, in headerData() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, in headerData() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow_sections.cpp86 void ParseGaps(const JSRef<JSObject>& obj, NG::WaterFlowSections::Section& section) in ParseGaps() argument
115 ParseSectionOptions( const JSCallbackInfo& args, const JSRef<JSVal>& jsValue, NG::WaterFlowSections::Section& section) ParseSectionOptions() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_info_sw.cpp169 inline bool SectionEmpty(const std::vector<WaterFlowLayoutInfoSW::Lane>& section) in SectionEmpty() argument
174 inline float SectionEndPos(const std::vector<WaterFlowLayoutInfoSW::Lane>& section) in SectionEndPos() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_sw_layout_test.cpp332 auto section = SECTION_11[1]; in HWTEST_F() local
[all...]
/third_party/elfio/elfio/
H A Delfio_section.hpp33 class section class
/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf_jcl.cc11 int section; in emitJCLOptions() local

Completed in 8 milliseconds

1234567891011