/frameworks/compile/slang/lit-tests/ |
D | lit.cfg | 63 lit_config.note('using slang: %r' % config.slang) 64 lit_config.note('using llvm-rs-as: %r' % config.llvm_rs_as) 65 lit_config.note('using FileCheck: %r' % config.filecheck) 66 lit_config.note('using rs-filecheck-wrapper.sh: %r' % config.rs_filecheck_wrapper) 67 lit_config.note('using output directory: %r' % config.test_exec_root) 74 lit_config.note(config.substitutions)
|
/frameworks/compile/slang/tests/F_warnings_as_error/ |
D | stderr.txt.expect | 2 deprecated.rs:9:11: note: did you mean 'func1'? 3 deprecated.rs:8:13: note: 'func1' declared here
|
/frameworks/compile/slang/tests/P_warnings_deprecated/ |
D | stderr.txt.expect | 2 ../../../../../frameworks/rs/script_api/include/rs_math.rsh:6482:5: note: 'rsClamp' has been explic… 4 ../../../../../frameworks/rs/script_api/include/rs_object_info.rsh:381:5: note: 'rsGetAllocation' h…
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | lit.site.cfg | 98 lit.note('using bash: %r' % config.sh) 99 lit.note('using perl: %r' % config.perl) 100 lit.note('using verification script: %r' % config.test_bcc_debuginfo) 101 lit.note('using FileCheck: %r' % config.filecheck) 102 lit.note('using GDB: %r' % config.gdb)
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | MsgHandling.h | 33 MsgHandler note(unsigned int pID); 61 inline mcld::MsgHandler mcld::note(unsigned int pID) { in note() function
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | lit.cfg | 80 lit.note('using Android SDK: %r' % config.sdk_dir) 81 lit.note('using Android SDK Version: %r' % config.sdk_version) 82 lit.note('using test apk builder: %r' % config.build_test_apk) 83 lit.note('using GDB plugin directory: %r' % config.gdb_plugin_directory)
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | lit.cfg | 56 lit.note('using clang: %r' % config.clang) 57 lit.note('using bcc driver: %r' % config.bcc_driver) 58 lit.note('LD_LIBRARY_PATH is %r' % config.environment['LD_LIBRARY_PATH'])
|
/frameworks/compile/slang/tests/P_redefine_RS_VERSION/ |
D | stderr.txt.expect | 2 <built-in>:1:9: note: previous definition is here
|
/frameworks/compile/slang/tests/P_warnings/ |
D | stderr.txt.expect | 5 warnings.rs:10:8: note: initialize the variable 'l' to silence this warning
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFDynObjReader.cpp | 98 note(diag::note_has_no_symtab) << pInput.name() << pInput.path() in readSymbols()
|
D | ELFObjectReader.cpp | 281 note(diag::note_has_no_symtab) << pInput.name() << pInput.path() in readSymbols()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/ |
D | README.md | 37 2) If you do not have setuptools installed, note that it will be 90 Please note that there is a known problem with some versions of
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | lit.cfg | 52 lit_config.note("Did not find " + tool_name + " in " + tools_dir)
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_complicated.vcf | 23 NOTE:The following note is the example from RFC 2045.
|
D | v30_complicated.vcf | 23 NOTE:The following note is the example from RFC 2045.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/ |
D | third_party.md | 3 …, but note that **these projects are not affiliated with or endorsed by Google (unless explicitly …
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardBuilder.java | 1330 String note = contentValues.getAsString(Note.NOTE); in appendNotes() local 1331 if (note == null) { in appendNotes() 1332 note = ""; in appendNotes() 1334 if (note.length() > 0) { in appendNotes() 1340 noteBuilder.append(note); in appendNotes()
|
D | VCardEntry.java | 1123 public NoteData(String note) { in NoteData() argument 1124 mNote = note; in NoteData() 1972 private void addNote(final String note) { in addNote() argument 1976 mNoteList.add(new NoteData(note)); in addNote()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/ |
D | CHANGES.txt | 9 Everything below note this represents history of protobuf-csharp-port project
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 194 There is one other important thing to note about injecting with views. SysUI
|
/frameworks/base/core/java/android/os/storage/ |
D | StorageManager.java | 1651 int pid, int uid, String packageName, String permission, int op, boolean note) { in checkPermissionAndAppOp() argument 1663 if (note) { in checkPermissionAndAppOp()
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.c | 353 void dumpMatrix(const char *note, mat4x4 MVP) { in dumpMatrix() argument 356 printf("%s: \n", note); in dumpMatrix() 364 void dumpVec4(const char *note, vec4 vector) { in dumpVec4() argument 365 printf("%s: \n", note); in dumpVec4()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | README.md | 325 C4251 is of particular note, if you are compiling the Protocol Buffer library
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 3817 final VolumeRecord note = mRecords.valueAt(i); in dump() local 3818 note.dump(pw); in dump()
|
/frameworks/native/docs/ |
D | Doxyfile | 976 # files. In the HTML_STYLESHEET file, use the file name only. Also note that 1862 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note 1872 # code bases. Also note that the size of a graph can be further restricted by
|