HomeSort by relevance Sort by last modified time
    Searched full:getattribute (Results 401 - 425 of 1593) sorted by null

<<11121314151617181920>>

  /frameworks/native/libs/hwc2on1adapter/
HWC2On1Adapter.cpp 610 Error HWC2On1Adapter::Display::getAttribute(hwc2_config_t configId,
615 ALOGV("[%" PRIu64 "] getAttribute failed: bad config (%u)", mId,
619 *outValue = mConfigs[configId]->getAttribute(attribute);
620 ALOGV("[%" PRIu64 "] getAttribute(%u, %s) --> %d", mId, configId,
    [all...]
  /external/boringssl/src/crypto/test/
file_test.cc 231 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) {
287 if (!GetAttribute(&value, key)) {
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 189 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
368 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
485 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
662 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 358 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
389 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ServletScopes.java 115 Object obj = request.getAttribute(name);
154 Object obj = session.getAttribute(name);
  /external/javassist/src/main/javassist/compiler/
Javac.java 274 ca.getAttribute(LocalVariableAttribute.tag);
304 ca.getAttribute(LocalVariableAttribute.tag);
  /external/llvm/lib/IR/
AttributeImpl.h 189 Attribute getAttribute(Attribute::AttrKind Kind) const;
190 Attribute getAttribute(StringRef Kind) const;
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 440 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
442 public Object getAttribute(String name) {
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 434 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
436 public Object getAttribute(String name) {
  /external/syslinux/bios/txt/html/
pxelinux.html 588 if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
610 && entry.getAttribute("class")
611 && entry.getAttribute("class").match(/^toclevel/))
655 if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
670 var note = spans[i].getAttribute("data-note");
684 var id =spans[i].getAttribute("id");
694 var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
    [all...]
syslinux.cfg.html 588 if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
610 && entry.getAttribute("class")
611 && entry.getAttribute("class").match(/^toclevel/))
655 if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
670 var note = spans[i].getAttribute("data-note");
684 var id =spans[i].getAttribute("id");
694 var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
    [all...]
  /external/syslinux/efi32/txt/html/
pxelinux.html 588 if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
610 && entry.getAttribute("class")
611 && entry.getAttribute("class").match(/^toclevel/))
655 if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
670 var note = spans[i].getAttribute("data-note");
684 var id =spans[i].getAttribute("id");
694 var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
    [all...]
syslinux.cfg.html 588 if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
610 && entry.getAttribute("class")
611 && entry.getAttribute("class").match(/^toclevel/))
655 if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
670 var note = spans[i].getAttribute("data-note");
684 var id =spans[i].getAttribute("id");
694 var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
    [all...]
  /external/syslinux/efi64/txt/html/
pxelinux.html 588 if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
610 && entry.getAttribute("class")
611 && entry.getAttribute("class").match(/^toclevel/))
655 if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
670 var note = spans[i].getAttribute("data-note");
684 var id =spans[i].getAttribute("id");
694 var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
    [all...]
syslinux.cfg.html 588 if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
610 && entry.getAttribute("class")
611 && entry.getAttribute("class").match(/^toclevel/))
655 if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
670 var note = spans[i].getAttribute("data-note");
684 var id =spans[i].getAttribute("id");
694 var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
    [all...]
  /external/testng/src/main/java/org/testng/
SuiteRunner.java 634 public Object getAttribute(String name) {
635 return m_attributes.getAttribute(name);
  /frameworks/native/vulkan/doc/implementors_guide/
implementors_guide.html 589 if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
611 && entry.getAttribute("class")
612 && entry.getAttribute("class").match(/^toclevel/))
656 if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
671 var note = spans[i].getAttribute("data-note");
685 var id =spans[i].getAttribute("id");
695 var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
Attr.java 179 * values. See also the method <code>getAttribute</code> on the
194 * values. See also the method <code>getAttribute</code> on the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 393 String nodeType = marker.getAttribute(AdtConstants.MARKER_ATTR_TYPE, EMPTY);
398 String className = marker.getAttribute(AdtConstants.MARKER_ATTR_CLASS, EMPTY);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java 366 projectName = configuration.getAttribute(
410 activityName = configuration.getAttribute(ATTR_ACTIVITY, empty);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java 253 String name = element.getAttribute(ATTR_NAME);
259 typeString = element.getAttribute(ATTR_TYPE);
  /test/vts/drivers/hal/common/driver_manager/
VtsHalDriverManager.cpp 186 string VtsHalDriverManager::GetAttribute(FunctionCallMessage* call_msg) {
199 if (!driver->GetAttribute(api, &result)) {
  /build/make/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 54 window.location = this.firstChild.getAttribute("href");
  /development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
HardcodedColorDetector.java 172 final String name = element.getAttribute(SdkConstants.ATTR_NAME);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/Xml/
XmlRoutines.py 182 return Dom.getAttribute(Attribute).strip()

Completed in 852 milliseconds

<<11121314151617181920>>