Home
last modified time | relevance | path

Searched defs:section (Results 1 – 25 of 228) sorted by relevance

12345678910

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmodule.hpp38 struct section { struct
39 enum type {
47 section(resource_id id, enum type type, size_t size, in section() function
50 section() : id(0), type(text), size(0), data() { } in section() function
52 resource_id id;
53 type type;
54 size_t size;
55 clover::compat::vector<char> data;
85 resource_id section; member
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
Dmodule.hpp38 struct section { struct
39 enum type {
47 section(resource_id id, enum type type, size_t size, in section() function
50 section() : id(0), type(text), size(0), data() { } in section() function
52 resource_id id;
53 type type;
54 size_t size;
55 clover::compat::vector<char> data;
85 resource_id section; member
/external/bluetooth/bluedroid/osi/src/
Dconfig.c69 bool config_has_section(const config_t *config, const char *section) { in config_has_section()
76 bool config_has_key(const config_t *config, const char *section, const char *key) { in config_has_key()
84 int config_get_int(const config_t *config, const char *section, const char *key, int def_value) { in config_get_int()
98 bool config_get_bool(const config_t *config, const char *section, const char *key, bool def_value) { in config_get_bool()
115 const char *config_get_string(const config_t *config, const char *section, const char *key, const c… in config_get_string()
127 void config_set_int(config_t *config, const char *section, const char *key, int value) { in config_set_int()
137 void config_set_bool(config_t *config, const char *section, const char *key, bool value) { in config_set_bool()
145 void config_set_string(config_t *config, const char *section, const char *key, const char *value) { in config_set_string()
186 char section[1024]; in config_parse() local
219 section_t *section = calloc(1, sizeof(section_t)); in section_new() local
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp188 RenderObject* section = beforeChild->previousSibling(); in addChild() local
208 RenderTableSection* section = RenderTableSection::createAnonymousWithParentRenderer(this); in addChild() local
386 if (RenderTableSection* section = firstBody()) in distributeExtraLogicalHeight() local
396 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in simplifiedNormalFlowLayout() local
455 RenderTableSection* section = toRenderTableSection(child); in layout() local
515 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in layout() local
529 RenderTableSection* section = topSection(); in layout() local
592 for (RenderObject* section = firstChild(); section; section = section->nextSibling()) { in recalcCollapsedBorders() local
628 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in addOverflowFromChildren() local
692 … for (RenderTableSection* section = bottomSection(); section; section = sectionAbove(section)) { in paintObject() local
[all …]
/external/oprofile/opjitconv/
Dcreate_bfd.c34 asection * section = NULL; in fill_symtab() local
78 asection * section; in create_section() local
109 asection * section; in create_text_section() local
133 int fill_section_content(bfd * abfd, asection * section, in fill_section_content()
147 static int fill_text_section_content(asection * section, int start_idx, in fill_text_section_content()
220 asection * section; in fill_sections() local
/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingStateQueryTests.cpp71 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in iterate() local
95 const tcu::ScopedLogSection section (m_testCtx.getLog(), "vao", "VAO state"); in iterate() local
125 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in iterate() local
187 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in iterate() local
211 const tcu::ScopedLogSection section (m_testCtx.getLog(), "vao", "VAO state"); in iterate() local
241 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in iterate() local
402 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in test() local
410 const tcu::ScopedLogSection section (m_testCtx.getLog(), "vao", "VAO state"); in test() local
427 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in test() local
470 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in test() local
[all …]
/external/chromium_org/courgette/
Ddisassembler_win32_x86.cc171 const Section* section = &sections_[i]; in ParseHeader() local
286 const Section* section = &sections_[i]; in RVAToSection() local
296 const Section* section = RVAToSection(rva); in RVAToFileOffset() local
325 std::string DisassemblerWin32X86::SectionName(const Section* section) { in SectionName()
338 const Section* section = FindNextSection(file_offset); in ParseFile() local
388 const Section* section = FindNextSection(file_offset); in ParseRel32RelocsFromSections() local
423 void DisassemblerWin32X86::ParseRel32RelocsFromSection(const Section* section) { in ParseRel32RelocsFromSection()
532 const Section* section, in ParseFileRegion()
665 const Section* section = RVAToSection(rva); in DescribeRVA() local
680 const Section* section = &sections_[i]; in FindNextSection() local
[all …]
Ddisassembler_win32_x64.cc171 const Section* section = &sections_[i]; in ParseHeader() local
286 const Section* section = &sections_[i]; in RVAToSection() local
296 const Section* section = RVAToSection(rva); in RVAToFileOffset() local
325 std::string DisassemblerWin32X64::SectionName(const Section* section) { in SectionName()
338 const Section* section = FindNextSection(file_offset); in ParseFile() local
388 const Section* section = FindNextSection(file_offset); in ParseRel32RelocsFromSections() local
423 void DisassemblerWin32X64::ParseRel32RelocsFromSection(const Section* section) { in ParseRel32RelocsFromSection()
532 const Section* section, in ParseFileRegion()
665 const Section* section = RVAToSection(rva); in DescribeRVA() local
680 const Section* section = &sections_[i]; in FindNextSection() local
[all …]
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_impl.cc165 DialogSection section, in GetInfoFromInputs()
274 std::string SectionToPrefString(DialogSection section) { in SectionToPrefString()
510 ServerFieldType CountryTypeForSection(DialogSection section) { in CountryTypeForSection()
799 DialogSection section = static_cast<DialogSection>(i); in Show() local
1201 DialogSection section = SectionFromLocation(it->location()); in OnWalletFormFieldError() local
1296 void AutofillDialogControllerImpl::ResetSectionInput(DialogSection section) { in ResetSectionInput()
1321 DialogSection section) { in ShowEditUiIfBadSuggestion()
1367 DialogSection section = static_cast<DialogSection>(i); in TakeUserInputSnapshot() local
1393 DialogSection section = static_cast<DialogSection>(i); in RestoreUserInputFromSnapshot() local
1410 void AutofillDialogControllerImpl::UpdateSection(DialogSection section) { in UpdateSection()
[all …]
Dautofill_dialog_common.cc53 bool ServerTypeMatchesField(DialogSection section, in ServerTypeMatchesField()
81 DialogSection section) { in DialogSectionToUiItemAddedEvent()
101 DialogSection section) { in DialogSectionToUiSelectionChangedEvent()
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
Dv3_conf.c325 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk()
346 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf()
357 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_nconf()
368 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_REQ_add_nconf()
385 char * X509V3_get_string(X509V3_CTX *ctx, char *name, char *section) in X509V3_get_string()
416 void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) in X509V3_section_free()
423 static char *nconf_get_string(void *db, char *section, char *value) in nconf_get_string()
476 static char *conf_lhash_get_string(void *db, char *section, char *value) in conf_lhash_get_string()
500 char *section, X509 *cert) in X509V3_EXT_add_conf()
510 char *section, X509_CRL *crl) in X509V3_EXT_CRL_add_conf()
[all …]
/external/openssl/crypto/x509v3/
Dv3_conf.c325 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk()
346 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf()
357 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_nconf()
368 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_REQ_add_nconf()
385 char * X509V3_get_string(X509V3_CTX *ctx, char *name, char *section) in X509V3_get_string()
416 void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) in X509V3_section_free()
423 static char *nconf_get_string(void *db, char *section, char *value) in nconf_get_string()
476 static char *conf_lhash_get_string(void *db, char *section, char *value) in conf_lhash_get_string()
500 char *section, X509 *cert) in X509V3_EXT_add_conf()
510 char *section, X509_CRL *crl) in X509V3_EXT_CRL_add_conf()
[all …]
/external/smack/src/org/xbill/DNS/
DMessage.java162 addRecord(Record r, int section) { in addRecord()
175 removeRecord(Record r, int section) { in removeRecord()
190 removeAllRecords(int section) { in removeAllRecords()
201 findRecord(Record r, int section) { in findRecord()
225 findRRset(Name name, int type, int section) { in findRRset()
334 getSectionArray(int section) { in getSectionArray()
355 getSectionRRsets(int section) { in getSectionRRsets()
402 sectionToWire(DNSOutput out, int section, Compression c, in sectionToWire()
/external/chromium_org/base/win/
Dstartup_information_unittest.cc21 HANDLE section = ::OpenFileMappingW(PAGE_READWRITE, false, kSectionName); in MULTIPROCESS_TEST_MAIN() local
43 HANDLE section = ::CreateFileMappingW(INVALID_HANDLE_VALUE, NULL, in TEST_F() local
/external/bluetooth/bluedroid/btif/src/
Dbtif_config.c152 int btif_config_get_int(const char* section, const char* key, const char* name, int* value) in btif_config_get_int()
158 int btif_config_set_int(const char* section, const char* key, const char* name, int value) in btif_config_set_int()
162 int btif_config_get_str(const char* section, const char* key, const char* name, char* value, int* s… in btif_config_get_str()
169 int btif_config_set_str(const char* section, const char* key, const char* name, const char* value) in btif_config_set_str()
174 int btif_config_exist(const char* section, const char* key, const char* name) in btif_config_exist()
185 int btif_config_get(const char* section, const char* key, const char* name, char* value, int* bytes… in btif_config_get()
220 int btif_config_set(const char* section, const char* key, const char* name, const char* value, int… in btif_config_set()
235 int btif_config_remove(const char* section, const char* key, const char* name) in btif_config_remove()
251 int btif_config_filter_remove(const char* section, const char* filter[], int filter_count, int max_… in btif_config_filter_remove()
273 short btif_config_next_key(short pos, const char* section, char * name, int* bytes) in btif_config_next_key()
[all …]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DMapItem.java38 private final Section section; field in MapItem
124 private MapItem(ItemType type, Section section, Item firstItem, in MapItem()
161 private MapItem(Section section) { in MapItem()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
Dmodule.json101 "section": "Sources", string
108 "section": "Sources", string
115 "section": "Sources", string
122 "section": "Sources", string
129 "section": "Sources", string
136 "section": "Sources", string
143 "section": "Sources", string
157 "section": "Sources", string
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
Dmodule.json34 "section": "Console", string
41 "section": "Console", string
48 "section": "Console", string
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
Dmodule.json51 "section": "Elements", string
64 "section": "Elements", string
71 "section": "Elements", string
78 "section": "Elements", string
85 "section": "Elements", string
/external/chromium_org/third_party/openssl/openssl/crypto/conf/
Dconf_api.c105 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string()
129 char *_CONF_get_string(const CONF *conf, const char *section, const char *name) in _CONF_get_string()
267 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
/external/openssl/crypto/conf/
Dconf_api.c105 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string()
129 char *_CONF_get_string(const CONF *conf, const char *section, const char *name) in _CONF_get_string()
270 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
Dconfig.py135 def get_list(self, cp, section, option): argument
153 def get_line_list(self, cp, section, option): argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
Dmodule.json17 "section": "Profiler", string
24 "section": "Profiler", string
/external/chromium_org/components/autofill/core/browser/
Dautofill_field.h33 const std::string& section() const { return section_; } in section() function
42 void set_section(const std::string& section) { section_ = section; } in set_section()
/external/chromium_org/chrome/app/
Dimage_pre_reader_win.cc107 size_t GetPercentageOfSectionLength(const IMAGE_SECTION_HEADER* section, in GetPercentageOfSectionLength()
129 const IMAGE_SECTION_HEADER* section, in ReadThroughSection()
262 const IMAGE_SECTION_HEADER* section = NULL; in PartialPreReadImageOnDisk() local
302 const IMAGE_SECTION_HEADER* section = NULL; in PartialPreReadImageInMemory() local

12345678910