HomeSort by relevance Sort by last modified time
    Searched refs:note (Results 251 - 275 of 284) sorted by null

<<1112

  /external/libvpx/vp8/encoder/arm/neon/
vp8_subpixelvariance8x8_neon.asm 25 ;note: most of the code is copied from bilinear_predict8x8_neon and vp8_variance8x8_neon.
vp8_subpixelvariance16x16s_neon.asm 345 ;note: in vp8_find_best_half_pixel_step()(called when 8<Speed<15), and first call of vp8_find_best_sub_pixel_step()
348 ;note: It happens that both xoffset and yoffset are zero. This can be handled in c code later.
vp8_subpixelvariance16x16_neon.asm 25 ;note: most of the code is copied from bilinear_predict16x16_neon and vp8_variance16x16_neon.
  /external/proguard/src/proguard/
ConfigurationParser.java 163 else if (ConfigurationConstants.DONT_NOTE_OPTION .startsWith(nextWord)) configuration.note = parseCommaSeparatedList("class name", true, true, false, true, false, true, false, configuration.note);
    [all...]
ConfigurationWriter.java 145 writeOption(ConfigurationConstants.DONT_NOTE_OPTION, configuration.note, true);
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmxp2_32.asm 404 section .note.GNU-stack noalloc noexec nowrite progbits
x86p_16.asm 489 section .note.GNU-stack noalloc noexec nowrite progbits
x86p_32.asm 1044 section .note.GNU-stack noalloc noexec nowrite progbits
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 217 // note that this value is not zero index.
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 217 // note that this value is not zero index.
  /frameworks/base/core/java/android/pim/vcard/
VCardBuilder.java 23 import android.provider.ContactsContract.CommonDataKinds.Note;
61 * .appendNotes(contentValuesListMap.get(Note.CONTENT_ITEM_TYPE))
379 // Note:
563 // Note: "CHARSET" param is not allowed in vCard 3.0, but we may add it
645 // Note: There is no appropriate property for expressing
1317 String note = contentValues.getAsString(Note.NOTE); local
    [all...]
  /packages/apps/Tag/src/com/android/vcard/
VCardBuilder.java 23 import android.provider.ContactsContract.CommonDataKinds.Note;
62 * .appendNotes(contentValuesListMap.get(Note.CONTENT_ITEM_TYPE))
379 // Note:
563 // Note: "CHARSET" param is not allowed in vCard 3.0, but we may add it
645 // Note: There is no appropriate property for expressing
1329 String note = contentValues.getAsString(Note.NOTE); local
    [all...]
  /external/libffi/src/ia64/
unix.S 559 .section .note.GNU-stack,"",@progbits
  /external/libffi/src/s390/
sysv.S 433 .section .note.GNU-stack,"",@progbits
  /external/libffi/src/sh64/
sysv.S 434 .section .note.GNU-stack,"",@progbits
  /external/libxml2/
threads.c 44 #include <note.h>
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.c 349 /* NOTE: marking card based on object head */
457 //NOTE: max live temps(4) here.
582 /* NOTE: marking card here based on object head */
659 /* NOTE - result is in r2/r3 instead of r0/r1 */
758 /* NOTE: returns in r1 */
937 * Load arguments to r0..r4. Note that these registers may contai
4103 char *note; local
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 73 // note: toRoot also used by carousel.js
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 58 // note: toRoot also used by carousel.js
  /external/blktrace/btt/doc/
btt.tex 53 A short note on the ordering of this document -- the actual
141 btt to refer to issue traces. Note that an I is used to refer to
570 some real-world analysis\footnote{Note the logarithmic nature of the
586 some real-world analysis\footnote{Note the logarithmic nature of the
603 note that the line has been split to fit on the printed page:
616 Note that the STAMP field contains the runtime (in seconds) for that
638 together, you will note there are 3 merged IOs, and 1 inserted in the
    [all...]
  /external/v8/test/mjsunit/
object-define-property.js 264 // Note that since dataWritable does not define configurable the configurable
397 // Redefine to accessor property (non configurable) - note that enumerable
  /external/libffi/src/sh/
sysv.S 706 .section .note.GNU-stack,"",@progbits
  /external/zlib/contrib/masmx86/
match686.asm 26 ; note: contrib of zLib 1.2.3 and earlier contained both a deprecated version for
82 ; Note : these value are good with a 8 bytes boundary pack structure
gvmat32.asm 45 ; note : as I known, longest_match_686 is very faster than longest_match_7fff
96 ; Note : these value are good with a 8 bytes boundary pack structure
  /external/dropbear/libtommath/
bn.tex 90 Since both\footnote{Note that the MPI files under mtest/ are copyrighted by Michael Fromberger. They are not required to use LibTomMath.} are in the
175 You will also note that the header tommath\_class.h is actually recursively included (it includes itself twice).
557 excess digits being removed. Note that you can use a shrunk mp\_int in further computations, however, such operations
655 This will zero the contents of $a$ and make it represent an integer equal to the value of $b$. Note that this
716 /* set the number to 654321 (note this is bigger than 127) */
    [all...]

Completed in 1269 milliseconds

<<1112