/external/guava/guava/src/com/google/common/io/ |
BaseEncoding.java | 30 import static java.math.RoundingMode.UNNECESSARY; 501 this.bitsPerChar = log2(chars.length, UNNECESSARY);
|
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
CharMatcher.java | [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
PartialEvaluator.java | 101 * evaluated, even if they are unnecessary or 144 * if they are unnecessary or [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
set_sign.cpp | 46 template. Removed unnecessary include files. 65 3. Eliminated math operations that unnecessary checked for
|
c1035pf.cpp | 47 Removed unnecessary header files. 52 3. Eliminated math operations that unnecessary checked for
|
pre_proc.cpp | 52 template. Removed unnecessary include files. 61 4. Removed unnecessary typecasting in the multiply-accumulate
|
/frameworks/base/docs/html/ndk/guides/ |
standalone_toolchain.jd | 29 unnecessary for most use cases. In most cases, we recommend that you forego using a standalone 415 <p>The {@code -gcc-toolchain} option is unnecessary because, in a standalone package,
|
/libcore/luni/src/main/java/java/util/ |
HashMap.java | 432 * are inappropriate or unnecessary for constructors and pseudo-constructors 485 * unnecessary or inappropriate for constructors. In this class, the [all...] |
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
downloads.html | 133 <li>Fixed simplification of unnecessary variable initializations. 273 <li>Added check on modification times of input and output, to avoid unnecessary
|
/sdk/files/typos/ |
typos-en.txt | [all...] |
/art/compiler/dex/ |
gvn_dead_code_elimination.cc | 218 // that will be done only if we see a definition of v_reg-1, otherwise it's unnecessary. 237 // that will be done only if we see a definition of v_reg-1, otherwise it's unnecessary. [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardBuilder.java | 268 * To avoid unnecessary complication in logic, we use this method to construct N, FN [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ChangeLog | 75 optimization to avoid unnecessary Authentication frame exchange 270 - avoid unnecessary Dialog Token value changes during retries 479 * improved PMKSA cache expiration to avoid unnecessary disconnections 575 - allow unnecessary scans to be skipped if fresh information is [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFA.java | [all...] |
/external/bison/tests/ |
regression.at | 478 # C-string literal. Also notice that unnecessary escaping, such as "\?", from 1492 # syntax error is detected before unnecessary reductions are performed. [all...] |
/external/guava/guava/src/com/google/common/base/ |
CharMatcher.java | [all...] |
/external/icu/icu4c/source/common/ |
ucnv_u16.c | 318 c=0; /* avoid unnecessary surrogate handling below */ 917 c=0; /* avoid unnecessary surrogate handling below */ [all...] |
/external/llvm/lib/CodeGen/ |
MachineBlockPlacement.cpp | 753 /// with fallthrough out of the loop if doing so doesn't introduce unnecessary 775 // introduce an unnecessary branch. [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
ByteString.java | 287 * the stream and wishes to avoid all unnecessary copies and 314 * of the stream, unnecessary allocations and copies will be [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
lsp_az.cpp | 55 template. Removed unnecessary include files. 71 3. Eliminated math operations that unnecessary checked for
|
/frameworks/base/core/java/android/animation/ |
ObjectAnimator.java | [all...] |
/frameworks/base/media/java/android/media/ |
MediaRecorder.java | [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 579 to avoid unnecessary yacc invocations. 680 removed an apparently unnecessary test in isnumber(). [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
LocalList.java | 646 * The code above didn't find and remove an unnecessary
|
/dalvik/docs/ |
dexopt.html | 26 <li>Parsing class data fields adds unnecessary overhead during
|