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

1 2 3

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForNote.java 22 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/android-mock/src/com/google/android/testing/mocking/
UsesMocksProcessor.java 94 logger.printMessage(Kind.NOTE, "Found " + classesToMock.size() + " classes to mock");
98 logger.printMessage(Kind.NOTE, "Regenerating Framework Mocks on Request");
102 logger.printMessage(Kind.NOTE, "Found " + mockedClassesSet.size()
113 logger.printMessage(Kind.NOTE, "Start Processing Annotations");
134 logger.printMessage(Kind.NOTE, "Processing " + annotatedElements);
146 logger.printMessage(Kind.NOTE, "Adding Class to Mocking List: " + className);
173 logger.printMessage(Kind.NOTE, "Mocking " + clazz);
204 logger.printMessage(Kind.NOTE, "Saving " + clazz.getClassName());
214 logger.printMessage(Kind.NOTE, "Saving via Eclipse " + clazz.getClassName());
218 logger.printMessage(Kind.NOTE, "Finished Processing Mocks")
    [all...]
ProcessorLogger.java 54 printMessage(Kind.NOTE, "Known Classpath: ");
57 printMessage(Kind.NOTE, url.toString());
  /frameworks/compile/linkloader/lib/
ELFSectionHeader.cpp 47 CASE(DYNAMIC) CASE(NOTE) CASE(NOBITS) CASE(REL) CASE(SHLIB)
  /external/strace/
util.c 1331 /* Note: this is only true for the `clone' system call, which handles
    [all...]
  /sdk/emulator/tests/
Android.mk 2 # NOTE: Most of these are only built and run on Linux.
  /bionic/libdl/
Android.mk 9 # NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
29 # NOTE: libdl needs __aeabi_unwind_cpp_pr0 from libgcc.a but libgcc.a needs a
  /external/elfutils/libebl/
eblsegmenttypename.c 42 PTYPE (NOTE),
eblsectiontypename.c 44 KNOWNSTYPE (NOTE),
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 19 # NOTE: This is a helper to build this sample code using the
  /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/regex/
engine.c 116 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
121 #define NOTE(s) /* nothing */
194 NOTE("finding start");
215 NOTE("dissecting");
226 NOTE("backref dissect");
238 NOTE("backoff");
249 NOTE("backoff dissect");
257 NOTE("false alarm");
555 /* note that the ss++ gets us past the O_CH */
732 break; /* NOTE BREAK OUT *
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1132.js 32 // NOTE: stack size constant above has been empirically chosen.
  /external/v8/test/mjsunit/
with-leave.js 51 // NOTE: This checks that the object containing x has been
  /external/webkit/LayoutTests/storage/
hash-change-with-xhr.js 111 // NOTE: If we don't make any xhr requests, then the test
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 116 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
121 #define NOTE(s) /* nothing */
194 NOTE("finding start");
215 NOTE("dissecting");
226 NOTE("backref dissect");
238 NOTE("backoff");
249 NOTE("backoff dissect");
257 NOTE("false alarm");
555 /* note that the ss++ gets us past the O_CH */
732 break; /* NOTE BREAK OUT *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
rtl.h 153 mem_attrs does for MEM above. Note that the OFFSET field is calculated
267 1 in a NOTE, or EXPR_LIST for a const call.
271 1 in an INSN, CALL_INSN, JUMP_INSN, CODE_LABEL, BARRIER, or NOTE
276 1 in a LABEL_REF, REG_LABEL_TARGET or REG_LABEL_OPERAND note for a
392 /* Predicate yielding nonzero iff X is a debug note/insn. */
402 /* Predicate yielding nonzero iff X is a note insn. */
403 #define NOTE_P(X) (GET_CODE (X) == NOTE)
778 CODE_LABEL, BARRIER, NOTE)->volatil)
837 /* Define macros to extract and insert the reg-note kind in an EXPR_LIST. */
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 24 * NOTE(mesch): IE DOM doesn't have importNode().
26 * NOTE(mesch): The property name "length" must not be used in input
352 * The index into the queue for each depth. NOTE: Alternative would
495 // NOTE(mesch): See NOTE on ATT_content why this is a separate
510 // NOTE(mesch): jsvars is evaluated before jsvalues, because it's
526 // NOTE(mesch): Evaluation order is sometimes significant, e.g. when
547 // NOTE(mesch): content is a separate attribute, instead of just a
761 // using jsvalues. NOTE(mesch): Setting the style attribute has
808 // NOTE(mesch): Profiling shows that this method costs significant
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 24 * NOTE(mesch): IE DOM doesn't have importNode().
26 * NOTE(mesch): The property name "length" must not be used in input
352 * The index into the queue for each depth. NOTE: Alternative would
495 // NOTE(mesch): See NOTE on ATT_content why this is a separate
510 // NOTE(mesch): jsvars is evaluated before jsvalues, because it's
526 // NOTE(mesch): Evaluation order is sometimes significant, e.g. when
547 // NOTE(mesch): content is a separate attribute, instead of just a
761 // using jsvalues. NOTE(mesch): Setting the style attribute has
808 // NOTE(mesch): Profiling shows that this method costs significan
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardJapanizationTests.java 20 import android.provider.ContactsContract.CommonDataKinds.Note;
407 entry.addContentValues(Note.CONTENT_ITEM_TYPE)
408 .put(Note.NOTE, "note1");
409 entry.addContentValues(Note.CONTENT_ITEM_TYPE)
410 .put(Note.NOTE, "note2");
411 entry.addContentValues(Note.CONTENT_ITEM_TYPE)
412 .put(Note.NOTE, "note3")
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf 333 echo perf: NOTE: $MSG
  /ndk/build/core/
default-build-commands.mk 18 # NOTE: Ensure that TARGET_LIBGCC is placed after all private objects
  /ndk/sources/host-tools/nawk-20071023/
README 65 NOTE: This version uses ANSI C, as you should also. We have
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_voice_gain_gnu.s 79 @ NOTE: instructions are reordered to reduce the effect of latency
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_voice_gain_gnu.s 79 @ NOTE: instructions are reordered to reduce the effect of latency

Completed in 2936 milliseconds

1 2 3