HomeSort by relevance Sort by last modified time
    Searched refs:getAttribute (Results 1 - 25 of 637) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/protocol/
SyncBasicHttpContext.java 49 public synchronized Object getAttribute(final String id) {
50 return super.getAttribute(id);
DefaultedHttpContext.java 58 public Object getAttribute(final String id) {
59 Object obj = this.local.getAttribute(id);
61 return this.defaults.getAttribute(id);
HttpContext.java 52 Object getAttribute(String id);
BasicHttpContext.java 60 public Object getAttribute(final String id) {
69 obj = this.parentContext.getAttribute(id);
  /packages/apps/Contacts/src/com/android/contacts/util/
ThemeUtils.java 29 public static int getAttribute(Theme theme, int attrId) {
39 return getAttribute(theme, android.R.attr.selectableItemBackground);
46 return getAttribute(theme, android.R.attr.activatedBackgroundIndicator);
  /external/smack/src/com/kenai/jbosh/
CMSessionParams.java 85 resp.getAttribute(Attributes.ACK));
86 String rid = req.getAttribute(Attributes.RID);
95 resp.getAttribute(Attributes.VER)),
97 resp.getAttribute(Attributes.POLLING)),
99 resp.getAttribute(Attributes.INACTIVITY)),
101 resp.getAttribute(Attributes.REQUESTS)),
103 resp.getAttribute(Attributes.HOLD)),
105 resp.getAttribute(Attributes.ACCEPT)),
107 resp.getAttribute(Attributes.MAXPAUSE)),
110 resp.getAttribute(Attributes.CHARSETS))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityImageMapLink.cpp 70 const AtomicString& ariaRole = getAttribute(roleAttr);
101 const AtomicString& titleText = getAttribute(titleAttr);
105 const AtomicString& summary = getAttribute(summaryAttr);
112 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
115 const AtomicString& alt = getAttribute(altAttr);
124 const AtomicString& title = getAttribute(titleAttr);
127 const AtomicString& summary = getAttribute(summaryAttr);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchConfiguration.java 103 mLaunchAction = config.getAttribute(LaunchConfigDelegate.ATTR_LAUNCH_ACTION,
112 mAvdName = config.getAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, mAvdName);
119 index = config.getAttribute(LaunchConfigDelegate.ATTR_SPEED, index);
127 index = config.getAttribute(LaunchConfigDelegate.ATTR_DELAY, index);
134 mEmulatorCommandLine = config.getAttribute(
141 mWipeData = config.getAttribute(LaunchConfigDelegate.ATTR_WIPE_DATA, mWipeData);
147 mNoBootAnim = config.getAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM,
160 String value = config.getAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE,
167 boolean value = config.getAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE, true);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java 62 String fit = getAttribute(FIT_ATTRIBUTE_NAME);
78 return parseRegionLength(getAttribute(LEFT_ATTRIBUTE_NAME), true);
86 int right = parseRegionLength(getAttribute(RIGHT_ATTRIBUTE_NAME), true);
87 int width = parseRegionLength(getAttribute(WIDTH_ATTRIBUTE_NAME), true);
99 return parseRegionLength(getAttribute(TOP_ATTRIBUTE_NAME), false);
107 int bottom = parseRegionLength(getAttribute(BOTTOM_ATTRIBUTE_NAME), false);
108 int height = parseRegionLength(getAttribute(HEIGHT_ATTRIBUTE_NAME), false);
120 return Integer.parseInt(this.getAttribute(Z_INDEX_ATTRIBUTE_NAME));
154 return this.getAttribute(BACKGROUND_COLOR_ATTRIBUTE_NAME);
159 final int height = parseRegionLength(getAttribute(HEIGHT_ATTRIBUTE_NAME), false)
    [all...]
SmilRootLayoutElementImpl.java 36 return this.getAttribute(BACKGROUND_COLOR_ATTRIBUTE_NAME);
40 String heightString = this.getAttribute(HEIGHT_ATTRIBUTE_NAME);
45 return this.getAttribute(TITLE_ATTRIBUTE_NAME);
49 String widthString = this.getAttribute(WIDTH_ATTRIBUTE_NAME);
SmilMediaElementImpl.java 136 return this.getAttribute("abstract");
140 return this.getAttribute("alt");
144 return this.getAttribute("author");
148 return this.getAttribute("clipBegin");
152 return this.getAttribute("clipEnd");
156 return this.getAttribute("copyright");
160 return this.getAttribute("longdesc");
164 return this.getAttribute("port");
168 return this.getAttribute("readIndex");
172 return this.getAttribute("rtpformat")
    [all...]
ElementTimeImpl.java 71 String[] beginTimeStringList = mSmilElement.getAttribute("begin").split(";");
111 String durString = mSmilElement.getAttribute("dur");
125 String[] endTimeStringList = mSmilElement.getAttribute("end").split(";");
174 String fill = mSmilElement.getAttribute(FILL_ATTRIBUTE_NAME);
207 if (((mSmilElement.getAttribute("dur").length() == 0) &&
208 (mSmilElement.getAttribute("end").length() == 0) &&
209 (mSmilElement.getAttribute("repeatCount").length() == 0) &&
210 (mSmilElement.getAttribute("repeatDur").length() == 0)) ||
219 String fillDefault = mSmilElement.getAttribute(FILLDEFAULT_ATTRIBUTE_NAME);
253 String repeatCount = mSmilElement.getAttribute("repeatCount")
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RuleLabelScope.java 88 public Attribute getAttribute(String name) {
91 if ( rulePropertiesScope.getAttribute(name)!=null ) {
92 return rulePropertiesScope.getAttribute(name);
96 return referencedRule.returnScope.getAttribute(name);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
HostedConnection.java 83 public <T> T getAttribute( String name );
  /external/llvm/lib/DebugInfo/
DWARFAttribute.h 24 uint16_t getAttribute() const { return Attribute; }
  /external/chromium_org/tools/metrics/histograms/
extract_histograms.py 120 separator = fieldtrial.getAttribute('separator')
125 ordering = fieldtrial.getAttribute('ordering')
146 (histogram_name, fieldtrial.getAttribute('name')))
182 if enum.getAttribute('type') != 'int':
183 logging.error('Unknown enum type %s' % enum.getAttribute('type'))
187 name = enum.getAttribute('name')
206 int_value = int(int_tag.getAttribute('value'))
216 value_dict['label'] = int_tag.getAttribute('label')
229 name = histogram.getAttribute('name')
256 histograms[name]['units'] = histogram.getAttribute('units'
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
unittestresults.py 45 testname = testcase.getAttribute('name')
46 classname = testcase.getAttribute('classname')
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateelementcasesensitive.java 75 attribute1 = newElement1.getAttribute("district");
76 attribute2 = newElement2.getAttribute("county");
  /cts/tools/utils/
rerun.py 26 #print "parent " + parent.getAttribute("name") + " " + tagName +\
27 # " " + child.getAttribute("name")
37 for failure in parseSuite(child, parentName + child.getAttribute("name")):
41 className = parentName + child.getAttribute("name")
43 if test.getAttribute("result") != "pass":
44 failureName = className + "#" + test.getAttribute("name")
  /external/apache-http/src/org/apache/http/cookie/
ClientCookie.java 63 String getAttribute(String name);
  /external/llvm/lib/Target/R600/
AMDGPUMachineFunction.cpp 14 Attribute A = Set.getAttribute(AttributeSet::FunctionIndex,
  /external/chromium_org/remoting/webapp/
l10n.js 45 var tag = element.getAttribute('i18n-content');
67 substitutions.push(element.getAttribute(value));
69 var name = element.getAttribute(valueName);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProviderServiceTest.java 82 s.getAttribute(null);
87 assertNull("getAttribute(aaa) failed", s.getAttribute("aaa"));
96 assertNull("getAttribute(bbb) failed", s.getAttribute("bbb"));
97 assertEquals("getAttribute(attribute) failed", "value", s
98 .getAttribute("attribute"));
99 assertEquals("getAttribute(KeySize) failed", "1024", s
100 .getAttribute("KeySize"));
  /cts/suite/pts/utils/
get_csv_report.py 28 #print "parent " + parent.getAttribute("name") + " " + tagName +\
29 # " " + child.getAttribute("name")
61 cases.update(parseSuite(child, parentName + child.getAttribute("name")))
64 className = parentName + child.getAttribute("name")
66 methodName = test.getAttribute("name")
71 result = str(test.getAttribute("result"))
78 summary[sts[0].getAttribute("message")] = getText(sts[0])
83 details[d.getAttribute("message")] = values
101 buildId = buildInfo.getAttribute("buildID")
102 deviceId = buildInfo.getAttribute("deviceID"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TextEditorHighlighter.js 88 var state = this._textModel.getAttribute(endLine - 1, "highlight");
104 state = this._textModel.getAttribute(startLine - 1, "highlight");
123 var state = this._textModel.getAttribute(startLine - 1, "highlight");
133 var state = this._textModel.getAttribute(i, "highlight");
154 var state = this._textModel.getAttribute(this._requestedEndLine - 1, "highlight");
178 var state = this._textModel.getAttribute(startLine - 1, "highlight");
238 var nextLineState = this._textModel.getAttribute(lineNumber + 1, "highlight");
246 state = this._textModel.getAttribute(lineNumber, "highlight");
262 var state = this._textModel.getAttribute(lineNumber, "highlight");
266 var outdatedState = this._textModel.getAttribute(lineNumber, "highlight-outdated")
    [all...]

Completed in 695 milliseconds

1 2 3 4 5 6 7 8 91011>>