| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
| D | module.hpp | 38 struct section { struct 39 enum type { 47 section(resource_id id, enum type type, size_t size, in section() argument 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/mesa3d/src/gallium/state_trackers/clover/core/ |
| D | module.hpp | 38 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/ |
| D | config.c | 69 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/ |
| D | RenderTable.cpp | 186 RenderObject* section = beforeChild->previousSibling(); in addChild() local 206 RenderTableSection* section = RenderTableSection::createAnonymousWithParentRenderer(this); in addChild() local 382 if (RenderTableSection* section = firstBody()) in distributeExtraLogicalHeight() local 392 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in simplifiedNormalFlowLayout() local 449 RenderTableSection* section = toRenderTableSection(child); in layout() local 506 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in layout() local 520 RenderTableSection* section = topSection(); in layout() local 577 for (RenderObject* section = firstChild(); section; section = section->nextSibling()) { in recalcCollapsedBorders() local 612 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in addOverflowFromChildren() local 702 RenderTableSection* section = topSection(); in topNonEmptySection() local [all …]
|
| /external/chromium_org/chrome/browser/resources/print_preview/settings/ |
| D | more_settings.js | 73 this.settingsSections_.forEach(function(section) { argument 142 function(count, section) { argument 150 this.settingsSections_.some(function(section) { argument 162 this.settingsSections_.forEach(function(section) { argument
|
| /external/oprofile/opjitconv/ |
| D | create_bfd.c | 34 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/ |
| D | es31fVertexAttributeBindingStateQueryTests.cpp | 71 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/ |
| D | disassembler_win32_x86.cc | 171 const Section* section = §ions_[i]; in ParseHeader() local 286 const Section* section = §ions_[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 = §ions_[i]; in FindNextSection() local [all …]
|
| D | disassembler_win32_x64.cc | 171 const Section* section = §ions_[i]; in ParseHeader() local 286 const Section* section = §ions_[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 = §ions_[i]; in FindNextSection() local [all …]
|
| /external/openssl/crypto/x509v3/ |
| D | v3_conf.c | 325 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/chromium_org/chrome/browser/ui/autofill/ |
| D | autofill_dialog_controller_impl.cc | 170 DialogSection section, in GetInfoFromInputs() 268 std::string SectionToPrefString(DialogSection section) { in SectionToPrefString() 511 ServerFieldType CountryTypeForSection(DialogSection section) { in CountryTypeForSection() 822 DialogSection section = static_cast<DialogSection>(i); in Show() local 1230 DialogSection section = SectionFromLocation(it->location()); in OnWalletFormFieldError() local 1325 void AutofillDialogControllerImpl::ResetSectionInput(DialogSection section) { in ResetSectionInput() 1350 DialogSection section) { in ShowEditUiIfBadSuggestion() 1396 DialogSection section = static_cast<DialogSection>(i); in TakeUserInputSnapshot() local 1422 DialogSection section = static_cast<DialogSection>(i); in RestoreUserInputFromSnapshot() local 1439 void AutofillDialogControllerImpl::UpdateSection(DialogSection section) { in UpdateSection() [all …]
|
| D | autofill_dialog_common.cc | 53 bool ServerTypeMatchesField(DialogSection section, in ServerTypeMatchesField() 81 DialogSection section) { in DialogSectionToUiItemAddedEvent() 101 DialogSection section) { in DialogSectionToUiSelectionChangedEvent()
|
| /external/smack/src/org/xbill/DNS/ |
| D | Message.java | 162 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/third_party/boringssl/src/crypto/x509v3/ |
| D | v3_conf.c | 324 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk() 345 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf() 356 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_nconf() 367 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_REQ_add_nconf() 384 char * X509V3_get_string(X509V3_CTX *ctx, char *name, char *section) in X509V3_get_string() 415 void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) in X509V3_section_free() 422 static char *nconf_get_string(void *db, char *section, char *value) in nconf_get_string()
|
| /external/bluetooth/bluedroid/btif/src/ |
| D | btif_config.c | 154 int btif_config_get_int(const char* section, const char* key, const char* name, int* value) in btif_config_get_int() 160 int btif_config_set_int(const char* section, const char* key, const char* name, int value) in btif_config_set_int() 164 int btif_config_get_str(const char* section, const char* key, const char* name, char* value, int* s… in btif_config_get_str() 171 int btif_config_set_str(const char* section, const char* key, const char* name, const char* value) in btif_config_set_str() 176 int btif_config_exist(const char* section, const char* key, const char* name) in btif_config_exist() 187 int btif_config_get(const char* section, const char* key, const char* name, char* value, int* bytes… in btif_config_get() 222 int btif_config_set(const char* section, const char* key, const char* name, const char* value, int… in btif_config_set() 237 int btif_config_remove(const char* section, const char* key, const char* name) in btif_config_remove() 253 int btif_config_filter_remove(const char* section, const char* filter[], int filter_count, int max_… in btif_config_filter_remove() 275 short btif_config_next_key(short pos, const char* section, char * name, int* bytes) in btif_config_next_key() [all …]
|
| /external/chromium_org/base/win/ |
| D | startup_information_unittest.cc | 21 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/dexmaker/src/dx/java/com/android/dx/dex/file/ |
| D | MapItem.java | 38 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/elements/ |
| D | module.json | 37 "section": "Elements", string 50 "section": "Elements", string 57 "section": "Elements", string 64 "section": "Elements", string 71 "section": "Elements", string
|
| /external/openssl/crypto/conf/ |
| D | conf_api.c | 105 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/Source/devtools/front_end/console/ |
| D | module.json | 34 "section": "Console", string 41 "section": "Console", string 48 "section": "Console", string
|
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
| D | module.json | 17 "section": "Profiler", string 24 "section": "Profiler", string 31 "section": "Profiler", string
|
| /external/chromium_org/third_party/boringssl/src/crypto/conf/ |
| D | conf.c | 141 CONF_VALUE *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section() 183 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy() 341 static CONF_VALUE *get_section(const CONF *conf, const char *section) { in get_section() 357 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string() 371 int add_string(const CONF *conf, CONF_VALUE *section, CONF_VALUE *value) { in add_string() 500 char *section = NULL, *buf; in def_load_bio() local
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
| D | config.py | 135 def get_list(self, cp, section, option): argument 153 def get_line_list(self, cp, section, option): argument
|
| /external/chromium_org/chrome/app/ |
| D | image_pre_reader_win.cc | 107 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 303 const IMAGE_SECTION_HEADER* section = NULL; in PartialPreReadImageInMemory() local
|
| /external/chromium_org/chrome_elf/blacklist/ |
| D | blacklist_interceptions.cc | 88 bool IsModuleValidImageSection(HANDLE section, in IsModuleValidImageSection() 174 HANDLE section, in BlNtMapViewOfSectionImpl() 243 HANDLE section, in BlNtMapViewOfSection() 268 HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, in BlNtMapViewOfSection64()
|