HomeSort by relevance Sort by last modified time
    Searched defs:notes (Results 1 - 19 of 19) sorted by null

  /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/linux-tools-perf/
builtin-annotate.c 74 struct annotation *notes = symbol__annotation(he->ms.sym); local
75 if (notes->src == NULL &&
124 struct annotation *notes; local
129 notes = symbol__annotation(he->ms.sym);
130 if (notes->src == NULL) {
162 free(notes->src);
163 notes->src = NULL;
builtin-report.c 91 struct annotation *notes = symbol__annotation(he->ms.sym); local
96 if (notes->src == NULL &&
builtin-top.c 160 struct annotation *notes; local
180 notes = symbol__annotation(sym);
181 if (notes->src != NULL) {
182 pthread_mutex_lock(&notes->lock);
186 pthread_mutex_lock(&notes->lock);
189 pthread_mutex_unlock(&notes->lock);
208 pthread_mutex_unlock(&notes->lock);
220 struct annotation *notes; local
227 notes = symbol__annotation(sym);
229 if (pthread_mutex_trylock(&notes->lock)
240 struct annotation *notes; local
    [all...]
  /external/linux-tools-perf/util/ui/browsers/
top.c 5 * copyright notes.
122 struct annotation *notes = symbol__annotation(sym); local
125 if (notes->src != NULL)
128 pthread_mutex_lock(&notes->lock);
135 pthread_mutex_unlock(&notes->lock);
141 pthread_mutex_unlock(&notes->lock);
annotate.c 71 struct annotation *notes = symbol__annotation(sym); local
72 struct source_line *src_line = notes->src->lines;
73 struct sym_hist *h = annotation__histogram(notes, evidx);
77 next = objdump__get_next_ip_line(&notes->src->source, self);
145 struct annotation *notes = symbol__annotation(sym); local
150 pthread_mutex_lock(&notes->lock);
152 list_for_each_entry(pos, &notes->src->source, node) {
161 pthread_mutex_unlock(&notes->lock);
258 struct annotation *notes; local
282 notes = symbol__annotation(sym)
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
Notepadv2.java 63 SimpleCursorAdapter notes = local
65 setListAdapter(notes);
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
Notepadv3.java 63 SimpleCursorAdapter notes = local
65 setListAdapter(notes);
  /external/elfutils/libdwfl/
core-file.c 145 GElf_Phdr *notes)
158 if (notes != NULL)
159 notes->p_type = PT_NULL;
177 if (notes != NULL)
179 *notes = *phdr;
180 notes = NULL;
427 Elf_Data *notes = elf_getdata_rawchunk (elf, local
431 if (likely (notes != NULL))
437 while ((pos = gelf_getnote (notes, pos, &nhdr,
441 && !memcmp (notes->d_buf + name_pos, "CORE", sizeof "CORE")
    [all...]
dwfl_segment_report_module.c 293 void *notes; local
295 notes = data;
298 notes = malloc (filesz);
299 if (unlikely (notes == NULL))
304 xlateto.d_buf = notes;
311 const GElf_Nhdr *nh = notes;
312 while ((const void *) nh < (const void *) notes + filesz)
316 if (unlikely ((size_t) ((const void *) notes + filesz
325 build_id_vaddr = note_desc - (const void *) notes + vaddr;
337 if (notes != data
    [all...]
linux-kernel-modules.c 73 #define KNOTESFILE "/sys/kernel/notes"
74 #define MODNOTESFMT "/sys/module/%s/notes"
371 intuit_kernel_bounds (Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *notes)
379 *notes = 0;
400 if (*notes == 0)
405 *notes = last;
568 Dwarf_Addr notes; local
570 zero NOTES will be initialized. Fake the initialization. */
571 asm ("" : "=m" (notes));
572 int result = intuit_kernel_bounds (&start, &end, &notes);
    [all...]
  /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/linux-tools-perf/util/
annotate.c 5 * copyright notes.
21 struct annotation *notes = symbol__annotation(sym); local
22 pthread_mutex_init(&notes->lock, NULL);
28 struct annotation *notes = symbol__annotation(sym); local
32 notes->src = zalloc(sizeof(*notes->src) + nevents * sizeof_sym_hist);
33 if (notes->src == NULL)
35 notes->src->sizeof_sym_hist = sizeof_sym_hist;
36 notes->src->nr_histograms = nevents;
37 INIT_LIST_HEAD(&notes->src->source)
43 struct annotation *notes = symbol__annotation(sym); local
56 struct annotation *notes; local
125 struct annotation *notes = symbol__annotation(sym); local
200 struct annotation *notes = symbol__annotation(sym); local
390 struct annotation *notes = symbol__annotation(sym); local
410 struct annotation *notes = symbol__annotation(sym); local
494 struct annotation *notes = symbol__annotation(sym); local
511 struct annotation *notes = symbol__annotation(sym); local
571 struct annotation *notes = symbol__annotation(sym); local
579 struct annotation *notes = symbol__annotation(sym); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 577 // Notes
578 final boolean hasNotes = extras.containsKey(Insert.NOTES);
583 final String notes = extras.getString(Insert.NOTES); local
584 if (ContactsUtils.isGraphic(notes)) {
585 child.put(Note.NOTE, notes);
    [all...]
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 47 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAULT 0,system_id TEXT,UNIQUE(name,system_id,_sync_account));
53 CREATE TABLE people (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCALIZED,times_contacted INTEGER NOT NULL DEFAULT 0,last_time_contacted INTEGER,starred INTEGER NOT NULL DEFAULT 0,primary_phone INTEGER REFERENCES phones(_id),primary_organization INTEGER REFERENCES organizations(_id),primary_email INTEGER REFERENCES contact_methods(_id),photo_version TEXT,custom_ringtone TEXT,send_to_voicemail INTEGER,phonetic_name TEXT COLLATE LOCALIZED);
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 40 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAULT 0,system_id TEXT,UNIQUE(name,system_id,_sync_account));
43 CREATE TABLE people (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCALIZED,times_contacted INTEGER NOT NULL DEFAULT 0,last_time_contacted INTEGER,starred INTEGER NOT NULL DEFAULT 0,primary_phone INTEGER REFERENCES phones(_id),primary_organization INTEGER REFERENCES organizations(_id),primary_email INTEGER REFERENCES contact_methods(_id),photo_version TEXT,custom_ringtone TEXT,send_to_voicemail INTEGER,phonetic_name TEXT COLLATE LOCALIZED);
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 30 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAULT 0,system_id TEXT,UNIQUE(name,system_id,_sync_account));
33 CREATE TABLE people (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCALIZED,times_contacted INTEGER NOT NULL DEFAULT 0,last_time_contacted INTEGER,starred INTEGER NOT NULL DEFAULT 0,primary_phone INTEGER REFERENCES phones(_id),primary_organization INTEGER REFERENCES organizations(_id),primary_email INTEGER REFERENCES contact_methods(_id),photo_version TEXT,custom_ringtone TEXT,send_to_voicemail INTEGER,phonetic_name TEXT COLLATE LOCALIZED);
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1450 milliseconds