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

1 2 3 4 5 6 7 8 91011>>

  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
DvmLockSampleParserTest.java 36 assertEquals("android.support.test.aupt", item.getAttribute(DvmLockSampleItem.PROCESS_NAME));
37 assertEquals(Boolean.FALSE, item.getAttribute(DvmLockSampleItem.SENSITIVITY_FLAG));
38 assertEquals("Instr: android.support.test.aupt", item.getAttribute(DvmLockSampleItem.WAITING_THREAD_NAME));
39 assertEquals(75, item.getAttribute(DvmLockSampleItem.WAIT_TIME));
40 assertEquals("AccessibilityCache.java", item.getAttribute(DvmLockSampleItem.WAITING_SOURCE_FILE));
41 assertEquals(256, item.getAttribute(DvmLockSampleItem.WAITING_SOURCE_LINE));
42 assertEquals("AccessibilityCache.java", item.getAttribute(DvmLockSampleItem.OWNER_FILE_NAME));
43 assertEquals(96, item.getAttribute(DvmLockSampleItem.OWNER_ACQUIRE_SOURCE_LINE));
44 assertEquals(15, item.getAttribute(DvmLockSampleItem.SAMPLE_PERCENTAGE));
  /external/deqp/executor/
xeTestResultParser.cpp 384 const char* TestResultParser::getAttribute (const char* name)
389 return m_xmlParser.getAttribute(name);
451 const char* version = getAttribute("Version");
455 m_result->casePath = getAttribute("CasePath");
459 m_result->caseType = getTestCaseType(m_xmlParser.getAttribute("CaseType"));
483 result->statusCode = getTestStatusCode(getAttribute("StatusCode"));
495 section->name = getAttribute("Name");
496 section->description = getAttribute("Description");
504 number->name = getAttribute("Name");
505 number->description = getAttribute("Description")
    [all...]
  /tools/loganalysis/src/com/android/loganalysis/item/
SmartMonkeyLogItem.java 100 return (Date) getAttribute(START_TIME);
121 return (Date) getAttribute(INTERMEDIATE_TIME);
128 return (Date) getAttribute(STOP_TIME);
143 return (List<String>) getAttribute(PACKAGES);
151 ((List<String>) getAttribute(PACKAGES)).add(thePackage);
159 return (List<String>) getAttribute(APPLICATIONS);
167 ((List<String>) getAttribute(APPLICATIONS)).add(theApp);
174 return (Integer) getAttribute(THROTTLE);
188 return (Integer) getAttribute(TARGET_INVOCATIONS);
203 return (Long) getAttribute(TOTAL_DURATION)
    [all...]
MonkeyLogItem.java 104 return (Date) getAttribute(START_TIME);
118 return (Date) getAttribute(STOP_TIME);
132 return (StringSet) getAttribute(PACKAGES);
139 ((StringSet) getAttribute(PACKAGES)).add(thePackage);
146 return (StringSet) getAttribute(CATEGORIES);
153 ((StringSet) getAttribute(CATEGORIES)).add(category);
160 return (Integer) getAttribute(THROTTLE);
174 return (Long) getAttribute(SEED);
188 return (Integer) getAttribute(TARGET_COUNT);
202 return (Boolean) getAttribute(IGNORE_SECURITY_EXCEPTIONS)
    [all...]
MiscLogcatItem.java 69 return (Date) getAttribute(EVENT_TIME);
83 return (Integer) getAttribute(PID);
97 return (Integer) getAttribute(TID);
111 return (String) getAttribute(APP);
125 return (String) getAttribute(TAG);
139 return (String) getAttribute(LAST_PREAMBLE);
153 return (String) getAttribute(PROCESS_PREAMBLE);
176 return (String) getAttribute(CATEGORY);
190 return (String) getAttribute(STACK);
TopItem.java 64 return (Integer) getAttribute(USER);
78 return (Integer) getAttribute(NICE);
92 return (Integer) getAttribute(SYSTEM);
106 return (Integer) getAttribute(IDLE);
120 return (Integer) getAttribute(IOW);
134 return (Integer) getAttribute(IRQ);
148 return (Integer) getAttribute(SIRQ);
162 return (Integer) getAttribute(TOTAL);
176 return (String) getAttribute(TEXT);
LatencyItem.java 29 return (int) getAttribute(ACTION_ID);
37 return (long) getAttribute(DELAY);
TransitionDelayItem.java 45 return (String) getAttribute(COMPONENT_NAME);
53 return (long) getAttribute(START_WINDOW_DELAY);
61 return (long) getAttribute(TRANSITION_DELAY);
AnrItem.java 76 return (Double) getAttribute(category.toString());
90 return (Double) getAttribute(category.toString());
104 return (String) getAttribute(ACTIVITY);
118 return (String) getAttribute(REASON);
132 return (String) getAttribute(TRACE);
BatteryDischargeStatsInfoItem.java 88 return (int) getAttribute(MAX_PERCENTAGE);
95 return (int) getAttribute(MIN_PERCENTAGE);
102 return (int) getAttribute(DISCHARGE_PERCENTAGE);
109 return (long) getAttribute(DISCHARGE_DURATION);
116 return (long) getAttribute(PROJECTED_BATTERY_LIFE);
DmesgServiceInfoItem.java 51 return (String) getAttribute(SERVICE_NAME);
65 return (Long) getAttribute(SERVICE_START_TIME);
79 return (Long) getAttribute(SERVICE_END_TIME);
93 if (null != getAttribute(SERVICE_END_TIME) && null != getAttribute(SERVICE_START_TIME)) {
BugreportItem.java 70 return (Date) getAttribute(TIME);
84 return (CommandLineItem) getAttribute(COMMAND_LINE);
98 return (MemInfoItem) getAttribute(MEM_INFO);
112 return (ProcrankItem) getAttribute(PROCRANK);
126 return (TopItem) getAttribute(TOP);
140 return (KernelLogItem) getAttribute(KERNEL_LOG);
154 return (KernelLogItem) getAttribute(LAST_KMSG);
168 return (LogcatItem) getAttribute(SYSTEM_LOG);
182 return (SystemPropsItem) getAttribute(SYSTEM_PROPS);
196 return (DumpsysItem) getAttribute(DUMPSYS)
    [all...]
LocationDumpsItem.java 82 return (String) getAttribute(PACKAGE);
89 return (int) getAttribute(EFFECTIVE_INTERVAL);
96 return (int) getAttribute(MIN_INTERVAL);
103 return (int) getAttribute(MAX_INTERVAL);
110 return (String) getAttribute(REQUEST_PRIORITY);
117 return (int) getAttribute(LOCATION_DURATION);
DumpsysWifiStatsItem.java 68 return (int) getAttribute(WIFI_DISCONNECT);
75 return (int) getAttribute(WIFI_SCAN);
82 return (int) getAttribute(WIFI_ASSOCIATION);
LowMemoryKillerItem.java 52 return (int) getAttribute(PID);
66 return (String) getAttribute(PROCESS_NAME);
80 return (int) getAttribute(ADJUSTMENT);
  /external/testng/src/test/java/test/attributes/
AttributeTest.java 23 Assert.assertEquals(ctx.getAttribute("test"), "1");
34 Assert.assertTrue(ctx.getAttribute("test2").equals("2"));
  /prebuilts/go/darwin-x86/misc/chrome/gophertool/
popup.js 8 var url = links[i].getAttribute("url");
11 openURL(this.getAttribute("url"));
  /prebuilts/go/linux-x86/misc/chrome/gophertool/
popup.js 8 var url = links[i].getAttribute("url");
11 openURL(this.getAttribute("url"));
  /external/parameter-framework/upstream/xmlserializer/
XmlElement.cpp 80 bool CXmlElement::getAttribute<std::string>(const string &name, string &value) const
101 bool CXmlElement::getAttribute(const std::string &name, T &value) const
104 if (!getAttribute(name, rawValue)) {
120 getAttribute("Name", attribute);
267 template bool CXmlElement::getAttribute(const std::string &name, std::string &value) const;
268 template bool CXmlElement::getAttribute(const std::string &name, bool &value) const;
269 template bool CXmlElement::getAttribute(const std::string &name, short &value) const;
270 template bool CXmlElement::getAttribute(const std::string &name, unsigned short &value) const;
271 template bool CXmlElement::getAttribute(const std::string &name, int &value) const;
272 template bool CXmlElement::getAttribute(const std::string &name, unsigned int &value) const
    [all...]
  /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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchConfiguration.java 109 mLaunchAction = config.getAttribute(LaunchConfigDelegate.ATTR_LAUNCH_ACTION,
118 mReuseLastUsedDevice = config.getAttribute(
120 mLastUsedDevice = config.getAttribute(
127 mAvdName = config.getAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, mAvdName);
134 index = config.getAttribute(LaunchConfigDelegate.ATTR_SPEED, index);
142 index = config.getAttribute(LaunchConfigDelegate.ATTR_DELAY, index);
149 mEmulatorCommandLine = config.getAttribute(
156 mWipeData = config.getAttribute(LaunchConfigDelegate.ATTR_WIPE_DATA, mWipeData);
162 mNoBootAnim = config.getAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM,
175 String value = config.getAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE
    [all...]
  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 86 const TiXmlAttribute* num_cmaps_attr = GetAttribute(cmap_table->at(0),
93 int32_t platform_id = GetAttribute(*it, "platform_id")->IntValue();
94 int32_t encoding_id = GetAttribute(*it, "encoding_id")->IntValue();
99 GetAttribute(*it, "format")->IntValue());
109 sscanf_s(GetAttribute(*jt, "char")->Value(), "%x", &character);
111 sscanf(GetAttribute(*jt, "char")->Value(), "%x", &character);
113 int32_t glyph_id = GetAttribute(*jt, "gid")->IntValue();
  /frameworks/base/libs/androidfw/tests/
Theme_test.cpp 66 EXPECT_EQ(kInvalidCookie, theme->GetAttribute(app::R::attr::attr_one, &value, &flags));
80 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
86 cookie = theme->GetAttribute(app::R::attr::attr_two, &value, &flags);
104 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
110 cookie = theme->GetAttribute(app::R::attr::attr_two, &value, &flags);
119 cookie = theme->GetAttribute(app::R::attr::attr_three, &value, &flags);
139 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
146 cookie = theme->GetAttribute(app::R::attr::attr_six, &value, &flags);
153 cookie = theme->GetAttribute(app::R::attr::attr_five, &value, &flags);
173 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags)
    [all...]
  /cts/suite/cts/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...]
  /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")

Completed in 399 milliseconds

1 2 3 4 5 6 7 8 91011>>