OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:note2
(Results
1 - 3
of
3
) sorted by null
/external/llvm/test/MC/AsmParser/
section_names.s
29
.section .
note2
59
# CHECK: Name: .
note2
/external/elfutils/src/
elfcmp.c
413
GElf_Nhdr
note2
;
local
433
off2 = gelf_getnote (data2, off2, &
note2
,
442
if (note1.n_namesz !=
note2
.n_namesz
451
if (note1.n_type !=
note2
.n_type)
459
if (note1.n_descsz !=
note2
.n_descsz
466
if (note1.n_descsz !=
note2
.n_descsz)
/packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/
DataItemTests.java
240
final String
note2
= "note 2";
local
248
mValues3.put(Note.NOTE,
note2
);
257
assertEquals(
note2
, ((NoteDataItem) dataList.get(1)).getNote());
Completed in 106 milliseconds