/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/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/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()
|
D | Record.java | 176 fromWire(DNSInput in, int section, boolean isUpdate) throws IOException { in fromWire() 200 fromWire(DNSInput in, int section) throws IOException { in fromWire() 208 fromWire(byte [] b, int section) throws IOException { in fromWire() 213 toWire(DNSOutput out, int section, Compression c) { in toWire() 231 toWire(int section) { in toWire()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_config.c | 146 int btif_config_get_int(const char* section, const char* key, const char* name, int* value) in btif_config_get_int() 152 int btif_config_set_int(const char* section, const char* key, const char* name, int value) in btif_config_set_int() 156 int btif_config_get_str(const char* section, const char* key, const char* name, char* value, int* s… in btif_config_get_str() 163 int btif_config_set_str(const char* section, const char* key, const char* name, const char* value) in btif_config_set_str() 168 int btif_config_exist(const char* section, const char* key, const char* name) in btif_config_exist() 179 int btif_config_get(const char* section, const char* key, const char* name, char* value, int* bytes… in btif_config_get() 215 int btif_config_set(const char* section, const char* key, const char* name, const char* value, int… in btif_config_set() 234 int btif_config_remove(const char* section, const char* key, const char* name) in btif_config_remove() 254 short btif_config_next_key(short pos, const char* section, char * name, int* bytes) in btif_config_next_key() 267 short btif_config_next_value(short pos, const char* section, const char* key, char* name, int* byte… in btif_config_next_value() [all …]
|
/external/chromium/chrome/browser/chromeos/ |
D | preferences.cc | 396 void Preferences::SetLanguageConfigBoolean(const char* section, in SetLanguageConfigBoolean() 406 void Preferences::SetLanguageConfigInteger(const char* section, in SetLanguageConfigInteger() 416 void Preferences::SetLanguageConfigString(const char* section, in SetLanguageConfigString() 427 const char* section, in SetLanguageConfigStringList() 439 void Preferences::SetLanguageConfigStringListAsCSV(const char* section, in SetLanguageConfigStringListAsCSV()
|
/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/webkit/Source/WebCore/rendering/ |
D | RenderTable.cpp | 200 … RenderTableSection* section = new (renderArena()) RenderTableSection(document() /* anonymous */); in addChild() local 367 RenderTableSection* section = toRenderTableSection(child); in layout() local 431 RenderTableSection* section = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot); in layout() local 500 RenderTableSection* section = toRenderTableSection(child); in addOverflowFromChildren() local 796 RenderTableSection* section = toRenderTableSection(child); in recalcSections() local 806 RenderTableSection* section = toRenderTableSection(child); in recalcSections() local 816 RenderTableSection* section = toRenderTableSection(child); in recalcSections() local 831 RenderTableSection* section = toRenderTableSection(child); in recalcSections() local 1094 RenderTableSection* RenderTable::sectionAbove(const RenderTableSection* section, bool skipEmptySect… in sectionAbove() argument 1112 RenderTableSection* RenderTable::sectionBelow(const RenderTableSection* section, bool skipEmptySect… in sectionBelow() argument [all …]
|
D | RenderTableRow.h | 39 RenderTableSection* section() const { return toRenderTableSection(parent()); } in section() function
|
/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()
|
D | cnf_save.c | 85 char *section; in print_conf() local
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSCDATASectionCustom.cpp | 35 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, CDATASection* section) in toJSNewlyCreated()
|
/external/elfutils/tests/ |
D | newscn.c | 42 Elf_Scn *section; in main() local
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityTableCell.cpp | 111 RenderTableSection* section = renderCell->section(); in rowIndexRange() local 164 RenderTableSection* section = renderCell->section(); in titleUIElement() local
|
D | AccessibilityTableColumn.cpp | 124 AccessibilityObject* AccessibilityTableColumn::headerObjectForSection(RenderTableSection* section, … in headerObjectForSection()
|
/external/chromium/chrome/browser/resources/ |
D | new_new_tab.js | 54 function setSectionMenuMode(sectionId, section, menuModeEnabled, menuModeMask) { argument 129 function updateSimpleSection(id, section) { argument 369 function SectionLayoutInfo(section) { argument 624 function getSectionElement(section) { argument 635 function getSectionMaxiview(section) { argument 639 function getSectionMiniview(section) { argument 644 function showSection(section) { argument 688 function showOnlySection(section) { argument 697 function hideSection(section) { argument 1112 function toggleSectionVisibilityAndAnimate(section) { argument
|
/external/elfutils/libebl/ |
D | eblsectionname.c | 60 ebl_section_name (ebl, section, xsection, buf, len, scnnames, shnum) in ebl_section_name() argument
|
D | eblsectiontypename.c | 60 ebl_section_type_name (ebl, section, buf, len) in ebl_section_type_name() argument
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | input_method_library.cc | 210 virtual bool SetImeConfig(const std::string& section, in SetImeConfig() 285 void MaybeStartInputMethodDaemon(const std::string& section, in MaybeStartInputMethodDaemon() 341 void MaybeStopInputMethodDaemon(const std::string& section, in MaybeStopInputMethodDaemon() 357 void MaybeChangeCurrentKeyboardLayout(const std::string& section, in MaybeChangeCurrentKeyboardLayout() 420 const std::string& section = iter->first.first; in FlushImeConfig() local 872 virtual bool SetImeConfig(const std::string& section, in SetImeConfig()
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
D | ClassDefItem.java | 229 public static int placeClassDefItems(IndexedSection<ClassDefItem> section, int offset) { in placeClassDefItems() 239 private final IndexedSection<ClassDefItem> section; field in ClassDefItem.ClassDefPlacer 246 public ClassDefPlacer(IndexedSection<ClassDefItem> section) { in ClassDefPlacer()
|
/external/llvm/test/Scripts/ |
D | elf-dump | 121 def dumpSymtab(f, section, strtab): argument 144 def dumpRel(f, section, dumprela = False): argument
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
D | ResourceExtractor.java | 25 String section = innerClass.getSimpleName(); in addRClass() local
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | eventhistory.cpp | 47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, in headerData()
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 209 struct section { struct 210 char Name[NameSize]; 211 uint32_t VirtualSize; 212 uint32_t VirtualAddress; 213 uint32_t SizeOfRawData; 214 uint32_t PointerToRawData; 215 uint32_t PointerToRelocations; 216 uint32_t PointerToLineNumbers; 217 uint16_t NumberOfRelocations; 218 uint16_t NumberOfLineNumbers; [all …]
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | CallStackSidebarPane.js | 155 registerShortcuts: function(section) argument
|