/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
SavedNetworkEvaluator.java | 172 // 5GHz band bonus. 175 sbuf.append(" 5GHz bonus: ").append(mBand5GHzAward).append(","); 185 int bonus = mLastSelectionAward - (int) (timeDifference / 1000 / 60); 186 score += bonus > 0 ? bonus : 0; 188 .append(" minutes ago, bonus: ").append(bonus).append(","); 198 sbuf.append(" Same network bonus: ").append(mSameNetworkAward).append(","); 205 sbuf.append(" Equivalent BSSID bonus: ").append(mSameBssidAward).append(","); 212 sbuf.append(" Same BSSID bonus: ").append(mSameBssidAward).append(",") [all...] |
/bootable/recovery/applypatch/ |
applypatch_modes.cpp | 97 Value bonus(VAL_INVALID, ""); 101 printf("failed to load bonus file %s\n", argv[2]); 104 bonus.type = VAL_BLOB; 105 bonus.data = std::string(bonusFc.data.cbegin(), bonusFc.data.cend()); 122 if (bonus.type != VAL_INVALID) { 123 printf("bonus file not supported in flash mode\n"); 141 return applypatch(argv[1], argv[2], argv[3], target_size, sha1s, patches, &bonus); 175 "usage: %s [-b <bonus-file>] <src-file> <tgt-file> <tgt-sha1> <tgt-size> "
|
imgpatch.cpp | 154 // Note: expanded_len will include the bonus data size if 155 // the patch was constructed with bonus data. The
|
imgdiff.cpp | 115 * This tool can take an optional file of "bonus data". This is an 863 printf("failed to open bonus file %s: %s\n", argv[2], strerror(errno)); 868 printf("failed to stat bonus file %s: %s\n", argv[2], strerror(errno)); 875 printf("failed to read bonus file %s: %s\n", argv[2], strerror(errno)); 884 printf("usage: %s [-z] [-b <bonus-file>] <src-img> <tgt-img> <patch-file>\n", [all...] |
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
InlineCost.cpp | 275 int Bonus = 0; 279 Bonus -= InlineConstants::ColdccPenalty; 294 Bonus += CountBonusForConstant(I); 299 Bonus -= CalleeFI->Metrics.NumCalls * InlineConstants::CallPenalty; 301 return Bonus; 304 // ConstantFunctionBonus - Figure out how much of a bonus we can get for 306 // we may wish to inline from the indirect call bonus providing a limit on 307 // growth. Leave an upper limit of 0 for the bonus - we don't want to penalize 308 // inlining because we decide we don't want to give a bonus for 318 int Bonus = InlineConstants::IndirectCallBonus + getInlineSize(CS, F) [all...] |
/bootable/recovery/tests/component/ |
applypatch_test.cpp | 303 std::string bonus_file = from_testdata_base("bonus.file"); 305 // applypatch -b <bonus-file> <src-file> <tgt-file> <tgt-sha1> <tgt-size> <src-sha1>:<patch> 325 patch = boot_img_sha1 + ":" + from_testdata_base("recovery-from-boot-with-bonus.p"); 337 // applypatch -b <bonus-file> <src-file> <tgt-file> <tgt-sha1> <tgt-size> \ 362 // Invalid bonus file. 365 std::string bonus_file = from_testdata_base("bonus.file"); 366 // With bonus file, but missing args. 380 // Bonus file is not supported in flash mode. 381 // applypatch -b <bonus-file> <src-file> <tgt-file> <tgt-sha1> <tgt-size> 397 "invalid-sha1:filename" + from_testdata_base("recovery-from-boot-with-bonus.p") [all...] |
/external/llvm/test/Transforms/SimplifyCFG/ |
branch-fold-threshold.ll | 2 ; RUN: opt %s -simplifycfg -S -bonus-inst-threshold=2 | FileCheck %s --check-prefix=AGGRESSIVE
|
/external/clang/include/clang/Rewrite/Core/ |
DeltaTree.h | 25 /// on index. However, an added (important) bonus is that it can also
|
/external/llvm/include/llvm/Transforms/Scalar/ |
SimplifyCFG.h | 35 /// \brief Construct a pass with a specific bonus threshold.
|
/external/curl/tests/data/ |
test551 | 16 # as a bonus, ww use an excessive nonce length
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUAsmPrinter.h | 88 // Bonus information for debugging.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
NameDistance.java | 158 // Add Winkler bonus
|
/system/core/liblog/ |
log_ratelimit.cpp | 51 // Bonus to not print if they race here because that
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
gscan.h | 372 int same_network_bonus; // score bonus for all networks with the same network flag 373 int secure_bonus; // score bonus for networks that are not open 374 int band5GHz_bonus; // 5GHz RSSI score bonus (applied to all 5GHz networks)
|
/external/llvm/lib/Transforms/Scalar/ |
SimplifyCFGPass.cpp | 49 UserBonusInstThreshold("bonus-inst-threshold", cl::Hidden, cl::init(1), 50 cl::desc("Control the number of bonus instructions (default = 1)"));
|
/art/runtime/base/unix_file/ |
fd_file.h | 115 // Bonus API.
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
fgetln.c | 97 * As a bonus, though, we can leave off the __SMOD.
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
fgetstr.c | 137 * As a bonus, though, we can leave off the __SMOD.
|
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/wakeup/ |
WifiWakeupNetworkSelector.java | 125 // 5GHz band bonus.
|
/external/libopus/src/ |
opus_multistream_encoder.c | 713 opus_int32 bonus; local 714 bonus = 60*(Fs/frame_size-50); 715 channel_rate += bonus; 771 opus_int32 bonus = 60*(Fs/frame_size-50); local 772 non_mono_rate += bonus; [all...] |
/external/llvm/lib/Analysis/ |
InlineCost.cpp | [all...] |
/external/llvm/test/CodeGen/X86/ |
add-nsw-sext.ll | 21 ; An x86 bonus: If we promote the sext ahead of the 'add nsw',
|
/external/proguard/docs/ |
results.html | 28 processed code, with some potential increase in efficiency as an added bonus.
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
results.html | 27 processed code, with some potential increase in efficiency as an added bonus.
|
/external/clang/www/analyzer/ |
open_projects.html | 172 <p>Symbolic expressions of the form <code>$sym & CONSTANT</code> can range from 0 to <code>CONSTANT-</code>1 if CONSTANT is <code>2^n-1</code>, e.g. 0xFF (0b11111111), 0x7F (0b01111111), 0x3 (0b0011), 0xFFFF, etc. Even without handling general bitwise operations on symbols, we can at least bound the value of the resulting expression. Bonus points for handling masks followed by shifts, e.g. <code>($sym & 0b1100) >> 2</code>.
|