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

<<31323334353637383940>>

  /frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
EntityConfidence.java 68 if (it.getValue() <= 0) continue;
69 mEntityConfidence.put(it.getKey(), Math.min(1, it.getValue()));
111 dest.writeFloat(entry.getValue());
  /frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/sherlockholmes/
TextReducingWorker.java 88 Collections.sort(sortedList, (o1, o2) -> o2.getValue().compareTo(o1.getValue()));
96 wc.mCount = entry.getValue();
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrentityreplacement.java 31 * The "getValue()" method will return the value of the
36 * returned by the "getValue()" method. The value should
78 value = streetAttr.getValue();
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
ObexAppParameters.java 75 length += (entry.getValue().length + 2);
82 length = entry.getValue().length;
86 System.arraycopy(entry.getValue(), 0, ret, idx, length);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
ObexAppParameters.java 75 length += (entry.getValue().length + 2);
82 length = entry.getValue().length;
86 System.arraycopy(entry.getValue(), 0, ret, idx, length);
  /packages/apps/Dialer/java/com/android/voicemail/impl/
OmtpVvmCarrierConfigHelper.java 188 return (String) getValue(KEY_VVM_TYPE_STRING);
200 return (String) getValue(key);
255 return (boolean) getValue(KEY_VVM_CELLULAR_DATA_REQUIRED_BOOL, false);
260 return (boolean) getValue(KEY_VVM_PREFETCH_BOOL, true);
265 return (int) getValue(KEY_VVM_PORT_NUMBER_INT, 0);
271 return (String) getValue(KEY_VVM_DESTINATION_NUMBER_STRING);
277 return (int) getValue(KEY_VVM_SSL_PORT_NUMBER_INT, 0);
325 String prefix = (String) getValue(KEY_VVM_CLIENT_PREFIX_STRING);
344 return (boolean) getValue(KEY_VVM_LEGACY_MODE_ENABLED_BOOL, false);
467 private Object getValue(String key)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterBasicRepresentation.java 69 setValue(representation.getValue());
103 public int getValue() {
146 int val = getValue();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
ConfigureNotificationSettingsTest.java 92 assertThat(captor.getValue().toString()).contains("On");
109 assertThat(captor.getValue().toString()).contains("Off");
110 assertThat(captor.getValue().toString()).contains("5");
EmergencyTonePreferenceControllerTest.java 93 assertThat(mPreference.getValue()).isEqualTo("0");
102 assertThat(mPreference.getValue()).isEqualTo("1");
111 assertThat(mPreference.getValue()).isEqualTo("2");
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search/
InlinePayloadTest.java 37 int newValue = payload.getValue(mContext);
48 int newValue = payload.getValue(mContext);
59 int newValue = payload.getValue(mContext);
  /packages/apps/TV/common/src/com/android/tv/common/
BooleanSystemProperty.java 79 * Clears the cached value. The next call to getValue will check {@code
92 public boolean getValue() {
102 return "SystemProperty[" + mKey + "]=" + getValue();
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
FakeTvInputManager.java 44 e.getValue()
61 e.getValue()
76 e.getValue()
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/
NdkEnvSupplier.java 48 public String getValue() {
77 if (path.getValue() != null)
88 public String getValue() {
  /tools/apksig/src/main/java/com/android/apksig/internal/jar/
ManifestWriter.java 45 String manifestVersion = attributes.getValue(Attributes.Name.MANIFEST_VERSION);
113 String attrValue = attribute.getValue().toString();
123 String attrValue = attribute.getValue();
  /tools/tradefederation/core/src/com/android/tradefed/config/
ConfigurationXmlParser.java 102 final String objectTypeName = attributes.getValue("type");
119 String deviceName = attributes.getValue("name");
175 String optionName = attributes.getValue("name");
180 String optionKey = attributes.getValue("key");
184 String optionValue = attributes.getValue("value");
200 String description = attributes.getValue("description");
210 String includeName = attributes.getValue("name");
228 final String templateName = attributes.getValue("name");
239 includeName = attributes.getValue("default");
276 String isFakeString = attributes.getValue(IS_FAKE_ATTR)
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
TestMappingSuiteRunner.java 84 if (option.getValue() != null && !option.getValue().isEmpty()) {
85 moduleArg = String.format("%s:%s", moduleArg, option.getValue());
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Capsule.py 178 BodySize = len(FwMgrHdr.getvalue()) + len(Content.getvalue())
184 Header.write(FwMgrHdr.getvalue())
185 Header.write(Content.getvalue())
190 SaveFileOnChange(CapOutputFile, Header.getvalue(), True)
218 SaveFileOnChange(self.CapInfFileName, CapInfFile.getvalue(), False)
  /external/deqp/framework/opengl/
gluContextInfo.cpp 72 bool isVertexUniformLoopSupported (void) const { return m_vertexUniformLoopsSupported.getValue(m_context); }
73 bool isVertexDynamicLoopSupported (void) const { return m_vertexDynamicLoopsSupported.getValue(m_context); }
74 bool isFragmentHighPrecisionSupported (void) const { return m_fragmentHighPrecisionSupported.getValue(m_context); }
75 bool isFragmentUniformLoopSupported (void) const { return m_fragmentUniformLoopsSupported.getValue(m_context); }
76 bool isFragmentDynamicLoopSupported (void) const { return m_fragmentDynamicLoopsSupported.getValue(m_context); }
240 const set<int>& formats = m_compressedTextureFormats.getValue(m_context);
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
LimitTest.java 41 assertEquals(CounterValue.COVEREDRATIO, limit.getValue());
48 assertEquals(CounterValue.TOTALCOUNT, limit.getValue());
58 assertEquals(CounterValue.MISSEDCOUNT, limit.getValue());
68 assertEquals(CounterValue.COVEREDCOUNT, limit.getValue());
78 assertEquals(CounterValue.MISSEDRATIO, limit.getValue());
92 assertEquals(CounterValue.COVEREDRATIO, limit.getValue());
  /external/python/cpython3/Lib/test/test_importlib/frozen/
test_loader.py 26 return module, stdout.getvalue()
105 self.assertEqual(stdout.getvalue(), 'Hello world!\n')
123 self.assertEqual(stdout.getvalue(), 'Hello world!\n')
141 self.assertEqual(stdout.getvalue(), 'Hello world!\n')
151 self.assertEqual(stdout.getvalue(),
196 self.assertEqual(stdout.getvalue(), 'Hello world!\n')
  /frameworks/base/core/tests/coretests/src/android/content/res/
ConfigurationBoundResourceCacheTest.java 83 res.getValue(R.dimen.resource_cache_test_generic, staticValue, true);
104 res.getValue(R.dimen.resource_cache_test_orientation_dependent, changingValue, true);
127 res.getValue(R.dimen.resource_cache_test_generic, staticValue, true);
128 res.getValue(R.dimen.resource_cache_test_orientation_dependent, changingValue, true);
163 res.getValue(R.dimen.resource_cache_test_generic, staticValues[i], true);
167 res.getValue(R.dimen.resource_cache_test_orientation_dependent, changingValues[i],
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerServiceImpl.java 79 if (getValue(TUNER_VERSION, 0) != CURRENT_TUNER_VERSION) {
80 upgradeTuner(getValue(TUNER_VERSION, 0), CURRENT_TUNER_VERSION);
103 String blacklistStr = getValue(StatusBarIconController.ICON_BLACKLIST);
128 public String getValue(String setting) {
138 public int getValue(String setting, int def) {
143 public String getValue(String setting, String def) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerWifiTest.java 213 assertEquals("WiFi data in, in quick settings", in, (boolean) inArg.getValue());
214 assertEquals("WiFi data out, in quick settings", out, (boolean) outArg.getValue());
226 IconState iconState = iconArg.getValue();
227 assertEquals("WiFi enabled, in quick settings", enabled, (boolean) enabledArg.getValue());
230 assertEquals("WiFI desc (ssid), in quick settings", description, descArg.getValue());
239 IconState iconState = iconArg.getValue();
  /libcore/luni/src/main/java/org/xml/sax/helpers/
AttributeListImpl.java 122 addAttribute(atts.getName(i), atts.getType(i), atts.getValue(i));
246 * @see org.xml.sax.AttributeList#getValue(int)
248 public String getValue(int i) {
276 * @see org.xml.sax.AttributeList#getValue(java.lang.String)
278 public String getValue(String name) {
279 return getValue(names.indexOf(name));
  /tools/metalava/src/main/java/com/android/tools/metalava/
Options.kt 420 mutableClassPath.addAll(stringToExistingDirsOrJars(getValue(args, ++index)))
423 val path = getValue(args, ++index)
433 val listString = getValue(args, ++index)
441 getValue(args, ++index)
445 "-sdkvalues", ARG_SDK_VALUES -> sdkValueDir = stringToNewDir(getValue(args, ++index))
447 ARG_API, "-api" -> apiFile = stringToNewFile(getValue(args, ++index))
448 ARG_DEX_API, "-dexApi" -> dexApiFile = stringToNewFile(getValue(args, ++index))
450 ARG_PRIVATE_API, "-privateApi" -> privateApiFile = stringToNewFile(getValue(args, ++index))
451 ARG_PRIVATE_DEX_API, "-privateDexApi" -> privateDexApiFile = stringToNewFile(getValue(args, ++index))
453 ARG_REMOVED_API, "-removedApi" -> removedApiFile = stringToNewFile(getValue(args, ++index)
    [all...]

Completed in 668 milliseconds

<<31323334353637383940>>