HomeSort by relevance Sort by last modified time
    Searched defs:sections (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/smack/src/org/xbill/DNS/
Section.java 6 * Constants and functions relating to DNS message sections
35 private static Mnemonic sections = new Mnemonic("Message Section", field in class:Section
41 sections.setMaximum(3);
42 sections.setNumericAllowed(true);
44 sections.add(QUESTION, "qd");
45 sections.add(ANSWER, "an");
46 sections.add(AUTHORITY, "au");
47 sections.add(ADDITIONAL, "ad");
66 return sections.getText(i);
72 sections.check(i)
    [all...]
Message.java 11 * and 4 message sections.
25 private List [] sections; field in class:Message
58 sections = new List[4];
106 sections[i] = new ArrayList(count);
110 sections[i].add(rec);
163 if (sections[section] == null)
164 sections[section] = new LinkedList();
166 sections[section].add(r);
176 if (sections[section] != null && sections[section].remove(r))
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AlphabetIndexerTest.java 47 Object[] sections = indexer.getSections(); local
48 assertTrue(sections instanceof String[]);
49 assertEquals(ALPHABET.length(), sections.length);
50 assertEquals(ALPHABET.charAt(0), ((String[]) sections)[0].charAt(0));
51 assertEquals(ALPHABET.charAt(1), ((String[]) sections)[1].charAt(0));
53 ((String[]) sections)[ALPHABET.length() - 2].charAt(0));
55 ((String[]) sections)[ALPHABET.length() - 1].charAt(0));
  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler.cc 79 int sections = pref_service_->GetInteger(prefs::kNTPShownSections); local
80 FundamentalValue sections_value(sections);
88 int sections = GetShownSections(pref_service_); local
89 FundamentalValue sections_value(sections);
108 // Default to have expanded APPS and all other sections are minimized.
130 // In version 3, we went from being able to show multiple sections to being
132 // sections are APPS and THUMBS.
154 // Hide any open sections.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 63 /** Linked list of sections. */
64 /*@reldef@*/ STAILQ_HEAD(yasm_sectionhead, yasm_section) sections; member in struct:yasm_object
130 /** Delete (free allocated memory for) an object. All sections in the
131 * object and all bytecodes within those sections are also deleted.
153 /** Traverses all sections in an object, calling a function on each section.
  /packages/apps/Camera2/src/com/android/camera/util/
XmpUtil.java 62 // Jpeg file is composed of many sections and image data. This class is used
107 List<Section> sections = parse(is, true); local
108 if (sections == null) {
112 for (Section section : sections) {
154 List<Section> sections = null; local
156 sections = parse(new FileInputStream(filename), false);
157 sections = insertXMPSection(sections, meta);
158 if (sections == null) {
169 writeJpegFile(os, sections);
190 List<Section> sections = parse(inputStream, false); local
344 List<Section> sections = new ArrayList<Section>(); local
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
MapItem.java 43 * sections in the dex file.
45 * This item should be placed last. It depends on the fact that the other sections
59 Section[] sections = dexFile.getOrderedSections(); local
62 return offset + 4 + (sections.length + 2) * 12;
85 Section[] sections = dexFile.getOrderedSections(); local
87 out.annotate("map_size: 0x" + Integer.toHexString(sections.length + 2) + " (" +
88 Integer.toString(sections.length + 2) + ")");
89 out.writeInt(sections.length + 2);
DexFile.java 110 * Ordered lists of the indexed and offsetted sections. The order of these lists specifies the order
111 * that the sections will be written in
398 //the sections are ordered in such a way that the item types
399 Section sections[] = new Section[] { local
418 for (Section section: sections) {
614 Section[] sections = new Section[sectionCount]; local
618 sections[sectionCount++] = section;
622 Arrays.sort(sections, new Comparator<Section>() {
628 return sections;
632 * This method should be called before writing a dex file. It sorts the sections
644 Section[] sections; local
706 Section[] sections; local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize_addr2line_linux.cc 46 SectionDesc *sections; member in struct:__tsan::DlIteratePhdrCtx
123 sec->next = ctx->sections;
124 ctx->sections = sec;
133 return ctx.sections;
137 static SectionDesc *sections = 0; local
138 if (sections == 0)
139 sections = InitSections();
140 for (SectionDesc *s = sections; s; s = s->next) {
  /external/elfutils/libdwfl/
derelocate.c 194 possible target sections we care about. */
275 struct dwfl_relocation *sections = mod->reloc_info; local
277 if (idx >= sections->count)
281 *shndxp = elf_ndxscn (sections->refs[idx].scn);
283 return sections->refs[idx].name;
324 struct dwfl_relocation *sections = mod->reloc_info; local
326 /* The sections are sorted by address, so we can use binary search. */
327 size_t l = 0, u = sections->count;
331 if (*addr < sections->refs[idx].start)
333 else if (*addr > sections->refs[idx].end
    [all...]
  /external/chromium/base/win/
pe_image_unittest.cc 88 sections = 0, enumerator in enum:base::win::Value
166 EXPECT_EQ(GetExpectedValue(sections, os), count);
  /external/chromium_org/base/win/
pe_image_unittest.cc 98 sections = 0, enumerator in enum:base::win::Value
218 EXPECT_EQ(GetExpectedValue(sections, os), count);
  /external/chromium_org/tools/gyp/tools/emacs/
gyp.el 57 "Regular expression to introduce 'sources' sections")
61 "Regular expression to introduce conditions sections")
65 "Regular expression to introduce variables sections")
69 "Regular expression to introduce 'defines' sections")
73 "Regular expression to introduce 'targets' sections")
76 "Map the sections we are interested in from SECTION to symbol.
103 (defun gyp-parse-sections ()
111 (defun gyp-add-parse-history (point sections)
112 "Add parse state SECTIONS to the parse history at POINT so that parsing can be
116 (setq gyp-parse-history (cons (cons point sections) gyp-parse-history))
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 50 public final Section[] sections = { field in class:TableOfContents
139 Arrays.sort(sections);
144 for (int i = sections.length - 1; i >= 0; i--) {
145 Section section = sections[i];
158 for (Section section : sections) {
194 for (Section section : sections) {
201 for (Section section : sections) {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
SectionedAlbumDataAdapter.java 41 private int[] sections; field in class:SectionedAlbumDataAdapter
81 sections = new int[numSections];
89 sections[numSections] = i;
94 for (int i = 0; i < sections.length; i++) {
95 sections[i] += i;
96 if (DEBUG) Log.i(TAG, i + ": " + sections[i]);
125 return mAlbumData.getCount() + sections.length;
201 return (Arrays.binarySearch(sections, position) >= 0);
205 int offset = Arrays.binarySearch(sections, position);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 3 A setup file consists of sections, lead by a "[section]" header,
33 sections()
248 def sections(self): member in class:RawConfigParser
467 The sections in setup file contains a title line at the top,
508 # So sections can't start with a continuation line
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 3 A setup file consists of sections, lead by a "[section]" header,
33 sections()
248 def sections(self): member in class:RawConfigParser
467 The sections in setup file contains a title line at the top,
508 # So sections can't start with a continuation line
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_genc.c 989 IMAGE_SECTION_HEADER sections[2]; member in struct:__anon14364
    [all...]
  /external/icu4c/tools/toolutil/
pkg_genc.c 991 IMAGE_SECTION_HEADER sections[2]; member in struct:__anon21905
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 123 typedef std::vector<COFFSection*> sections; typedef in class:__anon24616::WinCOFFObjectWriter
132 sections Sections;
236 assert(Section->Number != -1 && "Sections with relocations must be real!");
328 for (sections::iterator I = Sections.begin(), E = Sections.end(); I != E; ++I)
347 return createCOFFEntity<COFFSection>(Name, Sections);
716 for (sections::iterator i = Sections.begin()
    [all...]
  /system/media/camera/docs/
metadata_model.py 442 sections_dict = self._dictionary_by_name(outer_namespace.sections)
468 if sec not in outer_namespace.sections:
653 sections: A sequence of Section children.
655 def __init__(self, name, parent, sections=[]):
658 self._sections = sections[:]
664 def sections(self): member in class:OuterNamespace
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 92 * {@code non-null;} array of sections in the order they will appear in the
95 private final Section[] sections; field in class:DexFile
123 * This is the list of sections in the order they appear in
126 sections = new Section[] {
479 * add items happen before the calls to the sections that get
496 // Place the sections within the file.
498 int count = sections.length;
502 Section one = sections[i];
511 * Inform the map of all the sections, and add it
515 MapItem.addMap(sections, map)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 95 * {@code non-null;} array of sections in the order they will appear in the
98 private final Section[] sections; field in class:DexFile
128 * This is the list of sections in the order they appear in
131 sections = new Section[] {
496 * add items happen before the calls to the sections that get
513 // Place the sections within the file.
515 int count = sections.length;
519 Section one = sections[i];
528 * Inform the map of all the sections, and add it
532 MapItem.addMap(sections, map)
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc 2550 DialogSection sections[] = { SECTION_CC_BILLING, SECTION_SHIPPING }; local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DexFile.java 97 * {@code non-null;} array of sections in the order they will appear in the
100 private final Section[] sections; field in class:DexFile
130 * This is the list of sections in the order they appear in
133 sections = new Section[] {
498 * add items happen before the calls to the sections that get
515 // Place the sections within the file.
517 int count = sections.length;
521 Section one = sections[i];
530 * Inform the map of all the sections, and add it
534 MapItem.addMap(sections, map)
    [all...]

Completed in 804 milliseconds

1 2 3