Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 966) sorted by relevance

12345678910>>...39

/external/dropbear/libtommath/
Dtommath.out2 \BOOKMARK [1][-]{section.1.1}{Multiple Precision Arithmetic}{chapter.1}
3 \BOOKMARK [2][-]{subsection.1.1.1}{What is Multiple Precision Arithmetic?}{section.1.1}
4 \BOOKMARK [2][-]{subsection.1.1.2}{The Need for Multiple Precision Arithmetic}{section.1.1}
5 \BOOKMARK [2][-]{subsection.1.1.3}{Benefits of Multiple Precision Arithmetic}{section.1.1}
6 \BOOKMARK [1][-]{section.1.2}{Purpose of This Text}{chapter.1}
7 \BOOKMARK [1][-]{section.1.3}{Discussion and Notation}{chapter.1}
8 \BOOKMARK [2][-]{subsection.1.3.1}{Notation}{section.1.3}
9 \BOOKMARK [2][-]{subsection.1.3.2}{Precision Notation}{section.1.3}
10 \BOOKMARK [2][-]{subsection.1.3.3}{Algorithm Inputs and Outputs}{section.1.3}
11 \BOOKMARK [2][-]{subsection.1.3.4}{Mathematical Expressions}{section.1.3}
[all …]
/external/elfutils/libebl/
Deblsectionname.c24 ebl_section_name (ebl, section, xsection, buf, len, scnnames, shnum) in ebl_section_name() argument
26 int section;
33 const char *res = ebl != NULL ? ebl->section_name (section, xsection,
38 if (section == SHN_UNDEF)
40 else if (section == SHN_ABS)
42 else if (section == SHN_COMMON)
44 else if (section == SHN_BEFORE)
46 else if (section == SHN_AFTER)
48 else if ((section < SHN_LORESERVE || section == SHN_XINDEX)
49 && (size_t) section < shnum)
[all …]
Deblsectiontypename.c24 ebl_section_type_name (ebl, section, buf, len) in ebl_section_type_name() argument
26 int section;
30 const char *res = ebl->section_type_name (section, buf, len);
57 if ((size_t) section < sizeof (knowntypes) / sizeof (knowntypes[0])
58 && knowntypes[section] != NULL)
59 res = knowntypes[section];
61 else if (section >= SHT_LOSUNW && section <= SHT_HISUNW)
74 res = sunwtypes[section - SHT_LOSUNW];
79 if (section == SHT_CHECKSUM)
81 else if (section == SHT_GNU_LIBLIST)
[all …]
/external/oprofile/opjitconv/
Dcreate_bfd.c34 asection * section = NULL; in fill_symtab() local
47 if (e->section) in fill_symtab()
48 section = e->section; in fill_symtab()
56 s->section = section; in fill_symtab()
58 s->value = e->vma - section->vma; in fill_symtab()
78 asection * section; in create_section() local
81 section = bfd_make_section(abfd, section_name); in create_section()
82 if (section == NULL) { in create_section()
86 if (bfd_set_section_vma(abfd, section, vma) == FALSE) { in create_section()
90 if (bfd_set_section_size(abfd, section, size) == FALSE) { in create_section()
[all …]
/external/llvm/test/MC/ELF/
Dsection.s5 .section .note.GNU-stack,"",@progbits
6 .section .note.GNU-stack2,"",%progbits
7 .section .note.GNU-,"",@progbits
8 .section -.note.GNU,"",@progbits
17 .section .init
18 .section .fini
19 .section .rodata
20 .section zed, ""
70 .section .note.test,"",@note
86 .section .text.foo,"axG",@progbits,foo,comdat
[all …]
/external/openssl/crypto/conf/
Dconf_api.c81 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in IMPLEMENT_LHASH_DOALL_ARG_FN()
85 if ((conf == NULL) || (section == NULL)) return(NULL); in IMPLEMENT_LHASH_DOALL_ARG_FN()
87 vv.section=(char *)section; in IMPLEMENT_LHASH_DOALL_ARG_FN()
94 const char *section) in STACK_OF()
98 v=_CONF_get_section(conf,section); in STACK_OF()
105 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string() argument
110 ts = (STACK_OF(CONF_VALUE) *)section->value; in _CONF_add_string()
112 value->section=section->section; in _CONF_add_string()
129 char *_CONF_get_string(const CONF *conf, const char *section, const char *name) in _CONF_get_string() argument
137 if (section != NULL) in _CONF_get_string()
[all …]
/external/webkit/Source/WebCore/inspector/front-end/
DScopeChainSidebarPane.js48 var section = this._sections[i];
49 if (!section.title)
51 if (section.expanded)
52 this._expandedSections[section.title] = true;
54 delete this._expandedSections[section.title];
96 …var section = new WebInspector.ObjectPropertiesSection(WebInspector.RemoteObject.fromPayload(scope…
97 section.editInSelectedCallFrameWhenPaused = true;
98 section.pane = this;
101 section.expanded = true;
103 this._sections.push(section);
[all …]
DShortcutsHelp.js37 section: function(name) method in WebInspector.ShortcutsHelp
39 var section = this._sections[name];
40 if (!section)
41 this._sections[name] = section = new WebInspector.ShortcutsSection(name);
42 return section;
58 for (var section in this._sections) {
59 height += this._sections[section]._height;
60 orderedSections.push(this._sections[section])
75 for (var section = 0; section < orderedSections.length;) {
80 columnHeight < wrapAfter && section < orderedSections.length;
[all …]
/external/clang/test/CodeGenObjC/
Dmetadata-symbols-32.m4 // RUN: grep '@"\\01L_OBJC_CATEGORY_A_Cat" = internal global .*section "__OBJC,__category,regular,n…
5 // RUN: grep '@"\\01L_OBJC_CATEGORY_CLASS_METHODS_A_Cat" = internal global .*section "__OBJC,__cat_…
6 // RUN: grep '@"\\01L_OBJC_CATEGORY_INSTANCE_METHODS_A_Cat" = internal global .*section "__OBJC,__c…
7 // RUN: grep '@"\\01L_OBJC_CLASSEXT_A" = internal global .*section "__OBJC,__class_ext,regular,no_d…
8 // RUN: grep '@"\\01L_OBJC_CLASS_A" = internal global .*section "__OBJC,__class,regular,no_dead_str…
9 // RUN: grep '@"\\01L_OBJC_CLASS_METHODS_A" = internal global .*section "__OBJC,__cls_meth,regular,…
10 // RUN: grep '@"\\01L_OBJC_CLASS_NAME_[0-9]*" = internal global .*section "__TEXT,__cstring,cstring…
11 // RUN: grep '@"\\01L_OBJC_CLASS_PROTOCOLS_A" = internal global .*section "__OBJC,__cat_cls_meth,re…
12 // RUN: grep '@"\\01L_OBJC_CLASS_REFERENCES_[0-9]*" = internal global .*section "__OBJC,__cls_refs,…
15 // RUNX: grep '@"\\01L_OBJC_CLASS_VARIABLES_A" = internal global .*section "__OBJC,__class_vars,reg…
[all …]
Dobjc-align.m5 // RUN: grep '@"\\01L_OBJC_CATEGORY_A_Cat" = internal global .*, section "__OBJC,__category,regular…
6 // RUN: grep '@"\\01L_OBJC_CLASS_A" = internal global .*, section "__OBJC,__class,regular,no_dead_s…
7 // RUN: grep '@"\\01L_OBJC_CLASS_C" = internal global .*, section "__OBJC,__class,regular,no_dead_s…
8 // RUN: grep '@"\\01L_OBJC_CLASS_PROTOCOLS_C" = internal global .*, section "__OBJC,__cat_cls_meth,…
9 // RUN: grep '@"\\01L_OBJC_IMAGE_INFO" = internal constant .*, section "__OBJC, __image_info,regula…
10 // RUN: grep '@"\\01L_OBJC_METACLASS_A" = internal global .*, section "__OBJC,__meta_class,regular,…
11 // RUN: grep '@"\\01L_OBJC_METACLASS_C" = internal global .*, section "__OBJC,__meta_class,regular,…
12 // RUN: grep '@"\\01L_OBJC_MODULES" = internal global .*, section "__OBJC,__module_info,regular,no_…
13 // RUN: grep '@"\\01L_OBJC_PROTOCOL_P" = internal global .*, section "__OBJC,__protocol,regular,no_…
22 // RUNX: grep '@"\\01L_OBJC_CLASSLIST_REFERENCES_$_0" = internal global .*, section "__DATA, __objc…
[all …]
Dmetadata-symbols-64.m6 // RUN: grep '@"OBJC_IVAR_$_A._ivar" = global .* section "__DATA, __objc_ivar", align 8' %t
7 // RUN: grep '@"OBJC_METACLASS_$_A" = global .* section "__DATA, __objc_data", align 8' %t
8 // RUN: grep '@"\\01L_OBJC_CLASSLIST_REFERENCES_$_[0-9]*" = internal global .* section "__DATA, __o…
9 // RUN: grep '@"\\01L_OBJC_CLASSLIST_SUP_REFS_$_[0-9]*" = internal global .* section "__DATA, __obj…
10 // RUN: grep '@"\\01L_OBJC_CLASS_NAME_[0-9]*" = internal global .* section "__TEXT,__objc_classname…
11 // RUN: grep '@"\\01L_OBJC_LABEL_CATEGORY_$" = internal global .* section "__DATA, __objc_catlist, …
12 // RUN: grep '@"\\01L_OBJC_LABEL_CLASS_$" = internal global .* section "__DATA, __objc_classlist, r…
13 // RUN: grep '@"\\01L_OBJC_METH_VAR_NAME_[0-9]*" = internal global .* section "__TEXT,__objc_methna…
14 // RUN: grep '@"\\01L_OBJC_METH_VAR_TYPE_[0-9]*" = internal global .* section "__TEXT,__objc_methty…
15 // RUN: grep '@"\\01L_OBJC_PROP_NAME_ATTR_[0-9]*" = internal global .* section "__TEXT,__cstring,cs…
[all …]
Dmetadata_symbols.m5 // CHECK-X86_64: @"OBJC_CLASS_$_A" = global {{.*}}, section "__DATA, __objc_data", align 8
6 // CHECK-X86_64: @"OBJC_METACLASS_$_A" = global {{.*}}, section "__DATA, __objc_data", align 8
7 // CHECK-X86_64: @"\01L_OBJC_CLASS_NAME_" = {{.*}}, section "__TEXT,__objc_classname,cstring_litera…
8 // CHECK-X86_64: @"OBJC_EHTYPE_$_EH1" = weak global {{.*}}, section "__DATA,__datacoal_nt,coalesced…
10 // CHECK-X86_64: @"OBJC_EHTYPE_$_EH3" = global {{.*}}, section "__DATA,__objc_const", align 8
11 // CHECK-X86_64: @"\01L_OBJC_LABEL_CLASS_$" = internal global {{.*}}, section "__DATA, __objc_class…
18 // CHECK-X86_64-HIDDEN: @"OBJC_CLASS_$_A" = hidden global {{.*}}, section "__DATA, __objc_data", al…
19 // CHECK-X86_64-HIDDEN: @"OBJC_METACLASS_$_A" = hidden global {{.*}}, section "__DATA, __objc_data"…
20 // CHECK-X86_64-HIDDEN: @"OBJC_EHTYPE_$_EH1" = weak hidden global {{.*}}, section "__DATA,__datacoa…
22 // CHECK-X86_64-HIDDEN: @"OBJC_EHTYPE_$_EH3" = hidden global {{.*}}, section "__DATA,__objc_const",…
[all …]
/external/clang/utils/
DFindSpecRefs607 section,name = name.split(' ',1)
608 if section == 'Annex':
609 section,name = name.split(' ',1)
610 section = 'Annex '+section
612 section = None
618 spec = SpecIndex.fromstring(section)
626 best = (dist, (section, name, page))
662 section = m.group(2)
664 if section.endswith('.'):
665 section = section[:-1]
[all …]
/external/elfutils/po/
Delfutils.pot184 msgid "cannot get section header string table index"
214 msgid "%s: entry size in section `%s' is not what we expect"
219 msgid "%s: size of section `%s' is not multiple of entry size"
270 "Display DWARF section content. SECTION can be one of abbrev, aranges, "
310 msgid "Unknown DWARF debug section `%s'.\n"
441 msgid " Start of section headers: %<PRId64> %s\n"
470 msgid " Size of section header entries: %<PRId16> %s\n"
475 msgid " Number of section headers entries: %<PRId16>"
509 "There are %d section headers, starting at offset %#<PRIx64>:\n"
531 msgid "cannot get section: %s"
[all …]
/external/webkit/Tools/android/webkitmerge/webkitmerge.xcodeproj/
Dproject.pbxproj9 /* Begin PBXBuildFile section */
11 /* End PBXBuildFile section */
13 /* Begin PBXCopyFilesBuildPhase section */
23 /* End PBXCopyFilesBuildPhase section */
25 /* Begin PBXFileReference section */
31 /* End PBXFileReference section */
33 /* Begin PBXFrameworksBuildPhase section */
41 /* End PBXFrameworksBuildPhase section */
43 /* Begin PBXGroup section */
80 /* End PBXGroup section */
[all …]
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/NPN_Invoke.xcodeproj/
Dproject.pbxproj9 /* Begin PBXBuildFile section */
15 /* End PBXBuildFile section */
17 /* Begin PBXFileReference section */
25 /* End PBXFileReference section */
27 /* Begin PBXFrameworksBuildPhase section */
38 /* End PBXFrameworksBuildPhase section */
40 /* Begin PBXGroup section */
87 /* End PBXGroup section */
89 /* Begin PBXNativeTarget section */
109 /* End PBXNativeTarget section */
[all …]
/external/dbus/bus/
Ddesktop-file.c111 bus_desktop_file_section_free (BusDesktopFileSection *section) in bus_desktop_file_section_free() argument
115 for (i = 0; i < section->n_lines; i++) in bus_desktop_file_section_free()
116 bus_desktop_file_line_free (&section->lines[i]); in bus_desktop_file_section_free()
118 dbus_free (section->lines); in bus_desktop_file_section_free()
119 dbus_free (section->section_name); in bus_desktop_file_section_free()
135 grow_lines_in_section (BusDesktopFileSection *section) in grow_lines_in_section() argument
141 if (section->n_allocated_lines == 0) in grow_lines_in_section()
144 new_n_lines = section->n_allocated_lines*2; in grow_lines_in_section()
146 lines = dbus_realloc (section->lines, in grow_lines_in_section()
152 section->lines = lines; in grow_lines_in_section()
[all …]
/external/openssl/crypto/x509v3/
Dv3_conf.c73 static char *conf_lhash_get_string(void *db, char *section, char *value);
74 static STACK_OF(CONF_VALUE) *conf_lhash_get_section(void *db, char *section);
325 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk() argument
332 if (!(nval = NCONF_get_section(conf, section))) return 0; in X509V3_EXT_add_nconf_sk()
346 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf() argument
352 return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk); 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() argument
363 return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk); 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() argument
375 i = X509V3_EXT_add_nconf_sk(conf, ctx, section, sk); in X509V3_EXT_REQ_add_nconf()
[all …]
/external/webkit/Examples/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/
Dproject.pbxproj9 /* Begin PBXBuildFile section */
13 /* End PBXBuildFile section */
15 /* Begin PBXFileReference section */
21 /* End PBXFileReference section */
23 /* Begin PBXFrameworksBuildPhase section */
32 /* End PBXFrameworksBuildPhase section */
34 /* Begin PBXGroup section */
79 /* End PBXGroup section */
81 /* Begin PBXNativeTarget section */
100 /* End PBXNativeTarget section */
[all …]
/external/protobuf/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj9 /* Begin PBXBuildFile section */
16 /* End PBXBuildFile section */
18 /* Begin PBXContainerItemProxy section */
26 /* End PBXContainerItemProxy section */
28 /* Begin PBXFileReference section */
37 /* End PBXFileReference section */
39 /* Begin PBXFrameworksBuildPhase section */
57 /* End PBXFrameworksBuildPhase section */
59 /* Begin PBXGroup section */
115 /* End PBXGroup section */
[all …]
/external/webkit/Examples/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/
Dproject.pbxproj9 /* Begin PBXBuildFile section */
14 /* End PBXBuildFile section */
16 /* Begin PBXFileReference section */
24 /* End PBXFileReference section */
26 /* Begin PBXFrameworksBuildPhase section */
35 /* End PBXFrameworksBuildPhase section */
37 /* Begin PBXGroup section */
84 /* End PBXGroup section */
86 /* Begin PBXNativeTarget section */
105 /* End PBXNativeTarget section */
[all …]
/external/chromium/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj9 /* Begin PBXAggregateTarget section */
34 /* End PBXAggregateTarget section */
36 /* Begin PBXBuildFile section */
43 /* End PBXBuildFile section */
45 /* Begin PBXContainerItemProxy section */
74 /* End PBXContainerItemProxy section */
76 /* Begin PBXFileReference section */
86 /* End PBXFileReference section */
88 /* Begin PBXFrameworksBuildPhase section */
106 /* End PBXFrameworksBuildPhase section */
[all …]
/external/chromium/chrome/browser/resources/
Dnew_new_tab.js54 function setSectionMenuMode(sectionId, section, menuModeEnabled, menuModeMask) { argument
64 if (section) {
65 hideSection(section); // To hide the maxiview.
129 function updateSimpleSection(id, section) { argument
133 if (shownSections & section) {
369 function SectionLayoutInfo(section) { argument
370 this.section = section;
371 this.header = section.querySelector('h2');
372 this.miniview = section.querySelector('.miniview');
373 this.maxiview = getSectionMaxiview(section);
[all …]
/external/webkit/Source/WebCore/rendering/
DRenderTable.cpp199 … RenderTableSection* section = new (renderArena()) RenderTableSection(document() /* anonymous */); in addChild() local
203 section->setStyle(newStyle.release()); in addChild()
204 addChild(section, beforeChild); in addChild()
205 section->addChild(child); in addChild()
366 RenderTableSection* section = toRenderTableSection(child); in layout() local
367 totalSectionLogicalHeight += section->calcRowLogicalHeight(); in layout()
369 section->recalcOuterBorder(); in layout()
370 ASSERT(!section->needsLayout()); in layout()
430 RenderTableSection* section = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot); in layout() local
431 while (section) { in layout()
[all …]
/external/skia/bench/BenchTool/BenchTool.xcodeproj/
Dproject.pbxproj9 /* Begin PBXBuildFile section */
17 /* End PBXBuildFile section */
19 /* Begin PBXContainerItemProxy section */
48 /* End PBXContainerItemProxy section */
50 /* Begin PBXCopyFilesBuildPhase section */
61 /* End PBXCopyFilesBuildPhase section */
63 /* Begin PBXFileReference section */
72 /* End PBXFileReference section */
74 /* Begin PBXFrameworksBuildPhase section */
85 /* End PBXFrameworksBuildPhase section */
[all …]

12345678910>>...39