HomeSort by relevance Sort by last modified time
    Searched defs:setValue (Results 176 - 200 of 2014) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Camera2/src/com/android/camera/ui/motion/
DampedSpring.java 67 public void setValue(float value) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
KeyValueRow.java 72 public void setValue(CharSequence value) {
  /packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/preferences/
EmergencyListPreferenceTest.java 103 mPreference.setValue((String) mPreference.getEntryValues()[i]);
  /packages/apps/Settings/src/com/android/settings/search/
InlinePayload.java 140 public boolean setValue(Context context, int newValue) {
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
Setting.java 81 public void setValue(int value) {
86 public void setValue(String value) {
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
SimpleBackupSharedPreference.java 52 public void setValue(Object value) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PackedVector.h 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
92 Vec.setValue(Vec.Bits, Idx, val);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
PackedVector.h 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
92 Vec.setValue(Vec.Bits, Idx, val);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
PackedVector.h 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
92 Vec.setValue(Vec.Bits, Idx, val);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
PackedVector.h 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
92 Vec.setValue(Vec.Bits, Idx, val);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
PackedVector.h 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
92 Vec.setValue(Vec.Bits, Idx, val);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
PackedVector.h 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
92 Vec.setValue(Vec.Bits, Idx, val);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
PackedVector.h 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
92 Vec.setValue(Vec.Bits, Idx, val);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PackedVector.h 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
92 Vec.setValue(Vec.Bits, Idx, val);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
PackedVector.h 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
92 Vec.setValue(Vec.Bits, Idx, val);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
PackedVector.h 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
92 Vec.setValue(Vec.Bits, Idx, val);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
PackedVector.h 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
92 Vec.setValue(Vec.Bits, Idx, val);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
PackedVector.h 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
92 Vec.setValue(Vec.Bits, Idx, val);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
PackedVector.h 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
92 Vec.setValue(Vec.Bits, Idx, val);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
PackedVector.h 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
92 Vec.setValue(Vec.Bits, Idx, val);
  /system/chre/util/tests/
array_queue_test.cc 29 void setValue(int i) {
206 q.front().setValue(0);
210 q.front().setValue(1);
227 q[i].setValue(i);
  /art/test/141-class-unload/src/
Main.java 170 Method setValue = intHolder.getDeclaredMethod("setValue", Integer.TYPE);
174 setValue.invoke(intHolder, 2);
215 Method setValue = intHolder.getDeclaredMethod("setValue", Integer.TYPE);
216 setValue.invoke(intHolder, 2);
  /cts/tests/tests/util/src/android/util/cts/
PropertyTest.java 62 FLOAT_PROP.setValue(this, 10);
74 INT_PROP.setValue(this, 10);
137 public void setValue(PropertyTest object, float value) {
151 public void setValue(PropertyTest object, int value) {
  /external/desugar/java/com/google/devtools/common/options/
InvocationPolicyEnforcer.java 27 import com.google.devtools.build.lib.runtime.proto.InvocationPolicyOuterClass.SetValue;
351 // child. Note that this only makes sense for SetValue, when setting an expansion flag, or
376 for (ParsedOptionDescription setValue : repeatableSubflagsInSetValues.get(repeatableFlag)) {
377 newValues.add(setValue.getUnconvertedValue());
378 origins.add(setValue.getOrigin());
409 * Expand a SetValue flag policy on a repeatable flag. SetValue operations are the only flag
413 * @param subflagDesc, the description of the flag the SetValue'd expansion flag expands to.
414 * @param subflagValue, the values that the SetValue'd expansion flag expands to for this flag.
417 * SetValue policy on the original flag
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1GeneralString.java 73 public void setValue(byte[] value) {

Completed in 464 milliseconds

1 2 3 4 5 6 78 91011>>