/external/iptables/extensions/ |
libxt_NFQUEUE.t | 8 # ERROR: cannot load: iptables -A INPUT -j NFQUEUE --queue-balance 0:65535 9 # -j NFQUEUE --queue-balance 0:65535;=;OK 10 -j NFQUEUE --queue-balance 0:65536;;FAIL 11 -j NFQUEUE --queue-balance -1:65535;;FAIL 13 -j NFQUEUE --queue-balance 0:6 --queue-cpu-fanout --queue-bypass;-j NFQUEUE --queue-balance 0:6 --queue-bypass --queue-cpu-fanout;OK 14 -j NFQUEUE --queue-bypass --queue-balance 0:6 --queue-cpu-fanout;-j NFQUEUE --queue-balance 0:6 --queue-bypass --queue-cpu-fanout;OK 15 -j NFQUEUE --queue-balance 0:6 --queue-bypass;=;OK
|
libxt_NFQUEUE.man | 9 was added in Linux 2.6.14. The \fBqueue-balance\fP option was added in Linux 2.6.31, 16 \fB\-\-queue\-balance\fP \fIvalue\fP\fB:\fP\fIvalue\fP 19 queues x, x+1, .. x+n and use "\-\-queue\-balance \fIx\fP\fB:\fP\fIx+n\fP". 31 \fB--queue-balance\fP this will use the CPU ID as an index to map packets to 33 per CPU. This requires \fB--queue-balance\fP to be specified.
|
libxt_NFQUEUE.c | 37 " --queue-balance first:last Balance flows between queues <value> to <value>.\n"); 46 " --queue-balance first:last Balance flows between queues <value> to <value>.\n" 57 " --queue-balance first:last Balance flows between queues <value> to <value>.\n" 67 {.name = "queue-balance", .id = O_QUEUE_BALANCE, 81 "--queue-balance not supported (kernel too old?)"); 171 printf(" NFQUEUE balance %u:%u", tinfo->queuenum, last); 185 printf(" NFQUEUE balance %u:%u", info->queuenum, last) [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/ |
BaseMediaInfoAtom.java | 16 short balance; field in class:BaseMediaInfoAtom 35 byteBuffer.putShort(balance); 46 balance = content.getShort(); 84 return balance; 87 public void setBalance(short balance) { 88 this.balance = balance; 106 ", balance=" + balance +
|
/external/speex/libspeex/ |
stereo.c | 44 spx_word32_t balance; /**< Left/right balance info */ member in struct:RealSpeexStereoState 86 stereo->balance = 65536; 93 stereo->balance = 1.0f; 112 float balance, e_ratio; local 120 balance=(e_left+1)/(e_right+1); 127 balance=4*log(balance); 130 if (balance>0) 134 balance=floor(.5+fabs(balance)) 150 spx_word32_t balance, e_ratio; local 224 spx_word32_t balance; local 251 spx_word32_t balance; local [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
SoundMediaHeaderBox.java | 27 private float balance; field in class:SoundMediaHeaderBox 34 return balance; 44 balance = IsoTypeReader.readFixedPoint88(content); 51 IsoTypeWriter.writeFixedPont88(byteBuffer, balance); 56 return "SoundMediaHeaderBox[balance=" + getBalance() + "]";
|
/external/autotest/contrib/ |
run-pool-inventory | 10 # Let's balance out the pools for the deputies before sending the eMail.
|
/external/valgrind/coregrind/ |
m_wordfm.c | 69 Char balance; /* do not make this unsigned */ member in struct:_AvlNode 96 /* Swing to the left. Warning: no balance maintainance. */ 106 /* Swing to the right. Warning: no balance maintainance. */ 116 /* Balance maintainance after especially nasty swings. */ 119 switch (root->balance) { 121 root->child[0]->balance = 0; 122 root->child[1]->balance = 1; 125 root->child[0]->balance = -1; 126 root->child[1]->balance = 0; 129 root->child[0]->balance = 0 [all...] |
m_oset.c | 101 Char balance; member in struct:_OSetNode 203 // Swing to the left. Warning: no balance maintainance. 213 // Swing to the right. Warning: no balance maintainance. 223 // Balance maintainance after especially nasty swings. 226 switch (root->balance) { 228 root->left->balance = 0; 229 root->right->balance = 1; 232 root->left->balance =-1; 233 root->right->balance = 0; 236 root->left->balance = 0 [all...] |
/external/libexif/libexif/olympus/ |
mnote-olympus-tag.c | 41 {MNOTE_NIKON_TAG_WHITEBALANCE, "WhiteBalance", N_("White Balance"), ""}, 46 {MNOTE_NIKON_TAG_WHITEBALANCEFINE,"WhiteBalanceFine",N_("White Balance Fine Adjustment"), ""}, 47 {MNOTE_NIKON_TAG_WHITEBALANCERB, "WhiteBalanceRB", N_("White Balance RB"), ""}, 98 {MNOTE_NIKON1_TAG_WHITEBALANCE, "WhiteBalance", N_("White Balance"), ""}, 118 {MNOTE_OLYMPUS_TAG_ONETOUCHWB, "OneTouchWB", N_("One Touch White Balance"), ""}, 119 {MNOTE_OLYMPUS_TAG_WHITEBALANCEBRACKET, "WhiteBalanceBracket", N_("White Balance Bracket"), ""}, 120 {MNOTE_OLYMPUS_TAG_WHITEBALANCEBIAS, "WhiteBalanceBias", N_("White Balance Bias"), ""}, 142 {MNOTE_OLYMPUS_TAG_WBALANCE, "WhiteBalance", N_("White Balance Setting"), ""}, 143 {MNOTE_OLYMPUS_TAG_REDBALANCE, "RedBalance", N_("Red Balance"), ""}, 144 {MNOTE_OLYMPUS_TAG_BLUEBALANCE, "BlueBalance", N_("Blue Balance"), ""}, [all...] |
/external/libexif/libexif/pentax/ |
mnote-pentax-tag.c | 41 {MNOTE_PENTAX_TAG_WHITE_BALANCE, "WhiteBalance", N_("White Balance"), ""}, 84 {MNOTE_PENTAX2_TAG_WHITE_BALANCE, "WhiteBalance", N_("White Balance"), ""}, 85 {MNOTE_PENTAX2_TAG_WHITE_BALANCE_MODE, "WhiteBalanceMode", N_("White Balance Mode"), ""}, 86 {MNOTE_PENTAX2_TAG_BLUE_BALANCE, "BlueBalance", N_("Blue Balance"), ""}, 87 {MNOTE_PENTAX2_TAG_RED_BALANCE, "RedBalance", N_("Red Balance"), ""}, 123 {MNOTE_CASIO2_TAG_WHITE_BALANCE_BIAS, "WhiteBalanceBias", N_("White Balance Bias"), ""}, 124 {MNOTE_CASIO2_TAG_WHITE_BALANCE, "WhiteBalance", N_("White Balance"), ""},
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
cpuset_sched_domains_test.sh | 50 cpuset_log "root group load balance test" 51 cpuset_log " sched load balance:" $load_balance 98 cpuset_log "general group load balance test" 100 cpuset_log " sched load balance:" $r_balance 103 cpuset_log " sched load balance:" $g_balance 147 cpuset_log "general group load balance test" 149 cpuset_log " sched load balance:" 0 152 cpuset_log " sched load balance:" $g1_balance 155 cpuset_log " sched load balance:" $g2_balance
|
cpuset_load_balance_test.sh | 65 cpuset_log "general group load balance test" 67 cpuset_log " sched load balance:" $r_balance 70 cpuset_log " sched load balance:" $g_balance 146 tst_resm TFAIL "load balance test failed." 150 tst_resm TPASS "load balance test succeeded." 171 cpuset_log "general group load balance test" 173 cpuset_log " sched load balance:" 0 176 cpuset_log " sched load balance:" $g1_balance 179 cpuset_log " sched load balance:" $g2_balance 284 tst_resm TFAIL "load balance test failed. [all...] |
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
IRuntimeHintProvider.java | 25 * The time is used to load balance sharded execution
|
/hardware/intel/common/libva/test/videoprocess/ |
process.cfg | 5 # Supported features including: denoise, deinterlacing, sharpening, color balance, 67 #5.5 Color balance parameters
|
/external/valgrind/cachegrind/ |
cg_merge.c | 983 Char balance; member in struct:_AvlNode 1009 /* Swing to the left. Warning: no balance maintainance. */ 1019 /* Swing to the right. Warning: no balance maintainance. */ 1029 /* Balance maintainance after especially nasty swings. */ 1032 switch (root->balance) { 1034 root->left->balance = 0; 1035 root->right->balance = 1; 1038 root->left->balance = -1; 1039 root->right->balance = 0; 1042 root->left->balance = 0 [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlCharacterMatcher.java | 137 * Finds the corresponding open tag by searching backwards until the tag balance 142 * @param targetTagBalance the balance to end the search at 146 // Balance of open and closing tags 148 // Balance of open and closing brackets 164 // Iterate backwards and keep track of the tag balance such that 191 * Finds the corresponding closing tag by searching forwards until the tag balance 196 * @param targetTagBalance the balance to end the search at
|
AndroidXmlAutoEditStrategy.java | 52 * by considering the tag and bracket balance on the current line and using it 103 Pair<Integer,Integer> balance = getBalance(doc, textStart, offset); local 104 int tagBalance = balance.getFirst(); 105 int bracketBalance = balance.getSecond(); 112 // We only care if tag or bracket balance is greater than 0; 390 * Returns a pair of (tag-balance,bracket-balance) for the range textStart to offset. 395 * @return the balance of tags and brackets 399 // Balance of open and closing tags 402 // Balance of open and closing bracket [all...] |
/hardware/qcom/gps/msm8909/utils/ |
LocHeap.h | 57 // help beter balance the tree with lower cost. When a node is pushed to the tree, 66 // push keeps the tree sorted by rank, it also tries to balance the 79 // pop keeps the tree sorted by rank, but it does not try to balance
|
/hardware/qcom/gps/msm8996/utils/ |
LocHeap.h | 57 // help beter balance the tree with lower cost. When a node is pushed to the tree, 66 // push keeps the tree sorted by rank, it also tries to balance the 79 // pop keeps the tree sorted by rank, but it does not try to balance
|
/hardware/qcom/gps/msm8998/utils/ |
LocHeap.h | 57 // help beter balance the tree with lower cost. When a node is pushed to the tree, 66 // push keeps the tree sorted by rank, it also tries to balance the 79 // pop keeps the tree sorted by rank, but it does not try to balance
|
/external/skia/tests/ |
SkLiteDLTest.cpp | 30 // missing restore() but SkLiteDL::draw should balance it for us
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
volume.h | 286 /** Calculate a 'balance' value for the specified volume with the 288 * (left) to +1.0f (right). If no balance value is applicable to this 293 /** Adjust the 'balance' value for the specified volume with the 295 * returned. The balance is a value between -1.0f and +1.0f. This 298 * requested balance value (e.g. when the input volume was zero anyway for 299 * all channels). If no balance value is applicable to 304 /** Calculate a 'fade' value (i.e. 'balance' between front and rear) 311 /** Adjust the 'fade' value (i.e. 'balance' between front and rear) 313 * modified in place and returned. The balance is a value between
|
/external/aac/libSBRenc/src/ |
bit_sbr.cpp | 797 if (coupling && sbrEnvData->balance) { 809 if (sbrEnvData->balance) { 810 /* coupling && balance */ 817 /* coupling && !balance */ [all...] |
/external/autotest/client/cros/chameleon/ |
audio_level.py | 83 """Gets the needed scale for _source and _sink to balance the level. 102 """Sets scale of _source to balance the level."""
|