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

<<21222324252627282930>>

  /libcore/luni/src/main/java/org/xml/sax/
Attributes.java 90 * @see #getValue(int)
167 public abstract String getValue (int index);
232 * <p>See {@link #getValue(int) getValue(int)} for a description
241 public abstract String getValue (String uri, String localName);
247 * <p>See {@link #getValue(int) getValue(int)} for a description
255 public abstract String getValue (String qName);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringOptions.h 36 const ValueType &getValue() const { return Value; }
49 const ValueType &getValue() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringOptions.h 36 const ValueType &getValue() const { return Value; }
49 const ValueType &getValue() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringOptions.h 36 const ValueType &getValue() const { return Value; }
49 const ValueType &getValue() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringOptions.h 36 const ValueType &getValue() const { return Value; }
49 const ValueType &getValue() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringOptions.h 36 const ValueType &getValue() const { return Value; }
49 const ValueType &getValue() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringOptions.h 36 const ValueType &getValue() const { return Value; }
49 const ValueType &getValue() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringOptions.h 36 const ValueType &getValue() const { return Value; }
49 const ValueType &getValue() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringOptions.h 36 const ValueType &getValue() const { return Value; }
49 const ValueType &getValue() const {
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
quopri_codec.py 25 output = g.getvalue()
40 output = g.getvalue()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mimetools.py 25 i = StringIO.StringIO(o.getvalue())
28 self.assertEqual(o.getvalue(), start)
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
quopri_codec.py 25 output = g.getvalue()
40 output = g.getvalue()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mimetools.py 25 i = StringIO.StringIO(o.getvalue())
28 self.assertEqual(o.getvalue(), start)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
quopri_codec.py 25 output = g.getvalue()
40 output = g.getvalue()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 25 i = StringIO.StringIO(o.getvalue())
28 self.assertEqual(o.getvalue(), start)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
quopri_codec.py 25 output = g.getvalue()
40 output = g.getvalue()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 25 i = StringIO.StringIO(o.getvalue())
28 self.assertEqual(o.getvalue(), start)
  /system/update_engine/update_manager/
real_random_provider_unittest.cc 51 provider_->var_seed()->GetValue(UmTestUtils::DefaultTimeout(), nullptr));
59 provider_->var_seed()->GetValue(UmTestUtils::DefaultTimeout(),
  /test/suite_harness/tools/dex-tools/src/dex/reader/
DexEncodedAnnotationImpl.java 63 public List<DexAnnotationAttribute> getValue() {
73 return getTypeName() + ":" + getValue();
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareDataPathStateManagerTest.java 207 mDut.onCapabilitiesUpdateResponse(transactionId.getValue(), capabilities);
217 equalTo(interfaceName.getValue()));
218 mDut.onCreateDataPathInterfaceResponse(transactionId.getValue(), true, 0);
232 interfaceName.getValue().substring(sAwareInterfacePrefix.length()));
235 mDut.onDeleteDataPathInterfaceResponse(transactionId.getValue(), false, 0);
237 mDut.onDeleteDataPathInterfaceResponse(transactionId.getValue(), true, 0);
253 sAwareInterfacePrefix + i, equalTo(interfaceName.getValue()));
254 mDut.onDeleteDataPathInterfaceResponse(transactionId.getValue(), true, 0);
260 equalTo(interfaceName.getValue()));
261 mDut.onCreateDataPathInterfaceResponse(transactionId.getValue(), true, 0)
    [all...]
  /development/vndk/tools/sourcedr/sourcedr/tests/
test_ninja.py 27 s = ninja.EvalStringBuilder().getvalue()
32 s = ninja.EvalStringBuilder().append_raw('a').getvalue()
40 s = sb.getvalue()
46 s = ninja.EvalStringBuilder().append_var('key').getvalue()
51 env['key'] = ninja.EvalStringBuilder().append_raw('value').getvalue()
53 s = ninja.EvalStringBuilder().append_var('key').getvalue()
58 env['key1'] = ninja.EvalStringBuilder().append_raw('a').getvalue()
59 env['key2'] = ninja.EvalStringBuilder().append_raw('b').getvalue()
64 s = sb.getvalue()
70 env['key1'] = ninja.EvalStringBuilder().append_raw('a').getvalue()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_uu.py 26 self.assertEqual(out.getvalue(), encodedtextwrapped % (0666, "t1"))
30 self.assertEqual(out.getvalue(), encodedtextwrapped % (0644, "t1"))
36 self.assertEqual(out.getvalue(), plaintext)
44 self.assertEqual(out.getvalue(), plaintext)
79 sys.stdout.getvalue(),
87 self.assertEqual(sys.stdout.getvalue(), plaintext)
  /external/annotation-tools/annotation-file-utilities/src/annotator/specification/
IndexFileSpecification.java 145 parsePackage(clist, entry.getKey(), entry.getValue());
151 AClass clazz = entry.getValue();
211 ATypeElement bound = entry.getValue();
215 AElement ae = innerEntry.getValue();
228 ATypeElement ei = entry.getValue();
233 AElement ae = innerEntry.getValue();
244 parseField(clist, entry.getKey(), entry.getValue());
247 parseMethod(clist, className, entry.getKey(), entry.getValue());
250 parseStaticInit(clist, className, entry.getKey(), entry.getValue());
253 parseInstanceInit(clist, className, entry.getKey(), entry.getValue());
    [all...]
  /external/annotation-tools/scene-lib/src/annotations/el/
AExpression.java 127 AElement ae = em.getValue();
136 AElement ae = em.getValue();
145 AElement ae = em.getValue();
152 AElement ae = em.getValue();
175 AElement ae = em.getValue();
199 AElement ae = em.getValue();
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
CloudStorageCard.java 58 cloudStorageInfo.setUseExistingBotoFile(event.getValue());
62 box.setEnabled(!event.getValue());
66 box.setEnabled(!event.getValue());
131 if (!chkUseExisting.getValue()) {
139 if (!chkUseExisting.getValue()) {
181 String value = textBox.getValue();

Completed in 1563 milliseconds

<<21222324252627282930>>