HomeSort by relevance Sort by last modified time
    Searched refs:sections (Results 51 - 75 of 3030) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
hw_irq_32.h 18 #include <asm/sections.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
hw_irq_32.h 18 #include <asm/sections.h>
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
hw_irq_32.h 18 #include <asm/sections.h>
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
hw_irq_32.h 18 #include <asm/sections.h>
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
hw_irq_32.h 18 #include <asm/sections.h>
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
hw_irq_32.h 25 #include <asm/sections.h>
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
hw_irq_32.h 25 #include <asm/sections.h>
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
hw_irq_32.h 25 #include <asm/sections.h>
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
hw_irq_32.h 25 #include <asm/sections.h>
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
hw_irq_32.h 25 #include <asm/sections.h>
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
hw_irq_32.h 25 #include <asm/sections.h>
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
hw_irq_32.h 25 #include <asm/sections.h>
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
hw_irq_32.h 25 #include <asm/sections.h>
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
hw_irq_32.h 25 #include <asm/sections.h>
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
hw_irq_32.h 25 #include <asm/sections.h>
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
hw_irq_32.h 25 #include <asm/sections.h>
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
action_useragentstylesheets.py 55 sections = []
63 sections.append(args[:dashes])
71 sections.append(args)
75 return sections
79 sections = SplitArgsIntoSections(args[1:])
80 assert len(sections) == 3
81 (outputsInputs, scripts, options) = sections
  /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...]
  /external/smack/src/org/xbill/DNS/
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...]
  /external/clang/test/OpenMP/
parallel_sections_ast_print.cpp 36 #pragma omp parallel sections
40 #pragma omp parallel sections default(none), private(argc, b) firstprivate(argv) shared(d) if (argc > 0) num_threads(C) copyin(S < T > ::TS) proc_bind(master) reduction(+ : c) reduction(max : e)
44 #pragma omp parallel sections if (C) num_threads(s) proc_bind(close) reduction(^ : e, f) reduction(&& : g) lastprivate(b, c)
57 // CHECK-NEXT: #pragma omp parallel sections
61 // CHECK-NEXT: #pragma omp parallel sections default(none) private(argc,b) firstprivate(argv) shared(d) if(argc > 0) num_threads(5) copyin(S<int>::TS) proc_bind(master) reduction(+: c) reduction(max: e)
65 // CHECK-NEXT: #pragma omp parallel sections if(5) num_threads(s) proc_bind(close) reduction(^: e,f) reduction(&&: g) lastprivate(b,c)
75 // CHECK-NEXT: #pragma omp parallel sections
79 // CHECK-NEXT: #pragma omp parallel sections default(none) private(argc,b) firstprivate(argv) shared(d) if(argc > 0) num_threads(1) copyin(S<long>::TS) proc_bind(master) reduction(+: c) reduction(max: e)
83 // CHECK-NEXT: #pragma omp parallel sections if(1) num_threads(s) proc_bind(close) reduction(^: e,f) reduction(&&: g) lastprivate(b,c)
93 // CHECK-NEXT: #pragma omp parallel sections
    [all...]
sections_ast_print.cpp 17 #pragma omp sections private(argc, b), firstprivate(c, d), lastprivate(d, f) reduction(- : g) nowait
22 // CHECK-NEXT: #pragma omp sections private(argc,b) firstprivate(c,d) lastprivate(d,f) reduction(-: g) nowait
34 #pragma omp sections private(argc, b), firstprivate(argv, c), lastprivate(d, f) reduction(+ : g) nowait
42 // CHECK-NEXT: #pragma omp sections private(argc,b) firstprivate(argv,c) lastprivate(d,f) reduction(+: g) nowait
  /frameworks/compile/mclinker/lib/Script/
ScriptFile.cpp 92 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
93 sections->push_back(entry);
145 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
147 assert(!sections->empty());
149 llvm::cast<OutputSectDesc>(sections->back());
155 sections->push_back(new Assignment(Assignment::OUTPUT_SECTION,
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
191 sections->push_back(new OutputSectDesc(pName, pProlog));
200 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
202 assert(!sections->empty() && m_bInOutputSectDesc)
214 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactEntryAdapter.java 78 ContactEntryAdapter(Context context, ArrayList<ArrayList<E>> sections, boolean separators) {
81 mSections = sections;
88 * @param sections the section data
90 public final void setSections(ArrayList<ArrayList<E>> sections, boolean separators) {
91 mSections = sections;
99 * @param sections the section data
103 public final int setSections(ArrayList<ArrayList<E>> sections, E entry) {
104 mSections = sections;
175 * @param sections the list of sections
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactsSectionIndexer.java 38 * @param sections a non-null array
39 * @param counts a non-null array of the same size as <code>sections</code>
41 public ContactsSectionIndexer(String[] sections, int[] counts) {
42 if (sections == null || counts == null) {
46 if (sections.length != counts.length) {
48 "The sections and counts arrays must have the same length");
51 // TODO process sections/counts based on current locale and/or specific section titles
53 this.mSections = sections;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
PropertiesSidebarPane.js 47 this.sections = [];
100 this.sections = [];
112 this.sections.push(section);

Completed in 577 milliseconds

1 23 4 5 6 7 8 91011>>