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

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/
armelf_linux_eabi.xu 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
166 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelfb.xr 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
169 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelfb.xu 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
170 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelfb_linux_eabi.xr 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
165 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelfb_linux_eabi.xu 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
166 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/arm-eabi/lib/ldscripts/
armelf.xr 13 .note.gnu.build-id : { *(.note.gnu.build-id) }
166 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelf.xu 13 .note.gnu.build-id : { *(.note.gnu.build-id) }
167 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/lib/ldscripts/
armelf_linux_eabi.xr 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
165 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelf_linux_eabi.xu 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
166 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelfb_linux_eabi.xr 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
165 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelfb_linux_eabi.xu 17 .note.gnu.build-id : { *(.note.gnu.build-id) }
166 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
  /external/proguard/src/proguard/ant/
ProGuardTask.java 253 public void setNote(boolean note)
255 if (note)
258 if (configuration.note != null &&
259 configuration.note.isEmpty())
261 configuration.note = null;
267 configuration.note = new ArrayList();
ConfigurationTask.java 82 configuration.note = extendList(configuration.note,
83 this.configuration.note);
272 configuration.note = extendFilter(configuration.note, filterElement, true);
  /external/sonivox/arm-wt-22k/lib_src/
eas_tonecontrol.c 75 static EAS_RESULT TC_StartNote (S_EAS_DATA *pEASData, S_TC_DATA* pData, EAS_INT parserMode, EAS_I8 note);
276 /* check for end of note */
277 if (pData->note >= 0)
279 /* stop the note */
280 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, TC_CHANNEL, (EAS_U8) pData->note, 0);
282 /* check for repeat note */
287 if ((pData->note >= 0) && (parserMode == eParserModePlay))
288 VMStartNote(pEASData->pVoiceMgr, pData->pSynth, TC_CHANNEL, (EAS_U8) pData->note, pData->volume);
292 pData->note = TC_FIELD_SILENCE;
295 /* parse stream until we get a note or rest *
    [all...]
  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 17 auto begin(T &&t) -> decltype(t.begin()) { return t.begin(); } // expected-note 2{{ignored: substitution failure}}
19 auto end(T &&t) -> decltype(t.end()) { return t.end(); } // expected-note {{candidate template ignored: substitution failure [with T = }}
22 auto begin(T &&t) -> decltype(t.alt_begin()) { return t.alt_begin(); } // expected-note {{selected 'begin' template [with T = }} \
23 expected-note 2{{candidate template ignored: substitution failure [with T = }}
25 auto end(T &&t) -> decltype(t.alt_end()) { return t.alt_end(); } // expected-note {{candidate template ignored: substitution failure [with T = }}
35 struct A { // expected-note 2 {{candidate constructor}}
37 int *begin(); // expected-note 3{{selected 'begin' function with iterator type 'int *'}} expected-note {{'begin' declared here}}
109 extern struct Incomplete also_incomplete[2]; // expected-note {{forward declaration}}
114 void begin(); // expected-note {{selected 'begin' function with iterator type 'void'}
    [all...]
  /external/libexif/libexif/canon/
exif-mnote-data-canon.c 81 exif_mnote_data_canon_get_value (ExifMnoteData *note, unsigned int n, char *val, unsigned int maxlen)
83 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
314 exif_mnote_data_canon_get_name (ExifMnoteData *note, unsigned int i)
316 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
326 exif_mnote_data_canon_get_title (ExifMnoteData *note, unsigned int i)
328 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
338 exif_mnote_data_canon_get_description (ExifMnoteData *note, unsigned int i)
340 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
  /external/lldb/source/Plugins/Process/elf-core/
ProcessElfCore.cpp 373 /// Note Structure found in ELF core dumps.
409 // by some older Linux versions, which write a note named "CORE"
429 log->Printf("Failed to parse note name lacking nul terminator");
438 // Parse a FreeBSD NT_PRSTATUS note - see FreeBSD sys/procfs.h for details.
475 /// 1) A PT_NOTE segment is composed of one or more NOTE entries.
476 /// 2) NOTE Entry contains a standard header followed by variable size data.
478 /// 3) A Thread Context in a core file usually described by 3 NOTE entries.
482 /// 4) The NOTE entries can be in any order
484 /// a) Each thread context(2 or more NOTE entries) contained in its own segment (PT_NOTE)
488 /// new thread when it finds NT_PRSTATUS or NT_PRPSINFO NOTE entry
511 ELFNote note = ELFNote(); local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
VendorPolicyLoaderTest.java 110 * Note, in most cases very little will happen in this test, because there is
160 assertTrue(p.note == null || p.note.length() > 0); // no empty string
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
seq_event.h 50 /** note on and off with duration; event data type = #snd_seq_ev_note_t */
52 /** note on; event data type = #snd_seq_ev_note_t */
54 /** note off; event data type = #snd_seq_ev_note_t */
209 * NOTE: only 8 bits available!
229 /** Note event */
232 unsigned char note; /**< note */ member in struct:snd_seq_ev_note
234 unsigned char off_velocity; /**< note-off velocity; only for #SND_SEQ_EVENT_NOTE */
235 unsigned int duration; /**< duration until note-off; only for #SND_SEQ_EVENT_NOTE */
259 void *ptr; /**< pointer to data (note: can be 64-bit) *
302 snd_seq_ev_note_t note; \/**< note information *\/ member in union:snd_seq_event::__anon30468
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
seq_event.h 50 /** note on and off with duration; event data type = #snd_seq_ev_note_t */
52 /** note on; event data type = #snd_seq_ev_note_t */
54 /** note off; event data type = #snd_seq_ev_note_t */
209 * NOTE: only 8 bits available!
229 /** Note event */
232 unsigned char note; /**< note */ member in struct:snd_seq_ev_note
234 unsigned char off_velocity; /**< note-off velocity; only for #SND_SEQ_EVENT_NOTE */
235 unsigned int duration; /**< duration until note-off; only for #SND_SEQ_EVENT_NOTE */
259 void *ptr; /**< pointer to data (note: can be 64-bit) *
302 snd_seq_ev_note_t note; \/**< note information *\/ member in union:snd_seq_event::__anon32337
    [all...]
  /external/e2fsprogs/lib/
Makefile.elf-lib 59 --remove-section=.note $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
64 --remove-section=.note $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
  /external/libunwind/src/hppa/
getcontext.S 73 .section .note.GNU-stack,"",@progbits
setcontext.S 76 .section .note.GNU-stack,"",@progbits
  /external/libunwind/src/ia64/
siglongjmp.S 46 * Note: we can use the scratch stack are because the caller
68 .section .note.GNU-stack,"",@progbits
sigsetjmp.S 68 .section .note.GNU-stack,"",@progbits

Completed in 655 milliseconds

1 2 3 4 56 7 8 91011>>