/external/capstone/bindings/vb6/ |
Module1.bas | 89 'NOTE: All information in cs_detail is only available when CS_OPT_DETAIL = CS_OPT_ON
129 ' NOTE: in Skipdata mode, "data" instruction has 0 for this id field. UNSIGNED
139 ' NOTE: detail pointer is only valid when both requirements below are met:
142 ' NOTE 2: when in Skipdata mode, or when detail mode is OFF, even if this pointer
144 lpDetail As Long ' points to a cs_detail structure NOTE: only available when CS_OPT_DETAIL = CS_OPT_ON
176 ' NOTE: This returned value can be compared with version number made
182 ' NOTE: if you only care about returned value, but not major and minor values,
228 ' NOTE: this must be only called when there is no longer usage of Capstone,
256 ' NOTE: in the case of CS_OPT_MEM, handle's value can be anything,
298 ' NOTE 1: this API will automatically determine memory needed to contain [all...] |
/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);
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
TestAcknowledgmentEntity.java | 52 public static final String NOTE = "note"; 61 public final String note; field in class:TestAcknowledgmentEntity 75 * @param note A text blob with details about the failure (or null if all). 85 Text note) { 97 if (note != null) this.note = note.getValue(); 98 else this.note = null; 114 * @param note A text blob with details about the failure (or null if all) 186 Text note = null; local 225 Text note = null; local 277 String note = ""; local [all...] |
/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®_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...] |
/external/python/cpython3/Modules/ |
parsermodule.c | 25 * look like "NOTE(...)". 48 #include <note.h> 50 #define NOTE(x) 641 NOTE(ARGUNUSED(self)) 649 NOTE(ARGUNUSED(self)) 759 NOTE(ARGUNUSED(self)) [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.27/include/opcode/ |
ia64.h | 272 /* encode/extract the note/index for a dependency */ 274 #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 | 426 * Note: this query returns primary profile results before managed profile results, [all...] |
/external/error_prone/javac/ |
javac-9+181-r4173-1.jar | |
/prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/ |
javac-9+181-r4173-1.jar | |
/prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r4023-3/ |
javac-9-dev-r4023-3.jar | |
/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 | |