/external/webkit/WebCore/notifications/ |
Notification.h | 59 static Notification* create(const NotificationContents& contents, ScriptExecutionContext* context, ExceptionCode& ec, NotificationPresenter* provider) { return new Notification(contents, context, ec, provider); } 68 NotificationContents& contents() { return m_contents; } function in class:WebCore::Notification
|
/external/webkit/WebKit/chromium/src/ |
WebNotification.cpp | 82 return m_private->contents().icon(); 88 return m_private->contents().title(); 94 return m_private->contents().body();
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
WriterTest.java | 291 private char[] contents; field in class:WriterTest.MockWriter 298 contents = new char[capacity]; 305 contents = null; 314 if (null == contents) { 323 contents[this.offset + i] = buffer[offset + i]; 332 result[i] = contents[i];
|
/bionic/libc/kernel/arch-x86/asm/ |
desc_32.h | 60 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->useable << 20) | 0x7000) 61 #define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->useable == 0 )
|
/cts/tools/dx-tests/src/dxconvext/util/ |
FileUtils.java | 39 * @return non-null; contents of the file 51 * @return non-null; contents of the file
|
/dalvik/dx/src/com/android/dx/util/ |
FileUtils.java | 39 * @return {@code non-null;} contents of the file 51 * @return {@code non-null;} contents of the file
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/ |
SerializerMessages_sv.java | 28 Object[][] contents = new Object[][] { local 96 return contents;
|
/dalvik/vm/ |
PointerSet.h | 39 * Clear the contents of a pointer set. 91 * Print the list contents to stdout. For debugging.
|
/external/bison/ |
PACKAGING | 9 Contents: Runtime libraries and programs. 14 Contents: Tools and documentation for developers that use Bison.
|
/external/bison/lib/ |
bitsetv.h | 43 /* Given a vector BSETV of N bitsets of size N, modify its contents to 47 /* Given a vector BSETV of N bitsets of size N, modify its contents to
|
/external/bluetooth/glib/glib/ |
gfileutils.h | 90 gchar **contents, 94 const gchar *contents,
|
/external/e2fsprogs/debugfs/ |
debug_cmds.ct | 64 request do_clri, "Clear an inode's contents", 133 request do_logdump, "Dump the contents of the journal",
|
/external/opencore/fileformats/mp4/composer/include/ |
renderable.h | 37 // Each subclass will override this method to render its own contents. 75 // Each subclass will override this method to render its own contents.
|
/external/srec/portable/include/ |
ArrayListImpl.h | 39 * ArrayList contents. 44 void** contents; member in struct:ArrayListImpl_t
|
/external/srec/shared/include/ |
Int8ArrayListImpl.h | 38 * Int8ArrayList contents. 40 asr_int8_t* contents; member in struct:Int8ArrayListImpl_t
|
IntArrayListImpl.h | 38 * IntArrayList contents. 40 int* contents; member in struct:IntArrayListImpl_t
|
/external/webkit/JavaScriptCore/runtime/ |
DateConversion.h | 8 * The contents of this file are subject to the Mozilla Public License Version 28 * Alternatively, the contents of this file may be used under the terms of
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.2-2-n.js | 1 /* The contents of this file are subject to the Netscape Public 26 This function returns a string value. The contents of the string are
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_3/inherit/ |
proto_3.js | 1 /* The contents of this file are subject to the Netscape Public 30 http://devedge.netscape.com/docs/manuals/communicator/jsobj/contents.htm
|
proto_9.js | 1 /* The contents of this file are subject to the Netscape Public 30 http://devedge.netscape.com/docs/manuals/communicator/jsobj/contents.htm
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_6/Array/ |
regress-305002.js | 5 * The contents of this file are subject to the Mozilla Public License Version 24 * Alternatively, the contents of this file may be used under the terms of
|
regress-310425-02.js | 5 * The contents of this file are subject to the Mozilla Public License Version 24 * Alternatively, the contents of this file may be used under the terms of
|
regress-320887.js | 5 * The contents of this file are subject to the Mozilla Public License Version 24 * Alternatively, the contents of this file may be used under the terms of
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_6/Regress/ |
regress-311157-01.js | 5 * The contents of this file are subject to the Mozilla Public License Version 24 * Alternatively, the contents of this file may be used under the terms of
|
regress-311157-02.js | 5 * The contents of this file are subject to the Mozilla Public License Version 24 * Alternatively, the contents of this file may be used under the terms of
|