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

1 2 3 4 5 6

  /external/linux-tools-perf/perf-3.12.0/arch/frv/lib/
memcpy.S 20 # - NOTE: must not use any stack. exception detection performs function return
memset.S 20 # - NOTE: must not use any stack. exception detection performs function return
  /packages/apps/ContactsCommon/src/com/android/contacts/common/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/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForNote.java 20 import android.provider.ContactsContract.CommonDataKinds.Note;
26 * Handler for note data rows.
32 super(context, dbHelper, aggregator, Note.CONTENT_ITEM_TYPE);
42 return values.containsKey(Note.NOTE);
47 builder.appendContentFromColumn(Note.NOTE);
  /frameworks/base/tools/aapt/
SourcePos.cpp 14 NOTE,
35 :line(-1), level(NOTE)
70 case NOTE:
71 type = "note: ";
140 ErrorPos(this->file, this->line, msg, ErrorPos::NOTE).print(stderr);
  /frameworks/rs/cpu_ref/linkloader/lib/
ELFSectionHeader.cpp 47 CASE(DYNAMIC) CASE(NOTE) CASE(NOBITS) CASE(REL) CASE(SHLIB)
  /frameworks/native/libs/input/tests/
Android.mk 32 # NOTE: This is a compile time test, and does not need to be
  /bionic/libdl/
Android.mk 9 # NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
30 # NOTE: libdl needs __aeabi_unwind_cpp_pr0 from libgcc.a but libgcc.a needs a
  /external/elfutils/0.153/libebl/
eblsegmenttypename.c 78 PTYPE (NOTE),
eblsectiontypename.c 80 KNOWNSTYPE (NOTE),
  /build/core/clang/
TARGET_x86.mk 5 # NOTE: There is no i686-linux-android prebuilt, so we must hardcode the
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
init_document.js 8 * NOTE(deboer): This file will automatically initialize ChromeVox. If you can
80 // NOTE(deboer): This is called when this script is loaded, automatically
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 19 # NOTE: This is a helper to build this sample code using the
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
cursor.js 18 * Note: we cache the text of a particular node at the time we
21 * NOTE: Undefined behavior if node is null
node_state.js 26 * NOTE(deboer): Once AriaUtil and DomUtil are using NodeState exclusively, this
  /external/chromium_org/extensions/renderer/resources/
greasemonkey_api.js 6 // NOTE: If you change this file you need to touch renderer_resources.grd to
  /external/libpng/projects/visualc71/
README_zlib.txt 13 NOTE: This project will be removed from libpng-1.5.0. It has
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h 158 BITS_PER_UNIT. Note that EXPR may have a stricter alignment
173 mem_attrs does for MEM above. Note that the OFFSET field is calculated
281 1 in a NOTE, or EXPR_LIST for a const call.
288 1 in an INSN, CALL_INSN, JUMP_INSN, CODE_LABEL, BARRIER, or NOTE
293 1 in a LABEL_REF, REG_LABEL_TARGET or REG_LABEL_OPERAND note for a
453 /* Predicate yielding nonzero iff X is a debug note/insn. */
466 /* Predicate yielding nonzero iff X is a note insn. */
467 #define NOTE_P(X) (GET_CODE (X) == NOTE)
856 CODE_LABEL, BARRIER, NOTE)->volatil)
    [all...]
  /external/llvm/lib/Support/
regengine.inc 119 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
124 #define NOTE(s) /* nothing */
198 NOTE("finding start");
219 NOTE("dissecting");
230 NOTE("backref dissect");
242 NOTE("backoff");
253 NOTE("backoff dissect");
261 NOTE("false alarm");
566 /* note that the ss++ gets us past the O_CH */
744 break; /* NOTE BREAK OUT *
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 162 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
167 #define NOTE(s) /* nothing */
250 NOTE("finding start");
271 NOTE("dissecting");
281 NOTE("backref dissect");
293 NOTE("backoff");
304 NOTE("backoff dissect");
312 NOTE("false alarm");
654 /* note that the ss++ gets us past the O_CH */
841 break; /* NOTE BREAK OUT *
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_exception_area_browsertest.js 78 // NOTE: if this test doesn't succeed, |ContentSettings.setExceptions| may not
  /external/chromium_org/third_party/skia/platform_tools/android/tests/expectations/
Android.mk 31 # NOTE: If neither SK_DEBUG or SK_RELEASE are defined then Skia checks NDEBUG to
  /external/chromium_org/ui/webui/resources/js/
local_strings.js 6 * NOTE: The use of this file is deprecated. Use load_time_data.js instead.
  /external/chromium_org/v8/src/
symbol.js 19 // NOTE: Passing in a Symbol value will throw on ToString().
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1132.js 32 // NOTE: stack size constant above has been empirically chosen.

Completed in 1269 milliseconds

1 2 3 4 5 6