HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 1951 - 1975 of 2119) sorted by null

<<71727374757677787980>>

  /frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java 774 * so we have baseline values without double-counting.
    [all...]
  /ndk/build/core/
init.mk 363 $(call __ndk_info,Please use one of the following values: $(NDK_ALL_TOOLCHAINS))\
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 66 /** Marker value used to indicate values (rows, columns, etc) which have not been set */
266 /** Applies the row and column values into the XML */
339 // bounds; for these we identify the number of unique values and assign these
340 // consecutive values
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/8/
android.jar 
  /build/core/
main.mk 199 $(info Valid values are: $(INTERNAL_VALID_VARIANTS)
495 # the PRODUCT_* values so that later we can verify they are not modified.
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 824 for (EncodedMethod meth : meths.values()) {
    [all...]
  /external/chromium/
Android.mk 103 base/values.cc \
  /external/chromium/chrome/browser/resources/net_internals/
main.js 247 * Parameters and values are decoded with decodeURIComponent().
593 'Unrecognized values in log entry: ' + JSON.stringify(entry));
    [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/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 72 import com.google.clearsilver.jsilver.values.Value;
145 * adding to the map as we iterate through the values() list and that would throw a
344 // Cast to string so we support numeric or boolean values as well.
426 // TODO: Test correctness of values.
754 // Read the values first in case the new local variables shares the same
    [all...]
  /external/llvm/lib/Analysis/
RegionInfo.cpp 47 cl::values(
  /external/llvm/lib/CodeGen/
ShrinkWrapping.cpp 80 cl::values(
    [all...]
  /external/llvm/utils/lit/lit/
main.py 528 for ts,_ in testSuiteCache.values()
  /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...]

Completed in 1016 milliseconds

<<71727374757677787980>>