Searched refs:Note (Results 26 - 50 of 210) sorted by relevance

123456789

/external/llvm/test/Bindings/Ocaml/
H A Dbitwriter.ml10 (* Note that this takes a moment to link, so it's best to keep the number of
H A Dirreader.ml9 (* Note: It takes several seconds for ocamlopt to link an executable with
H A Dpassmgr_builder.ml9 (* Note: It takes several seconds for ocamlopt to link an executable with
H A Dvectorize_opts.ml9 (* Note: It takes several seconds for ocamlopt to link an executable with
/external/mesa3d/docs/
H A DMESA_agp_offset.spec37 Note, this extension depends on GLX_NV_vertex_array_range, for which
/external/sqlite/android/
H A DAndroid.mk34 # Note: This "test" is not recognized as a formal test. This is just for enabling developers
/external/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp33 case DiagnosticsEngine::Note: return CXDiagnostic_Note;
/external/clang/lib/Rewrite/Frontend/
H A DFixItRewriter.cpp124 (DiagLevel == DiagnosticsEngine::Note && !PrevDiagSilenced) ||
125 (DiagLevel > DiagnosticsEngine::Note && Info.getNumFixItHints())) {
133 if (DiagLevel <= DiagnosticsEngine::Note)
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DBlinkGCPlugin.cpp828 DiagnosticsEngine::Note, kBaseRequiresTracingNote);
830 DiagnosticsEngine::Note, kFieldRequiresTracingNote);
832 DiagnosticsEngine::Note, kRawPtrToGCManagedClassNote);
834 DiagnosticsEngine::Note, kRefPtrToGCManagedClassNote);
836 DiagnosticsEngine::Note, kOwnPtrToGCManagedClassNote);
838 DiagnosticsEngine::Note, kStackAllocatedFieldNote);
840 DiagnosticsEngine::Note, kMemberInUnmanagedClassNote);
842 DiagnosticsEngine::Note, kPartObjectToGCDerivedClassNote);
844 DiagnosticsEngine::Note, kPartObjectContainsGCRootNote);
846 DiagnosticsEngine::Note, kFieldContainsGCRootNot
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dlist.pxd11 # Note: If length is greater than zero, the returned list object's
45 # or -1 on failure. Note: This function ``steals'' a reference to
52 # previous content. Note: This function ``steals'' a reference to
H A Dtuple.pxd50 # pointed to by p. Return 0 on success. Note: This function
55 # only be used to fill in brand new tuples. Note: This function
H A Ddatetime.pxd108 # Note, there are no range checks for any of the arguments.
113 # Note, there are no range checks for any of the arguments.
118 # Note, there are no range checks for any of the arguments.
123 # Note, there are no range checks for any of the arguments.
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbacktracking.rb53 * Note that k=1 results in a much smaller predictor for the
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilters_neon.S54 @ lower 32-bit words. Note that we don't care about the value of the upper
/external/chromium_org/tools/clang/plugins/
H A DFindBadConstructsConsumer.cpp85 diagnostic().getCustomDiagID(DiagnosticsEngine::Note, kNoteInheritance);
87 diagnostic().getCustomDiagID(DiagnosticsEngine::Note, kNoteImplicitDtor);
89 diagnostic().getCustomDiagID(DiagnosticsEngine::Note, kNotePublicDtor);
91 DiagnosticsEngine::Note, kNoteProtectedNonVirtualDtor);
192 // Check to see if we need to ban inlined/synthesized constructors. Note
434 // Note that |record| may not be a ref-counted type, but a base class for
645 // Note, if we later add other unrelated checks of data members, we should
/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h111 Ignored, Note, Remark, Warning, Error, Fatal enumerator in enum:clang::diag::DiagnosticIDs::Level
151 /// \brief Determine whether the given built-in diagnostic ID is a Note.
/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp23 case DiagnosticsEngine::Note:
H A DTransProtectedScope.cpp136 for (; DiagI != DiagE && DiagI->getLevel() == DiagnosticsEngine::Note;
147 assert(Diag.getLevel() == DiagnosticsEngine::Note);
/external/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp46 case DiagnosticsEngine::Note: return '-';
/external/llvm/test/MC/ARM/
H A Deh-directive-save.s237 @ Note: r7 is missing intentionally.
251 @ Note: r7 is missing intentionally.
265 @ Note: The register list is not start with r4.
279 @ Note: The register list is not start with r4.
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dclone_test.S25 # Note, clone syscall is different than the glibc implementation
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dclone_test.S25 # Note, clone syscall is different than the glibc implementation
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_set_3dfx_mode.spec68 Note that only one drawable and context can be created at any given
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp494 if (DiagLevel == DiagnosticsEngine::Note)
526 if (DiagLevel != DiagnosticsEngine::Note) {
545 if (DiagLevel == DiagnosticsEngine::Note)
551 if (DiagLevel == DiagnosticsEngine::Note)
572 CASE(Note)
635 if (Level == DiagnosticsEngine::Note)
643 if (Level == DiagnosticsEngine::Note)
687 Writer.EmitDiagnosticMessage(Loc, PLoc, DiagnosticsEngine::Note,
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc47 const char *Note() const { return Black(); } function in class:__anon19641::Decorator
291 Printf("%s note: %s", Decor.Note(), Decor.EndNote());

Completed in 874 milliseconds

123456789