HomeSort by relevance Sort by last modified time
    Searched refs:notes (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium_org/chrome/common/extensions/docs/server2/
owners_data_source_test.py 75 owners, notes = ParseOwnersFile(owners_content, randomize=False)
92 self.assertEqual(notes, '')
103 owners, notes = ParseOwnersFile(owners_content_with_comments,
120 self.assertEqual(notes, '\n'.join([
138 'notes': 'Core owners.',
154 'notes': 'Hallo!',
160 'notes': 'Use one of the Core Extensions/Apps Owners.',
172 'notes': 'For editing moar_apis.',
184 'notes': '',
owners_data_source.py 22 '''Returns a tuple (owners, notes), where
24 |notes| is a string formed from the comments in |content|.
29 notes = []
34 notes.append(line[len(_COMMENT_START_MARKER):].lstrip())
43 return owners, '\n'.join(notes)
58 owners, notes = ParseOwnersFile(content, self._randomize)
63 'notes': notes,
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/notes/
ChatNotes.java 20 package org.jivesoftware.smackx.workgroup.ext.notes;
27 * IQ packet for retrieving and adding Chat Notes.
34 public static final String ELEMENT_NAME = "chat-notes";
43 private String notes; field in class:ChatNotes
54 return notes;
57 public void setNotes(String notes) {
58 this.notes = notes;
68 buf.append("<notes>").append(getNotes()).append("</notes>");
    [all...]
  /libcore/dalvik/src/main/java/dalvik/annotation/
TestTargetNew.java 63 String notes() default "";
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.c 5 * copyright notes.
425 struct annotation *notes = symbol__annotation(sym); local
426 pthread_mutex_init(&notes->lock, NULL);
432 struct annotation *notes = symbol__annotation(sym); local
443 if (sizeof_sym_hist > (SIZE_MAX - sizeof(*notes->src))
447 notes->src = zalloc(sizeof(*notes->src) + symbol_conf.nr_events * sizeof_sym_hist);
448 if (notes->src == NULL)
450 notes->src->sizeof_sym_hist = sizeof_sym_hist;
451 notes->src->nr_histograms = symbol_conf.nr_events
458 struct annotation *notes = symbol__annotation(sym); local
471 struct annotation *notes; local
653 struct annotation *notes = symbol__annotation(sym); local
766 struct annotation *notes = symbol__annotation(sym); local
851 struct annotation *notes = symbol__annotation(sym); local
1064 struct annotation *notes = symbol__annotation(sym); local
1092 struct annotation *notes = symbol__annotation(sym); local
1203 struct annotation *notes = symbol__annotation(sym); local
1221 struct annotation *notes = symbol__annotation(sym); local
1297 struct annotation *notes = symbol__annotation(sym); local
1305 struct annotation *notes = symbol__annotation(sym); local
    [all...]
annotate.h 73 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset,
123 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx)
125 return (((void *)&notes->src->histograms) +
126 (notes->src->sizeof_sym_hist * idx));
  /external/elfutils/0.153/libdwfl/
core-file.c 144 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes)
151 if (notes != NULL)
152 notes->p_type = PT_NULL;
170 if (notes != NULL)
172 *notes = *phdr;
173 notes = NULL;
449 Elf_Data *notes = elf_getdata_rawchunk (elf, local
453 if (likely (notes != NULL))
459 while ((pos = gelf_getnote (notes, pos, &nhdr,
463 && !memcmp (notes->d_buf + name_pos, "CORE", sizeof "CORE")
    [all...]
dwfl_segment_report_module.c 298 void *notes; local
300 notes = data;
303 notes = malloc (filesz);
304 if (unlikely (notes == NULL))
309 xlateto.d_buf = notes;
316 const GElf_Nhdr *nh = notes;
317 while ((const void *) nh < (const void *) notes + filesz)
321 if (unlikely ((size_t) ((const void *) notes + filesz
330 build_id_vaddr = note_desc - (const void *) notes + vaddr;
342 if (notes != data
    [all...]
linux-kernel-modules.c 76 #define KNOTESFILE "/sys/kernel/notes"
77 #define MODNOTESFMT "/sys/module/%s/notes"
451 intuit_kernel_bounds (Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *notes)
459 *notes = 0;
488 if (*notes == 0 && !strcmp (p, "__start_notes\n"))
489 *notes = *end;
647 Dwarf_Addr notes; local
649 zero NOTES will be initialized. Fake the initialization. */
650 asm ("" : "=m" (notes));
651 int result = intuit_kernel_bounds (&start, &end, &notes);
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
Notepadv1.java 66 // Get all of the notes from the database and create the item list
74 SimpleCursorAdapter notes = local
76 setListAdapter(notes);
  /external/smack/src/org/jivesoftware/smackx/packet/
AdHocCommandData.java 52 private List<AdHocCommandNote> notes = new ArrayList<AdHocCommandNote>(); field in class:AdHocCommandData
117 for (AdHocCommandNote note : notes) {
172 * Returns the list of notes that the command has.
174 * @return the notes.
177 return notes;
181 this.notes.add(note);
185 this.notes.remove(note);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-annotate.c 72 struct annotation *notes = symbol__annotation(he->ms.sym); local
73 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0)
128 struct annotation *notes; local
133 notes = symbol__annotation(he->ms.sym);
134 if (notes->src == NULL) {
179 free(notes->src);
180 notes->src = NULL;
builtin-top.c 93 struct annotation *notes; local
114 notes = symbol__annotation(sym);
115 if (notes->src != NULL) {
116 pthread_mutex_lock(&notes->lock);
120 pthread_mutex_lock(&notes->lock);
123 pthread_mutex_unlock(&notes->lock);
136 pthread_mutex_unlock(&notes->lock);
177 struct annotation *notes; local
187 notes = symbol__annotation(sym);
189 if (pthread_mutex_trylock(&notes->lock)
212 struct annotation *notes; local
    [all...]
builtin-report.c 124 struct annotation *notes = symbol__annotation(he->ms.sym); local
128 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0)
137 struct annotation *notes; local
141 notes = symbol__annotation(mx->daddr.sym);
142 if (notes->src == NULL && symbol__alloc_hist(mx->daddr.sym) < 0)
205 struct annotation *notes; local
208 notes = symbol__annotation(bx->from.sym);
209 if (!notes->src
222 notes = symbol__annotation(bx->to.sym);
223 if (!notes->sr
279 struct annotation *notes = symbol__annotation(he->ms.sym); local
    [all...]
  /system/media/camera/docs/
CameraMetadataEnums.mako 34 % if value.notes:
35 ${value.notes | javadoc(metadata)}\
metadata_template.mako 147 % if value.notes is not None:
148 <notes>${value.notes}</notes>
metadata_parser_xml.py 223 notes = value.find('notes')
224 if notes is not None:
225 enum_notes[value_body] = notes.string
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
Notepadv2.java 63 SimpleCursorAdapter notes = local
65 setListAdapter(notes);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
annotate.c 342 struct annotation *notes = symbol__annotation(sym); local
348 pthread_mutex_lock(&notes->lock);
350 list_for_each_entry(pos, &notes->src->source, node) {
361 next = disasm__get_next_ip_line(&notes->src->source, pos);
364 bpos->percent[i] = disasm__calc_percent(notes,
381 pthread_mutex_unlock(&notes->lock);
446 struct annotation *notes; local
461 notes = symbol__annotation(target);
462 pthread_mutex_lock(&notes->lock);
464 if (notes->src == NULL && symbol__alloc_hist(target) < 0)
484 struct annotation *notes = symbol__annotation(sym); local
523 struct annotation *notes = symbol__annotation(sym); local
562 struct annotation *notes = symbol__annotation(sym); local
875 struct annotation *notes; local
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
Notepadv3.java 63 SimpleCursorAdapter notes = local
65 setListAdapter(notes);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
annotate.c 93 struct annotation *notes; local
101 notes = symbol__annotation(sym);
120 list_for_each_entry(pos, &notes->src->source, node) {
149 list_for_each_entry_safe(pos, n, &notes->src->source, node) {
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
Notepadv2.java 65 SimpleCursorAdapter notes = local
67 setListAdapter(notes);
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
Notepadv3.java 65 SimpleCursorAdapter notes = local
67 setListAdapter(notes);
  /external/chromium_org/tools/grit/grit/
tclib_unittest.py 95 'IBM Lotus Notes Plug-In\r\n'
97 'The Lotus Notes plug-in is included in the release of Google \r\n'
98 'Desktop for Enterprise. The IBM Lotus Notes Plug-in for Google \r\n'
100 'documents from Notes. Discussion documents including those from \r\n'
104 'document can be opened in Lotus Notes from the Google Desktop \r\n'
108 'Desktop setup process if Lotus Notes is already installed. Lotus \r\n'
109 'Notes must not be running in order for the install to occur. \r\n'
112 'set in the \'Google Desktop for Notes\' dialog reached through the \r\n'
119 'Notes Plug-in Known Issues\r\n'
122 'If the \'Google Desktop for Notes\' item is not available from the \r\n
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.emf.properties 43 releaseNotesURL=http://www.eclipse.org/emf/news/release-notes.php?version=%%version%%

Completed in 1219 milliseconds

1 2 3