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

1 2 3 4 5 6 7 8 91011>>

  /external/python/httplib2/test/302/
no-location.asis 6 Note there is no Location header given.
  /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,
  /external/elfutils/tests/
run-readelf-n.sh 19 # - testfile-gnu-property-note.c
26 # gcc -fcf-protection -c testfile-gnu-property-note.c
27 # gcc -o testfile-gnu-property-note testfile-gnu-property-note.o
28 # eu-strip --strip-sections testfile-gnu-property-note
30 testfiles testfile-gnu-property-note.o testfile-gnu-property-note
33 testrun_compare ${abs_top_builddir}/src/readelf -n testfile-gnu-property-note.o << EOF
35 Note section [ 6] '.note.gnu.property' of 32 bytes at offset 0x80
    [all...]
run-readelf-test3.sh 24 Note section [ 6] '.note' of 60 bytes at offset 0x120:
run-strip-version.sh 47 Note section [ 1] '.note.gnu.build-id' of 36 bytes at offset 0xb0:
52 Note section [ 3] '.note' of 56 bytes at offset 0xd5:
  /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 230 // Register note messages.
232 DiagnosticsEngine::Note, kBaseRequiresTracingNote);
234 DiagnosticsEngine::Note, kFieldRequiresTracingNote);
236 DiagnosticsEngine::Note, kFieldShouldNotBeTracedNote);
238 DiagnosticsEngine::Note, kRawPtrToGCManagedClassNote);
240 DiagnosticsEngine::Note, kRefPtrToGCManagedClassNote);
242 DiagnosticsEngine::Note, kReferencePtrToGCManagedClassNote);
244 DiagnosticsEngine::Note, kUniquePtrToGCManagedClassNote);
246 DiagnosticsEngine::Note, kMemberToGCUnmanagedClassNote);
248 DiagnosticsEngine::Note, kStackAllocatedFieldNote)
349 unsigned note; local
    [all...]
  /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
target_specific_var_append.mk 8 # Note: for some reason, make does not insert a whitespace before OK.
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 32 case DiagnosticsEngine::Note:
60 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Note, "%0"))
  /external/curl/docs/cmdline-opts/
abstract-unix-socket.d 8 Note: netstat shows the path of an abstract socket prefixed with '@', however
engine.d 7 list to print a list of build-time supported engines. Note that not all (or
globoff.d 7 interpreted by curl itself. Note that these letters are not normal legal URL
local-port.d 7 for the connection(s). Note that port numbers by nature are a scarce resource
no-keepalive.d 7 Note that this is the negated option name documented. You can thus use
tlsv1.3.d 8 Note that TLS 1.3 is only supported by a subset of TLS backends. At the time
  /external/icu/icu4c/source/data/mappings/
ucmlocal.mk 5 # Note: noop-*.ucm are for Android only to prevent 2022 security attack.
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 74 void Note(SMLoc L, const Twine &Msg) {
75 getParser().Note(L, Msg);
  /external/proguard/bin/
proguard.bat 6 REM Note: when passing file names containing spaces to this script,

Completed in 769 milliseconds

1 2 3 4 5 6 7 8 91011>>