HomeSort by relevance Sort by last modified time
    Searched full:getvalue (Results 851 - 875 of 10882) sorted by null

<<31323334353637383940>>

  /external/python/cpython3/Lib/test/
test_wsgiref.py 79 return out.getvalue(), err.getvalue()
612 self.assertEqual(h.stdout.getvalue(),
620 self.assertEqual(h.stdout.getvalue(),
627 self.assertEqual(h.stdout.getvalue(),
635 self.assertEqual(h.stdout.getvalue(),
651 self.assertEqual(h.stdout.getvalue(),
655 self.assertEqual(h.stderr.getvalue(),"")
659 self.assertEqual(h.stdout.getvalue(),
666 self.assertIn("AssertionError", h.stderr.getvalue())
    [all...]
  /frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
DynamicAnimation.java 64 public float getValue(View view) {
79 public float getValue(View view) {
94 public float getValue(View view) {
109 public float getValue(View view) {
124 public float getValue(View view) {
139 public float getValue(View view) {
154 public float getValue(View view) {
169 public float getValue(View view) {
184 public float getValue(View view) {
199 public float getValue(View view)
    [all...]
  /system/chre/util/tests/
dynamic_vector_test.cc 40 int getValue() {
132 int getValue() const {
147 EXPECT_EQ(mbnc.getValue(), -1);
150 EXPECT_EQ(mbnc2.getValue(), -1);
153 EXPECT_EQ(vector[0].getValue(), 0x1337);
154 EXPECT_EQ(vector[1].getValue(), 0xface);
155 EXPECT_EQ(vector[2].getValue(), 0xcafe);
156 EXPECT_EQ(vector[3].getValue(), 0xd00d);
178 int getValue() const {
197 EXPECT_EQ(vector[0].getValue(), 0x1337)
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]
  /art/test/141-class-unload/src-ex/
IntHolder.java 26 public static int getValue() {
  /cts/tests/tests/content/src/android/content/cts/
DeferSyncTest.java 125 extrasCaptor.getValue().containsKey(ContentResolver.SYNC_EXTRAS_INITIALIZE));
150 assertTrue(extrasCaptor.getValue().getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE));
176 extrasCaptor.getValue().containsKey(ContentResolver.SYNC_EXTRAS_INITIALIZE));
198 extrasCaptor.getValue().getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE));
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1TagClass.java 45 public int getValue() {
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiCoverage.java 45 ApiPackage pkg = entry.getValue();
  /device/google/contexthub/util/common/
JSONObject.h 109 if (!getValue(key, &value)) { \
154 virtual bool getValue(KEY key, JSONValue *value) const = 0;
205 virtual bool getValue(const char *key, JSONValue *value) const;
260 virtual bool getValue(size_t key, JSONValue *value) const;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
test_indent.py 51 self.assertEqual(sio.getvalue(), expected)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
rpythond.py 50 return fakefile.getvalue()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_indent.py 51 self.assertEqual(sio.getvalue(), expected)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_frozen.py 33 self.assertEqual(stdout.getvalue(),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
result.py 87 output = sys.stdout.getvalue()
88 error = sys.stderr.getvalue()
167 output = sys.stdout.getvalue()
168 error = sys.stderr.getvalue()
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
Segment.java 41 public Number getValue() {
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
LayoutMetric.java 50 public float getValue() {
  /external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
SerializableBean.java 55 public int getValue() {
  /external/autotest/frontend/client/src/autotest/afe/
RadioChooser.java 39 if (button.getValue()) {
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
RevokedStatus.java 53 return info.getRevocationReason().getValue().intValue();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
PBEParameter.java 56 return iterations.getValue();
PKCS12PBEParams.java 52 return iterations.getValue();
Pfx.java 25 BigInteger version = ((ASN1Integer)seq.getObjectAt(0)).getValue();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
AttributeTypeAndValue.java 53 public ASN1Encodable getValue()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9FieldElement.java 36 public ECFieldElement getValue()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
PemHeader.java 28 public String getValue()

Completed in 1179 milliseconds

<<31323334353637383940>>