HomeSort by relevance Sort by last modified time
    Searched refs:NOTE (Results 76 - 100 of 143) sorted by null

1 2 34 5 6

  /ndk/build/core/
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
definitions.mk 83 # Note that the following doesn't work because path in windows may contain
165 # NOTE: With GNU Make $1 and $(1) are equivalent, which means
343 # Technical note:
366 # Note that some modules are never installed (e.g. static libraries).
604 # NOTE: this function must not modify the existing dependency order when new depends are added.
695 # Note: Do not use this to determine build dependencies. The returned list
711 # Note that the result is topologically ordered, i.e. if library A depends
717 # Note: This doesn't differentiate between regular and whole static
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncContacts.java 18 import android.provider.ContactsContract.CommonDataKinds.Note;
636 * Add a note to the upsync.
638 * @param cv The {@link ContentValues} with the data for this note.
644 // Even when there is no local note, we must explicitly upsync an empty note,
645 // which is the only way to force the server to delete any pre-existing note.
646 String note = ""; local
647 if (cv.containsKey(Note.NOTE)) {
648 // EAS won't accept note data with raw newline character
    [all...]
  /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));
ExchangeSource.java 27 import android.provider.ContactsContract.CommonDataKinds.Note;
218 // NOTE: even though a traditional "type" exists, for editing
287 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.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
ExchangeAccountType.java 25 import android.provider.ContactsContract.CommonDataKinds.Note;
301 kind.fieldList.add(new EditField(Note.NOTE, R.string.label_notes, FLAGS_NOTE));
  /external/chromium_org/v8/src/
v8natives.js 869 // Note that the length of an array is not actually stored as part of the
    [all...]
  /external/chromium_org/webkit/data/test_shell/sort/
sort.js 121 // NOTE: on non-windows platforms, this actually does matter since
  /external/v8/src/
v8natives.js 854 // Note that the length of an array is not actually stored as part of the
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java 30 import android.provider.ContactsContract.CommonDataKinds.Note;
97 * Note that more than one "N", "FN", etc. properties are acceptable in vCard spec.
    [all...]
VCardImporterTests.java 23 import android.provider.ContactsContract.CommonDataKinds.Note;
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 31 import android.provider.ContactsContract.CommonDataKinds.Note;
97 NOTE,
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 218 * Note that lr (r14) will have its low-order bit set to denote
304 @ NOTE: intended fallthrough
682 ldmfd sp, {r0-r3} @ refresh. NOTE: no sp autoincrement
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/closure/
base.js 341 // NOTE(nnaze): The debug DOM loader was included in base.js as an orignal
374 * that works in parallel with the BUILD system. Note that all calls
410 // NOTE(nicksantos): We could always throw an error, but this would break
489 * Note: This does not take the name of the function to override as
514 // NOTE: JSCompiler can't optimize away Array#push.
881 // Note that undefined == null.
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 663 =head1 NOTE
942 Note that the resulted text is a UNICODE string but no problem to print it.
1022 an UTF-8-encoded string. Please note that UTF-8-encoded strings do not contain any
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 663 =head1 NOTE
942 Note that the resulted text is a UNICODE string but no problem to print it.
1022 an UTF-8-encoded string. Please note that UTF-8-encoded strings do not contain any
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 663 =head1 NOTE
942 Note that the resulted text is a UNICODE string but no problem to print it.
1022 an UTF-8-encoded string. Please note that UTF-8-encoded strings do not contain any
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java 23 import android.provider.ContactsContract.CommonDataKinds.Note;
    [all...]
  /external/linux-tools-perf/
Makefile 165 # be built by a different compiler. (Note that this is an artifact now
772 @echo ' NOTE: documentation build requires asciidoc, xmlto packages to be installed'
  /build/core/
config.mk 211 # NOTE: These directories MUST contain post-processed headers using the
  /external/chromium/chrome/browser/resources/keyboard/
main.js 505 * NOTE: every row below should have an aspect of 12.6.
  /external/chromium/chrome/browser/resources/
print_preview.js 142 * NOTE: An empty copies field text is considered valid because the blur event

Completed in 1236 milliseconds

1 2 34 5 6