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

<<21222324252627282930>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
StringPool.h 88 if (S) ++S->getValue().Refcount;
92 if (S) ++S->getValue().Refcount;
99 if (S) ++S->getValue().Refcount;
107 if (--S->getValue().Refcount == 0) {
108 S->getValue().Pool->InternTable.remove(S);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
StringPool.h 88 if (S) ++S->getValue().Refcount;
92 if (S) ++S->getValue().Refcount;
99 if (S) ++S->getValue().Refcount;
107 if (--S->getValue().Refcount == 0) {
108 S->getValue().Pool->InternTable.remove(S);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
StringPool.h 88 if (S) ++S->getValue().Refcount;
92 if (S) ++S->getValue().Refcount;
99 if (S) ++S->getValue().Refcount;
107 if (--S->getValue().Refcount == 0) {
108 S->getValue().Pool->InternTable.remove(S);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 86 if (S) ++S->getValue().Refcount;
90 if (S) ++S->getValue().Refcount;
97 if (S) ++S->getValue().Refcount;
105 if (--S->getValue().Refcount == 0) {
106 S->getValue().Pool->InternTable.remove(S);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
StringPool.h 88 if (S) ++S->getValue().Refcount;
92 if (S) ++S->getValue().Refcount;
99 if (S) ++S->getValue().Refcount;
107 if (--S->getValue().Refcount == 0) {
108 S->getValue().Pool->InternTable.remove(S);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
StringPool.h 88 if (S) ++S->getValue().Refcount;
92 if (S) ++S->getValue().Refcount;
99 if (S) ++S->getValue().Refcount;
107 if (--S->getValue().Refcount == 0) {
108 S->getValue().Pool->InternTable.remove(S);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
StringPool.h 88 if (S) ++S->getValue().Refcount;
92 if (S) ++S->getValue().Refcount;
99 if (S) ++S->getValue().Refcount;
107 if (--S->getValue().Refcount == 0) {
108 S->getValue().Pool->InternTable.remove(S);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
StringPool.h 88 if (S) ++S->getValue().Refcount;
92 if (S) ++S->getValue().Refcount;
99 if (S) ++S->getValue().Refcount;
107 if (--S->getValue().Refcount == 0) {
108 S->getValue().Pool->InternTable.remove(S);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
StringPool.h 88 if (S) ++S->getValue().Refcount;
92 if (S) ++S->getValue().Refcount;
99 if (S) ++S->getValue().Refcount;
107 if (--S->getValue().Refcount == 0) {
108 S->getValue().Pool->InternTable.remove(S);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
StringPool.h 88 if (S) ++S->getValue().Refcount;
92 if (S) ++S->getValue().Refcount;
99 if (S) ++S->getValue().Refcount;
107 if (--S->getValue().Refcount == 0) {
108 S->getValue().Pool->InternTable.remove(S);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 61 output = out.getvalue()
64 "your terminal" in err.getvalue())
97 stderr = err.getvalue()
125 stderr = err.getvalue()
140 stderr = err.getvalue()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 61 output = out.getvalue()
64 "your terminal" in err.getvalue())
97 stderr = err.getvalue()
125 stderr = err.getvalue()
140 stderr = err.getvalue()
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
Mocks.java 58 expect(javaProject.getOutputLocation()).andReturn(capturedOutput.getValue()).anyTimes();
63 return capturedEntries.getValue();
85 return capturedCompliance.getValue();
92 return capturedSource.getValue();
99 return capturedTarget.getValue();
  /system/update_engine/update_manager/
next_update_check_policy_impl.cc 72 ec->GetValue(updater_provider->var_updater_started_time());
76 ec->GetValue(updater_provider->var_last_checked_time());
78 const auto* seed = ec->GetValue(state->random_provider()->var_seed());
96 ec->GetValue(updater_provider->var_server_dictated_poll_interval());
107 ec->GetValue(updater_provider->var_consecutive_failed_update_checks());
  /tools/tradefederation/core/src/com/android/tradefed/device/metric/
FilePullerDeviceMetricCollector.java 98 processMetricFile(pulledMetrics.getKey(), pulledMetrics.getValue(), data);
105 processMetricDirectory(pulledMetrics.getKey(), pulledMetrics.getValue(), data);
118 File attemptPull = device.pullFile(entry.getValue());
122 String.format("rm -f %s", entry.getValue()));
130 entry.getValue(), device.getSerialNumber());
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListSubMapTest.java 254 (e.getKey().equals(one) && e.getValue().equals("A")) ||
255 (e.getKey().equals(two) && e.getValue().equals("B")) ||
256 (e.getKey().equals(three) && e.getValue().equals("C")) ||
257 (e.getKey().equals(four) && e.getValue().equals("D")) ||
258 (e.getKey().equals(five) && e.getValue().equals("E")));
436 assertEquals("A", e.getValue());
442 assertEquals("A", e.getValue());
463 assertEquals("E", e.getValue());
469 assertEquals("E", e.getValue());
733 assertEquals("B", e.getValue());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 29 return ConstantInt::get(C->getContext(), C->getValue()-1);
61 return ConstantInt::get(C->getType(), ~C->getValue());
239 const APInt &AndRHSV = cast<ConstantInt>(AndRHS)->getValue();
246 const APInt& AddRHS = cast<ConstantInt>(OpRHS)->getValue();
276 AndRHS->getValue() & ShlMask);
278 if (CI->getValue() == ShlMask)
297 AndRHS->getValue() & ShrMask);
299 if (CI->getValue() == ShrMask)
318 AndRHS->getValue() & ShrMask);
386 const APInt& V = Val->getValue();
    [all...]
  /external/python/cpython2/Lib/test/
test_sax.py 44 self.assertRaises(KeyError, attrs.getValue, "attr")
61 self.assertRaises(KeyError, attrs.getValue, (ns_uri, "attr"))
88 self.assertEqual(attrs.getValue("attr"), "val")
123 self.assertEqual(result.getvalue(), xml_bytes(self.data, 'utf-8'))
180 self.assertEqual(result.getvalue(), xml_bytes(self.data, 'utf-8'))
343 self.assertEqual(result.getvalue(), start + "<doc></doc>")
355 self.assertEqual(result.getvalue(), start + "<doc>huhei</doc>")
367 self.assertEqual(result.getvalue(), start + "<?test data?><doc></doc>")
379 self.assertEqual(result.getvalue(),
397 self.assertEqual(result.getvalue(), start
612 def getvalue(self): member in class:WriterXmlgenTest.ioclass
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/newavrcp/
MediaPlayerWrapperTest.java 196 MediaController.Callback controllerCallbacks = mControllerCbs.getValue();
221 MediaController.Callback controllerCallbacks = mControllerCbs.getValue();
230 MediaData data = mMediaUpdateData.getValue();
248 data = mMediaUpdateData.getValue();
283 MediaController.Callback controllerCallbacks = mControllerCbs.getValue();
298 MediaData data = mMediaUpdateData.getValue();
349 MediaController.Callback controllerCallbacks = mControllerCbs.getValue();
360 MediaData data = mMediaUpdateData.getValue();
378 MediaController.Callback controllerCallbacks = mControllerCbs.getValue();
385 MediaData data = mMediaUpdateData.getValue();
    [all...]
  /art/compiler/optimizing/
nodes_shared.cc 36 *shift_amount = instruction->AsShl()->GetRight()->AsIntConstant()->GetValue();
39 *shift_amount = instruction->AsShr()->GetRight()->AsIntConstant()->GetValue();
42 *shift_amount = instruction->AsUShr()->GetRight()->AsIntConstant()->GetValue();
  /external/adhd/scripts/
ini_editor_unittest.py 122 self.assertEqual(output.getvalue(), SAMPLE_INI)
132 self.assertEqual(output.getvalue(), SAMPLE_INI_DRC)
138 self.assertEqual(output.getvalue(), SAMPLE_INI_DRC_INSERTED)
  /external/autotest/frontend/client/src/autotest/tko/
ContentSelect.java 101 extraInfo.set(extraInfo.size(), new JSONString(contentSelect.getValue(i)));
112 fields.add(contentSelect.getValue(i));
130 if (fields.contains(contentSelect.getValue(i))) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralSubtree.java 171 return minimum.getValue();
181 return maximum.getValue();
206 if (minimum != null && !minimum.getValue().equals(ZERO))
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEDHPrivateKey.java 67 this.x = derX.getValue();
86 this.dhSpec = new DHParameterSpec(params.getP().getValue(), params.getG().getValue());
  /external/deqp/framework/randomshaders/
rsgExecutionContext.hpp 53 ExecValueAccess getValue (void);
54 ExecConstValueAccess getValue (void) const;
66 ExecValueAccess getValue (const Variable* variable);

Completed in 3199 milliseconds

<<21222324252627282930>>