Searched
full:getattribute (Results
351 -
375 of
1593) sorted by null
<<11121314151617181920>>
/external/apache-http/src/org/apache/http/protocol/ |
ResponseConnControl.java | 100 context.getAttribute(ExecutionContext.HTTP_REQUEST);
|
/external/autotest/client/site_tests/policy_CookiesSessionOnlyForUrls/ |
policy_CookiesSessionOnlyForUrls.py | 92 var type = content.getAttribute('contenttype');
|
/external/boringssl/src/crypto/hmac_extra/ |
hmac_test.cc | 90 ASSERT_TRUE(t->GetAttribute(&digest_str, "HMAC"));
|
/external/deqp/framework/egl/ |
egluConfigFilter.cpp | 57 return m_cfg.configInfo->getAttribute(attrib);
|
egluConfigInfo.cpp | 36 deInt32 ConfigInfo::getAttribute (deUint32 attribute) const
|
/external/gptfdisk/ |
gpt.h | 204 void GetAttribute(const uint32_t partNum, const string& attributeBits);
|
/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
ContinuingHttpServletRequest.java | 86 @Override public Object getAttribute(String name) {
|
/external/javassist/src/main/javassist/bytecode/ |
ParameterAnnotationsAttribute.java | 34 * <code>getAttribute(ParameterAnnotationsAttribute.invisibleTag)</code>
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
HtmlParserImpl.java | 238 String attribute = getAttribute(); 253 if ("meta".equals(getTag()) && "content".equals(getAttribute())) { 283 public String getAttribute() { 533 if (HtmlUtils.isAttributeJavascript(getAttribute())) {
|
/external/llvm/include/llvm/IR/ |
CallSite.h | 351 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { 352 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind)); 355 Attribute getAttribute(unsigned i, StringRef Kind) const { 356 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind));
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DIEHash.cpp | 37 if (V.getAttribute() == Attr) 126 << dwarf::AttributeString(V.getAttribute()) 128 switch (V.getAttribute()) { 283 dwarf::Attribute Attribute = Value.getAttribute();
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
RntoCommandHandlerTest.groovy | 167 assert session.getAttribute(SessionKeys.RENAME_FROM) == value
|
/external/owasp/sanitizer/tools/ |
cut_release.py | 83 "version": "r%s" % entry_element.getAttribute("revision"),
|
/external/parameter-framework/upstream/parameter/ |
EnumParameterType.cpp | 81 if (not xmlElement.getAttribute("Size", sizeInBits)) {
|
ParameterType.cpp | 79 xmlElement.getAttribute(gUnitPropertyName, _strUnit);
|
/external/parameter-framework/upstream/xmlserializer/ |
XmlDocSource.cpp | 83 topMostElement.getAttribute(strAttributeName, attribute);
|
/external/proguard/src/proguard/classfile/attribute/ |
CodeAttribute.java | 82 public Attribute getAttribute(Clazz clazz, String name)
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/ |
JavassistHelper.java | 103 attribute = codeAttribute.getAttribute("LocalVariableTable");
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
DIE.cpp | 71 AP->EmitULEB128(AttrData.getAttribute(), 72 dwarf::AttributeString(AttrData.getAttribute())); 97 << dwarf::AttributeString(Data[i].getAttribute()) 152 O << dwarf::AttributeString(Data[i].getAttribute());
|
/frameworks/base/tools/aapt/ |
XMLNode.h | 100 const attribute_entry* getAttribute(const String16& ns, const String16& name) const;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
Support_Format.java | 90 Object value = iterator.getAttribute(attribute);
|
/libcore/luni/src/test/java/libcore/java/nio/file/ |
DefaultFileSystemProvider2Test.java | 127 ((FileTime) Files.getAttribute(filesSetup.getTestPath(), 557 assertEquals(supportedAttr.value(), Files.getAttribute(filesSetup.getTestPath(), 578 Files.getAttribute(filesSetup.getDataFilePath(), supportedAttr.name()); 581 assertEquals(originalPermissions, Files.getAttribute(filesSetup.getDataFilePath(),
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
UnixFileStore.java | 143 public Object getAttribute(String attribute) throws IOException {
|
/libcore/support/src/test/java/tests/support/ |
Support_Format.java | 93 Object value = iterator.getAttribute(attribute);
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
CallSite.h | 365 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { 366 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind)); 369 Attribute getAttribute(unsigned i, StringRef Kind) const { 370 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind));
|
Completed in 710 milliseconds
<<11121314151617181920>>