HomeSort by relevance Sort by last modified time
    Searched refs:NOTE (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_voice_gain_gnu.s 79 @ NOTE: instructions are reordered to reduce the effect of latency
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_voice_gain_gnu.s 79 @ NOTE: instructions are reordered to reduce the effect of latency
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 53 // NOTE(mesch): An alternative idiom would be:
57 // Note that using the square brackets as below, "" evals to undefined.
104 * Note that instanceof Array is not robust; for example an Array
270 // NOTE(mesch): Neither in IE nor in Firefox, HTML DOM attributes
307 // NOTE(mesch): we never so far wanted to use cloneNode(false),
jsevalcontext.js 204 // NOTE(mesch): We avoid object creation here. (IE6 perf)
334 // NOTE(mesch): The Function constructor is faster than eval().
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 53 // NOTE(mesch): An alternative idiom would be:
57 // Note that using the square brackets as below, "" evals to undefined.
104 * Note that instanceof Array is not robust; for example an Array
270 // NOTE(mesch): Neither in IE nor in Firefox, HTML DOM attributes
307 // NOTE(mesch): we never so far wanted to use cloneNode(false),
jsevalcontext.js 204 // NOTE(mesch): We avoid object creation here. (IE6 perf)
334 // NOTE(mesch): The Function constructor is faster than eval().
  /external/libvorbis/doc/
Vorbis_I_spec.tex 63 % Simple 'Note' environment. Can be customized later on.
64 \newenvironment{note}{\subparagraph*{Note:}}{}
87 % NOTE: Things to watch out for: Some chars are reserved in LaTeX. You need to translate them...
  /external/v8/test/mjsunit/harmony/
block-leave.js 72 // NOTE: This checks that the block scope containing xx has been
  /external/v8/test/mjsunit/
with-leave.js 51 // NOTE: This checks that the object containing x has been
const-redecl.js 52 // NOTE: TestGlobal usually only tests the given string in the context
  /ndk/build/core/
default-build-commands.mk 15 # This can be over-ridden by a specific toolchain. Note that by default
56 # NOTE: Ensure that TARGET_LIBGCC is placed after all private objects
add-application.mk 71 # NOTE: project.properties was called default.properties before
196 # NOTE: To make unit-testing simpler, handle the case where there is no manifest.
definitions-utils.mk 18 # NOTE: All the functions here should be purely functional, i.e. avoid
43 # Note : This is equivalent to the 'uniq' function provided by GMSL,
setup-toolchain.mk 26 # NOTE: If NDK_TOOLCHAIN is defined, we're going to use it.
115 # Do the same for TOOLCHAIN_PREFIX. Note that we must chop the version
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 155 4: note-specific data
158 DEF_RTL_EXPR(NOTE, "note", "iuuB0ni", RTX_EXTRA)
203 (Note that the vector must be the first operand because of the way that
578 NOTE: fractional can be either signed or unsigned for conversions. */
585 NOTE: fractional can be either signed or unsigned for conversions. */
593 NOTE: fractional can be either signed or unsigned for conversions. */
599 NOTE: fractional can be either signed or unsigned for conversions. */
641 But note! This kind of expression _can_ appear as an lvalue. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 155 4: note-specific data
158 DEF_RTL_EXPR(NOTE, "note", "iuuB0ni", RTX_EXTRA)
203 (Note that the vector must be the first operand because of the way that
578 NOTE: fractional can be either signed or unsigned for conversions. */
585 NOTE: fractional can be either signed or unsigned for conversions. */
593 NOTE: fractional can be either signed or unsigned for conversions. */
599 NOTE: fractional can be either signed or unsigned for conversions. */
641 But note! This kind of expression _can_ appear as an lvalue. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 155 4: note-specific data
158 DEF_RTL_EXPR(NOTE, "note", "iuuB0ni", RTX_EXTRA)
203 (Note that the vector must be the first operand because of the way that
578 NOTE: fractional can be either signed or unsigned for conversions. */
585 NOTE: fractional can be either signed or unsigned for conversions. */
593 NOTE: fractional can be either signed or unsigned for conversions. */
599 NOTE: fractional can be either signed or unsigned for conversions. */
641 But note! This kind of expression _can_ appear as an lvalue. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 155 4: note-specific data
158 DEF_RTL_EXPR(NOTE, "note", "iuuB0ni", RTX_EXTRA)
203 (Note that the vector must be the first operand because of the way that
578 NOTE: fractional can be either signed or unsigned for conversions. */
585 NOTE: fractional can be either signed or unsigned for conversions. */
593 NOTE: fractional can be either signed or unsigned for conversions. */
599 NOTE: fractional can be either signed or unsigned for conversions. */
641 But note! This kind of expression _can_ appear as an lvalue. */
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 28 import android.provider.ContactsContract.CommonDataKinds.Note;
109 static final int NOTE = 110;
344 // NOTE: even though a traditional "type" exists, for editing
394 DataKind kind = addKind(new DataKind(Note.CONTENT_ITEM_TYPE, R.string.label_notes, 110,
398 kind.actionBody = new SimpleInflater(Note.NOTE);
400 kind.fieldList.add(new EditField(Note.NOTE, R.string.label_notes, FLAGS_NOTE));
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java 31 import android.provider.ContactsContract.CommonDataKinds.Note;
585 final DataKind kindNotes = accountType.getKindForMimetype(Note.CONTENT_ITEM_TYPE);
591 child.put(Note.NOTE, notes);
764 } else if (Note.CONTENT_ITEM_TYPE.equals(mimeType)){
765 // Note is most likely to contain large amounts of text
769 delta.put(Note.NOTE, delta.getAsString(Note.NOTE) + "\n
    [all...]
  /build/core/
envsetup.mk 22 # NOTE: This will be overridden in product_config.mk if make
  /device/generic/goldfish/opengl/
common.mk 14 # NOTE: You still need to define LOCAL_PATH before this
77 # Note that order of declaration matters. If 'foo' is defined after 'bar' in
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
FallbackSource.java 31 import android.provider.ContactsContract.CommonDataKinds.Note;
318 // NOTE: even though a traditional "type" exists, for editing
386 DataKind kind = getKindForMimetype(Note.CONTENT_ITEM_TYPE);
388 kind = addKind(new DataKind(Note.CONTENT_ITEM_TYPE,
393 kind.actionBody = new SimpleInflater(Note.NOTE);
398 kind.fieldList.add(new EditField(Note.NOTE, R.string.label_notes, FLAGS_NOTE));
  /sdk/emulator/opengl/
common.mk 14 # NOTE: You still need to define LOCAL_PATH before this
79 # Note that order of declaration matters. If 'foo' is defined after 'bar' in
  /system/extras/tests/bionic/libc/
Android.mk 259 # NOTE: We build both a shared and static version of bench_pthread.

Completed in 1360 milliseconds

12 3 4