HomeSort by relevance Sort by last modified time
    Searched full:contain (Results 351 - 375 of 9182) sorted by null

<<11121314151617181920>>

  /packages/apps/Contacts/res/layout/
contact_picker.xml 33 <!-- will contain an appropriate contacts list -->
edit_field_list.xml 18 <!-- Layout to contain a list of fields in the contact editor. -->
  /packages/apps/Gallery2/res/values-v11/
styles.xml 19 real activity is loading will also contain an action bar. Set this to
  /packages/apps/Mms/src/com/android/mms/ui/
ChipsRecipientAdapter.java 36 * Each View must contain two TextViews (for display name and destination) and one ImageView
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionarySettingsActivity.java 41 // Important note : the original intent should contain a String extra with the key
DownloadRecord.java 26 // Only word lists have attributes, and the ContentValues should contain the same
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
PtNodeInfo.java 24 * Raw PtNode info straight out of a file. This will contain numbers for addresses.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytearrayobject.h 18 * to contain a char pointer, not an unsigned char pointer.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_msilib.py 9 """The Identifier data type is a text string. Identifiers may contain the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
headers.py 78 list or were added to this instance, and may contain duplicates. Any
99 list, or were added to this instance, and may contain duplicates.
109 list, or were added to this instance, and may contain duplicates.
119 list, or were added to this instance, and may contain duplicates.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytearrayobject.h 18 * to contain a char pointer, not an unsigned char pointer.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_msilib.py 9 """The Identifier data type is a text string. Identifiers may contain the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
headers.py 78 list or were added to this instance, and may contain duplicates. Any
99 list, or were added to this instance, and may contain duplicates.
109 list, or were added to this instance, and may contain duplicates.
119 list, or were added to this instance, and may contain duplicates.
  /prebuilts/tools/common/proguard/proguard4.7/examples/ant/
midlets.xml 46 <!-- Your application may contain more items that need to be preserved;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
BooleanAttributeDescriptor.java 23 * Describes a text attribute that can only contain boolean values.
  /sdk/eclipse/scripts/
build_update_site.sh 6 # The build number cannot contain spaces *nor* periods (dashes are ok.)
  /system/core/libcutils/
dlmalloc_stubs.c 22 * are used in host builds, as the host libc will not contain these
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidatorExceptionTest.java 119 assertTrue("getMessage() should contain ".concat(toS), (getM
185 assertTrue("getMessage() must contain ".concat(msgs[i]), getM
188 assertTrue("getMessage() should contain ".concat(toS), getM
254 assertTrue("getMessage() must contain ".concat(msgs[i]),
257 assertTrue("getMessage() should contain ".concat(toS),
319 assertTrue("getMessage() must contain ".concat(msgs[i]),
322 assertTrue("getMessage() should contain ".concat(toS),
  /external/chromium_org/third_party/zlib/contrib/minizip/
zip.h 88 /* tm_zip contain date/time info */
120 pathname contain on Windows XP a filename like "c:\\zlib\\zlib113.zip" or on
124 (useful if the file contain a self extractor code)
173 *zipfi contain supplemental information
178 if comment != NULL, comment contain the comment string
179 method contain the compression method (0 for store, Z_DEFLATED for deflate)
180 level contain the level of compression (can be Z_DEFAULT_COMPRESSION)
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 10 // This utility changes the input module to only contain a single function,
118 errs() << argv[0] << ": program doesn't contain alias named '"
142 errs() << argv[0] << ": program doesn't contain global named '"
152 errs() << argv[0] << ": program doesn't contain global named '"
176 errs() << argv[0] << ": program doesn't contain global named '"
186 errs() << argv[0] << ": program doesn't contain function named '"
210 errs() << argv[0] << ": program doesn't contain global named '"
  /external/zlib/src/contrib/minizip/
zip.h 88 /* tm_zip contain date/time info */
120 pathname contain on Windows XP a filename like "c:\\zlib\\zlib113.zip" or on
124 (useful if the file contain a self extractor code)
173 *zipfi contain supplemental information
178 if comment != NULL, comment contain the comment string
179 method contain the compression method (0 for store, Z_DEFLATED for deflate)
180 level contain the level of compression (can be Z_DEFAULT_COMPRESSION)
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractListTest.java 286 assertFalse("subList should not contain \"a\"", subList.contains("a"));
287 assertFalse("subList should not contain \"c\"", subList.contains("c"));
288 assertTrue("subList should contain \"b\"", subList.contains("b"));
292 assertFalse("subList should not contain \"a\"", subList.contains("a"));
293 assertFalse("subList should not contain \"c\"", subList.contains("c"));
298 assertTrue("subList should contain " + expected[i], subList
442 assertEquals("find 0 in the list do not contain 0", -1, list
446 assertEquals("find null in the list do not contain null element", -1,
461 assertEquals("find 6 in the list do not contain 6", -1, list
465 assertEquals("find null in the list do not contain null element", -1
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DatabaseAsserts.java 141 * query should contain.
154 * @param projection - Projection to use for the query. Must contain at least the columns
160 * query should contain.
180 * contain.
184 Assert.assertEquals("Cursor does not contain the number of expected rows",
  /external/chromium_org/sandbox/win/src/
filesystem_dispatcher.cc 90 // The path requested might contain a reparse point.
132 // The path requested might contain a reparse point.
174 // The path requested might contain a reparse point.
212 // The path requested might contain a reparse point.
264 // The path requested might contain a reparse point.
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializerImpl.h 61 // which contain all resource links that have local copy.
62 // contain all saved auxiliary files included all sub frames and resources.
80 // The parameter links contain original URLs of all saved links.
81 // The parameter local_paths contain corresponding local file paths of all
84 // contain all saved auxiliary files included all sub frames and resources.

Completed in 1355 milliseconds

<<11121314151617181920>>