/external/clang/test/Modules/ |
unnecessary-module-map-parsing.c | 3 // RUN: not %clang_cc1 -fmodules -I %S/Inputs/unnecessary-module-map-parsing -fsyntax-only %s 2>&1 | FileCheck %s 4 // RUN: %clang_cc1 -I %S/Inputs/unnecessary-module-map-parsing -fsyntax-only %s
|
/external/tinyalsa/ |
README | 7 - Avoid supporting complex and unnecessary operations that could be
|
/ndk/sources/android/support/src/musl-multibyte/ |
mblen.c | 4 * unnecessary.
|
mbrlen.c | 4 * unnecessary.
|
mbsinit.c | 4 * unnecessary.
|
wctomb.c | 4 * unnecessary.
|
internal.h | 4 * unnecessary.
|
/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/chromium_org/third_party/tcmalloc/chromium/src/gperftools/ |
type_profiler_map.h | 12 // PERFTOOLS_DLL_DECL is unnecessary, as it is Windows specific.
|
/external/expat/ |
README.android | 5 When updating to new versions, please remove any unnecessary build
|
/external/fio/crc/ |
sha1.h | 7 * and to avoid unnecessary copies into the context array.
|
/external/clang/test/CodeGen/ |
2002-02-13-ReloadProblem.c | 5 * the entire backend of GCC, even though it was unnecessary for LLVM output
|
/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_org/components/cronet/android/ |
proguard.cfg | 11 # TODO(mef) remove unnecessary classes from base, so we don't have to preserve 27 # Suppress unnecessary warnings.
|
/external/chromium_org/chrome/common/extensions/api/ |
BUILD.gn | 24 # TODO(brettw) this should be made unnecessary if possible.
|
/external/chromium_org/components/nacl/common/ |
pnacl_types.h | 10 // want to pull src/url/ into there, since it would be unnecessary bloat.
|
/external/chromium_org/third_party/mt19937ar/ |
README.chromium | 19 Additionally, unnecessary functions (in particular, main) were removed.
|
/external/icu/icu4c/source/ |
configure.mk | 5 # This should become unnecessary for autoconf past 2.63
|
/external/libvpx/libvpx/third_party/nestegg/ |
README.webm | 11 - delete unnecessary docs and build files
|
/external/llvm/test/BugPoint/ |
remove_arguments_test.ll | 6 ; unnecessary. And clean up any types that that frees up too.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/ |
README.webm | 11 - delete unnecessary docs and build files
|
/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...] |
/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.
|