OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:note1
(Results
1 - 5
of
5
) sorted by null
/system/chre/build/sys_support/qcom/
uimage_v2.lcs
38
note1
PT_NOTE;
45
.note.qti.uimg.dl.ver : { *(.note.qti.uimg.dl.ver) } : phdr1 :
note1
uimage.lcs.toolv80
38
note1
PT_NOTE;
45
.note.qti.uimg.dl.ver : { *(.note.qti.uimg.dl.ver) } : phdr1 :
note1
/toolchain/binutils/binutils-2.27/gas/config/
tc-bfin.c
977
INSTR_T
note1
= NULL_CODE;
local
988
/* If
note1
is not null code, we have to generate a right
1000
note1
= conscode (gencode (value), NULL_CODE);
1004
note1
= conscode (gencode (value), NULL_CODE);
1011
note1
= conscode (gencode (value), NULL_CODE);
1018
note1
= conscode (gencode (value >> 1), NULL_CODE);
1021
note1
= NULL_CODE;
1025
note =
note1
;
1029
if (
note1
!= NULL_CODE)
1030
note = conscode (
note1
, note)
1063
INSTR_T
note1
= 0;
local
[
all
...]
/external/elfutils/src/
elfcmp.c
412
GElf_Nhdr
note1
;
local
420
&& (off1 = gelf_getnote (data1, off1, &
note1
,
442
if (
note1
.n_namesz != note2.n_namesz
443
|| memcmp (name1, name2,
note1
.n_namesz))
451
if (
note1
.n_type != note2.n_type)
459
if (
note1
.n_descsz != note2.n_descsz
460
|| memcmp (desc1, desc2,
note1
.n_descsz))
462
if (
note1
.n_type == NT_GNU_BUILD_ID
463
&&
note1
.n_namesz == sizeof "GNU"
466
if (
note1
.n_descsz != note2.n_descsz
[
all
...]
/packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/
DataItemTests.java
239
final String
note1
= "note 1";
local
246
mValues1.put(Note.NOTE,
note1
);
247
mValues2.put(Note.NOTE,
note1
);
256
assertEquals(
note1
, ((NoteDataItem) dataList.get(0)).getNote());
Completed in 203 milliseconds