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

1 2 3 45 6

  /external/chromium_org/extensions/renderer/resources/
event.js 179 // with that name will route through this object's listeners. Note that
523 // NOTE: Event is (lazily) exposed as chrome.Event from dispatcher.cc.
json_schema.js 6 // NOTE: If you change this file you need to touch
123 * Classifies a value as one of the JSON schema primitive types. Note that we
  /external/skia/
Android.mk 31 # NOTE: If neither SK_DEBUG or SK_RELEASE are defined then Skia checks NDEBUG to
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java 23 import android.provider.ContactsContract.CommonDataKinds.Note;
62 * .appendNotes(contentValuesListMap.get(Note.CONTENT_ITEM_TYPE))
348 // Note:
538 // Note: "CHARSET" param is not allowed in vCard 3.0, but we may add it
614 // Note: There is no appropriate property for expressing
1330 String note = contentValues.getAsString(Note.NOTE); local
    [all...]
  /ndk/build/core/
init.mk 45 # even if 64-bit is present. Note that toolchains in 64-bit still produce
116 # return 32-bit one as default. Note that HOST_TAG64==HOST_TAG for
188 # NOTE: The 2>NUL here is for the case where we're running inside the
definitions.mk 86 # Note that the following doesn't work because path in windows may contain
168 # NOTE: With GNU Make $1 and $(1) are equivalent, which means
346 # Technical note:
369 # Note that some modules are never installed (e.g. static libraries).
617 # NOTE: this function must not modify the existing dependency order when new depends are added.
708 # Note: Do not use this to determine build dependencies. The returned list
724 # Note that the result is topologically ordered, i.e. if library A depends
730 # Note: This doesn't differentiate between regular and whole static
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 40 import android.provider.ContactsContract.CommonDataKinds.Note;
133 + " LEFT OUTER JOIN data note ON (raw_contacts._id = note.raw_contact_id"
134 + " AND (SELECT mimetype FROM mimetypes WHERE mimetypes._id = note.mimetype_id)"
135 + "='" + Note.CONTENT_ITEM_TYPE + "')"
567 "note." + Note.NOTE
    [all...]
  /external/bison/
maint.mk 251 # Note that while this functionality is mostly inherited via VC_LIST_EXCEPT,
531 # Note this was produced by the above:
736 # Note: this test requires GNU grep's --label= option.
    [all...]
  /external/chromium_org/v8/src/
mirror-debugger.js 122 * function (not on Function.prototype). NOTE: If this file is to be loaded
    [all...]
debug-debugger.js 108 // NOTE: This object does not have a reference to the function having break
    [all...]
  /external/fonttools/Lib/fontTools/
agl.py 530 266A;musicalnote;EIGHTH NOTE
  /external/qemu-pc-bios/vgabios/
clext.c 1260 ;; NOTE - may be called in protected mode
vgabios.c     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 153 // NOTE(deboer): This animation is 0 seconds long to work around
    [all...]
  /external/libunwind/doc/
libunwind-dynamic.tex 263 descriptor with space for \Var{op\_count} unwind directives. Note
312 IMPLEMENTATION NOTE: should \Prog{libunwind} implementations for
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 41 import android.provider.ContactsContract.CommonDataKinds.Note;
490 protected Uri insertNote(long rawContactId, String note) {
493 values.put(Data.MIMETYPE, Note.CONTENT_ITEM_TYPE);
494 values.put(Note.NOTE, note);
    [all...]
  /external/chromium_org/third_party/readability/js/
readability.js 116 "<p>Also, please note that Readability does not play very nicely with front pages. Readability is intended to work on articles with a sizable chunk of text that you'd like to read comfortably. If you're using Readability on a landing page (like nytimes.com for example), please click into an article first before using Readability.</p>"
420 /* Note, this is pretty costly as far as processing goes. Maybe optimize later. */
549 * Note: Assignment from index for performance. See http://www.peachpit.com/articles/article.aspx?p=31567&seqNum=5
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 61 // Note: For maximum-speed code, see "Optimizing Code" on the Emscripten wiki, https://github.com/kripken/emscripten/wiki/Optimizing-Code
62 // Note: Some Emscripten settings may limit the speed of the generated code.
80 // Note that we pollute the global namespace here, otherwise we break in node
485 // Note: LLVM optimizations can inline and remove functions, after which you will not be
491 // @param ident The name of the C function (note that C++ functions will be name-mangled - use extern "C")
497 // Note that string arguments will be stored on the stack (the JS string will become a C string on the stack).
565 // Note that setValue and getValue only do *aligned* writes and reads!
566 // Note that ccall uses JS types as for defining types, while setValue and
616 // in *bytes* (note that this is sometimes confusing: the next parameter does not
745 // Endianness check (note: assumes compiler arch was little-endian
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 7 // Note: Some Emscripten settings will significantly limit the speed of the generated code.
8 // Note: Some Emscripten settings may limit the speed of the generated code.
22 // Note that we pollute the global namespace here, otherwise we break in node
427 // Note: LLVM optimizations can inline and remove functions, after which you will not be
433 // @param ident The name of the C function (note that C++ functions will be name-mangled - use extern "C")
439 // Note that string arguments will be stored on the stack (the JS string will become a C string on the stack).
507 // Note that setValue and getValue only do *aligned* writes and reads!
508 // Note that ccall uses JS types as for defining types, while setValue and
558 // in *bytes* (note that this is sometimes confusing: the next parameter does not
683 // Endianness check (note: assumes compiler arch was little-endian
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 433 /// NOTE: When constructing trees, ANTLR can build any kind of tree; it can
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 335 % \onepageout takes a vbox as an argument. Note that \pagecontents
431 % Here are the rules for the cropmarks. Note that they are
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 4985 milliseconds

1 2 3 45 6