HomeSort by relevance Sort by last modified time
    Searched full:noteid (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 278 const PartialDiagnostic & NoteID,
343 if (NoteID.getDiagID() != 0)
344 Diag(OldLoc, NoteID);
431 if (NoteID.getDiagID() != 0)
432 Diag(OldLoc, NoteID);
462 if (NoteID.getDiagID() != 0)
463 Diag(OldLoc, NoteID);
471 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
489 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
504 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc)
    [all...]
SemaDeclObjC.cpp     [all...]
  /external/libvpx/examples/includes/geshi/geshi/
lotusformulas.php 220 '@Nothing', '@NoteID', '@No', '@NewLine', '@Narrow', '@NameLookup',
  /development/samples/NotePad/src/com/example/android/notepad/
NotePadProvider.java 269 * note ID projection, and appends "_ID = <noteID>" to the where clause, so that
696 String noteId = uri.getPathSegments().get(NotePad.Notes.NOTE_ID_PATH_POSITION);
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 638 long noteId = ContentUris.parseId(rowUri);
676 values.put(NotePad.Notes._ID, (int) noteId);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 818 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
826 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
829 bool CheckParamExceptionSpec(const PartialDiagnostic & NoteID,
    [all...]

Completed in 5847 milliseconds