HomeSort by relevance Sort by last modified time
    Searched full:thisconfig (Results 1 - 13 of 13) sorted by null

  /frameworks/base/libs/androidfw/tests/
Config_test.cpp 34 const ResTable_config& thisConfig = configs[i];
35 if (!thisConfig.match(target)) {
39 if (thisConfig.isBetterThan(bestConfig, &target)) {
40 bestConfig = thisConfig;
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
FileMatch.java 301 final Object[] thisconfig = { local
305 return thisconfig;
313 final Object[] thisconfig = toArray(); local
315 return Arrays.deepEquals(thisconfig,otherconfig);
ResultLogConfig.java 160 final Object[] thisconfig = { local
163 return thisconfig;
ResultRecord.java 188 final Object[] thisconfig = { local
191 return thisconfig;
DirectoryScannerConfig.java 368 final Object[] thisconfig = { local
371 return thisconfig;
379 final Object[] thisconfig = toArray(); local
381 return Arrays.deepEquals(thisconfig,otherconfig);
ScanManagerConfig.java 139 final Object[] thisconfig = { local
142 return thisconfig;
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
FileMatch.java 301 final Object[] thisconfig = { local
305 return thisconfig;
313 final Object[] thisconfig = toArray(); local
315 return Arrays.deepEquals(thisconfig,otherconfig);
ResultLogConfig.java 160 final Object[] thisconfig = { local
163 return thisconfig;
ResultRecord.java 188 final Object[] thisconfig = { local
191 return thisconfig;
DirectoryScannerConfig.java 368 final Object[] thisconfig = { local
371 return thisconfig;
379 final Object[] thisconfig = toArray(); local
381 return Arrays.deepEquals(thisconfig,otherconfig);
ScanManagerConfig.java 139 final Object[] thisconfig = { local
142 return thisconfig;
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]

Completed in 328 milliseconds