/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="@+id/note" 530 the class is specified using the full package. Note also that the 539 id="@+id/note" [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 ?h N10__cxxabiv117__array_type_infoE ???? | 0 B?FF??H
0 B?FF??H
$ @ BD??FF??H
zPR |? 0 B?FF??H
D 0 B?FF??H
$ h @ BD??FF??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-stack 4 < |