/dalvik/vm/ |
DvmDex.c | 202 * Note we may be called with a partially-initialized DvmDex. 249 LOGD("NOTE: DEX page access change (->RW) failed\n"); 256 LOGD("NOTE: DEX page access change (->RO) failed\n"); 278 LOGD("NOTE: DEX page access change (->RW) failed\n"); 285 LOGD("NOTE: DEX page access change (->RO) failed\n");
|
/external/dbus/ |
README | 32 Note: low-level API vs. high-level binding APIs 119 NOTE ABOUT DEVELOPMENT SNAPSHOTS AND VERSIONING 132 NOTE ABOUT STATIC LINKING 148 NOTE ABOUT HIGH-LEVEL BINDINGS 150 Note that the high-level bindings are _separate projects_ from the
|
/external/freetype/include/freetype/ |
t1tables.h | 55 /* Note that we separate font data in PS_FontInfoRec and PS_PrivateRec */ 66 /* Note that for Multiple Master fonts, each instance has its own */ 115 /* Note that for Multiple Master fonts, each instance has its own */ 451 * @note: 484 * @note:
|
/external/iproute2/examples/diffserv/ |
Edge31-ca-u32 | 37 # The meters: Note that we have shared meters in this case as identified 79 #policer 2 is used. Note that this is shared with the AF41 99 #policer 3 is used. Note that this is shared with the AF41 and AF42 110 # Note that the BE class is also used by the AF4* in the worst 125 #note that the ECN bits are masked out
|
Edge32-ca-u32 | 33 # The meters: Note that we have shared meters in this case as identified 94 #policer 2 is used. Note that this is shared with the AF41 123 #policer 3 is used. Note that this is shared with the AF41 and AF42 138 ## Note that the BE class is also used by the AF4* in the worst 153 #note that the ECN bits are masked out
|
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_thread.h | 101 * with values Running and Suspend. Note: the Suspend option 149 * Note: this function may not be supported on all platforms, and 159 * Note: this function may not be supported on all platforms, and 168 * Note: this function may not be supported on all platforms, and 176 * Note: for pthread implementations, the Terminate call will
|
/external/proguard/src/proguard/ant/ |
ConfigurationTask.java | 82 configuration.note = extendList(configuration.note, 83 this.configuration.note); 272 configuration.note = extendFilter(configuration.note, filterElement, true);
|
/external/stlport/ |
INSTALL | 19 NOTE: DO NOT overwrite header files coming with the compiler, even if you made 26 Note: for SunPro CC 5.0 and higher, there used to be special directory "stlport/SC5" 32 NOTE: Your compiler should be recognized by STLport source code with no configuring. 80 Note: 'install' target work slightly different than usual - it installs libraries into 93 Note: System install is optional, most of compilers/linkers support searching for includes
|
/system/wlan/ti/wilink_6_1/TWD/TwIf/ |
TwIf.c | 202 * \note 232 * \note 260 * \note 285 /* NOTE: Function id for single step will be replaced to 0 by the bus driver */ 294 /* NOTE: Function id for single step will be replaced to 0 by the bus driver */ 333 * \note 361 * \note 382 * \note 412 * table address (note that the TxnQ and bus driver see this as a regular transaction). 414 * \note In future versions, a specific bus may not support partitioning (as in wUART), [all...] |
/external/bluetooth/glib/glib/ |
glist.c | 57 * <note><para> 60 * </para></note> 88 * <note><para> 91 * </para></note> 93 * <note><para> 94 * Note that g_list_append() has to traverse the entire list 98 * </para></note> 149 * <note><para> 152 * </para></note> 295 * Note that the elements of the second #GList are not copied [all...] |
gslist.c | 83 * <note><para> 86 * </para></note> 88 * <note><para> 89 * Note that g_slist_append() has to traverse the entire list 93 * </para></note> 140 * <note><para> 143 * </para></note> 282 * Note that the elements of the second #GSList are not copied. 457 * <note><para> 458 * Note that this is a "shallow" copy. If the list elements [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/ |
sdk-repository-1.xsd | 71 <!-- The optional release note for this package. --> 72 <xsd:element name="release-note" type="xsd:string" minOccurs="0" /> 73 <!-- The optional release note URL of this package --> 112 <!-- The optional release note for this package. --> 113 <xsd:element name="release-note" type="xsd:string" minOccurs="0" /> 114 <!-- The optional release note URL of this package --> 160 <!-- The optional release note for this package. --> 161 <xsd:element name="release-note" type="xsd:string" minOccurs="0" /> 162 <!-- The optional release note URL of this package --> 194 <!-- The optional release note for this package. -- [all...] |
/external/guava/src/com/google/common/collect/ |
Sets.java | 145 * <p><b>Note:</b> if mutability is not required, use {@link 148 * <p><b>Note:</b> if {@code E} is an {@link Enum} type, use {@link 161 * <p><b>Note:</b> if mutability is not required and the elements are 164 * <p><b>Note:</b> if {@code E} is an {@link Enum} type, use {@link 194 * <p><b>Note:</b> if mutability is not required and the elements are 197 * <p><b>Note:</b> if {@code E} is an {@link Enum} type, use 217 * <p><b>Note:</b> if mutability is not required and the elements are 220 * <p><b>Note:</b> if {@code E} is an {@link Enum} type, you should create an 239 * <p><b>Note:</b> if mutability is not required, use {@link 252 * <p><b>Note:</b> if mutability is not required and the elements ar [all...] |
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
WlanDrvIf.c | 127 * \note 179 * \note 202 * \note 221 * \note 242 * \note 275 * \note 299 * \note 324 * \note 387 * \note 473 * Note that in Linux the files were previously loaded to driver memory [all...] |
/external/sonivox/jet_tools/JetCreator/ |
midifile.py | 45 # force note-offs to end of list
315 if event.note in self.notes:
395 def __init__ (self, ticks, seq, channel, note, velocity):
401 self.note = note
407 note = ReadByte(stream)
412 return NoteOffEvent(ticks, seq, channel, note, velocity)
414 # special case for note-off using zero velocity
416 self.WriteRunningStatus(stream, track, filters, NOTE_ON, self.note, self.velocity)
418 self.WriteRunningStatus(stream, track, filters, NOTE_ON, self.note, self.velocity) [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/res/ |
XSLTErrorResources.java | [all...] |
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
TxDataClsfr.c | 59 * \note 183 * \note A local inline function! 236 * \note 359 * \note 415 /* Note: Protect from txDataClsfr_ClassifyTxPacket context preemption. */ 446 /* Note: Protect from txDataClsfr_ClassifyTxPacket context preemption. */ 480 /* Note: Protect from txDataClsfr_ClassifyTxPacket context preemption. */ 507 * \note 561 /* Note: Protect from txDataClsfr_ClassifyTxPacket context preemption. */ 592 /* Note: Protect from txDataClsfr_ClassifyTxPacket context preemption. * [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
TxDataClsfr.c | 59 * \note 183 * \note A local inline function! 236 * \note 359 * \note 415 /* Note: Protect from txDataClsfr_ClassifyTxPacket context preemption. */ 446 /* Note: Protect from txDataClsfr_ClassifyTxPacket context preemption. */ 480 /* Note: Protect from txDataClsfr_ClassifyTxPacket context preemption. */ 507 * \note 561 /* Note: Protect from txDataClsfr_ClassifyTxPacket context preemption. */ 592 /* Note: Protect from txDataClsfr_ClassifyTxPacket context preemption. * [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
menus.jd | 134 <p class="note"><strong>Tip:</strong> 152 <p class="note"><strong>Note:</strong> 171 <p class="note"><strong>Note:</strong> Context menu items do not support icons or shortcut keys.</p> 184 to add a context menu for each note in the list:</p> 217 this is the list ID for the selected item, so whether editing a note or deleting it, 343 <p class="note"><strong>Note:</strong> Menu items in the Icon Menu cannot 391 <p class="note"><strong>Note:</strong [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
InputStream.java | 54 * <p>Note that this method provides such a weak guarantee that it is not very useful in 156 // BEGIN android-note 158 // END android-note 183 // BEGIN android-note 185 // END android-note 232 * <p>Note the "at most" in the description of this method: this method may choose to skip
|
/external/bluetooth/glib/gio/ |
gthemedicon.c | 370 * <note><para> 371 * Note that doing so invalidates the hash computed by prior calls 373 * </para></note> 399 * <note><para> 400 * Note that doing so invalidates the hash computed by prior calls 402 * </para></note>
|
/external/libpng/contrib/gregbook/ |
README | 48 Note that, although the programs are designed to be functional, their 78 Note that all three packages are designed to be built from a command 119 Note that the names of the dynamic and static libpng and zlib libraries 121 Also note that, as of libpng version 1.0.5, MSVC DLL builds do not work. 135 the June 2001 release. Note that the programs use the Unix-style "-" 159 line arguments; see the book for more details. Note that the options
|
/external/quake/quake/src/WinQuake/docs/ |
INSTALL.Quake2 | 45 is required. Note that SVGALib 1.2.11 supports the ability to run a 51 Please note that you may need to configure your mouse for SVGALib in 56 work will virtually all Linux X Servers. **NOTE: Do not resize the window 91 **NOTE: There is a problem on libc5 systems where a vid_restart (causing 138 NOTE: If you use a setuid quake2 binary and run it as a normal user, it 143 NOTE: When the quake2 binary is run in dedicated server mode
|
/frameworks/base/docs/html/guide/topics/manifest/ |
data-element.jd | 76 <p class="note">Note: host name matching in the Android framework is 86 <p class="note">Note: MIME type matching in the Android framework is 152 <p class="note">Note: scheme matching in the Android framework is
|
/system/core/adb/ |
SERVICES.TXT | 89 Note that emulator serial numbers are of the form "emulator-5554" 125 its output and error streams. Note that arguments must be separated 130 Note that this is the non-interactive version of "adb shell" 134 stdin/stdout/stderr as appropriate. Note that the ADB server uses 199 to the device through the host machine (note: this is the exact opposite of 231 Note that there is no single-shot service to retrieve the list only once.
|