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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /ndk/tests/build/issue41297-atomic-64bit/jni/
Application.mk 0 # Note that MIPS doesn't support 64-bit atomic built-in yet
  /ndk/tests/device/test-gabi++/jni/
Application.mk 0 # Note: by default, build for all supported ABIs
8 # Note: we use APP_STL because we explicitely import
  /external/chromium_org/third_party/libyuv/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfglobal.asm 0 ; Note: you should be able to link elfreloc.o with elfglobal.o to make a
  /external/libyuv/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /ndk/tests/build/import-install/path1/
Android.mk 2 # by the main project's binary. Note that it imports
  /ndk/tests/device/test-stlport-rtti/jni/
Application.mk 0 # Note: by default, build for all supported ABIs
  /external/clang/include/clang/Frontend/
SerializedDiagnosticPrinter.h 55 Note,
  /build/core/combo/arch/arm/
armv5te.mk 5 # Note: Hard coding the 'tune' value here is probably not ideal,
armv7-a.mk 7 # Note: Hard coding the 'tune' value here is probably not ideal,
  /external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
dns_during_init.js 10 // Note that host1 and host2 should not resolve using the same cache as was
  /external/icu/icu4c/source/data/mappings/
ucmlocal.mk 5 # Note: noop-*.ucm are for Android only to prevent 2022 security attack.
  /external/proguard/bin/
proguard.bat 6 REM Note: when passing file names containing spaces to this script,
proguardgui.bat 6 REM Note: when passing file names containing spaces to this script,
retrace.bat 6 REM Note: when passing file names containing spaces to this script,
  /hardware/libhardware/tests/keymaster/
Android.mk 9 # Note that "bionic" is needed because of stlport
  /ndk/tests/build/issue42841-LOCAL_PATH/jni/
Android.mk 0 # Note that the line LOCAL_PATH ends with trailing space and
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.bat 6 REM Note: when passing file names containing spaces to this script,
  /external/elfutils/0.153/libelf/
gelf_xlate.h 68 TYPE (Note, LIBELFBITS)
  /frameworks/compile/slang/
slang_diagnostic_buffer.cpp 55 case clang::DiagnosticsEngine::Note: {
56 (*mSOS) << "note: ";
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 32 case DiagnosticsEngine::Note:
60 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Note, "%0"))
  /external/nanopb-c/generator/
protoc-gen-nanopb.bat 7 :: Note that if you use the binary package of nanopb, the protoc
  /ndk/sources/android/support/tests/
Android.mk 4 # library. Note that it provides a main() implementation.

Completed in 3065 milliseconds

1 2 3 4 5 6 7 8 91011>>