HomeSort by relevance Sort by last modified time
    Searched refs:Note (Results 1 - 25 of 1041) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/tools/hidl/c2hal/
Note.cpp 17 #include "Note.h"
21 Note::Note(const std::string &name)
25 Note::Note(Declaration *decl)
30 Note::~Note() {
36 void Note::generateSource(Formatter &out) const {
38 out << "NOTE:\n";
52 void Note::processContents(AST &ast)
    [all...]
Note.h 31 struct Note : Declaration {
32 Note(const std::string &name);
34 Note(Declaration *decl);
35 ~Note();
37 static std::string type() { return "note"; }
46 DISALLOW_COPY_AND_ASSIGN(Note);
  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
NoteDataItem.java 21 import android.provider.ContactsContract.CommonDataKinds.Note;
24 * Represents a note data item, wrapping the columns in
25 * {@link ContactsContract.CommonDataKinds.Note}.
34 return getContentValues().getAsString(Note.NOTE);
  /packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
NoteDataItem.java 20 import android.provider.ContactsContract.CommonDataKinds.Note;
23 * Represents a note data item, wrapping the columns in {@link
24 * ContactsContract.CommonDataKinds.Note}.
33 return getContentValues().getAsString(Note.NOTE);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForNote.java 20 import android.provider.ContactsContract.CommonDataKinds.Note;
25 * Handler for note data rows.
31 super(context, dbHelper, aggregator, Note.CONTENT_ITEM_TYPE);
41 return values.containsKey(Note.NOTE);
46 builder.appendContentFromColumn(Note.NOTE);
  /external/google-breakpad/src/common/linux/
elf_core_dump.cc 40 // Implementation of ElfCoreDump::Note.
42 ElfCoreDump::Note::Note() {}
44 ElfCoreDump::Note::Note(const MemoryRange& content) : content_(content) {}
46 bool ElfCoreDump::Note::IsValid() const {
50 const ElfCoreDump::Nhdr* ElfCoreDump::Note::GetHeader() const {
54 ElfCoreDump::Word ElfCoreDump::Note::GetType() const {
56 // 0 is not being used as a NOTE type.
60 MemoryRange ElfCoreDump::Note::GetName() const
    [all...]
elf_core_dump.h 45 // provides methods for accessing program headers and the note section.
62 // A class encapsulating the note content in a core dump, which provides
63 // methods for accessing the name and description of a note.
64 class Note {
66 Note();
68 // Constructor that takes the note content from |content|.
69 explicit Note(const MemoryRange& content);
71 // Returns true if this note is valid, i,e. a note header is found in
75 // Returns the note header, or NULL if no note header is found i
    [all...]
  /external/clang/include/clang/Frontend/
SerializedDiagnostics.h 46 Note,
  /art/runtime/interpreter/mterp/mips64/
alt_stub.S 4 * handler. Note that the call to MterpCheckBefore is done as a tail call.
14 jalr zero, t9 # (self, shadow_frame, dex_pc_ptr) Note: tail call.
  /external/elfutils/tests/
run-readelf-test3.sh 24 Note section [ 6] '.note' of 60 bytes at offset 0x120:
  /external/libyuv/files/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /external/libyuv/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /external/v8/tools/clang/blink_gc_plugin/
DiagnosticsReporter.cpp 211 // Register note messages.
213 DiagnosticsEngine::Note, kBaseRequiresTracingNote);
215 DiagnosticsEngine::Note, kFieldRequiresTracingNote);
217 DiagnosticsEngine::Note, kFieldShouldNotBeTracedNote);
219 DiagnosticsEngine::Note, kRawPtrToGCManagedClassNote);
221 DiagnosticsEngine::Note, kRefPtrToGCManagedClassNote);
223 DiagnosticsEngine::Note, kReferencePtrToGCManagedClassNote);
225 DiagnosticsEngine::Note, kOwnPtrToGCManagedClassNote);
227 DiagnosticsEngine::Note, kUniquePtrToGCManagedClassNote);
229 DiagnosticsEngine::Note, kMemberToGCUnmanagedClassNote)
327 unsigned note; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
string-1.s 2 ; FIXME: This should be a generic test. Note that this will
  /prebuilts/go/darwin-x86/src/syscall/
errors_plan9.go 52 SIGABRT = Note("abort")
53 SIGALRM = Note("alarm")
54 SIGHUP = Note("hangup")
55 SIGINT = Note("interrupt")
56 SIGKILL = Note("kill")
57 SIGTERM = Note("interrupt")
  /prebuilts/go/linux-x86/src/syscall/
errors_plan9.go 52 SIGABRT = Note("abort")
53 SIGALRM = Note("alarm")
54 SIGHUP = Note("hangup")
55 SIGINT = Note("interrupt")
56 SIGKILL = Note("kill")
57 SIGTERM = Note("interrupt")
  /build/soong/cmd/javac_filter/
javac_filter_test.go 47 Note: Some input files use or override a deprecated API.
48 Note: Recompile with -Xlint:deprecation for details.
49 Note: Some input files use unchecked or unsafe operations.
50 Note: Recompile with -Xlint:unchecked for details.
51 Note: dir/file.java uses or overrides a deprecated API.
52 Note: dir/file.java uses unchecked or unsafe operations.
  /frameworks/base/tools/aapt2/
Diagnostics.h 71 enum class Level { Note, Warn, Error };
85 virtual void Note(const DiagMessage& message) {
87 Log(Level::Note, actual);
111 case Level::Note:
112 tag = "note";
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-bpo5.s 3 # Base-plus-offset without -linker-allocated-gregs. Note the constant.
err-byte1.s 5 # Note that the error is detected in the preformatter, before the text
greg2.s 2 # Note that use-before-definition is allowed.
  /build/kati/testcase/
define.mk 2 # Note: in make 4.x
14 # note: in make 4.x, there is `undefine`.
define_with_comments.mk 22 # Note: for some reason, the following is an error.
err_export_override.mk 3 # GNU make 4 accepts this syntax. Note kati doesn't agree with make 4
err_override_export.mk 3 # GNU make 4 accepts this syntax. Note kati doesn't agree with make 4

Completed in 596 milliseconds

1 2 3 4 5 6 7 8 91011>>