HomeSort by relevance Sort by last modified time
    Searched full:containing (Results 1476 - 1500 of 10619) sorted by null

<<51525354555657585960>>

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 137 * @param lastSyncValue value containing the {@link SyncStatus} and {@link LastSyncResult}
145 * @param lastSyncValue value containing the {@link SyncStatus} and {@link LastSyncResult}
573 * String column containing the contents of the signature for this account. If no
579 * Integer column containing the user's specified auto-advance policy. This value will
591 * Integer column containing the user's specified default reply behavior. This value
597 * Integer column containing the user's preference for whether to show sender images
604 * Integer column containing the user's specified confirm delete preference value.
611 * Integer column containing the user's specified confirm archive preference value.
618 * Integer column containing the user's specified confirm send preference value.
624 * String containing the URI for the default inbox for this account
    [all...]
  /external/autotest/client/cros/chameleon/
audio_widget.py 60 _rec_format: The recorded data format. A dict containing
68 _channel_map: A list containing current channel map. Checks docstring
144 @returns: The recorded channel map. A list containing channel mapping.
159 @param new_channel_map: A list containing new channel map.
381 @param record_format: The recorded data format. A dict containing
689 format: A dict containing:
706 @param record_format: The recorded data format. A dict containing
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
cloud_api.py 180 bucket_name: Bucket containing the objects.
210 bucket_name: Bucket containing the object.
233 bucket_name: Bucket containing the object.
265 bucket_name: Bucket containing the object.
282 containing serialization information for the download.
457 bucket_name: Name of the containing bucket.
479 bucket_name: Bucket containing the objects.
  /external/guava/guava/src/com/google/common/primitives/
Doubles.java 254 * @return a single array containing all the values from the source arrays, in
308 * Returns an array containing the same values as {@code array}, but
312 * containing the values of {@code array}, and zeroes in the remaining places.
320 * @return an array containing the values of {@code array}, with guaranteed
340 * Returns a string containing the supplied {@code double} values, converted
405 * Returns an array containing each value of {@code collection}, converted to
413 * @return an array containing the same values as {@code collection}, in the
Floats.java 250 * @return a single array containing all the values from the source arrays, in
304 * Returns an array containing the same values as {@code array}, but
308 * containing the values of {@code array}, and zeroes in the remaining places.
316 * @return an array containing the values of {@code array}, with guaranteed
336 * Returns a string containing the supplied {@code float} values, converted
401 * Returns an array containing each value of {@code collection}, converted to
409 * @return an array containing the same values as {@code collection}, in the
Ints.java 270 * @return a single array containing all the values from the source arrays, in
375 * Returns an array containing the same values as {@code array}, but
379 * containing the values of {@code array}, and zeroes in the remaining places.
387 * @return an array containing the values of {@code array}, with guaranteed
407 * Returns a string containing the supplied {@code int} values separated
466 * Returns an array containing each value of {@code collection}, converted to
474 * @return an array containing the same values as {@code collection}, in the
Longs.java 237 * @return a single array containing all the values from the source arrays, in
407 * Returns an array containing the same values as {@code array}, but
411 * containing the values of {@code array}, and zeroes in the remaining places.
419 * @return an array containing the values of {@code array}, with guaranteed
439 * Returns a string containing the supplied {@code long} values separated
499 * Returns an array containing each value of {@code collection}, converted to
507 * @return an array containing the same values as {@code collection}, in the
Shorts.java 269 * @return a single array containing all the values from the source arrays, in
373 * Returns an array containing the same values as {@code array}, but
377 * containing the values of {@code array}, and zeroes in the remaining places.
385 * @return an array containing the values of {@code array}, with guaranteed
405 * Returns a string containing the supplied {@code short} values separated
465 * Returns an array containing each value of {@code collection}, converted to
473 * @return an array containing the same values as {@code collection}, in the
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Doubles.java 249 * @return a single array containing all the values from the source arrays, in
303 * Returns an array containing the same values as {@code array}, but
307 * containing the values of {@code array}, and zeroes in the remaining places.
315 * @return an array containing the values of {@code array}, with guaranteed
335 * Returns a string containing the supplied {@code double} values, converted
400 * Returns an array containing each value of {@code collection}, converted to
408 * @return an array containing the same values as {@code collection}, in the
Floats.java 246 * @return a single array containing all the values from the source arrays, in
300 * Returns an array containing the same values as {@code array}, but
304 * containing the values of {@code array}, and zeroes in the remaining places.
312 * @return an array containing the values of {@code array}, with guaranteed
332 * Returns a string containing the supplied {@code float} values, converted
397 * Returns an array containing each value of {@code collection}, converted to
405 * @return an array containing the same values as {@code collection}, in the
Ints.java 269 * @return a single array containing all the values from the source arrays, in
323 * Returns an array containing the same values as {@code array}, but
327 * containing the values of {@code array}, and zeroes in the remaining places.
335 * @return an array containing the values of {@code array}, with guaranteed
355 * Returns a string containing the supplied {@code int} values separated
414 * Returns an array containing each value of {@code collection}, converted to
422 * @return an array containing the same values as {@code collection}, in the
Shorts.java 267 * @return a single array containing all the values from the source arrays, in
321 * Returns an array containing the same values as {@code array}, but
325 * containing the values of {@code array}, and zeroes in the remaining places.
333 * @return an array containing the values of {@code array}, with guaranteed
353 * Returns a string containing the supplied {@code short} values separated
413 * Returns an array containing each value of {@code collection}, converted to
421 * @return an array containing the same values as {@code collection}, in the
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
RegionTest.java 37 // Code , Numeric , Parent, Type, Containing Continent
449 errln("Region: " + r.toString() + " contains region: " + cr.toString() + ". Expected containing region of this region to be the original region, but got: " +
469 errln("Continent: " + r.toString() + " contains territory: " + cr.toString() + ". Expected containing continent of this region to be the original continent, but got: " +
486 errln("Containing continent for " + r.toString() + " should have been NULL. Got: " + c.toString());
491 errln("Expected containing continent of region " + r.toString() + " to be " + p.toString() + ". Got: " + ( c == null ? "NULL" : c.toString()) );
507 errln("Containing region for " + r.toString() + " should have been NULL. Got: " + c.toString());
512 errln("Expected containing region of region " + r.toString() + " to be " + p.toString() + ". Got: " + ( c == null ? "NULL" : c.toString()) );
  /external/icu/icu4c/source/test/cintltst/
uregiontest.c 55 // Code, Num, Parent, Type, Containing Continent
403 log_err("ERROR: Region: %s contains region %s. Expected containing region of this region to be the original region, but got %s\n",
432 log_err("ERROR: Continent: %s contains territory %s. Expected containing continent of this region to be the original region, but got %s\n",
453 log_err("ERROR: Containing region for %s should have been NULL. Got: %s\n", uregion_getRegionCode(r), uregion_getRegionCode(c) );
458 log_err("ERROR: Expected containing continent of region %s to be %s. Got: %s\n",
477 log_err("ERROR: Containing continent for %s should have been NULL. Got: %s\n", uregion_getRegionCode(r), uregion_getRegionCode(c) );
482 log_err("ERROR: Expected containing continent of region %s to be %s. Got: %s\n",
  /external/icu/icu4c/source/test/intltest/
regiontst.cpp 29 // Code, Num, Parent, Type, Containing Continent
512 errln("Region: %s contains region %s. Expected containing region of this region to be the original region, but got %s",
543 errln("Continent: %s contains territory %s. Expected containing continent of this region to be the original region, but got %s",
563 errln("Containing region for %s should have been NULL. Got: %s",r->getRegionCode(),c->getRegionCode());
568 errln("Expected containing continent of region %s to be %s. Got: %s",
588 errln("Containing continent for %s should have been NULL. Got: %s",r->getRegionCode(), c->getRegionCode());
593 errln("Expected containing continent of region %s to be %s. Got: %s",
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
RegionTest.java 33 // Code , Numeric , Parent, Type, Containing Continent
445 errln("Region: " + r.toString() + " contains region: " + cr.toString() + ". Expected containing region of this region to be the original region, but got: " +
465 errln("Continent: " + r.toString() + " contains territory: " + cr.toString() + ". Expected containing continent of this region to be the original continent, but got: " +
482 errln("Containing continent for " + r.toString() + " should have been NULL. Got: " + c.toString());
487 errln("Expected containing continent of region " + r.toString() + " to be " + p.toString() + ". Got: " + ( c == null ? "NULL" : c.toString()) );
503 errln("Containing region for " + r.toString() + " should have been NULL. Got: " + c.toString());
508 errln("Expected containing region of region " + r.toString() + " to be " + p.toString() + ". Got: " + ( c == null ? "NULL" : c.toString()) );
  /external/jetty/src/java/org/eclipse/jetty/util/
B64Code.java 63 * @return String containing the encoded form of the input.
84 * @return String containing the encoded form of the input.
104 * @return char array containing the encoded form of the input.
165 * @return char array containing the encoded form of the input.
261 * @return byte array containing the decoded form of the input.
345 * @return byte array containing the decoded form of the input.
365 * @return byte array containing the decoded form of the input.
  /external/libavc/encoder/
ive2.h 347 /** Buffer containing pic info if mb_info_type is non-zero */
353 /** Buffer containing mb info if mb_info_type is non-zero */
359 /** Buffer containing pic info if mb_info_type is non-zero */
438 /** Buffer containing mb info if mb_info_type is non-zero */
444 /** Buffer containing pic info if mb_info_type is non-zero */
508 /** Buffer containing mb info if mb_info_type is non-zero */
514 /** Buffer containing pic info if mb_info_type is non-zero */
    [all...]
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 522 *@return the substring containing the quoted string excluding the
547 *@return the substring containing the comment excluding the
578 /** Return a substring containing no semicolons.
579 *@return a substring containing no semicolons.
603 * @return substring containing no slash.
624 /** Return a substring containing no commas
625 *@return a substring containing no commas.
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NPP_staging.hpp 149 * \param pState [IN] structure containing all required parameters (host memory)
670 * \param devProp [IN] CUDA device properties structure, containing texture alignment information
696 * \param devProp [IN] CUDA device properties structure, containing texture alignment information
746 * \param devProp [IN] CUDA device properties structure, containing texture alignment information
764 * \param devProp [IN] CUDA device properties structure, containing texture alignment information
    [all...]
  /frameworks/base/core/java/android/text/format/
DateFormat.java 315 * array containing the day ({@code 'd'}), month ({@code 'M'}), and year ({@code 'y'}))
337 * CharSequence containing the requested date.
340 * @return a {@link CharSequence} containing the requested text
347 * Given a format string and a {@link java.util.Date} object, returns a CharSequence containing
351 * @return a {@link CharSequence} containing the requested text
433 * containing the requested date.
436 * @return a {@link CharSequence} containing the requested text
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedLockUtils.java 64 * @return EnforcedAdmin Object containing the enforced admin component and admin user details,
114 * @return EnforcedAdmin Object containing the enforced admin component and admin user details,
214 * @return EnforcedAdmin Object containing the enforced admin component and admin user details,
332 * @return EnforcedAdmin Object containing the enforced admin component and admin user details,
363 * @return EnforcedAdmin Object containing the device owner component and
379 * @return EnforcedAdmin Object containing the enforced admin component and admin user details,
460 * @return EnforcedAdmin Object containing the enforced admin component and admin user details,
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Set.java 131 * Returns an array containing all of the elements in this set.
144 * @return an array containing all the elements in this set
149 * Returns an array containing all of the elements in this set; the
184 * @return an array containing all the elements in this set
283 * @param c collection containing elements to be added to this set
307 * @param c collection containing elements to be retained in this set
329 * @param c collection containing elements to be removed from this set
  /libcore/ojluni/src/main/java/javax/security/auth/x500/
X500Principal.java 205 * @param name a byte array containing the distinguished name in ASN.1
223 * containing the distinguished name in ASN.1 DER encoded form.
231 * @param is an <code>InputStream</code> containing the distinguished
318 * <li> Relative Distinguished Names containing more than one
321 * containing standard keywords, followed by a numeric
322 * ordering of AVAs containing OID keywords.
414 * @return a byte array containing the distinguished name in ASN.1 DER
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
sysconfig.py 59 """Return a string containing the major and minor Python version,
67 """Return the directory containing installed Python header files.
107 """Return the directory containing the Python library (standard or
110 If 'plat_specific' is true, return the directory containing
114 containing standard Python library modules; otherwise, return the
259 A dictionary containing name/value pairs is returned. If an
294 A dictionary containing name/value pairs is returned. If an

Completed in 1892 milliseconds

<<51525354555657585960>>