/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
DelegatedData.java | 97 public String getAttribute(String key) { 98 return getDelegate().getAttribute(key);
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/session/ |
StubSession.groovy | 55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
57 public Object getAttribute(String name) {
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
PassCommandHandlerTest.groovy | 146 assert session.getAttribute(SessionKeys.USER_ACCOUNT) == expectedValue 154 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == currentDirectory
|
/external/parameter-framework/upstream/parameter/ |
TypeElement.cpp | 111 xmlElement.getAttribute("ArrayLength", _arrayLength); 114 if (xmlElement.getAttribute("Mapping", rawMapping) && !rawMapping.empty()) {
|
/external/pdfium/xfa/fde/xml/ |
fde_xml_imp.h | 86 bool GetAttribute(int32_t index, 126 bool GetAttribute(int32_t index,
|
/external/syslinux/bios/txt/html/ |
syslinux-cli.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/ |
syslinux-cli.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/ |
syslinux-cli.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/testng/src/main/java/org/testng/internal/ |
TestResult.java | 282 public Object getAttribute(String name) {
283 return m_attributes.getAttribute(name);
|
/frameworks/av/media/libstagefright/foundation/ |
ParsedMessage.cpp | 252 bool ParsedMessage::GetAttribute( 285 if (!GetAttribute(s, key, &stringValue)) {
|
/frameworks/base/tools/aapt/ |
AaptXml.cpp | 79 String8 getAttribute(const ResXMLTree& tree, const char* ns, 88 String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) {
|
AaptXml.h | 37 android::String8 getAttribute(const android::ResXMLTree& tree, const char* ns, 45 android::String8 getAttribute(const android::ResXMLTree& tree, uint32_t attrRes,
|
Command.cpp | 466 String8 category = AaptXml::getAttribute(tree, CATEGORY_ATTR, &error); 914 String8 pkg = AaptXml::getAttribute(tree, NULL, "package", NULL); 919 String8 name = AaptXml::getAttribute(tree, NAME_ATTR, &error); [all...] |
/libcore/ojluni/src/main/java/java/nio/file/attribute/ |
BasicFileAttributeView.java | 88 * <p> The {@link java.nio.file.Files#getAttribute getAttribute} method may be
|
DosFileAttributeView.java | 68 * <p> The {@link java.nio.file.Files#getAttribute getAttribute} method may
|
/libcore/ojluni/src/main/java/java/util/ |
XMLUtils.java | 80 String xmlVersion = propertiesElement.getAttribute("version"); 126 props.setProperty(entry.getAttribute("key"), val);
|
/packages/providers/CalendarProvider/ |
maketests.py | 105 startTime = w.getAttribute("startTime")
106 endTime = w.getAttribute("endTime")
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
EmulatorConfigTab.java | 405 reuseLastUsedDevice = configuration.getAttribute( 426 stringValue = configuration.getAttribute( 460 stringValue = configuration.getAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, 475 value = configuration.getAttribute(LaunchConfigDelegate.ATTR_WIPE_DATA, value); 483 value = configuration.getAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM, value); 493 index = configuration.getAttribute(LaunchConfigDelegate.ATTR_SPEED, 506 index = configuration.getAttribute(LaunchConfigDelegate.ATTR_DELAY, 520 commandLine = configuration.getAttribute(
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
FixLaunchConfig.java | 96 String activity = config.getAttribute(LaunchConfigDelegate.ATTR_ACTIVITY, 143 if (config.getAttribute(
|
/test/vts/drivers/hal/common/include/driver_manager/ |
VtsHalDriverManager.h | 88 // Used to serve the GetAttribute request from host. Only supported by 91 string GetAttribute(FunctionCallMessage* func_msg);
|
/development/vndk/tools/definition-tool/assets/insight/ |
insight.js | 448 let modId = parseInt(evt.target.getAttribute('data-mod-id'), 10); 466 let modId = parseInt(evt.target.getAttribute('data-mod-id'), 10); 467 let ownerId = parseInt(evt.target.getAttribute('data-owner-id'), 10); 472 let modId = parseInt(evt.target.getAttribute('data-mod-id'), 10); 473 let ownerId = parseInt(evt.target.getAttribute('data-owner-id'), 10);
|
/libcore/ojluni/src/test/java/nio/file/attribute/ |
PosixFileAttributeViewTest.java | 67 // repeat test using setAttribute/getAttribute 69 current = (Set<PosixFilePermission>)Files.getAttribute(file, "posix:permissions"); 259 // repeat test using set/getAttribute 260 UserPrincipal owner = (UserPrincipal)Files.getAttribute(file, "posix:owner"); 262 UserPrincipal group = (UserPrincipal)Files.getAttribute(file, "posix:group");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
Hyperlinks.java | 236 Attr attribute = context.getAttribute(); 278 Attr attribute = context.getAttribute(); 292 Attr attribute = context.getAttribute(); 315 String permission = context.getAttribute().getValue(); 330 String intent = context.getAttribute().getValue(); 366 Attr attribute = context.getAttribute(); 380 Attr attribute = context.getAttribute(); 389 if (context.getAttribute() != null) { 402 String value = context.getAttribute().getValue(); 426 Attr attribute = context.getAttribute(); [all...] |
/test/vts/agents/hal/ |
AgentRequestHandler.cpp | 336 return SendApiResult("GetAttribute", "", client->GetFunctions()); 357 bool AgentRequestHandler::GetAttribute(const string& payload) { 371 return SendApiResult("GetAttribute", client->GetAttribute(payload)); 486 return GetAttribute(command_msg.arg());
|
/external/javassist/src/main/javassist/ |
CtClassType.java | 400 = (InnerClassesAttribute)cf.getAttribute(InnerClassesAttribute.tag); 437 cf.getAttribute(AnnotationsAttribute.invisibleTag); 439 cf.getAttribute(AnnotationsAttribute.visibleTag); 475 cf.getAttribute(AnnotationsAttribute.invisibleTag); 477 cf.getAttribute(AnnotationsAttribute.visibleTag); 529 cf.getAttribute(AnnotationsAttribute.invisibleTag); 531 cf.getAttribute(AnnotationsAttribute.visibleTag); 736 InnerClassesAttribute ica = (InnerClassesAttribute)cf.getAttribute( 751 = (EnclosingMethodAttribute)cf.getAttribute( 764 = (EnclosingMethodAttribute)cf.getAttribute( [all...] |