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

1 2

  /external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/
AbstractFragmentsActivity.java 19 private final List<Page> notes; field in class:AbstractFragmentsActivity
23 protected AbstractFragmentsActivity(int title, int layout, List<Page> notes) {
26 this.notes = notes;
72 if (page > notes.size() - 1) {
77 actionBar.setSubtitle(notes.get(page).getSubtitle());
AbstractPagesActivity.java 21 private final List<Page> notes; field in class:AbstractPagesActivity
23 protected AbstractPagesActivity(int title, int layout, List<Page> notes) {
26 this.notes = notes;
78 if (page > notes.size() - 1) {
83 actionBar.setSubtitle(notes.get(page).getSubtitle());
85 ((TextView)findViewById(R.id.note)).setText(notes.get(page).getText());
86 findViewById(R.id.next).setVisibility(page >= notes.size() - 1 ? View.INVISIBLE : View.VISIBLE);
  /external/vboot_reference/firmware/lib/include/
vboot_audio_private.h 21 uint32_t checksum; /* crc32 over count & all notes */
22 uint32_t count; /* number of notes */
23 VbDevMusicNote notes[1]; /* gcc allows [0], MSVC doesn't */ member in struct:VbDevMusic
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
VCardResourceEntry.java 107 List<NoteData> notes = mVCard.getNotes(); local
108 if (notes == null || notes.size() == 0) {
112 for (NoteData note : notes) {
  /external/elfutils/libdwfl/
core-file.c 126 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes)
133 if (notes != NULL)
134 notes->p_type = PT_NULL;
152 if (notes != NULL)
154 *notes = *phdr;
155 notes = NULL;
497 Elf_Data *notes = elf_getdata_rawchunk (elf, local
501 if (likely (notes != NULL))
507 while ((pos = gelf_getnote (notes, pos, &nhdr,
510 && !memcmp (notes->d_buf + name_pos, "CORE", sizeof "CORE")
    [all...]
linux-kernel-modules.c 60 #define KNOTESFILE "/sys/kernel/notes"
61 #define MODNOTESFMT "/sys/module/%s/notes"
470 intuit_kernel_bounds (Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *notes)
480 *notes = 0;
491 if (*notes == 0 && !strcmp (state.p, "__start_notes\n"))
492 *notes = *end;
649 Dwarf_Addr notes; local
651 zero NOTES will be initialized. Fake the initialization. */
652 asm ("" : "=m" (notes));
653 int result = intuit_kernel_bounds (&start, &end, &notes);
    [all...]
dwfl_segment_report_module.c 461 void *notes; local
463 notes = data;
466 notes = malloc (filesz);
467 if (unlikely (notes == NULL))
472 xlateto.d_buf = notes;
479 const GElf_Nhdr *nh = notes;
480 while ((const void *) nh < (const void *) notes + filesz)
484 if (unlikely ((size_t) ((const void *) notes + filesz
493 build_id_vaddr = note_desc - (const void *) notes + vaddr;
505 if (notes != data
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_sched.c 236 check_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes,
269 notes->addr_conflict = true;
275 notes->pred_conflict = true;
300 notes->blocked_kill = true;
313 find_instr_recursive(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes,
344 if (check_instr(ctx, notes, instr)) {
354 candidate = find_instr_recursive(ctx, notes, src);
358 if (check_instr(ctx, notes, candidate)) {
370 find_eligible_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes)
385 candidate = find_instr_recursive(ctx, notes, instr)
522 struct ir3_sched_notes notes = {0}; local
    [all...]
  /external/vboot_reference/tests/
vboot_api_devmode_tests.c 45 note_event_t notes[MAX_NOTE_EVENTS]; member in struct:__anon43279
314 expected_event = test[i].notes;
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
AuptTestCase.java 225 protected void dumpMemInfo(String notes) {
226 FilesystemUtil.dumpMeminfo(getInstrumentation(), notes); local
  /system/media/camera/docs/
metadata_model.py 987 notes: A string describing the notes, or None.
988 sdk_notes: A string describing extra notes for public SDK only
989 ndk_notes: A string describing extra notes for public NDK only
995 id=None, deprecated=False, optional=False, hidden=False, notes=None, sdk_notes=None, ndk_notes=None, ndk_hidden=False, hal_version='3.2'):
1002 self._notes = notes # None or str
1038 def notes(self): member in class:EnumValue
1071 optionals=[], hiddens=[], notes={}, sdk_notes={}, ndk_notes={}, ndk_hiddens=[], hal_versions={}):
1076 notes.get(val), sdk_notes.get(val), ndk_notes.get(val), val in ndk_hiddens, hal_versions.get(val)) \
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java 572 // Notes
573 final boolean hasNotes = extras.containsKey(Insert.NOTES);
578 final String notes = extras.getString(Insert.NOTES); local
579 if (ContactsUtils.isGraphic(notes)) {
580 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);
  /toolchain/binutils/binutils-2.27/bfd/
elf32-v850.c 2410 asection * notes = bfd_get_section_by_name (abfd, V850_NOTE_SECNAME); local
2658 asection * notes = bfd_get_section_by_name (abfd, V850_NOTE_SECNAME); local
    [all...]
elf64-ia64-vms.c 1149 Elf_Internal_Note notes[NBR_NOTES]; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
symbols.c 62 struct obstack notes; variable in typeref:struct:obstack
111 obstack_grow (&notes, name, name_length);
112 ret = (char *) obstack_finish (&notes);
140 symbolP = (symbolS *) obstack_alloc (&notes, sizeof (symbolS));
201 ret = (struct local_symbol *) obstack_alloc (&notes, sizeof *ret);
574 newsymP = (symbolS *) obstack_alloc (&notes, sizeof (*newsymP));
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
ia64-gen.c 200 int *chknotes; /* Dependency notes for each class. */
205 int *regnotes; /* Dependency notes for each class. */
241 /* A generic list of dependencies w/notes encoded. These may be shared. */
487 /* If it is a composite class, then ignore comments and notes that come after
511 /* If it's a composite class, leave the notes and comments in place so that
706 int *notes = *notesp;
759 notes = (int *)
760 xrealloc ((void *) notes,(count + 1) * sizeof (int));
761 notes[count] = note;
771 *notesp = notes;
704 int *notes = *notesp; local
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/
ia32_insn.h 45 unsigned int notes; /* Notes for this instruction */ member in struct:__anon20992
259 /* insn notes */
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 38 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,package_id INTEGER REFERENCES package(_id),account_id INTEGER REFERENCES accounts(_id),sourceid TEXT,version INTEGER NOT NULL DEFAULT 1,dirty INTEGER NOT NULL DEFAULT 0,title TEXT,title_res INTEGER,notes TEXT,system_id TEXT,deleted INTEGER NOT NULL DEFAULT 0,group_visible INTEGER NOT NULL DEFAULT 0,should_sync INTEGER NOT NULL DEFAULT 1,auto_add INTEGER NOT NULL DEFAULT 0,favorites INTEGER NOT NULL DEFAULT 0,group_is_read_only INTEGER NOT NULL DEFAULT 0,sync1 TEXT, sync2 TEXT, sync3 TEXT, sync4 TEXT );
148 CREATE VIEW view_groups AS SELECT groups._id AS _id,groups.account_id AS account_id,accounts.account_name AS account_name,accounts.account_type AS account_type,accounts.data_set AS data_set,(CASE WHEN accounts.data_set IS NULL THEN accounts.account_type ELSE accounts.account_type||'/'||accounts.data_set END) AS account_type_and_data_set,sourceid,version,dirty,title,title_res,notes,system_id,deleted,group_visible,should_sync,auto_add,favorites,group_is_read_only,sync1,sync2,sync3,sync4,package AS res_package FROM groups JOIN accounts ON (groups.account_id=accounts._id) LEFT OUTER JOIN packages ON (groups.package_id=packages._id);
155 CREATE VIEW view_v1_people AS SELECT raw_contacts._id AS _id, name.data1 AS name, raw_contacts.display_name AS display_name, trim(trim(ifnull(name.data7,' ')||' '||ifnull(name.data8,' '))||' '||ifnull(name.data9,' ')) AS phonetic_name , note.data1 AS notes, accounts.account_name, accounts.account_type, raw_contacts.times_contacted AS times_contacted, ra (…)
    [all...]
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 

Completed in 1023 milliseconds

1 2