HomeSort by relevance Sort by last modified time
    Searched refs:Note (Results 51 - 75 of 209) sorted by null

1 23 4 5 6 7 8 9

  /external/clang/include/clang/Basic/
DiagnosticIDs.h 64 // NOTE: 0 means "uncomputed".
115 Ignored, Note, Warning, Error, Fatal
150 /// Note.
  /external/clang/lib/Rewrite/
FixItRewriter.cpp 89 if (DiagLevel <= DiagnosticsEngine::Note)
  /external/v8/test/mjsunit/
debug-setexceptionbreak.js 32 // Note: the following tests only checks the debugger handling of the
81 // Note: by default, break on exceptions should be disabled. Hence,
array-slice.js 130 // Note: that is important that this test runs before the next one
157 // Note that slice copies values from prototype into the array.
200 // Note that slice copies values from prototype into the array.
object-define-properties.js 29 // Note that the internal DefineOwnProperty method is tested through
31 // Object.defineProperties. Also note that object-create.js contains
  /libcore/
NativeCode.mk 63 # Set up the default state. Note: We use CLEAR_VARS here, even though
76 # Extract out the allowed LOCAL_* variables. Note: $(sort) also
94 # Ignore "note: the mangling of 'va_list' has changed in GCC 4.4"
  /external/icu4c/data/rbnf/
rbnffiles.mk 5 # Note:
  /external/strace/
strace.spec 90 - Note 4.5.10 select fix (#151570).
  /external/v8/test/mjsunit/compiler/
regress-serialized-slots.js 43 // Note outer function parameter access (|thisObject|).
  /external/v8/test/mjsunit/regress/
regress-1172.js 31 // Note: no setters would lead to runtime exception if we ever attempt
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode14.js 82 Note the localName for an Attr created with DOM Level 1 methods is null.
  /ndk/build/core/
prebuilt-library.mk 47 # in the TARGET_OUT directory, and then the installation one. Note that
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ExternalAccountTypeTest.java 25 import android.provider.ContactsContract.CommonDataKinds.Note;
108 assertNotNull(type.getKindForMimetype(Note.CONTENT_ITEM_TYPE));
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 65 * The 'trash' element. Note that technically this is unnecessary,
99 // Note that this is kicked off asynchronously. 'getAppsCallback' will be
159 // Note that we assume here that we only use a Grabber for moving apps,
179 * @param {*} condition The condition to test. Note that this may be used to
225 * Note that calls to this function can occur at any time, not just in
237 // Note that we have to explicitly clean up the grabber objects so they stop
241 // Note that this may raise DRAG_END/RELEASE events to clean up an
394 // Note that we move the app rather than the container. This is so that an
525 // don't yet have GPU acceleration for this. Note that we use the appsFrame
546 // Note that appendChild also removes the element from its current parent
    [all...]
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 414 // name so that we can render it into the expansion note.
482 case DiagnosticsEngine::Note: OS.changeColor(noteColor, true); break;
492 case DiagnosticsEngine::Note: OS << "note: "; break;
546 if (!DiagOpts.ShowNoteIncludeStack && Level == DiagnosticsEngine::Note)
752 // FIXME: Emit this as a real note diagnostic.
754 OS << "note: (skipping " << (MacroSkipEnd - MacroSkipStart)
765 emitDiagnostic(SM.getSpellingLoc(Loc), DiagnosticsEngine::Note,
786 // from the last diagnostic, if the last diagnostic was a note that
793 (LastLevel != DiagnosticsEngine::Note || Level == LastLevel)
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
FallbackSource.java 31 import android.provider.ContactsContract.CommonDataKinds.Note;
318 // NOTE: even though a traditional "type" exists, for editing
386 DataKind kind = getKindForMimetype(Note.CONTENT_ITEM_TYPE);
388 kind = addKind(new DataKind(Note.CONTENT_ITEM_TYPE,
393 kind.actionBody = new SimpleInflater(Note.NOTE);
398 kind.fieldList.add(new EditField(Note.NOTE, R.string.label_notes, FLAGS_NOTE));
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 458 /// Note.
506 assert(DiagClass != CLASS_NOTE && "Cannot get diagnostic level of a note!");
702 // Get the class of the diagnostic. If this is a NOTE, map it onto whatever
707 DiagLevel = DiagnosticIDs::Note;
714 if (DiagLevel != DiagnosticIDs::Note) {
716 // non-note diagnostic. This allows notes to be attached to the
745 // a note and the last real diagnostic was ignored, ignore it too.
747 (DiagLevel == DiagnosticIDs::Note &&
  /external/elfutils/libelf/
abstract.h 149 /* Note entry header. */
150 #define Note(Bits, Ext) \
158 Note (32, Ext)
160 Note (64, Ext)
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java 30 import android.provider.ContactsContract.CommonDataKinds.Note;
97 * Note that more than one "N", "FN", etc. properties are acceptable in vCard spec.
    [all...]
  /dalvik/dx/etc/
dx.bat 56 REM Note that when reading the input arguments with %1, the cmd.exe
  /development/tools/emulator/opengl/
Android.mk 46 # Note that the build system will complain if you try to import a
  /device/samsung/crespo/
device.mk 21 # Note that crespo is not a fully open device. Some of the drivers
  /external/llvm/test/Bindings/Ocaml/
executionengine.ml 10 (* Note that this takes a moment to link, so it's best to keep the number of
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 54 by texgen or the texture matrix. Note that with a 3D texture and/or
142 matrix. Note, however, that the texture r and q coordinates are passed
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatareplacedataexceedslengthofarg.js 87 thru four with "260030". Note that the length of the

Completed in 715 milliseconds

1 23 4 5 6 7 8 9