OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unnecessary
(Results
1 - 25
of
1201
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/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/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
/external/google-breakpad/src/testing/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
");
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
LongMathTest.java
26
import static java.math.RoundingMode.
UNNECESSARY
;
79
/* Relies on the correctness of BigIntegerMath.log2 for all modes except
UNNECESSARY
. */
95
assertEquals(x, 1L << LongMath.log2(x,
UNNECESSARY
));
103
// Relies on the correctness of BigIntegerMath.log10 for all modes except
UNNECESSARY
.
107
// Relies on the correctness of BigIntegerMath.sqrt for all modes except
UNNECESSARY
.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SortedSetRelation.java
45
CONTAINS = A_NOT_B | A_AND_B, // A (
unnecessary
)
47
ISCONTAINED = A_AND_B | B_NOT_A, // B (
unnecessary
)
51
NONE = 0, // null (
unnecessary
)
54
A = CONTAINS, // A (
unnecessary
)
56
B = ISCONTAINED, // B (
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.
/developers/build/prebuilts/gradle/NfcProvisioning/Application/src/main/java/com/example/android/nfcprovisioning/
TextWatcherWrapper.java
24
* {@link OnTextChangedListener} while hiding all other
unnecessary
events.
/developers/samples/android/admin/NfcProvisioning/Application/src/main/java/com/example/android/nfcprovisioning/
TextWatcherWrapper.java
24
* {@link OnTextChangedListener} while hiding all other
unnecessary
events.
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
TextWatcherWrapper.java
24
* {@link OnTextChangedListener} while hiding all other
unnecessary
events.
Completed in 232 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>