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

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_SettingsTest.java 50 // backup the current contents in database
71 // the contents added by test cases can't be removed.
72 // // clear all contents in current database.
75 // // recover the old backup contents
  /dalvik/vm/mterp/armv5te/
OP_FILLED_NEW_ARRAY.S 53 add r0, r0, #offArrayObject_contents @ r0<- newArray->contents
64 str r3, [r0], #4 @ *contents++ = vX
73 str r3, [r0, #16] @ contents[4] = vA
78 str r3, [r0], #4 @ *contents++ = vX
  /development/pdk/docs/
README 1 This directory contains the source for the source.android.com site contents.
  /external/bison/examples/
extexi 75 fatal("no contents: " file);
96 # We have to handle CONTENTS line per line, since anchors in AWK are
98 function normalize(contents, i, lines, n, line, res) {
100 n = split (contents, lines, "\n");
  /external/e2fsprogs/po/
insert-header.sin 14 # Output the file's contents by reading the next line. But don't lose the
  /external/elfutils/libelf-po/
insert-header.sin 14 # Output the file's contents by reading the next line. But don't lose the
  /external/elfutils/po/
insert-header.sin 14 # Output the file's contents by reading the next line. But don't lose the
  /external/freetype/include/freetype/internal/
ftpic.h 54 /* Destroy the contents of the container. */
  /external/freetype/src/base/
ftpic.c 44 /* Destroy the contents of the container. */
  /external/junit/src/junit/swingui/
TestRunView.java 10 * It contributes the page contents and can return
  /external/kernel-headers/original/asm-x86/
ldt.h 25 unsigned int contents:2; member in struct:user_desc
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/version120/
shell.js 2 * The contents of this file are subject to the Netscape Public
  /external/webkit/WebCore/manual-tests/
input-type-text-unconfirmed-inline-input.html 11 alert("Field contents: " + s);
mail-attachments.html 12 <li>drag a file to the email (make sure to use a > 1 page file, otherwise Mail shows the contents inline)
  /external/webkit/WebCore/manual-tests/inspector/
display-sql-null.html 19 <p>If the contents of the table appear (a single row with the value
  /frameworks/base/core/java/android/os/
ParcelFormatException.java 20 * The contents of a Parcel (usually during unmarshalling) does not
  /frameworks/base/tools/localize/
ValuesFile.h 36 // writes the ValuesFile out to a string in the canonical format (i.e. writes the contents of
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
ldt.h 26 unsigned int contents:2; member in struct:user_desc
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
ldt.h 26 unsigned int contents:2; member in struct:user_desc
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionView.java 26 * Set the view's contents based on the given suggestion.
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
BadPacketException.java 21 * Thrown if the contents of a packet are bad.
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureComparator.java 32 * Compare the contents of two (@link Gesture}'s
49 * Compare the contents of two {@link GestureStroke}
  /dalvik/vm/mterp/x86-atom/
OP_FILLED_NEW_ARRAY.S 24 * filling it with the supplied contents. The type
25 * must be an array type. The array's contents
101 lea offArrayObject_contents(%eax), %eax # %eax<- newArray->contents
115 movl %edx, (%eax) # *contents<- vX
116 lea 4(%eax), %eax # %eax++; contents++
125 movl rINST, 16(%eax) # contents[4]<- vA
132 movl %ecx, (%eax) # *contents<- vX
133 lea 4(%eax), %eax # %eax++; contents++
  /development/simulator/app/
LogMessage.h 37 /* message contents */
57 /* log message contents */
  /external/freetype/builds/
ft2unix.h 32 /* - The contents of `freetype-2.x/include/freetype' will be installed */
39 /* - The contents of `ftheader.h' will be processed with `sed' to */

Completed in 168 milliseconds

1 2 34 5 6 7 8 91011>>