HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 1276 - 1300 of 1385) sorted by null

<<515253545556

  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/sdk/8/
android.jar 
  /build/tools/droiddoc/src/
Converter.java 283 return (ClassInfo[])mCache.values().toArray(new ClassInfo[mCache.size()]);
691 // annotation values
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /external/chromium/third_party/icu/source/common/
locid.cpp 75 char *values, int32_t valuesCapacity, int32_t *valLen,
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 144 @hosts = sort byip values %{$list};
  /external/icu4c/common/
locid.cpp 74 char *values, int32_t valuesCapacity, int32_t *valLen,
  /external/jdiff/src/jdiff/
RootDocToXML.java 265 PackageDoc[] pd = (PackageDoc[]) pdl.values().toArray(new PackageDoc[0]);
    [all...]
  /external/openssl/crypto/x509v3/
x509v3.h 84 STACK_OF(CONF_VALUE) *values);
145 /* ext_flags values */
366 /* Values in idp_flags field */
369 /* IDP values inconsistent */
800 * AFI values, assigned by IANA. It'd be nice to make the AFI
809 * Utilities to construct and extract values from RFC3779 extensions,
  /external/openssl/include/openssl/
x509v3.h 84 STACK_OF(CONF_VALUE) *values);
145 /* ext_flags values */
366 /* Values in idp_flags field */
369 /* IDP values inconsistent */
800 * AFI values, assigned by IANA. It'd be nice to make the AFI
809 * Utilities to construct and extract values from RFC3779 extensions,
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 61 """Decodes a stream of values from a string.
107 def assertIs(self, values, others):
108 self.assertEqual(len(values), len(others))
109 for i in range(len(values)):
110 self.assertTrue(values[i] is others[i])
483 # It's illegal to assign values directly to repeated fields
    [all...]
  /external/protobuf/python/google/protobuf/
reflection.py 204 # getattr() and setattr() to reflectively manipulate field values. If we
289 # packed values regardless of the field's options.
308 for enum_value in enum_type.values:
451 Note that when clients add values to these containers, we perform
    [all...]
  /external/skia/src/animator/
SkAnimator.cpp 557 dispArray->values = array;
  /external/stlport/src/
num_put_float.cpp 41 # include <values.h>
766 //If numeric_limits support is correct we use the exposed values to detect NaN and infinity:
799 * In order to limit static buffer size we have to give 2 different values depending on x value.
800 * For small values (abs(x) < 1) we need as many digits as requested by precision limited by the maximum number of digits
802 * For bigger values we won't have more than limits::digits10 + 2 digits after decimal point. */
    [all...]
  /external/v8/benchmarks/
deltablue.js 681 * values of all variables whose stay flag is true. If a cycle is
791 * constraint and values must propagate down the entire length of the
  /external/v8/src/
full-codegen.cc 264 ZoneList<Expression*>* subexprs = expr->values();
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 440 Values for argument specifiers are:
724 want your values pushed into an array, you'll have to use nextOption
  /external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js 675 * values of all variables whose stay flag is true. If a cycle is
785 * constraint and values must propagate down the entire length of the
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 301 # Maps a test to its list of options (string values)
322 for c in strings_to_constants.values():
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java 31 * A mapping from String values to various Parcelable types.
164 Object o = mMap.values().iterator().next();
185 * values to which it refers are copied by reference.
499 * Inserts an array of Parcelable values into the mapping of this Bundle,
513 * Inserts a List of Parcelable values into the mapping of this Bundle,
528 * Inserts a SparceArray of Parcelable values into the mapping of this
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java     [all...]
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 702 TreeSet<FileList> tags = new TreeSet<FileList>(mFilesByTag.values());
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 41 # include <values.h>
766 //If numeric_limits support is correct we use the exposed values to detect NaN and infinity:
799 * In order to limit static buffer size we have to give 2 different values depending on x value.
800 * For small values (abs(x) < 1) we need as many digits as requested by precision limited by the maximum number of digits
802 * For bigger values we won't have more than limits::digits10 + 2 digits after decimal point. */
    [all...]

Completed in 1462 milliseconds

<<515253545556