/external/autotest/server/site_tests/telemetry_Crosperf/ |
telemetry_Crosperf.py | 91 stdout.getvalue(), stderr.getvalue()) 96 stdout_str = stdout.getvalue() 197 stdout_str = stdout.getvalue() 198 stderr_str = stderr.getvalue()
|
/external/guava/guava/src/com/google/common/collect/ |
AbstractMapBasedMultiset.java | 108 Count count = mapEntry.getValue(); 123 size -= toRemove.getValue().getAndSet(0); 178 occurrencesLeft = currentEntry.getValue().get(); 188 int frequency = currentEntry.getValue().get(); 192 if (currentEntry.getValue().addAndGet(-1) == 0) {
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
AbstractMapBasedMultiset.java | 105 Count count = mapEntry.getValue(); 120 size -= toRemove.getValue().getAndSet(0); 175 occurrencesLeft = currentEntry.getValue().get(); 185 int frequency = currentEntry.getValue().get(); 189 if (currentEntry.getValue().addAndGet(-1) == 0) {
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Relation.java | 178 put(entry.getKey(), entry.getValue()); 224 result.addAll(keyValue.getValue()); 246 this.value = e.getValue(); 255 public V getValue() { 278 put(entry.getValue(), entry.getKey());
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Relation.java | 176 put(entry.getKey(), entry.getValue()); 222 result.addAll(keyValue.getValue()); 244 this.value = e.getValue(); 253 public V getValue() { 276 put(entry.getValue(), entry.getKey());
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/ |
EqualsVisitor.java | 809 if (!nodeEquals(n1.getValue(), n2.getValue())) { 921 if (!objEquals(n1.getValue(), n2.getValue())) { 931 if (!objEquals(n1.getValue(), n2.getValue())) { 941 if (!objEquals(n1.getValue(), n2.getValue())) { 951 if (!objEquals(n1.getValue(), n2.getValue())) { [all...] |
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/ |
EqualsVisitor.java | 781 if (!nodeEquals(n1.getValue(), n2.getValue())) { 893 if (!objEquals(n1.getValue(), n2.getValue())) { 903 if (!objEquals(n1.getValue(), n2.getValue())) { 913 if (!objEquals(n1.getValue(), n2.getValue())) { 923 if (!objEquals(n1.getValue(), n2.getValue())) { [all...] |
/external/llvm/include/llvm/ADT/ |
Optional.h | 121 const T& getValue() const LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } 122 T& getValue() LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } 133 return hasValue() ? getValue() : std::forward<U>(value); 137 T&& getValue() && { assert(hasVal); return std::move(*getPointer()); } 142 return hasValue() ? std::move(getValue()) : std::forward<U>(value);
|
ScopedHashTable.h | 53 const V &getValue() const { return Val; } 54 V &getValue() { return Val; } 121 return Node->getValue(); 124 return &Node->getValue(); 182 return I->second->getValue();
|
/external/llvm/lib/Analysis/ |
LoopUnrollAnalyzer.cpp | 35 SimplifiedValues[I] = SC->getValue(); 46 SimplifiedValues[I] = SC->getValue(); 59 Address.Base = Base->getValue(); 60 Address.Offset = Offset->getValue(); 122 if (SimplifiedAddrOp->getValue().getActiveBits() >= 64)
|
/external/pdfium/xfa/fxfa/ |
cxfa_ffcombobox.cpp | 61 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw)); 131 if (m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw) == wsText) 196 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw)); 299 eParam.m_wsPrevText = m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw); 306 eParam.m_wsPrevText = m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw);
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
ScopedHashTable.h | 53 const V &getValue() const { return Val; } 54 V &getValue() { return Val; } 121 return Node->getValue(); 124 return &Node->getValue(); 182 return I->second->getValue();
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
sequence_ops.cc | 32 Status GetValue(int index, XlaOpKernelContext* ctx, T* value) { 176 OP_REQUIRES_OK(ctx, GetValue(0, ctx, &start)); 177 OP_REQUIRES_OK(ctx, GetValue(1, ctx, &stop)); 191 OP_REQUIRES_OK(ctx, GetValue(0, ctx, &start)); 192 OP_REQUIRES_OK(ctx, GetValue(1, ctx, &stop));
|
/external/testng/src/main/java/org/testng/reporters/ |
JUnitReportReporter.java | 63 // for (ITestResult tr : es.getValue()) { 75 // List<ITestResult> tr = es.getValue(); 76 // for (ITestResult itr : es.getValue()) { 81 // afters.put(es.getKey(), es.getValue().iterator()); 97 for (ITestResult tr: entry.getValue()) {
|
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
BluetoothMidiDevice.java | 180 logByteArray("Received ", characteristic.getValue(), 0, 181 characteristic.getValue().length); 183 mPacketDecoder.decodePacket(characteristic.getValue(), mOutputReceiver); 212 logByteArray("Sent ", mCharacteristic.getValue(), 0, 213 mCharacteristic.getValue().length);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
RemoteAnimationControllerTest.java | 100 assertEquals(1, appsCaptor.getValue().length); 101 final RemoteAnimationTarget app = appsCaptor.getValue()[0]; 113 finishedCaptor.getValue().onAnimationFinished(); 204 assertEquals(1, appsCaptor.getValue().length); 205 assertEquals(mMockLeash, appsCaptor.getValue()[0].leash);
|
SurfaceAnimatorTest.java | 88 callbackCaptor.getValue().onAnimationFinished(mSpec); 110 callbackCaptor.getValue().onAnimationFinished(mSpec); 115 callbackCaptor.getValue().onAnimationFinished(mSpec2); 167 callbackCaptor.getValue().onAnimationFinished(mSpec); 186 callbackCaptor.getValue().onAnimationFinished(mSpec);
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
ClientModeManagerTest.java | 98 mInterfaceCallbackCaptor.getValue().onUp(TEST_INTERFACE_NAME); 267 mInterfaceCallbackCaptor.getValue().onDown(TEST_INTERFACE_NAME); 283 mInterfaceCallbackCaptor.getValue().onDown(TEST_INTERFACE_NAME); 297 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); 316 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME);
|
ScanOnlyModeManagerTest.java | 102 mInterfaceCallbackCaptor.getValue().onUp(TEST_INTERFACE_NAME); 183 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); 213 mInterfaceCallbackCaptor.getValue().onDown(TEST_INTERFACE_NAME); 227 mInterfaceCallbackCaptor.getValue().onDown(OTHER_INTERFACE_NAME); 249 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME);
|
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/ |
FragmentTransitionTest.java | 279 assertEquals(1, names.getValue().size()); 280 assertEquals(1, views.getValue().size()); 281 assertNull(snapshots.getValue()); 282 assertEquals("blueSquare", names.getValue().get(0)); 283 assertEquals(startBlue, views.getValue().get(0)); 289 assertEquals(1, names.getValue().size()); 290 assertEquals(1, views.getValue().size()); 291 assertNull(snapshots.getValue()); 292 assertEquals("blueSquare", names.getValue().get(0)); 293 assertEquals(endBlue, views.getValue().get(0)) [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
ConcurrentSkipListMapTest.java | 295 (e.getKey().equals(one) && e.getValue().equals("A")) || 296 (e.getKey().equals(two) && e.getValue().equals("B")) || 297 (e.getKey().equals(three) && e.getValue().equals("C")) || 298 (e.getKey().equals(four) && e.getValue().equals("D")) || 299 (e.getKey().equals(five) && e.getValue().equals("E"))); 314 (e.getKey().equals(one) && e.getValue().equals("A")) || 315 (e.getKey().equals(two) && e.getValue().equals("B")) || 316 (e.getKey().equals(three) && e.getValue().equals("C")) || 317 (e.getKey().equals(four) && e.getValue().equals("D")) || 318 (e.getKey().equals(five) && e.getValue().equals("E"))) [all...] |
TreeMapTest.java | 278 (e.getKey().equals(one) && e.getValue().equals("A")) || 279 (e.getKey().equals(two) && e.getValue().equals("B")) || 280 (e.getKey().equals(three) && e.getValue().equals("C")) || 281 (e.getKey().equals(four) && e.getValue().equals("D")) || 282 (e.getKey().equals(five) && e.getValue().equals("E"))); 297 (e.getKey().equals(one) && e.getValue().equals("A")) || 298 (e.getKey().equals(two) && e.getValue().equals("B")) || 299 (e.getKey().equals(three) && e.getValue().equals("C")) || 300 (e.getKey().equals(four) && e.getValue().equals("D")) || 301 (e.getKey().equals(five) && e.getValue().equals("E"))) [all...] |
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/ |
HearingAidStateMachineTest.java | 153 intentArgument1.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); 196 intentArgument1.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); 207 intentArgument2.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); 238 intentArgument1.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); 249 intentArgument2.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1));
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/ |
LocationFooterPreferenceControllerTest.java | 127 assertThat(intent.getValue().getAction()) 141 assertThat(intent.getValue().getAction()) 155 assertThat(pref.getValue().getTitle()).isEqualTo(TEST_TEXT); 180 assertThat(intent.getValue().getAction()) 185 assertThat(intent.getValue().getAction())
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/ |
SetNewPasswordControllerTest.java | 95 compareFingerprintExtras(bundleArgumentCaptor.getValue()); 109 assertBundleContainsUserIdOnly(bundleArgumentCaptor.getValue()); 128 assertBundleContainsUserIdOnly(bundleArgumentCaptor.getValue()); 147 assertBundleContainsUserIdOnly(bundleArgumentCaptor.getValue()); 166 assertBundleContainsUserIdOnly(bundleArgumentCaptor.getValue());
|