/device/google/bonito/vibrator/ |
Vibrator.h | 58 Return<void> perform(V1_0::Effect effect, EffectStrength strength, 60 Return<void> perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, 62 Return<void> perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override; 67 Return<void> performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb); 68 Return<void> performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb);
|
Vibrator.cpp | 152 static uint8_t convertEffectStrength(EffectStrength strength) { 155 switch (strength) { 168 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { 169 return performWrapper(effect, strength, _hidl_cb); 172 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, 174 return performWrapper(effect, strength, _hidl_cb); 177 Return<void> Vibrator::perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { 178 return performWrapper(effect, strength, _hidl_cb); 182 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { 189 if (strength < *validStrengthRange.begin() || strength > *std::prev(validStrengthRange.end())) [all...] |
/device/google/crosshatch/vibrator/ |
Vibrator.h | 43 Return<void> perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) 45 Return<void> perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, perform_cb _hidl_cb) 47 Return<void> perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override; 52 Return<void> performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb); 53 Return<void> performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb);
|
Vibrator.cpp | 156 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, 158 return performWrapper(effect, strength, _hidl_cb); 161 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, 163 return performWrapper(effect, strength, _hidl_cb); 166 Return<void> Vibrator::perform_1_2(Effect effect, EffectStrength strength, 168 return performWrapper(effect, strength, _hidl_cb); 172 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { 178 return performEffect(static_cast<Effect>(effect), strength, _hidl_cb); 181 Return<void> Vibrator::performEffect(Effect effect, EffectStrength strength, 198 if (strength == EffectStrength::STRONG) [all...] |
/device/google/wahoo/vibrator/ |
Vibrator.h | 45 Return<void> perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) 47 Return<void> perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, perform_cb _hidl_cb) 49 Return<void> perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override; 54 Return<void> performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb); 55 Return<void> performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb);
|
Vibrator.cpp | 162 static uint8_t convertEffectStrength(EffectStrength strength) { 165 switch (strength) { 178 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { 179 return performWrapper(effect, strength, _hidl_cb); 182 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, 184 return performWrapper(effect, strength, _hidl_cb); 187 Return<void> Vibrator::perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { 188 return performWrapper(effect, strength, _hidl_cb); 192 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { 199 if (strength < *validStrengthRange.begin() || strength > *std::prev(validStrengthRange.end())) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationBuilder.java | 112 void addReset(int strength, CharSequence str) { 127 if(strength == Collator.IDENTICAL) { return; } // simple reset-at-position 129 // &[before strength]position 130 assert(Collator.PRIMARY <= strength && strength <= Collator.TERTIARY); 131 int index = findOrInsertNodeForCEs(strength); 136 while(strengthFromNode(node) > strength) { 142 if(strengthFromNode(node) == strength && isTailoredNode(node)) { 143 // Reset to just before this same-strength tailored node. 145 } else if(strength == Collator.PRIMARY) 286 int strength = Collator.PRIMARY; local [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationBuilder.java | 108 void addReset(int strength, CharSequence str) { 123 if(strength == Collator.IDENTICAL) { return; } // simple reset-at-position 125 // &[before strength]position 126 assert(Collator.PRIMARY <= strength && strength <= Collator.TERTIARY); 127 int index = findOrInsertNodeForCEs(strength); 132 while(strengthFromNode(node) > strength) { 138 if(strengthFromNode(node) == strength && isTailoredNode(node)) { 139 // Reset to just before this same-strength tailored node. 141 } else if(strength == Collator.PRIMARY) 282 int strength = Collator.PRIMARY; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
KeyPairGeneratorSpi.java | 32 int strength = 2048; field in class:KeyPairGeneratorSpi 42 int strength, 45 this.strength = strength; 99 Integer paramStrength = Integers.valueOf(strength); 107 DHParameterSpec dhParams = BouncyCastleProvider.CONFIGURATION.getDHDefaultParameters(strength); 128 pGen.init(strength, PrimeCertaintyCalculator.getDefaultCertainty(strength), random);
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
KeyPairGeneratorSpi.java | 36 int strength = 2048; field in class:KeyPairGeneratorSpi 46 int strength, 49 this.strength = strength; 103 Integer paramStrength = Integers.valueOf(strength); 111 DHParameterSpec dhParams = BouncyCastleProvider.CONFIGURATION.getDHDefaultParameters(strength); 132 pGen.init(strength, PrimeCertaintyCalculator.getDefaultCertainty(strength), random);
|
/external/skia/modules/particles/include/ |
SkParticleAffector.h | 31 const SkCurve& strength, 34 static sk_sp<SkParticleAffector> MakeAngularVelocity(const SkCurve& strength,
|
/external/icu/icu4c/source/test/intltest/ |
ssearch.h | 45 const char *name, const char *strength, uint32_t seed);
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/ |
pcan_gain_control_util.h | 25 // gain normalization exponent (0.0 disables, 1.0 full strength) 26 float strength; member in struct:PcanGainControlConfig
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/ |
pcan_gain_control_util.h | 30 // gain normalization exponent (0.0 disables, 1.0 full strength) 31 float strength; member in struct:PcanGainControlConfig
|
/external/icu/icu4c/source/i18n/ |
collationbuilder.cpp | 106 RuleBasedCollator::RuleBasedCollator(const UnicodeString &rules, ECollationStrength strength, 115 internalBuildTailoring(rules, strength, UCOL_DEFAULT, NULL, NULL, errorCode); 132 ECollationStrength strength, 142 internalBuildTailoring(rules, strength, decompositionMode, NULL, NULL, errorCode); 160 int32_t strength, 184 if(strength != UCOL_DEFAULT) { 185 setAttribute(UCOL_STRENGTH, (UColAttributeValue)strength, errorCode); 294 CollationBuilder::addReset(int32_t strength, const UnicodeString &str, 317 if(strength == UCOL_IDENTICAL) { return; } // simple reset-at-position 319 // &[before strength]positio 486 int32_t strength = UCOL_PRIMARY; local 1065 int32_t strength = ceStrength(ce); local 1415 int32_t strength = strengthFromNode(node); local [all...] |
collationbuilder.h | 59 virtual void addReset(int32_t strength, const UnicodeString &str, 71 virtual void addRelation(int32_t strength, const UnicodeString &prefix, 77 * for the CE + strength. 79 int32_t findOrInsertNodeForCEs(int32_t strength, const char *&parserErrorReason, 81 int32_t findOrInsertNodeForRootCE(int64_t ce, int32_t strength, UErrorCode &errorCode); 90 * Skips over nodes of weaker strength to maintain collation order 94 int32_t insertTailoredNodeAfter(int32_t index, int32_t strength, UErrorCode &errorCode); 105 * Finds the node which implies or contains a common=05 weight of the given strength 109 * Always returns the input index if that node is no stronger than the given strength. 111 int32_t findCommonNode(int32_t index, int32_t strength) const [all...] |
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
CollatorICU.java | 101 int strength; local 105 strength = java.text.Collator.IDENTICAL; 108 strength = java.text.Collator.PRIMARY; 111 strength = java.text.Collator.SECONDARY; 114 strength = java.text.Collator.TERTIARY; 119 strength = java.text.Collator.TERTIARY; 122 throw new IllegalStateException("Unknown strength is used by the ICU Collator."); 124 return strength; 143 // This option is interpreted as IDENTICAL strength. 167 throw new IllegalArgumentException("Invalid strength.") [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
VirtualizerTest.java | 83 //Test case 1.0: test strength 92 short strength = mVirtualizer.getRoundedStrength(); local 93 strength = (strength == TEST_STRENGTH) ? TEST_STRENGTH2 : TEST_STRENGTH; 94 mVirtualizer.setStrength((short)strength); 96 // allow STRENGTH_TOLERANCE difference between set strength and rounded strength 97 assertTrue("got incorrect strength", 98 ((float)strength2 > (float)strength / STRENGTH_TOLERANCE) && 99 ((float)strength2 < (float)strength * STRENGTH_TOLERANCE)) 101 short strength = mVirtualizer.getRoundedStrength(); local 127 short strength = settings.strength; local [all...] |
/external/libaom/libaom/av1/encoder/x86/ |
temporal_filter_sse4.c | 77 const int strength, const int rounding, 80 const __m128i strength_u128 = _mm_set_epi32(0, 0, 0, strength); 102 const int strength, const int rounding, 105 const __m128i strength_u128 = _mm_set_epi32(0, 0, 0, strength); 131 const int strength, const int rounding, 133 const __m128i strength_u128 = _mm_set_epi32(0, 0, 0, strength); 333 int ss_x, int ss_y, int strength, int use_whole_blk, uint32_t *y_accum, 338 const int rounding = (1 << strength) >> 1; 356 assert(strength >= 0); 357 assert(strength <= 6) [all...] |
highbd_temporal_filter_sse4.c | 70 const int strength, const int rounding, 73 const __m128i strength_u128 = _mm_set_epi32(0, 0, 0, strength); 117 const int strength, const int rounding, 119 highbd_average_4(output_0, sum_0_u32, mul_constants_0, strength, rounding, 121 highbd_average_4(output_1, sum_1_u32, mul_constants_1, strength, rounding, 198 int ss_x, int ss_y, int strength, int use_whole_blk, uint32_t *y_accum, 203 const int rounding = (1 << strength) >> 1; 221 assert(strength >= 4 && strength <= 14 && 222 "invalid adjusted temporal filter strength"); [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
KeyPairGeneratorSpi.java | 43 int strength, 48 // random, strength, PrimeCertaintyCalculator.getDefaultCertainty(strength)); 49 (random != null) ? random : new SecureRandom(), strength, PrimeCertaintyCalculator.getDefaultCertainty(strength));
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/ |
Light.java | 55 * Creates a light at the given position with a given strength. 58 * @param strength strength of light. 60 public Light(float[] position, float strength) { 61 mStrength = strength;
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
temporal_filter_sse4.c | 115 const int strength, const int rounding, 118 const __m128i strength_u128 = _mm_set_epi32(0, 0, 0, strength); 141 const __m128i mul_constants_1, const int strength, 143 const __m128i strength_u128 = _mm_set_epi32(0, 0, 0, strength); 240 unsigned int height, int strength, 244 const int rounding = (1 << strength) >> 1; 246 assert(strength >= 0); 247 assert(strength <= 6); 264 sum_row_c = average_8(sum_row_c, mul_constants, strength, rounding, weight); 282 average_8(sum_row_a, mul_constants, strength, rounding, weight) [all...] |
/external/libvpx/libvpx/vp8/encoder/x86/ |
temporal_filter_apply_sse2.asm | 21 ; int strength, | 4 37 %define strength 16 49 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read 52 ; 0x8000 >> (16 - strength) 54 sub rdx, arg(4) ; 16 - strength 113 ; modifer += 0x8000 >> (16 - strength) 117 ; modifier >>= strength 118 psrlw xmm0, [rsp + strength] 119 psrlw xmm1, [rsp + strength] [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_temporal_filter.c | 185 static INLINE int mod_index(int sum_dist, int index, int rounding, int strength, 189 mod >>= strength; local 228 int ss_x, int ss_y, int strength, int *blk_fw, int use_32x32, 233 const int rounding = (1 << strength) >> 1; 242 assert(strength >= 0); 243 assert(strength <= 6); 305 mod_index(modifier, y_index, rounding, strength, filter_weight); 350 u_mod = mod_index(u_mod, cr_index, rounding, strength, filter_weight); 351 v_mod = mod_index(v_mod, cr_index, rounding, strength, filter_weight); 368 unsigned int block_height, int strength, 416 modifier >>= strength; local 482 modifier >>= strength; local 595 int strength = arnr_filter_data->strength; local 981 int q, frames, base_strength, strength; local 1054 int strength; local [all...] |