HomeSort by relevance Sort by last modified time
    Searched refs:IDS (Results 1 - 12 of 12) 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 51 private static final List<String> IDS = new ArrayList<>();
54 IDS.add(ID);
181 EasyMock.expect(mMockRepo.findPackageIdsForTest(className)).andReturn(IDS);
201 EasyMock.expect(mMockRepo.findPackageIdsForTest(className)).andReturn(IDS);
217 EasyMock.expect(mMockPlan.getTestIds()).andReturn(IDS);
232 EasyMock.expect(mMockPlan.getTestIds()).andReturn(IDS);
251 EasyMock.expect(mMockPlan.getTestIds()).andReturn(IDS);
262 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 52 * Enum for HTML element ids.
56 var IDS = {
343 var customStyleElement = $(IDS.CUSTOM_THEME_STYLE);
375 customStyleElement.id = IDS.CUSTOM_THEME_STYLE;
552 // Why iframes have IDs:
561 // Giving iframes distinct ids seems to cause some invalidation and prevent
922 tilesContainer = $(IDS.TILES);
923 notification = $(IDS.NOTIFICATION);
924 attribution = $(IDS.ATTRIBUTION);
925 ntpContents = $(IDS.NTP_CONTENTS)
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsTestLogReporter.java 65 mIsDeviceInfoRun = DeviceInfoCollector.IDS.contains(id);
CtsXmlResultReporter.java 225 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...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GeneralDecoder.cpp 2451 JBig2IntDecoderState ids; local
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 418 milliseconds