HomeSort by relevance Sort by last modified time
    Searched full:strength (Results 76 - 100 of 1068) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/telephony/java/android/telephony/mbms/
StreamingServiceCallback.java 49 * Indicates broadcast signal strength is not available for this service.
93 * Broadcast Signal Strength updated.
95 * This signal strength is the BROADCAST signal strength which,
98 * strength. It a simple int from 0-4 for valid levels or
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationRuleParser.java 70 * strength=UCOL_IDENTICAL for &str.
71 * strength=UCOL_PRIMARY/UCOL_SECONDARY/UCOL_TERTIARY for &[before n]str where n=1/2/3.
73 abstract void addReset(int strength, CharSequence str);
75 * Adds a relation with strength and prefix | str / extension.
77 abstract void addRelation(int strength, CharSequence prefix,
186 int strength = result & STRENGTH_MASK; local
190 if(strength != resetStrength) {
191 setParseError("reset-before strength differs from its first relation");
195 if(strength < resetStrength) {
196 setParseError("reset-before strength followed by a stronger relation")
250 int strength; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationRuleParser.java 66 * strength=UCOL_IDENTICAL for &str.
67 * strength=UCOL_PRIMARY/UCOL_SECONDARY/UCOL_TERTIARY for &[before n]str where n=1/2/3.
69 abstract void addReset(int strength, CharSequence str);
71 * Adds a relation with strength and prefix | str / extension.
73 abstract void addRelation(int strength, CharSequence prefix,
182 int strength = result & STRENGTH_MASK; local
186 if(strength != resetStrength) {
187 setParseError("reset-before strength differs from its first relation");
191 if(strength < resetStrength) {
192 setParseError("reset-before strength followed by a stronger relation")
246 int strength; local
    [all...]
  /external/icu/icu4c/source/i18n/
collationruleparser.h 76 * strength=UCOL_IDENTICAL for &str.
77 * strength=UCOL_PRIMARY/UCOL_SECONDARY/UCOL_TERTIARY for &[before n]str where n=1/2/3.
79 virtual void addReset(int32_t strength, const UnicodeString &str,
82 * Adds a relation with strength and prefix | str / extension.
84 virtual void addRelation(int32_t strength, const UnicodeString &prefix,
152 void parseRelationStrings(int32_t strength, int32_t i, UErrorCode &errorCode);
153 void parseStarredCharacters(int32_t strength, int32_t i, UErrorCode &errorCode);
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
LoopStrengthReduce.h 1 //===- LoopStrengthReduce.h - Loop Strength Reduce Pass -------*- C++ -*-===//
14 // This pass performs a strength reduction on array references inside loops that
31 /// Performs Loop Strength Reduce Pass.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
LoopStrengthReduce.h 1 //===- LoopStrengthReduce.h - Loop Strength Reduce Pass -------*- C++ -*-===//
14 // This pass performs a strength reduction on array references inside loops that
31 /// Performs Loop Strength Reduce Pass.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
LoopStrengthReduce.h 1 //===- LoopStrengthReduce.h - Loop Strength Reduce Pass -------*- C++ -*-===//
14 // This pass performs a strength reduction on array references inside loops that
31 /// Performs Loop Strength Reduce Pass.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
LoopStrengthReduce.h 1 //===- LoopStrengthReduce.h - Loop Strength Reduce Pass ---------*- C++ -*-===//
14 // This pass performs a strength reduction on array references inside loops that
33 /// Performs Loop Strength Reduce Pass.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
LoopStrengthReduce.h 1 //===- LoopStrengthReduce.h - Loop Strength Reduce Pass ---------*- C++ -*-===//
14 // This pass performs a strength reduction on array references inside loops that
33 /// Performs Loop Strength Reduce Pass.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
LoopStrengthReduce.h 1 //===- LoopStrengthReduce.h - Loop Strength Reduce Pass ---------*- C++ -*-===//
14 // This pass performs a strength reduction on array references inside loops that
33 /// Performs Loop Strength Reduce Pass.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
LoopStrengthReduce.h 1 //===- LoopStrengthReduce.h - Loop Strength Reduce Pass ---------*- C++ -*-===//
14 // This pass performs a strength reduction on array references inside loops that
33 /// Performs Loop Strength Reduce Pass.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
LoopStrengthReduce.h 1 //===- LoopStrengthReduce.h - Loop Strength Reduce Pass -------*- C++ -*-===//
14 // This pass performs a strength reduction on array references inside loops that
31 /// Performs Loop Strength Reduce Pass.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
LoopStrengthReduce.h 1 //===- LoopStrengthReduce.h - Loop Strength Reduce Pass -------*- C++ -*-===//
14 // This pass performs a strength reduction on array references inside loops that
31 /// Performs Loop Strength Reduce Pass.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
LoopStrengthReduce.h 1 //===- LoopStrengthReduce.h - Loop Strength Reduce Pass -------*- C++ -*-===//
14 // This pass performs a strength reduction on array references inside loops that
31 /// Performs Loop Strength Reduce Pass.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
LoopStrengthReduce.h 1 //===- LoopStrengthReduce.h - Loop Strength Reduce Pass ---------*- C++ -*-===//
14 // This pass performs a strength reduction on array references inside loops that
33 /// Performs Loop Strength Reduce Pass.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
LoopStrengthReduce.h 1 //===- LoopStrengthReduce.h - Loop Strength Reduce Pass ---------*- C++ -*-===//
14 // This pass performs a strength reduction on array references inside loops that
33 /// Performs Loop Strength Reduce Pass.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
LoopStrengthReduce.h 1 //===- LoopStrengthReduce.h - Loop Strength Reduce Pass ---------*- C++ -*-===//
14 // This pass performs a strength reduction on array references inside loops that
33 /// Performs Loop Strength Reduce Pass.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
LoopStrengthReduce.h 1 //===- LoopStrengthReduce.h - Loop Strength Reduce Pass ---------*- C++ -*-===//
14 // This pass performs a strength reduction on array references inside loops that
33 /// Performs Loop Strength Reduce Pass.
  /frameworks/base/media/java/android/media/audiofx/
Virtualizer.java 59 * Is strength parameter supported by virtualizer engine. Parameter ID for getParameter().
63 * Virtualizer effect strength. Parameter ID for
84 * Indicates if strength parameter is supported by the virtualizer engine
132 * Indicates whether setting strength is supported. If this method returns false, only one
133 * strength is supported and the setStrength() method always rounds to that value.
134 * @return true is strength parameter is supported, false otherwise
141 * Sets the strength of the virtualizer effect. If the implementation does not support per mille
142 * accuracy for setting the strength, it is allowed to round the given strength to the nearest
145 * @param strength strength of the effect. The valid range for strength strength is [0, 1000]
557 public short strength; field in class:Virtualizer.Settings
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
dfs.h 14 /* dram driver strength */
  /external/icu/icu4c/source/test/intltest/
lcukocol.h 29 // performs test with strength TERIARY
  /external/llvm/test/CodeGen/Generic/
stop-after.ll 5 ; STOP: Loop Strength Reduction
  /frameworks/base/packages/SystemUI/res/values-mcc311-mnc480/
config.xml 23 <!-- Enable 5 bar signal strength icon -->
  /packages/apps/MusicFX/src/com/android/audiofx/
OpenSLESConstants.java 37 * The minimum bass boost strength in o/oo.
41 * The maximum bass boost strength in o/oo.
104 * The minimum virtualizer strength in o/oo.
108 * The maximum virtualizer strength in o/oo.

Completed in 1408 milliseconds

1 2 34 5 6 7 8 91011>>