HomeSort by relevance Sort by last modified time
    Searched refs:IDS (Results 1 - 9 of 9) sorted by null

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/device/
DeviceInfoCollector.java 42 public static final Set<String> IDS = new HashSet<String>();
45 IDS.add(AbiUtils.createId(abi, APP_PACKAGE_NAME));
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
CtsTestTest.java 55 private static final List<String> IDS = new ArrayList<>();
60 IDS.add(ID);
199 EasyMock.expect(mMockRepo.findPackageIdsForTest(className)).andReturn(IDS);
219 EasyMock.expect(mMockRepo.findPackageIdsForTest(className)).andReturn(IDS);
235 EasyMock.expect(mMockPlan.getTestIds()).andReturn(IDS);
250 EasyMock.expect(mMockPlan.getTestIds()).andReturn(IDS);
269 EasyMock.expect(mMockPlan.getTestIds()).andReturn(IDS);
280 EasyMock.expect(mMockRepo.getPackageIds()).andReturn(IDS).anyTimes();
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ActivityTransition.java 54 public static final int[] IDS = {
77 return IDS[getIndexForKey(id)];
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 61 * Enum for HTML element ids.
65 var IDS = {
338 var fakeboxText = $(IDS.FAKEBOX_TEXT);
394 var customStyleElement = $(IDS.CUSTOM_THEME_STYLE);
426 customStyleElement.id = IDS.CUSTOM_THEME_STYLE;
697 // Why iframes have IDs:
706 // Giving iframes distinct ids seems to cause some invalidation and prevent
1072 tilesContainer = $(IDS.TILES);
1073 notification = $(IDS.NOTIFICATION);
1074 attribution = $(IDS.ATTRIBUTION)
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsTestLogReporter.java 65 mIsDeviceInfoRun = DeviceInfoCollector.IDS.contains(id);
CtsXmlResultReporter.java 257 mIsDeviceInfoRun = DeviceInfoCollector.IDS.contains(id);
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 238 namespace IDS {
240 template class BasicStringPiece<int>; // expected-error {{explicit instantiation of undefined template 'spec_vs_expl_inst::IDS::BasicStringPiece<int>'}} // expected-note {{explicit instantiation definition is here}}
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp     [all...]

Completed in 587 milliseconds