HomeSort by relevance Sort by last modified time
    Searched full:note (Results 1226 - 1250 of 7374) sorted by null

<<41424344454647484950>>

  /system/core/adb/
log_service.c 63 /* NOTE: driver guarantees we read exactly one full entry */
  /system/wlan/ti/wilink_6_1/Txn/
TxnQueue.c 54 * Note: It is assumed that any transaction forwarded to the TxnQ has enough resources in HW.
441 * \note
463 * \note
521 * \note
592 * Note that this function is called from either internal or external (TxnDone) context.
595 * \note
666 /* Note that it's the functional driver CB and not the specific CB in the Txn! */
701 * \note
754 * \note Called in critical section.
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
healthMonitor.c 128 * \note
158 * \note
196 * \note
335 * NOTE: start timer with minimum expiry (1 msec) for recovery will start
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 41 * <p><strong>IMPLEMENTATION NOTE</strong> - This implementation is heavily
139 * <strong>Note:</strong> <code>LogFactory</code> will print:
229 * <p><strong>NOTE</strong> - Depending upon the implementation of
297 * Note that <code>factories</code> is a <i>Hashtable</i> (not a HashMap),
313 * Note that the correct way to ensure no memory leaks occur is to ensure
368 * <p><em>NOTE</em> - If the properties file method of identifying the
373 * <p><em>NOTE</em> - In a multithreaded environment it is possible
540 // note: if the specified LogFactory class wasn't compatible with LogFactory
601 // Note: unlike the above code which can try to load custom LogFactory
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
flex.man 428 Note that flex's notion of "newline" is exactly
447 Note that inside of a character class, all regular expres-
561 Note that the first of these, can be written
622 Note that yytext can be defined in two different ways:
674 Also note that you cannot use %array with C++ scanner
806 Note also that unlike the other special actions, REJECT
866 Note that yyless is a macro and can only be used in the flex
885 Note that since each unput() puts the given character
898 Finally, note that you cannot put back EOF to attempt to
945 (Note that if the scanner is compiled using C++, the
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/
flex.info 461 Note that flex's notion of "newline" is exactly whatever the C
478 Note that inside of a character class, all regular expression
556 Note that the first of these, can be written "foo/bar\n".
604 Note that `yytext' can be defined in two different ways: either as a
638 Also note that you cannot use `%array' with C++ scanner classes (the
735 Note also that unlike the other special actions, `REJECT' is a
776 Note that `yyless' is a macro and can only be used in the flex
795 Note that since each `unput()' puts the given character back at
806 Finally, note that you cannot put back `EOF' to attempt to mark
838 (Note that if the scanner is compiled using `C++', then `input()
    [all...]
flex.texi 548 Note that flex's notion of "newline" is exactly
567 Note that inside of a character class, all regular
675 Note that the first of these, can be written
731 Note that @code{yytext} can be defined in two different ways:
772 Also note that you cannot use @samp{%array} with C++ scanner
891 Note also that unlike the other special actions,
945 Note that @code{yyless} is a macro and can only be used in the
968 Note that since each @samp{unput()} puts the given
980 Finally, note that you cannot put back @code{EOF} to attempt to
1016 (Note that if the scanner is compiled using @samp{C++}
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_ota.c 60 /* note durations */
69 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
129 * BPM conversion table. Converts bpm values to 256ths of a millisecond for a 32nd note
340 /* check for end of note */
341 if (pData->note)
343 /* stop the note */
344 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, OTA_CHANNEL, pData->note, 0);
345 pData->note = 0;
450 /* fetch note value */
451 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 4, &pData->note)) != EAS_SUCCESS
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_ota.c 60 /* note durations */
69 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
129 * BPM conversion table. Converts bpm values to 256ths of a millisecond for a 32nd note
340 /* check for end of note */
341 if (pData->note)
343 /* stop the note */
344 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, OTA_CHANNEL, pData->note, 0);
345 pData->note = 0;
450 /* fetch note value */
451 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 4, &pData->note)) != EAS_SUCCESS
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_ota.c 60 /* note durations */
69 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
129 * BPM conversion table. Converts bpm values to 256ths of a millisecond for a 32nd note
340 /* check for end of note */
341 if (pData->note)
343 /* stop the note */
344 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, OTA_CHANNEL, pData->note, 0);
345 pData->note = 0;
450 /* fetch note value */
451 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 4, &pData->note)) != EAS_SUCCESS
    [all...]
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...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
ClassLoader.java 69 // BEGIN android-note
77 // END android-note
100 * Create the system class loader. Note this is NOT the bootstrap class
519 * <strong>Note:</strong> In the Android reference implementation, the
547 * <strong>Note:</strong> In the Android reference implementation, the
584 * <strong>Note:</strong> In the Android reference implementation, this
606 * Note that this method has package visibility only. It is defined here to
624 * Note that this method has package visibility only. It is defined here to
819 * SecurityManager.checkMemberAccess() with depth = 3. Note that
870 * <strong>Note: </strong>This method does nothing in the Android referenc
    [all...]
  /external/libpcap/
pcap.3 138 NOTE:
174 (Note that even if this parameter is false, the interface
227 Note that on Windows, that stream should be opened in binary mode.
254 Note that on Windows, that stream should be opened in binary mode.
294 (Note that there may be network devices that cannot be opened with
383 Note that not all the addresses in the list of addresses are
507 .BR NOTE :
616 Note that if you are catching signals on UNIX systems that support
625 Note also that, in a multi-threaded application, if one thread is
640 Note tha
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
flex.1 399 Note that flex's notion of "newline" is exactly
419 Note that inside of a character class, all regular expression operators
534 Note that the first of these, can be written "foo/bar\\n".
591 Note that
671 Also note that you cannot use
810 Note also that unlike the other special actions,
885 Note that
910 Note that since each
934 Finally, note that you cannot put back
970 (Note that if the scanner is compiled usin
    [all...]
  /frameworks/base/core/java/android/app/
Service.java 44 * <p>Note that services, like other application objects, run in the main
103 * <p>Note that because Service itself is so simple, you can make your
118 * {@link #stopSelf()} is called. Note that multiple calls to
204 * <p>Note this means that most of the time your service is running, it may
265 * <p>Note that the name "remote" chosen here is arbitrary, and you can use
270 * to it. Note that this allows clients to register with it to receive
446 * <p><em>Note that unlike other application components, calls on to the
454 * Context.bindService}. Note that any extras that were included with
469 * Context.bindService}. Note that any extras that were included with
487 * Context.bindService}. Note that any extras that were included wit
    [all...]
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
VCardExporterTests.java 25 import android.provider.ContactsContract.CommonDataKinds.Note;
103 * Note that more than one "N", "FN", etc. properties are acceptable in vCard spec.
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
custom-components.jd 101 <p class="note"><strong>Tip:</strong>
159 <p class="note"><strong>Note:</strong>
336 rendering size of the component. (Note that in LabelView, the real work is done
374 complex and structured. Note that just like with an Activity, you can
384 PopupList. Note that you also might introduce your own attributes and
460 <p>Some points to note here</p>
518 id=&quot;&#64;+id/note&quot;
530 the class is specified using the full package. Note also that the
539 id=&quot;&#64;+id/note&quot
    [all...]
  /prebuilt/linux-x86/toolchain/sh-4.3.3/bin/
sh-linux-gnu-ld 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/sh-linux-gnu/bin/
ld 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/sh-linux-gnu/lib/
libsupc++.a 43 ELF*@4(?/???/ <?"O?q$??n?o&O?n ?l ?/???/ <?"O?q$??n?o&O?n ?l ?/ ??/Ch ??/ < ?"O?q$??n??d?o&O?n?l ?hN10__cxxabiv117__array_type_infoE ????|  0B?FF ??H  0B?FF ??H $@BD??F F??H zPR|?  0B?FF ??H  D0B?FF ??H $h@BD??F F??H .symtab.strtab.shstrtab.group.text.data.bss.rela.text._ZN10__cxxabiv117__array_type_infoD1Ev.rela.text._ZN10__cxxabiv117__array_type_infoD2Ev.rela.text._ZN10__cxxabiv117__array_type_infoD0Ev.rela.data.rel.ro._ZTVN10__cxxabiv117__array_type_infoE.rodata._ZTSN10__cxxabiv117__array_type_infoE.rela.data.rel.ro._ZTIN10__cxxabiv117__array_type_infoE.rela.debug_frame.rela.eh_frame.rela.data.DW.ref.__gxx_personality_v0.note.GNU-stack4<DL#"T(T.T8`@ 3T $ j?@ ex $
70 ELF*p4(.symtab.strtab.shstrtab.text.data.bss.note.GNU-stack4!4'4,44<?` ??atexit_arm.cc
90 ELF*H4(std::bad_cast?/???/ <??n?0?o?n ?l?/???/ <?"O?q$??n?o&O?n ?l ?/???/ <?"O?q$??n?o&O?n ?l ?/ ??/Ch ??/ < ?"O?q$??n??d?o&O?n?l ?hSt8bad_cast ????|  B?F?F  0B?FF ??H  0B?FF ??H $@BD??F F??H .symtab.strtab.shstrtab.group.text.data.bss.rodata.str1.4.rela.text._ZNKSt8bad_cast4whatEv.rela.text._ZNSt8bad_castD1Ev.rela.text._ZNSt8bad_castD2Ev.rela.text._ZNSt8bad_castD0Ev.rela.data.rel.ro._ZTVSt8bad_cast.rodata._ZTSSt8bad_cast.rela.data.rel.ro._ZTISt8bad_cast.rela.debug_frame.note.GNU-stack4<D"L(L.L32LG` BX
141 ELF*d4(std::bad_typeid?/???/ <??n?0?o?n ?l?/???/ <?"O?q$??n?o&O?n ?l ?/???/ <?"O?q$??n?o&O?n ?l ?/ ??/Ch ??/ < ?"O?q$??n??d?o&O?n?l ?hSt10bad_typeid ????|  B?F?F  0B?FF ??H  0B?FF ??H $@BD??F F??H .symtab.strtab.shstrtab.group.text.data.bss.rodata.str1.4.rela.text._ZNKSt10bad_typeid4whatEv.rela.text._ZNSt10bad_typeidD1Ev.rela.text._ZNSt10bad_typeidD2Ev.rela.text._ZNSt10bad_typeidD0Ev.rela.data.rel.ro._ZTVSt10bad_typeid.rodata._ZTSSt10bad_typeid.rela.data.rel.ro._ZTISt10bad_typeid.rela.debug_frame.note.GNU-stack4<D"L(L.L32LG` B?
212 ELF*?4("?/Cc"O1R?nQQSd2???7??RaP @3e?o&O ?n ?/?/??/ci"O??nBa?g".P!# @bf?P?????a?)~?o&O?n?i ?h ?/?n?Q`1????o ?n ?/?n?R?Q2 ?ATqQ4??S??o ?n ?S1Q4??Q??b ?"#a? ?/?ARQQ2 ??n?o ?n ?b'???o ?n ?/???/ <?"O?q$??n?o&O?n ?l ?/???/ <?"O?q$??n?o&O?n ?l ?/ ??/Ch ??/ < ?"O?q$??n??d?o&O?n?l ?hN10__cxxabiv117__class_type_infoE ????| ,BD??D (BBDD ???DB B ?B?B JB?B 2B?H  0B?FF ??H  0B?FF ??H $@BD??F F??H zPR|?  ,BD??D (@BBDD ???DB B ?lB?B ?JB?B ?2B?H  ?0B?FF ??H  ?0B?FF ??H $@BD??F F??H .symtab.strtab.shstrtab.group.text.data.bss.text._ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj.text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv.text._ZNK10__cxxabiv117__class_type_info20__do_find_public_srcEiPKvPKS0_S2_.text._ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE.text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE.rela.text._ZN10__cxxabiv117__class_type_infoD1Ev.rela.text._ZN10__cxxabiv117__class_type_infoD2Ev.rela.text._ZN10__cxxabiv117__class_type_infoD0Ev.rela.data.rel.ro._ZTVN10__cxxabiv117__class_type_infoE.rodata._ZTSN10__cxxabiv117__class_type_infoE.rela.data.rel.ro._ZTIN10__cxxabiv117__class_type_infoE.rela.debug_frame.rela.eh_frame.rela.data.DW.ref.__gxx_personality_v0.note.GNU-stack4 < 'D $L +"T(T.T3`@ |?` ?  ` z?@ ??@ ??$  @ $  :@@ 580  l?,ghx  ??$?? ??$ 
251 ELF*4( ?/??/H$"O??n? <? ?o&O?n ?l  ????|  ,BDD ???D .symtab.strtab.shstrtab.text.data.bss.rela.text._ZdlPv.rela.debug_frame.note.GNU-stack4!4'41@@ ,?
266 ELF*$4( ?/??/H$"O??n? <? ?o&O?n ?l  ????|  ,BDD ???D .symtab.strtab.shstrtab.text.data.bss.rela.text._ZdlPvRKSt9nothrow_t.rela.debug_frame.note.GNU-stack4!4'41@@ ,?
282 ELF*4( ?/??/?"O? <?n?o&O?n ?l ????|  $BDD ???D .symtab.strtab.shstrtab.text.data.bss.rela.text._ZdaPv.rela.debug_frame.note.GNU-stack4!4'41@@ ,?
297 ELF*$4( ?/??/?"O? <?n?o&O?n ?l ????|  $BDD ???D .symtab.strtab.shstrtab.text.data.bss.rela.text._ZdaPvRKSt9nothrow_t.rela.debug_frame.note.GNU-stack4!4'41@@ ,?
    [all...]
  /dalvik/libcore/math/src/main/java/java/math/
BigInteger.java 18 // BEGIN android-note
22 // END android-note
42 * complement representation of large integers. Note however that the
48 * <b>Implementation Note:</b> <br>
250 * <b>Implementation Note:</b>
519 * <b>Implementation Note:</b> Usage of this method on negative values is
537 * <b>Implementation Note:</b> Usage of this method on negative values is
592 * <b>Implementation Note:</b> Usage of this method is not recommended as
645 * <b>Implementation Note:</b> Usage of this method is not recommended as
668 * <b>Implementation Note:</b> Usage of this method is not recommended a
    [all...]
  /bionic/libc/kernel/common/linux/
soundcard.h 771 #define _CHN_VOICE(dev, event, chn, note, parm) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_VOICE; _seqbuf[_seqbufptr+1] = (dev); _seqbuf[_seqbufptr+2] = (event); _seqbuf[_seqbufptr+3] = (chn); _seqbuf[_seqbufptr+4] = (note); _seqbuf[_seqbufptr+5] = (parm); _seqbuf[_seqbufptr+6] = (0); _seqbuf[_seqbufptr+7] = 0; _SEQ_ADVBUF(8);}
773 #define SEQ_START_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol)
775 #define SEQ_STOP_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol)
777 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, pressure)
  /bionic/libc/regex/
regexec.c 72 /* some abbreviations; note that some of these know variable names! */
121 /* some abbreviations; note that some of these know variable names! */
  /bionic/libc/stdio/
setvbuf.c 51 * particular implementation. Note, buf and size are ignored
136 * Begin or continue writing: see __swsetup(). Note
  /cts/tools/dasm/src/java_cup/
symbol.java 79 * Note: indexes are unique among terminals and unique among non terminals,
85 * Note: indexes are unique among terminals and unique among non terminals,

Completed in 267 milliseconds

<<41424344454647484950>>