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

1 2 3 4 5 6 7 891011>>

  /external/pdfium/fxjs/
cfxjse_formcalc_context_embeddertest.cpp 27 CFXJSE_Value* value = GetValue();
66 CFXJSE_Value* value = GetValue();
87 CFXJSE_Value* value = GetValue();
128 CFXJSE_Value* value = GetValue();
146 CFXJSE_Value* value = GetValue();
164 CFXJSE_Value* value = GetValue();
182 CFXJSE_Value* value = GetValue();
200 CFXJSE_Value* value = GetValue();
220 CFXJSE_Value* value = GetValue();
240 CFXJSE_Value* value = GetValue();
    [all...]
  /external/guava/guava/src/com/google/common/collect/
SparseImmutableTable.java 55 V value = cell.getValue();
71 rowBuilder.put(row.getKey(), ImmutableMap.copyOf(row.getValue()));
77 columnBuilder.put(col.getKey(), ImmutableMap.copyOf(col.getValue()));
99 ImmutableMap<C, V> row = (ImmutableMap<C, V>) rowEntry.getValue();
102 return cellOf(rowEntry.getKey(), colEntry.getKey(), colEntry.getValue());
106 V getValue(int index) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/content/
TestSharedPreferences.java 34 return (String) getValue(key, defValue);
37 private Object getValue(String key, Object defValue) {
50 return (Integer) getValue(key, defValue);
55 return (Long) getValue(key, defValue);
60 return (Float) getValue(key, defValue);
65 return (Boolean) getValue(key, defValue);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
DoubleEncodedValue.java 46 double getValue();
55 * long v = Double.doubleToRawLongBits(getValue());
70 * getValue().doubleToRawLongBits() are equal.
72 * Note: this isn't quite the same as getValue() == getValue(), due to various NaN issues and signed zero issues.
83 * DoubleEncodedValue, the return values of getValue() are compared, using the semantics of Double.compare()
FloatEncodedValue.java 46 float getValue();
55 * int hashCode = Float.floatToRawIntBits(getValue());
69 * getValue().floatToRawIntBits() are equal.
71 * Note: this isn't quite the same as getValue() == getValue(), due to various NaN issues and signed zero issues.
82 * FloatEncodedValue, the return values of getValue() are compared, using the semantics of Float.compare()
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
MethodUtil.java 45 private static int directMask = AccessFlags.STATIC.getValue() | AccessFlags.PRIVATE.getValue() |
46 AccessFlags.CONSTRUCTOR.getValue();
73 return (method.getAccessFlags() & (AccessFlags.PRIVATE.getValue() |
74 AccessFlags.PROTECTED.getValue() |
75 AccessFlags.PUBLIC.getValue())) == 0;
  /external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/
SmalideaField.java 67 flags |= AccessFlags.PUBLIC.getValue();
69 flags |= AccessFlags.PROTECTED.getValue();
71 flags |= AccessFlags.PRIVATE.getValue();
75 flags |= AccessFlags.STATIC.getValue();
79 flags |= AccessFlags.FINAL.getValue();
83 flags |= AccessFlags.VOLATILE.getValue();
  /external/snakeyaml/src/test/java/examples/staticstate/
StaticFieldsTest.java 84 List<NodeTuple> value = node.getValue();
98 List<NodeTuple> value = beanNode.getValue();
102 if (keyNode.getValue().equals("color")) {
104 JavaBeanWithStaticState.color = valueNode.getValue();
105 } else if (keyNode.getValue().equals("type")) {
107 JavaBeanWithStaticState.setType(valueNode.getValue());
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
PrefixConstructorTest.java 42 assertEquals("123", foo.getValue());
46 assertEquals("456", bar.getValue());
50 assertEquals("789", item.getValue());
54 assertEquals("bbb", immut.getValue());
82 String suffix = node.getTag().getValue().substring(prefix.length());
128 public String getValue() {
  /frameworks/support/swiperefreshlayout/src/androidTest/java/androidx/swiperefreshlayout/widget/
CircularProgressDrawableTest.java 76 assertTrue(captor.getValue().width() == captor.getValue().height());
77 assertTrue(captor.getValue().width() <= width);
78 assertTrue(captor.getValue().width() <= height);
95 assertEquals((radius + strokeWidth / 2f) * 2, boundsCaptor.getValue().width(), 0.5);
96 assertEquals((radius + strokeWidth / 2f) * 2, boundsCaptor.getValue().height(), 0.5);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PSourceTest.java 51 0, PSource.PSpecified.DEFAULT.getValue().length);
58 .getValue()[0]);
62 * getValue() method testing. Tests that returned array is equal to the
70 byte[] result = ps.getValue();
76 assertFalse("The change of returned by getValue() array "
78 result[0] == ps.getValue()[0]);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
SystemStateProviderTest.java 105 assertEquals(2, intentFilter.getValue().countActions());
106 assertEquals(UiModeManager.ACTION_ENTER_CAR_MODE, intentFilter.getValue().getAction(0));
107 assertEquals(UiModeManager.ACTION_EXIT_CAR_MODE, intentFilter.getValue().getAction(1));
120 receiver.getValue().onReceive(mContext, mIntentEnter);
124 receiver.getValue().onReceive(mContext, mIntentExit);
127 receiver.getValue().onReceive(mContext, new Intent("invalid action"));
CallerInfoLookupHelperTest.java 132 queryListenerCaptor.getValue().onQueryComplete(
133 0, logSessionCaptor.getValue(), mCallerInfo1);
143 imageListenerCaptor.getValue().onImageLoadComplete(0, mDrawable1, mBitmap,
144 logSessionCaptor.getValue());
172 queryListenerCaptor.getValue().onQueryComplete(
173 0, logSessionCaptor.getValue(), mCallerInfo1);
183 imageListenerCaptor.getValue().onImageLoadComplete(0, mDrawable1, mBitmap,
184 logSessionCaptor.getValue());
212 queryListenerCaptor.getValue().onQueryComplete(
213 0, logSessionCaptor.getValue(), mCallerInfo1)
    [all...]
  /system/chre/platform/linux/
init.cc 79 if (!audioFileArg.getValue().empty()) {
81 audioFileArg.getValue(), minAudioBufSizeArg.getValue(),
82 maxAudioBufSizeArg.getValue());
99 if (!noStaticNanoappsArg.getValue()) {
105 for (const auto& nanoapp : nanoappsArg.getValue()) {
  /frameworks/base/wifi/tests/src/android/net/wifi/aware/
WifiAwareManagerTest.java 166 clientProxyCallback.getValue().onConnectSuccess(clientId);
169 WifiAwareSession session = sessionCaptor.getValue();
178 inOrder.verify(mockAwareService).disconnect(eq(clientId), eq(binder.getValue()));
210 clientProxyCallback.getValue().onConnectFail(reason);
218 clientProxyCallback.getValue().onConnectSuccess(clientId);
221 WifiAwareSession session = sessionCaptor.getValue();
247 clientProxyCallback.getValue().onConnectSuccess(clientId);
255 clientProxyCallback.getValue().onConnectSuccess(clientId + 1);
302 clientProxyCallback.getValue().onConnectSuccess(clientId);
305 WifiAwareSession session = sessionCaptor.getValue();
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue9/
BeanConstructor.java 36 if (snode.getValue().length() == 0) {
39 return new Bean1(new Integer(snode.getValue()));
49 String value = n.getValue();
  /frameworks/base/core/java/com/android/internal/app/procstats/
DurationsTable.java 37 this.addDuration(SparseMappingTable.getIdFromKey(key), from.getValue(key));
49 setValue(key, getValue(key) + value);
56 return getValue(key);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
SecureSetting.java 47 public int getValue() {
60 mObservedValue = getValue();
71 final int value = getValue();
  /frameworks/base/services/core/java/com/android/server/firewall/
StringFilter.java 123 String value = mValueProvider.getValue(resolvedComponent, intent, resolvedType);
137 public abstract String getValue(ComponentName resolvedComponent, Intent intent,
232 public String getValue(ComponentName resolvedComponent, Intent intent,
243 public String getValue(ComponentName resolvedComponent, Intent intent,
254 public String getValue(ComponentName resolvedComponent, Intent intent,
265 public String getValue(ComponentName resolvedComponent, Intent intent,
273 public String getValue(ComponentName resolvedComponent, Intent intent,
285 public String getValue(ComponentName resolvedComponent, Intent intent,
293 public String getValue(ComponentName resolvedComponent, Intent intent,
305 public String getValue(ComponentName resolvedComponent, Intent intent
    [all...]
  /system/connectivity/wificond/tests/
nl80211_attribute_unittest.cpp 123 EXPECT_EQ(u8_attr.GetValue(), kU8Value1);
128 EXPECT_EQ(u16_attr.GetValue(), kU16Value1);
133 EXPECT_EQ(u32_attr.GetValue(), kU32Value1);
138 EXPECT_EQ(str_attr.GetValue(), kIFName);
146 EXPECT_EQ(byte_vector_attr.GetValue(), mac_address);
231 EXPECT_EQ("wlan0", str_attr.GetValue());
240 EXPECT_EQ("wlan0", str_attr.GetValue());
249 EXPECT_EQ("wlan0", str_attr.GetValue());
277 ASSERT_EQ("first", attrs[0].GetValue());
278 ASSERT_EQ("second", attrs[1].GetValue());
    [all...]
  /art/test/638-checker-inline-caches/src/
Super.java 18 abstract int getValue();
  /art/test/638-checker-inline-caches/src-multidex/
SubC.java 18 public int getValue() { return 24; }
  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 52 assertEquals(VALUE1, mAnnotation.getValue());
54 assertEquals(VALUE2, mAnnotation.getValue());
82 assertEquals(out.getValue(), mAnnotation.getValue());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_softspace.py 17 self.assertEqual(f.getvalue(), 'a\nb c d\te\nf g\n')
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
CRLReason.java 103 return lookup(ASN1Enumerated.getInstance(o).getValue().intValue());
118 int reason = getValue().intValue();
130 public BigInteger getValue()
132 return value.getValue();

Completed in 519 milliseconds

1 2 3 4 5 6 7 891011>>