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

<<31323334353637383940>>

  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolAnnotation.h 33 // FORWARD_SYMBOL_METHOD(getValue)
PDBSymbolCompilandEnv.h 31 std::string getValue() const;
PDBSymbolData.h 55 FORWARD_SYMBOL_METHOD(getValue)
  /external/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 78 FunctionCount.getValue() >=
99 FunctionCount.getValue() <=
119 return HotCountThreshold && C >= HotCountThreshold.getValue();
125 return ColdCountThreshold && C <= ColdCountThreshold.getValue();
  /external/llvm/lib/IR/
Operator.cpp 44 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth());
  /external/mockito/src/main/java/org/mockito/internal/junit/
StubbingArgMismatches.java 40 for (Invocation invocation : m.getValue()) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
AspectRatio.java 47 public int getValue() {
  /external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
TestCorsHttpServer.java 102 Assert.assertEquals("Cors should have added a header: Access-Control-Allow-Origin: *", "*", response.getLastHeader("Access-Control-Allow-Origin").getValue());
115 Assert.assertEquals("Cors should have added a header: Access-Control-Allow-Origin: *", "*", response.getLastHeader("Access-Control-Allow-Origin").getValue());
130 SimpleWebServer.DEFAULT_ALLOWED_HEADERS, response.getLastHeader("Access-Control-Allow-Headers").getValue());
148 response.getLastHeader("Access-Control-Allow-Headers").getValue());
  /external/nist-sip/java/gov/nist/javax/sip/address/
TelephoneNumber.java 82 return (String) parameters.getValue(POSTDIAL);
90 return (String) parameters.getValue(ISUB);
97 return parameters.getValue(POSTDIAL) != null;
209 Object val = parameters.getValue(name);
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderExt.java 35 public String getValue();
  /external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
HttpEntityBody.java 22 mediaType = MediaType.parse(entity.getContentType().getValue());
  /external/owasp/sanitizer/src/main/org/owasp/html/
ElementAndAttributePolicies.java 69 AttributePolicy a = e.getValue();
79 joinedAttrPolicies.put(attrName, e.getValue());
111 AttributePolicy attrPolicy = e.getValue();
130 anded.put(attrName, e.getValue());
  /external/pdfium/fpdfsdk/formfiller/
cffl_textfield.cpp 77 WideString swValue = m_pWidget->GetValue();
131 return pEdit && pEdit->GetText() != m_pWidget->GetValue();
139 WideString sOldValue = m_pWidget->GetValue();
180 fa.sValue = m_pWidget->GetValue();
  /external/pdfium/testing/
xfa_js_embedder_test.h 38 CFXJSE_Value* GetValue() const { return value_.get(); }
  /external/pdfium/xfa/fxfa/
cxfa_ffdatetimeedit.cpp 53 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Display);
158 WideString wsText = m_pNode->GetWidgetAcc()->GetValue(eType);
179 return m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Edit) != wsText;
204 eParam.m_wsNewText = m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw);
cxfa_ffpasswordedit.cpp 36 pWidget->SetText(m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Display));
  /external/proguard/src/proguard/classfile/editor/
ConstantAdder.java 96 constantPoolEditor.addIntegerConstant(integerConstant.getValue());
103 constantPoolEditor.addLongConstant(longConstant.getValue());
110 constantPoolEditor.addFloatConstant(floatConstant.getValue());
117 constantPoolEditor.addDoubleConstant(doubleConstant.getValue());
  /external/python/cpython2/Demo/sockets/
rpythond.py 50 return fakefile.getvalue()
  /external/python/cpython2/Lib/json/tests/
test_indent.py 51 self.assertEqual(sio.getvalue(), expected)
  /external/python/cpython2/Lib/test/
test_frozen.py 33 self.assertEqual(stdout.getvalue(),
  /external/python/cpython2/Lib/unittest/
result.py 87 output = sys.stdout.getvalue()
88 error = sys.stderr.getvalue()
167 output = sys.stdout.getvalue()
168 error = sys.stderr.getvalue()
  /external/python/cpython3/Lib/test/
bytecode_helper.py 15 return s.getvalue()
test_atexit.py 48 self.assertEqual(self.stream.getvalue(),
62 self.assertEqual(self.stream.getvalue(), "h3\nh2\nh1\n")
77 self.assertIn("ZeroDivisionError", self.stream.getvalue())
92 stderr = self.stream.getvalue()
  /external/python/cpython3/Tools/demo/
rpythond.py 53 return fakefile.getvalue()
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
StringArrayResourceLoader.java 38 arrayValues.add(stringResourceLoader.getValue(value , isSystem));

Completed in 743 milliseconds

<<31323334353637383940>>