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

<<11121314151617181920>>

  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
Nfc.vts.h 78 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
TestMsgQ.vts.h 85 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
  /test/vts/drivers/hal/common/include/driver_base/
DriverBase.h 73 virtual bool GetAttribute(vts::FunctionSpecificationMessage* /*func_msg*/,
  /external/autotest/client/site_tests/video_GlitchDetection/
froogaloop.js 27 playerDomain = getDomainFromUrl(this.element.getAttribute('src'));
125 var url = target.getAttribute('src').split('?')[0],
  /external/autotest/client/site_tests/video_VimeoVideo/
froogaloop.js 27 playerDomain = getDomainFromUrl(this.element.getAttribute('src'));
125 var url = target.getAttribute('src').split('?')[0],
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ServletDefinition.java 242 return pathInfoComputed && servletRequest.getAttribute(REQUEST_DISPATCHER_REQUEST) == null;
246 return pathComputed && servletRequest.getAttribute(REQUEST_DISPATCHER_REQUEST) == null;
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletDispatchIntegrationTest.java 229 assertTrue((Boolean) request.getAttribute(REQUEST_DISPATCHER_REQUEST));
253 expect(requestMock.getAttribute(REQUEST_DISPATCHER_REQUEST)).andReturn(true);
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.h 81 const UnicodeString *getAttribute(int32_t i, UnicodeString &name, UnicodeString &value) const;
88 const UnicodeString *getAttribute(const UnicodeString &name) const;
  /external/javassist/src/main/javassist/
CtMember.java 37 public byte[] getAttribute(String name) { return null; }
282 public abstract byte[] getAttribute(String name);
  /external/syslinux/bios/txt/html/
isolinux.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");
syslinux.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");
  /external/syslinux/efi32/txt/html/
isolinux.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");
syslinux.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");
  /external/syslinux/efi64/txt/html/
isolinux.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");
syslinux.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");
  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.cpp 272 ProgramVar program_var = program->GetAttribute(attr_string);
304 ProgramVar program_var = program->GetAttribute(attr_string);
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipAudioCall.java 784 if (media.getAttribute("recvonly") != null) {
786 } else if(media.getAttribute("sendonly") != null) {
788 } else if(offer.getAttribute("recvonly") != null) {
790 } else if(offer.getAttribute("sendonly") != null) {
    [all...]
  /libcore/ojluni/src/main/java/java/nio/file/
FileStore.java 205 * boolean compression = (Boolean)fs.getAttribute("zfs:compression");
220 public abstract Object getAttribute(String attribute) throws IOException;
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
PosixFileAttributeView.java 93 * <p> The {@link Files#getAttribute getAttribute} method may be used to read
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
UiViewElementNode.java 152 String className = ((Element) xmlNode).getAttribute(ATTR_CLASS);
179 int severity = marker.getAttribute(IMarker.SEVERITY, 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchAction.java 190 * @see org.eclipse.debug.core.model.IProcess#getAttribute(java.lang.String)
193 public String getAttribute(String key) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java 150 int offset = marker.getAttribute(IMarker.CHAR_START, -1);
182 String message = marker.getAttribute(IMarker.MESSAGE, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 174 int s = m.getAttribute(IMarker.SEVERITY, -1);
178 failureBuilder.append(m.getAttribute(IMarker.MESSAGE, ""));
  /system/connectivity/wificond/tests/
nl80211_packet_unittest.cpp 224 EXPECT_TRUE(netlink_packet.GetAttribute(NL80211_ATTR_CQM, &nested));
246 EXPECT_TRUE(netlink_packet.GetAttribute(NL80211_ATTR_STA_INFO, &nested));
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 

Completed in 2391 milliseconds

<<11121314151617181920>>