HomeSort by relevance Sort by last modified time
    Searched full:unnecessary (Results 1 - 25 of 1411) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tinyalsa/
README 7 - Avoid supporting complex and unnecessary operations that could be
  /ndk/sources/android/support/src/musl-multibyte/
mblen.c 4 * unnecessary.
mbsinit.c 4 * unnecessary.
wctomb.c 4 * unnecessary.
mbrlen.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/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/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/chromium_org/chrome/browser/chromeos/input_method/
hidable_area.h 15 // turned displaying off if it is unnecessary.
  /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/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/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...]

Completed in 1030 milliseconds

1 2 3 4 5 6 7 8 91011>>