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

1 2 3 45 6 7 8 91011>>

  /external/icu4c/io/unicode/
ustream.h 36 * Write the contents of a UnicodeString to a C++ ostream. This functions writes
45 * Write the contents from a C++ istream to a UnicodeString. The UChars in the
  /external/iptables/
ip6tables-restore.8 37 don't flush the previous contents of the table. If not specified,
39 flushes (deletes) all previous contents of the respective IPv6 Table.
iptables-restore.8 37 don't flush the previous contents of the table. If not specified,
39 flushes (deletes) all previous contents of the respective IP Table.
  /external/opencore/fileformats/mp4/composer/include/
editatom.h 19 The contents of the PVA_FF_FreeSpaceAtom Class may be ignored, or the contents deleted
freespaceatom.h 19 The contents of the PVA_FF_FreeSpaceAtom Class may be ignored, or the contents deleted
  /packages/apps/Email/src/org/apache/james/mime4j/
ContentHandler.java 110 * @param fieldData the raw contents of the field
125 * @param is used to get the contents of the preamble.
134 * @param is used to get the contents of the epilogue.
160 * @param is the contents of the body. NOTE: this is the raw body contents
172 * @param is the raw contents of the entity.
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 246 for (EntryFile entry : list.contents.tailSet(new EntryFile(millis + 1))) {
295 out.append("Drop box contents: ").append(mAllFiles.contents.size()).append(" entries\n");
306 for (EntryFile entry : mAllFiles.contents) {
323 out.append(" (contents lost)\n");
394 public final TreeSet<EntryFile> contents = new TreeSet<EntryFile>(); field in class:DropBoxManagerService.FileList
455 * Creates a zero-length tombstone for a file whose contents were lost.
529 /** If never run before, scans disk contents to build in-memory tracking data. */
575 mAllFiles.contents.add(entry);
587 tagFiles.contents.add(entry)
    [all...]
  /dalvik/vm/native/
dalvik_system_Zygote.c 163 s4 *contents; local
171 contents = (s4 *)gidArray->contents;
174 gids[i] = (gid_t) contents[i];
199 ArrayObject** tuples = (ArrayObject **)(rlimits->contents);
203 s4* contents = (s4 *)rlimit_tuple->contents; local
211 rlim.rlim_cur = contents[1];
212 rlim.rlim_max = contents[2];
214 err = setrlimit(contents[0], &rlim)
    [all...]
  /frameworks/base/core/java/android/os/
DropBoxManager.java 69 /** Create a new empty Entry with no contents. */
74 /** Create a new Entry with plain text contents. */
80 * Create a new Entry with byte array contents.
88 * Create a new Entry with streaming data contents.
96 * Create a new Entry with the contents read from a file.
97 * The file will be read when the entry's contents are requested.
143 * @return the uncompressed text contents of the entry, null if the entry is not text.
161 /** @return the uncompressed contents of the entry, or null if the contents were lost */
233 * Stores the contents of a file, which may be ignored or discarded as wit
    [all...]
  /dalvik/vm/reflect/
Proxy.c 219 ClassObject** ifArray = (ClassObject**) interfaces->contents;
309 classes = (ClassObject**) interfaces->contents;
345 classes = (ClassObject**) interfaces->contents;
540 Object** contents; local
551 contents = (Object**) throwArray->contents;
553 contents[ent] = (Object*)
558 contents = (Object**) throwLists->contents;
559 contents[outCount] = (Object*) throwArray
582 Object** contents; local
667 const ClassObject** contents; local
1058 const Object** contents; local
    [all...]
  /external/webkit/WebCore/platform/image-decoders/
ImageDecoder.cpp 63 char contents[maxMarkerLength]; local
64 unsigned length = copyFromSharedBuffer(contents, maxMarkerLength, data, 0);
68 const unsigned char* uContents = reinterpret_cast<const unsigned char*>(contents);
71 if (strncmp(contents, "GIF8", 4) == 0)
88 if (strncmp(contents, "BM", 2) == 0)
93 if (!memcmp(contents, "\000\000\001\000", 4) ||
94 !memcmp(contents, "\000\000\002\000", 4))
  /external/bluetooth/glib/glib/
gfileutils.c 498 gchar **contents,
583 *contents = str;
601 gchar **contents,
662 *contents = buf;
677 gchar **contents,
725 contents,
754 retval = get_contents_stdio (display_filename, f, contents, length, error);
765 gchar **contents,
790 retval = get_contents_stdio (display_filename, f, contents, length, error);
800 * @filename: name of a file to read contents from, in the GLib file name encodin
    [all...]
  /external/bluetooth/glib/tests/
file-test.c 152 const gchar *filename = "file-test-get-contents";
153 gchar *contents; local
164 if (! g_file_get_contents (filename, &contents, &len, &error))
167 g_assert (strcmp (text, contents) == 0 && "content mismatch");
169 g_free (contents);
  /external/quake/quake/src/WinQuake/
WinQuake.plg 9 Creating temporary file "C:\TEMP\RSP74A.bat" with contents
18 Creating temporary file "C:\TEMP\RSP74B.bat" with contents
27 Creating temporary file "C:\TEMP\RSP74C.bat" with contents
36 Creating temporary file "C:\TEMP\RSP74D.bat" with contents
45 Creating temporary file "C:\TEMP\RSP74E.bat" with contents
54 Creating temporary file "C:\TEMP\RSP74F.bat" with contents
63 Creating temporary file "C:\TEMP\RSP750.bat" with contents
72 Creating temporary file "C:\TEMP\RSP751.bat" with contents
81 Creating temporary file "C:\TEMP\RSP752.bat" with contents
90 Creating temporary file "C:\TEMP\RSP753.bat" with contents
    [all...]
  /external/webkit/WebKitTools/Scripts/
do-webcore-rename 171 # change all file contents
175 my $contents;
179 $contents = <FILE>;
182 my $newContents = $contents;
194 if ($newContents ne $contents) {
  /packages/apps/Email/src/org/apache/commons/io/comparator/
SizeFileComparator.java 61 * Size comparator instance which sums the size of a directory's contents
67 * Reverse size comparator instance which sums the size of a directory's contents
72 /** Whether the sum of the directory's contents should be calculated. */
84 * the directory contents should be aggregated.
89 * @param sumDirectoryContents <code>true</code> if the sum of the directoryies contents
  /external/dbus/dbus/
dbus-keyring.c 406 DBusString contents; local
421 if (!_dbus_string_init (&contents))
430 _dbus_string_free (&contents);
454 if (!_dbus_file_get_contents (&contents,
464 if (!_dbus_string_validate_ascii (&contents, 0,
465 _dbus_string_get_length (&contents)))
467 _dbus_warn ("Secret keyring file contains non-ASCII! Ignoring existing contents\n");
468 _dbus_string_set_length (&contents, 0);
474 while (_dbus_string_pop_line (&contents, &line))
578 _dbus_string_set_length (&contents, 0)
    [all...]
  /external/quake/quake/src/QW/client/
qwcl.plg 9 Creating temporary file "C:\TEMP\RSP761.bat" with contents
18 Creating temporary file "C:\TEMP\RSP762.bat" with contents
27 Creating temporary file "C:\TEMP\RSP763.bat" with contents
36 Creating temporary file "C:\TEMP\RSP764.bat" with contents
45 Creating temporary file "C:\TEMP\RSP765.bat" with contents
54 Creating temporary file "C:\TEMP\RSP766.bat" with contents
63 Creating temporary file "C:\TEMP\RSP767.bat" with contents
72 Creating temporary file "C:\TEMP\RSP768.bat" with contents
81 Creating temporary file "C:\TEMP\RSP769.bat" with contents
90 Creating temporary file "C:\TEMP\RSP76A.bat" with contents
    [all...]
  /dalvik/dx/src/com/android/dx/rop/cst/
CstArray.java 23 * Constant type to represent a fixed array of other constants. The contents
27 /** {@code non-null;} the actual list of contents */
33 * @param list {@code non-null;} the actual list of contents
  /dalvik/libcore/luni/src/main/java/java/util/
ListResourceBundle.java 124 Object[][] contents = getContents();
125 table = new HashMap<String, Object>(contents.length / 3 * 4 + 3);
126 for (Object[] content : contents) {
  /dalvik/vm/
UtfString.c 247 return dvmComputeUtf16Hash((u2*) chars->contents + offset, len);
310 dvmConvertUtf8ToUtf16((u2*)chars->contents, utf8Str);
311 hashCode = dvmComputeUtf16Hash((u2*) chars->contents, utf16Length);
322 //printHexDumpEx(ANDROID_LOG_DEBUG, chars->contents, utf16Length * 2,
364 memcpy(chars->contents, unichars, len * sizeof(u2));
365 hashCode = dvmComputeUtf16Hash((u2*) chars->contents, len);
376 //printHexDumpEx(ANDROID_LOG_DEBUG, chars->contents, len*2, kHexDumpMem);
403 data = (const u2*) chars->contents + offset;
448 data = (const u2*) chars->contents + offset;
482 return (const u2*) chars->contents + offset
    [all...]
  /external/bison/lib/
bitsetv.c 108 /* Given a vector BSETV of N bitsets of size N, modify its contents to
123 /* Given a vector BSETV of N bitsets of size N, modify its contents to
138 /* Dump the contents of a bitset vector BSETV with N_VECS elements to
  /external/e2fsprogs/debugfs/
debugfs.8.in 159 Dump the contents of the inode
175 Clear the contents of the inode
179 Dump the contents of the inode
279 Dump the contents of the ext3 journal. By default, the journal inode as
294 program to print the contents of all of the descriptor blocks.
302 option will print out the contents of all of the data blocks selected by
320 Modify the contents of the inode structure in the inode
360 and all its contents (including regular files, symbolic links, and other
424 List the contents of the super block and the block group descriptors. If the
426 flag is given, only print out the superblock contents
    [all...]
  /external/srec/srec/AcousticModels/include/
SR_AcousticModelsImpl.h 84 * Contents of AcousticModels.
86 void* contents; member in struct:SR_AcousticModelsImpl_t
88 * Size of contents.
  /external/webkit/WebCore/notifications/
Notification.cpp 65 Notification::Notification(const NotificationContents& contents, ScriptExecutionContext* context, ExceptionCode& ec, NotificationPresenter* provider)
68 , m_contents(contents)
79 KURL icon = context->completeURL(contents.icon());

Completed in 171 milliseconds

1 2 3 45 6 7 8 91011>>