HomeSort by relevance Sort by last modified time
    Searched defs:notice (Results 1 - 11 of 11) sorted by null

  /frameworks/base/cmds/am/
Android.mk 15 NOTICE_FILE := NOTICE
20 define make-notice-file
23 @echo Notice file: $$< -- $$@
31 $(foreach file,$(files_noticed),$(eval $(call make-notice-file,$(file))))
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsPermissionDialog.java 113 final Label notice = new Label(composite, SWT.WRAP); local
114 notice.setFont(title.getFont());
115 notice.setForeground(new Color(getShell().getDisplay(), 255, 0, 0));
116 notice.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
117 notice.setText(NOTICE_TEXT);
118 notice.pack();
122 gd.widthHint = notice.getSize().x; // do not extend beyond the NOTICE text's width
148 gd.widthHint = notice.getSize().x;
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java 110 PrintWriter notice = new PrintWriter(new StringWriter()); local
111 c.newInstance(context, "SigTest", err, warn, notice);
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 168 PrintWriter notice = new PrintWriter(new StringWriter()); local
169 c.newInstance(context, "SigTest", err, warn, notice);
  /external/ppp/pppd/
utils.c 11 * notice, this list of conditions and the following disclaimer.
775 * notice - log a notice-level message.
778 notice __V((char *fmt, ...)) function
922 notice("Device %s is locked by pid %d", dev, result);
1001 notice("Removed stale lock on %s (pid %d)", dev, pid);
1006 notice("Device %s is locked by pid %d", dev, pid);
  /external/freetype/include/freetype/
t1tables.h 72 FT_String* notice; member in struct:PS_FontInfoRec_
  /external/freetype/src/cff/
cfftypes.h 108 FT_UInt notice; member in struct:CFF_FontRecDictRec_
  /build/core/
Makefile 406 # NOTICE files
418 # $(4) - Directory to use. Notice files are all $(4)/src. Other
422 # The algorithm here is that we go collect a hash for each of the notice
431 # original notice files instead of making rules to copy them somwehere.
433 define combine-notice-files
437 @echo Finding NOTICE files: $$@
447 @echo Combining NOTICE files: $$@
472 @echo Combining NOTICE files: $$@
510 # TODO These intermediate NOTICE.txt/NOTICE.html files should go int
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 287 /* TRUE if every symbol should be reported back via the notice
398 /* Hash table of symbols to report back via the notice callback. If
584 bfd_boolean (*notice)
582 bfd_boolean (*notice) member in struct:bfd_link_callbacks
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 287 /* TRUE if every symbol should be reported back via the notice
398 /* Hash table of symbols to report back via the notice callback. If
584 bfd_boolean (*notice)
582 bfd_boolean (*notice) member in struct:bfd_link_callbacks
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h 286 /* TRUE if every symbol should be reported back via the notice
381 /* Hash table of symbols to report back via the notice callback. If
558 bfd_boolean (*notice)
556 bfd_boolean (*notice) member in struct:bfd_link_callbacks

Completed in 960 milliseconds