/frameworks/base/libs/androidfw/include/androidfw/ |
AttributeFinder.h | 125 current_attr_ = static_cast<const Derived*>(this)->GetAttribute(current_); 153 // because the derived class we access in getAttribute() may not be 156 current_attr_ = static_cast<const Derived*>(this)->GetAttribute(begin_); 181 current_attr_ = static_cast<const Derived*>(this)->GetAttribute(current_);
|
/system/connectivity/wificond/net/ |
nl80211_packet.h | 114 bool GetAttribute(int id, NL80211NestedAttr* attribute) const; 120 // GetAttribute(). So we use an empty vector to initialize it, 124 if (!GetAttribute(id, &attribute)) { 132 bool GetAttribute(int id, NL80211Attr<T>* attribute) const {
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
WifiHalV1.driver.cpp | 26 bool FuzzerExtended_wifi::GetAttribute(
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
ActivityServiceItem.java | 44 return (LocationDumpsItem) getAttribute(LOCATION_DUMPS);
|
LogcatItem.java | 60 return (Date) getAttribute(START_TIME); 74 return (Date) getAttribute(STOP_TIME); 88 return (ItemList) getAttribute(EVENTS); 95 ((ItemList) getAttribute(EVENTS)).add(event);
|
NativeCrashItem.java | 47 return (String) getAttribute(FINGERPRINT);
|
PageAllocationFailureItem.java | 48 return (int) getAttribute(ORDER);
|
SELinuxItem.java | 52 return (String) getAttribute(SCONTEXT);
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/ |
JacocoReportCheck.java | 179 String cls = clsElement.getAttribute("name"); 193 String mtdName = mtdElement.getAttribute("name"); 194 String mtdDesc = mtdElement.getAttribute("desc"); 195 String mtdLineStr = mtdElement.getAttribute("line"); 226 String type = cntElement.getAttribute("type"); 227 String missedStr = cntElement.getAttribute("missed"); 228 String coveredStr = cntElement.getAttribute("covered");
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldAttributedStringTest.java | 210 public Object getAttribute(AttributedCharacterIterator.Attribute p) { 430 .getAttribute(aci[0]).equals("value1")); 432 .getAttribute(aci[1]).equals("value2")); 434 .getAttribute(aci[2]) == null); 462 .getAttribute(aci[0]) == null); 464 .getAttribute(aci[1]) == null); 466 .getAttribute(aci[2]) == null); 471 .getAttribute(aci[0]).equals("value1")); 473 .getAttribute(aci[1]).equals("value2")); 475 .getAttribute(aci[2]) == null) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationDescription.java | 179 String displayName = element.getAttribute(ATTR_NAME); 184 String config = element.getAttribute(ATTR_CONFIG); 188 String theme = element.getAttribute(ATTR_THEME); 193 String targetId = element.getAttribute(ATTR_TARGET); 199 String localeString = element.getAttribute(ATTR_LOCALE); 218 String activity = element.getAttribute(ATTR_ACTIVITY); 223 String deviceString = element.getAttribute(ATTR_DEVICE); 228 String stateName = element.getAttribute(ATTR_STATE); 239 String uiModeString = element.getAttribute(ATTR_UIMODE); 247 String nightModeString = element.getAttribute(ATTR_NIGHTMODE) [all...] |
/external/parameter-framework/upstream/parameter/ |
FixedPointParameterType.cpp | 79 xmlConfigurableElementSettingsElement.getAttribute("ValueSpace", strValueSpace); 95 xmlElement.getAttribute("Size", sizeInBits); 98 xmlElement.getAttribute("Integral", _uiIntegral); 99 xmlElement.getAttribute("Fractional", _uiFractional); 105 xmlElement.getAttribute("Size", size);
|
IntegerParameterType.cpp | 97 xmlElement.getAttribute("Signed", _bSigned); 101 xmlElement.getAttribute("Size", sizeInBits); 113 if (!xmlElement.getAttribute("Min", (int32_t &)_uiMin)) { 118 if (!xmlElement.getAttribute("Max", (int32_t &)_uiMax)) { 125 if (!xmlElement.getAttribute("Min", _uiMin)) { 130 if (!xmlElement.getAttribute("Max", _uiMax)) {
|
/test/vts/drivers/hal/server/ |
SocketServer.cpp | 103 string VtsDriverHalSocketServer::GetAttribute(const string& arg) { 104 cout << "VtsHalDriverServer::GetAttribute(" << arg << ")" << endl; 107 const string& result = driver_manager_->GetAttribute(call_msg); 108 cout << "VtsHalDriverServer::GetAttribute done" << endl; 197 const string& result = GetAttribute(command_message.arg());
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ActionTranslator.g | 151 return scope.getAttribute(attrName); 217 st.add("attr", scope.getAttribute($y.text)); 223 st.add("attr", scope.getAttribute($y.text)); 257 st.add("attr", scope.getAttribute($y.text)); 262 st.add("attr", scope.getAttribute($y.text)); 273 AttributeScope.tokenScope.getAttribute($y.text)!=null}? 291 AttributeScope.tokenScope.getAttribute($y.text)!=null && 312 st.add("attr", AttributeScope.tokenScope.getAttribute($y.text)); 405 st.add("attr", scope.getAttribute($y.text)); 511 st.add("attr", scope.getAttribute($ID.text)) [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
ExifInterfaceTest.java | 219 String tagValue = exifInterface.getAttribute(tagKey); 235 String stringValue = exifInterface.getAttribute(tag); 346 String backupValue = exifInterface.getAttribute(ExifInterface.TAG_MAKE); 350 assertEquals("abc", exifInterface.getAttribute(ExifInterface.TAG_MAKE)); 373 String backupValue = exifInterface.getAttribute(ExifInterface.TAG_MAKE); 378 assertEquals("abc", exifInterface.getAttribute(ExifInterface.TAG_MAKE)); 501 assertEquals(dateTimeValue, exif.getAttribute(ExifInterface.TAG_DATETIME)); 502 assertEquals(dateTimeOriginalValue, exif.getAttribute(ExifInterface.TAG_DATETIME_ORIGINAL)); 510 assertEquals(dateTimeOriginalValue, exif.getAttribute(ExifInterface.TAG_DATETIME));
|
/frameworks/support/exifinterface/tests/src/android/support/media/ |
ExifInterfaceTest.java | 461 assertEquals("K", exif.getAttribute(ExifInterface.TAG_GPS_SPEED_REF)); 464 assertEquals(provider, exif.getAttribute(ExifInterface.TAG_GPS_PROCESSING_METHOD)); 541 assertEquals(dateTimeValue, exif.getAttribute(ExifInterface.TAG_DATETIME)); 542 assertEquals(dateTimeOriginalValue, exif.getAttribute(ExifInterface.TAG_DATETIME_ORIGINAL)); 550 assertEquals(dateTimeOriginalValue, exif.getAttribute(ExifInterface.TAG_DATETIME)); 641 assertEquals(isoValue, exif.getAttribute(oldTag)); 642 assertEquals(isoValue, exif.getAttribute(newTag)); 646 assertEquals(isoValue, exif.getAttribute(oldTag)); 647 assertEquals(isoValue, exif.getAttribute(newTag)); [all...] |
/development/testrunner/ |
android_manifest.py | 52 return manifest.getAttribute('package') 93 instrs.append(element.getAttribute('android:name'))
|
/external/apache-http/src/org/apache/http/protocol/ |
BasicHttpContext.java | 65 public Object getAttribute(final String id) { 74 obj = this.parentContext.getAttribute(id);
|
SyncBasicHttpContext.java | 54 public synchronized Object getAttribute(final String id) { 55 return super.getAttribute(id);
|
/external/javassist/src/main/javassist/bytecode/ |
MethodInfo.java | 140 = getAttribute(AnnotationsAttribute.invisibleTag); 147 = getAttribute(AnnotationsAttribute.visibleTag); 154 = getAttribute(ParameterAnnotationsAttribute.invisibleTag); 161 = getAttribute(ParameterAnnotationsAttribute.visibleTag); 168 = (AnnotationDefaultAttribute) getAttribute(AnnotationDefaultAttribute.tag); 177 = getAttribute(SignatureAttribute.tag); 299 public AttributeInfo getAttribute(String name) { 453 .getAttribute(LineNumberAttribute.tag);
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/session/ |
DefaultSessionTest.java | 380 * Test the getAttribute() and setAttribute() methods
383 assertNull("name does not exist yet", session.getAttribute(NAME1));
386 assertEquals("NAME1", VALUE, session.getAttribute(NAME1));
387 assertNull("NAME2", session.getAttribute(NAME2));
388 assertNull("no such name", session.getAttribute("noSuchName"));
392 * Test the getAttribute() method, passing in a null name
396 session.getAttribute(null);
424 assertNull("NAME1", session.getAttribute(NAME1));
|
/frameworks/av/media/libstagefright/rtsp/ |
APacketSource.cpp | 44 static bool GetAttribute(const char *s, const char *key, AString *value) { 114 if (GetAttribute(params, "profile-level-id", &val)) { 126 if (!GetAttribute(params, "sprop-parameter-sets", &val)) { 225 CHECK(GetAttribute(params, "config", &val)); 264 if (GetAttribute(params, "objectType", &val)) { 273 CHECK(GetAttribute(params, "config", &val)); 368 CHECK(GetAttribute(params, "config", &val)); 542 if (!GetAttribute(params.c_str(), "mode", &val)
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
documentcreateelementcasesensitive.java | 75 attribute1 = newElement1.getAttribute("district"); 76 attribute2 = newElement2.getAttribute("county");
|
hc_documentcreateelementcasesensitive.java | 79 attribute1 = newElement1.getAttribute("lang"); 80 attribute2 = newElement2.getAttribute("title");
|