HomeSort by relevance Sort by last modified time
    Searched full:contents (Results 476 - 500 of 4231) sorted by null

<<11121314151617181920>>

  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/GetSet/
getset-001.js 3 * The contents of this file are subject to the Netscape Public
getset-002.js 3 * The contents of this file are subject to the Netscape Public
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-69607.js 2 * The contents of this file are subject to the Netscape Public
  /external/webkit/JavaScriptCore/tests/mozilla/
template.js 2 * The contents of this file are subject to the Netscape Public
  /external/webkit/WebCore/dom/
StaticNodeList.h 43 // Adopts the contents of the nodes vector.
  /external/webkit/WebKit/chromium/public/
WebPopupMenuInfo.h 39 // Describes the contents of a popup menu.
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs_unittest.py 94 def _write_tmp_file_with_contents(contents):
97 file.write(contents)
104 contents = file.read()
106 return contents
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.h 98 * configuration. The contents of buf is printed out has hex dump.
117 * configuration. The contents of buf is printed out has hex dump. This works
138 * configuration. The contents of buf is printed out has hex dump with both
154 * configuration. The contents of buf is printed out has hex dump with both
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.c 164 * @msg: WPS IE contents from Beacon or Probe Response frame
190 * @msg: WPS IE contents from Beacon or Probe Response frame
221 * @msg: WPS IE contents from Beacon or Probe Response frame
224 * The returned pointer is to the msg contents and it remains valid only as
  /frameworks/base/core/java/android/os/
FileUtils.java 153 * @return the contents of the file, possibly truncated
189 ByteArrayOutputStream contents = new ByteArrayOutputStream(); local
194 if (len > 0) contents.write(data, 0, len);
196 return contents.toString();
  /frameworks/base/core/java/android/text/
ClipboardManager.java 69 * Sets the contents of the clipboard to the specified text.
  /frameworks/base/core/tests/coretests/src/android/app/
TranslucentFancyActivity.java 44 * <td >Defines contents of the screen</td>
  /packages/apps/Contacts/src/com/android/contacts/model/
Editor.java 63 * Called internally when the contents of a specific field have changed,
  /bionic/libm/i387/
npx.h 56 /* Contents of each floating point accumulator */
71 struct fpacc87 sv_ac[8]; /* accumulator contents, 0-7 */
99 /* Contents of each SSE extended accumulator */
  /dalvik/libcore/json/src/test/java/org/json/
JSONObjectTest.java 630 Map<String, Object> contents = new HashMap<String, Object>(); local
631 contents.put("foo", Double.NaN);
632 contents.put("bar", Double.NEGATIVE_INFINITY);
633 contents.put("baz", Double.POSITIVE_INFINITY);
635 JSONObject object = new JSONObject(contents);
648 Map<String, Object> contents = new HashMap<String, Object>(); local
649 contents.put("foo", 5);
650 JSONObject object = new JSONObject(contents);
651 contents.put("foo", 10);
656 Map<Object, Object> contents = new HashMap<Object, Object>() local
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
LinkedList.java 740 Object[] contents = new Object[size]; local
743 contents[index++] = link.data;
746 return contents;
757 * @param contents
766 public <T> T[] toArray(T[] contents) {
768 if (size > contents.length) {
769 Class<?> ct = contents.getClass().getComponentType();
770 contents = (T[]) Array.newInstance(ct, size);
774 contents[index++] = (T) link.data;
777 if (index < contents.length)
    [all...]
  /dalvik/libcore/support/src/test/java/tests/support/
Support_StringWriter.java 72 * Answer the contents of this StringWriter as a StringBuffer. Any changes
85 * Answer the contents of this StringWriter as a String. Any changes made to
89 * @return this StringWriters current contents as a String.
  /development/apps/Development/src/com/android/development/
Details.java 88 TextView contents = makeView(cd.value, false, 12); local
89 contents.setPadding(3, 0, 0, i==count-1?0:3);
91 mLinearLayout.addView(contents, lazy());
  /external/e2fsprogs/misc/
chattr.1.in 36 Recursively change attributes of directories and their contents.
113 When a file with the `u' attribute set is deleted, its contents are
119 indicate that a raw contents of a compressed file can be accessed
  /external/elfutils/
TODO 137 -c Compress the contents of the comment section of the
142 -d Delete the contents of the comment section from the
154 -p Print the contents of the comment section on the stan-
  /external/genext2fs/
genext2fs.8 33 number required to accommodate the initial contents.
44 Add the given directory and contents at a particular path (by default
121 then device nodes are created based on the contents of the file
  /external/icu4c/i18n/
winnmfmt.h 55 * Result is appended to existing contents.
70 * Result is appended to existing contents.
85 * Result is appended to existing contents.
  /external/quake/quake/src/QW/client/
bspfile.h 32 #define MAX_MAP_NODES 32767 // because negative shorts are contents
155 short children[2]; // negative numbers are contents
202 int contents; member in struct:__anon4945
  /external/skia/include/core/
SkPixelRef.h 70 /** Call this if you have changed the contents of the pixels. This will in-
77 contents of its pixels will not change for the lifetime of the pixelref.
81 /** Marks this pixelref is immutable, meaning that the contents of its
  /external/svox/pico/lib/
picoacph.h 165 - see defines below for max nr of items. Item heads plus ref. to contents
168 - CONTENTSSIZE (max size of all contents together
189 /* nr item restriction: maximum size of all item contents together in cont */

Completed in 389 milliseconds

<<11121314151617181920>>