HomeSort by relevance Sort by last modified time
    Searched refs:note (Results 76 - 100 of 1242) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/
aarch64elf32.xr 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
144 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
aarch64elf32b.xr 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
144 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
aarch64elfb.xr 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
144 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
aarch64elfb.xu 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
145 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
aarch64linux.xr 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
140 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
aarch64linux.xu 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
141 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
aarch64linux32.xr 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
140 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
aarch64linux32.xu 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
141 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
aarch64linux32b.xr 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
140 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
aarch64linux32b.xu 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
141 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
aarch64linuxb.xr 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
140 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
aarch64linuxb.xu 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
141 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 40 * This class tests the content provider for the Note Pad sample application.
59 new NoteInfo("Note0", "This is note 0"),
60 new NoteInfo("Note1", "This is note 1"),
61 new NoteInfo("Note2", "This is note 2"),
62 new NoteInfo("Note3", "This is note 3"),
63 new NoteInfo("Note4", "This is note 4"),
64 new NoteInfo("Note5", "This is note 5"),
65 new NoteInfo("Note6", "This is note 6"),
66 new NoteInfo("Note7", "This is note 7"),
67 new NoteInfo("Note8", "This is note 8")
620 NoteInfo note = new NoteInfo( local
796 String note; field in class:NotePadProviderTest.NoteInfo
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_rtttl.c 48 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
57 /* note used for rest */
89 /* lookup table for note values */
267 EAS_U8 note; local
284 /* check for end of note */
285 if (pData->note)
287 /* stop the note */
288 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, RTTTL_CHANNEL, pData->note, 0);
289 pData->note = 0;
302 note = 0
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_rtttl.c 48 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
57 /* note used for rest */
89 /* lookup table for note values */
267 EAS_U8 note; local
284 /* check for end of note */
285 if (pData->note)
287 /* stop the note */
288 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, RTTTL_CHANNEL, pData->note, 0);
289 pData->note = 0;
302 note = 0
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttl.c 48 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
57 /* note used for rest */
89 /* lookup table for note values */
267 EAS_U8 note; local
284 /* check for end of note */
285 if (pData->note)
287 /* stop the note */
288 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, RTTTL_CHANNEL, pData->note, 0);
289 pData->note = 0;
302 note = 0
    [all...]
  /external/proguard/src/proguard/
Initializer.java 65 WarningPrinter fullyQualifiedClassNameNotePrinter = new WarningPrinter(System.out, configuration.note);
79 WarningPrinter getAnnotationNotePrinter = new WarningPrinter(System.out, configuration.note);
88 WarningPrinter getSignatureNotePrinter = new WarningPrinter(System.out, configuration.note);
97 WarningPrinter getEnclosingClassNotePrinter = new WarningPrinter(System.out, configuration.note);
106 WarningPrinter getEnclosingMethodNotePrinter = new WarningPrinter(System.out, configuration.note);
141 // attributes. Note that all superclass hierarchies have to be
179 WarningPrinter dynamicClassReferenceNotePrinter = new WarningPrinter(System.out, configuration.note);
180 WarningPrinter classForNameNotePrinter = new WarningPrinter(System.out, configuration.note);
194 WarningPrinter getMemberNotePrinter = new WarningPrinter(System.out, configuration.note);
279 WarningPrinter classMemberNotePrinter = new WarningPrinter(System.out, configuration.note);
    [all...]
  /external/google-breakpad/src/common/linux/
elf_core_dump_unittest.cc 197 ElfCoreDump::Note note = core.GetFirstNote(); local
198 while (note.IsValid()) {
199 MemoryRange name = note.GetName();
200 MemoryRange description = note.GetDescription();
204 switch (note.GetType()) {
244 note = note.GetNextNote();
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 138 struct note { struct
139 struct note *next;
140 ESZ(Nhdr) note;
144 static UInt note_size(const struct note *n)
147 + VG_ROUNDUP(n->note.n_descsz, 4);
154 static void add_note(struct note **list, const HChar *name, UInt type,
158 Int notelen = sizeof(struct note) +
161 struct note *n = VG_(malloc)("coredump-elf.an.1", notelen);
168 n->note.n_type = type;
169 n->note.n_namesz = namelen
591 struct note *notelist, *note; local
    [all...]
  /external/clang/test/Preprocessor/
_Pragma-in-macro-arg.c 30 expected-error {{expected identifier or '('}} expected-error {{expected ')'}} expected-note {{to match this '('}}
  /external/clang/test/SemaCXX/
cast-conversion.cpp 11 struct B { // expected-note 3 {{candidate constructor (the implicit copy constructor) not viable}} \
12 expected-note 3 {{candidate constructor (the implicit move constructor) not viable}}
13 B(A); // expected-note 3 {{candidate constructor not viable}}
40 template <int> float* &f0(); // expected-note{{candidate}}
41 template <unsigned> float* &f0(); // expected-note{{candidate}}
69 operator int(); // expected-note {{candidate function}}
70 operator unsigned int(); // expected-note {{candidate function}}
condition.cpp 24 if (int x=0) { // expected-note 2 {{previous definition is here}}
29 while (int x=0) int x; // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
30 while (int x=0) { int x; } // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
31 for (int x; int x=0; ) ; // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
32 for (int x; ; ) int x; // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
33 for (; int x=0; ) int x; // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
34 for (; int x=0; ) { int x; } // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
35 switch (int x=0) { default: int x; } // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
52 expected-note {{prefix with the address-of operator to silence this warning}}
invalid-member-expr.cpp 48 expected-note {{to match this '('}}
  /external/libcxx/test/libcxx/android/test/
config.py 25 self.lit_config.note(
27 self.lit_config.note(
29 self.lit_config.note(
31 self.lit_config.note('Using available_features: %s' %
  /external/libunwind/tests/
ia64-test-readonly-asm.S 54 .section .note.GNU-stack,"",@progbits

Completed in 850 milliseconds

1 2 34 5 6 7 8 91011>>