/tools/motodev/src/plugins/preflighting.samplecheckers.findviewbyid/ |
plugin.properties | 1 pluginName=MOTODEV Studio App Validator SDK Unnecessary findViewById Sample Checker
5 unnecessaryFindViewByIdChecker=Unnecessary findViewById Checker
8 FindViewByIdInsideLoopsCondition=Unnecessary findViewById inside loops conditio
|
/tools/motodev/src/plugins/preflighting.samplecheckers.findviewbyid.ui/ |
plugin.properties | 1 pluginName=MOTODEV Studio App Validator SDK Unnecessary findViewById Sample Checker QuickFix Support
|
/external/tinyalsa/ |
README | 7 - Avoid supporting complex and unnecessary operations that could be
|
/external/clang/test/CodeGenCXX/ |
warn-padded-packed.cpp | 20 int i; // expected-warning {{packed attribute is unnecessary for 'i'}} 49 struct S9 { // expected-warning {{packed attribute is unnecessary for 'S9'}} 50 int x; // expected-warning {{packed attribute is unnecessary for 'x'}} 51 int y; // expected-warning {{packed attribute is unnecessary for 'y'}} 54 struct S10 { // expected-warning {{packed attribute is unnecessary for 'S10'}} 55 int x; // expected-warning {{packed attribute is unnecessary for 'x'}}
|
/external/clang/test/CodeGen/ |
2002-02-13-ReloadProblem.c | 5 * the entire backend of GCC, even though it was unnecessary for LLVM output
|
assign.c | 3 // Check that we don't generate unnecessary reloads.
|
/external/clang/test/CodeGenObjC/ |
simplify-exceptions.mm | 8 // Check that we don't emit unnecessary personality function references.
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
package.html | 8 bytecode, find dead bytecode, and identify unnecessary checkcasts.
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_popup_win.cc | 22 // display area of IME windows, this workaround becomes unnecessary.
|
/external/chromium/chrome/common/ |
native_window_notification_source.h | 15 // unnecessary but harmless.
|
/external/icu4c/ |
configure.mk | 5 # This should become unnecessary for autoconf past 2.63
|
/external/llvm/test/BugPoint/ |
remove_arguments_test.ll | 6 ; unnecessary. And clean up any types that that frees up too.
|
/external/skia/src/ports/ |
SkThread_win.cpp | 17 //The pragma appears to be unnecessary, but doesn't hurt.
|
/frameworks/compile/libbcc/runtime/lib/i386/ |
floatdixf.S | 14 // via a 64-bt store, this is unnecessary memory traffic, and should be avoided.
|
/tools/motodev/src/plugins/preflighting.samplecheckers.findviewbyid/src/com/motorolamobility/preflighting/samplechecker/findviewbyid/ |
SampleCheckersActivator.java | 55 "Starting MOTODEV Studio App Validator SDK Unnecessary findViewById Sample Checker...");
61 "MOTODEV Studio App Validator SDK Unnecessary findViewById Sample Checker started...");
|
/external/chromium/testing/gmock/scripts/generator/ |
README.cppclean | 6 to unnecessary #include directives. Unnecessary #includes can cause 17 * Unnecessary forward class declarations 18 * Unnecessary function declarations 20 * (planned) Find unnecessary header files #included 22 - Header is unnecessary if classes were forward declared instead
|
/libcore/luni/src/test/java/libcore/java/math/ |
OldBigDecimalArithmeticTest.java | 44 mc = new MathContext(33, RoundingMode.UNNECESSARY); 67 mc = new MathContext(33, RoundingMode.UNNECESSARY); 142 mc = new MathContext(2, RoundingMode.UNNECESSARY); 152 mc = new MathContext(4, RoundingMode.UNNECESSARY); 175 mc = new MathContext(4, RoundingMode.UNNECESSARY); 210 fail("ArithmeticException is not thrown for RoundingMode.UNNECESSARY"); 235 fail("ArithmeticException is not thrown for RoundingMode.UNNECESSARY"); 256 mc = new MathContext(13, RoundingMode.UNNECESSARY); 262 mc = new MathContext(33, RoundingMode.UNNECESSARY); 267 fail("ArithmeticException is not thrown for RoundingMode.UNNECESSARY"); [all...] |
OldBigDecimalConstructorsTest.java | 96 mc = new MathContext(34, RoundingMode.UNNECESSARY); 99 fail("No ArithmeticException for RoundingMode.UNNECESSARY"); 105 fail("No ArithmeticException for RoundingMode.UNNECESSARY"); 183 mc = new MathContext(34, RoundingMode.UNNECESSARY); 186 fail("No ArithmeticException for RoundingMode.UNNECESSARY"); 192 fail("No ArithmeticException for RoundingMode.UNNECESSARY"); 243 mc = new MathContext(34, RoundingMode.UNNECESSARY); 246 fail("No ArithmeticException for RoundingMode.UNNECESSARY"); 252 fail("No ArithmeticException for RoundingMode.UNNECESSARY"); 352 mc = new MathContext(34, RoundingMode.UNNECESSARY); [all...] |
OldBigDecimalCompareTest.java | 47 mc = new MathContext(34, RoundingMode.UNNECESSARY); 50 fail("No ArithmeticException for RoundingMode.UNNECESSARY");
|
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
ArticleActivity.java | 30 * Activity therefore becomes unnecessary. 42 * unnecessary, in which case we do the honorable thing and get out of the way.
|
/external/guava/guava-tests/test/com/google/common/math/ |
DoubleMathTest.java | 32 import static java.math.RoundingMode.UNNECESSARY; 108 BigDecimal expected = new BigDecimal(d).setScale(0, UNNECESSARY); 113 assertEquals(expected.intValue(), DoubleMath.roundToInt(d, UNNECESSARY)); 124 DoubleMath.roundToInt(d, UNNECESSARY); 188 // every mode except UNNECESSARY 189 BigDecimal expected = new BigDecimal(d).setScale(0, UNNECESSARY); 194 assertEquals(expected.longValue(), DoubleMath.roundToLong(d, UNNECESSARY)); 205 DoubleMath.roundToLong(d, UNNECESSARY); 253 BigDecimal expected = new BigDecimal(d).setScale(0, UNNECESSARY); 254 assertEquals(expected.toBigInteger(), DoubleMath.roundToBigInteger(d, UNNECESSARY)); [all...] |
/docs/source.android.com/src/source/ |
flashing.md | 27 The `-w` option wipes the `/data` partition on the device; this is useful for your first time flashing a particular device, but is otherwise unnecessary.
|
/external/chromium/base/synchronization/ |
lock_impl.h | 50 // unnecessary.
|
/external/compiler-rt/lib/i386/ |
floatdisf.S | 12 // via a 64-bt store, this is unnecessary memory traffic, and should be avoided.
|
floatdixf.S | 14 // via a 64-bt store, this is unnecessary memory traffic, and should be avoided.
|