HomeSort by relevance Sort by last modified time
    Searched defs:NOTE (Results 1 - 25 of 49) sorted by null

1 2

  /frameworks/base/tools/aapt/
SourcePos.cpp 14 NOTE,
35 :line(-1), level(NOTE)
70 case NOTE:
71 type = "note: ";
140 ErrorPos(this->file, this->line, msg, ErrorPos::NOTE).print(stderr);
  /tools/repohooks/tools/
checkpatch.pl 804 NOTE: perl $^V is not modern enough to detect all possible issues.
811 NOTE: If any of the errors are false positives, please report
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 162 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
167 #define NOTE(s) /* nothing */
250 NOTE("finding start");
271 NOTE("dissecting");
281 NOTE("backref dissect");
293 NOTE("backoff");
304 NOTE("backoff dissect");
312 NOTE("false alarm");
654 /* note that the ss++ gets us past the O_CH */
841 break; /* NOTE BREAK OUT *
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/account/
BaseAccountType.java 28 import android.provider.ContactsContract.CommonDataKinds.Note;
112 static final int NOTE = 130;
336 // NOTE: even though a traditional "type" exists, for editing
386 DataKind kind = addKind(new DataKind(Note.CONTENT_ITEM_TYPE, R.string.label_notes,
387 Weight.NOTE, true));
390 kind.actionBody = new SimpleInflater(Note.NOTE);
392 kind.fieldList.add(new EditField(Note.NOTE, R.string.label_notes, FLAGS_NOTE));
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
BaseAccountType.java 28 import android.provider.ContactsContract.CommonDataKinds.Note;
402 // NOTE: even though a traditional "type" exists, for editing
458 addKind(new DataKind(Note.CONTENT_ITEM_TYPE, R.string.label_notes, Weight.NOTE, true));
461 kind.actionBody = new SimpleInflater(Note.NOTE);
463 kind.fieldList.add(new EditField(Note.NOTE, R.string.label_notes, FLAGS_NOTE));
577 int NOTE = 130;
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java 107 private static final String NOTE = "note";
273 * Note: This method is not necessarily proven to get the
277 * Also note, this method does not handle other non-file:
320 // Note the presumption that it's a file reference
608 String[] note = new String[20]; field in class:XLIFF2ICUConverter.Resource
671 // print note elements if any
673 if(note[i]!=null){
675 write(writer, TAG+NOTE+SPACE+note[i])
1021 String note = child.getFirstChild().getNodeValue(); local
1067 String note = child.getFirstChild().getNodeValue(); local
1125 String note = child.getFirstChild().getNodeValue(); local
1188 String note = child.getFirstChild().getNodeValue(); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java     [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
ia64.h 269 /* encode/extract the note/index for a dependency */
271 #define NOTE(X) (((X)>>11)&0x1F)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 76 #define NOTE Improvements gratefully received. Please mention the version.
430 note of acknowledgement may help keep enquire.c supported.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c 25 * look like "NOTE(...)".
45 #include <note.h>
47 #define NOTE(x)
601 NOTE(ARGUNUSED(self))
609 NOTE(ARGUNUSED(self))
653 NOTE(ARGUNUSED(self))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
parsermodule.c 25 * look like "NOTE(...)".
45 #include <note.h>
47 #define NOTE(x)
581 NOTE(ARGUNUSED(self))
589 NOTE(ARGUNUSED(self))
633 NOTE(ARGUNUSED(self))
    [all...]
  /external/python/cpython2/Modules/
parsermodule.c 25 * look like "NOTE(...)".
45 #include <note.h>
47 #define NOTE(x)
601 NOTE(ARGUNUSED(self))
609 NOTE(ARGUNUSED(self))
653 NOTE(ARGUNUSED(self))
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 31 import android.provider.ContactsContract.CommonDataKinds.Note;
98 NOTE,
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 423 * Note: this query returns primary profile results before managed profile results,
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha4/
builder-3.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha5/
builder-3.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha6/
builder-3.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha7/
builder-3.0.0-alpha7.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta1/
builder-3.0.0-beta1.jar 

Completed in 495 milliseconds

1 2