HomeSort by relevance Sort by last modified time
    Searched defs:value (Results 326 - 350 of 11796) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/java/text/
Annotation.java 29 * An Annotation object is used as a wrapper for a text attribute value if
35 * the same value for this attribute, the attribute still cannot be applied to
36 * the combined range as a whole with this value.
37 * <li>The attribute or its value usually do no longer apply if the underlying text is
48 * Wrapping the attribute value into an Annotation object guarantees that
60 * Constructs an annotation record with the given value, which
63 * @param value the value of the attribute
65 public Annotation(Object value) {
66 this.value = value
87 private Object value; field in class:Annotation
    [all...]
EntryPair.java 43 * is the contracting character name and value is its collation
49 public int value; field in class:EntryPair
52 public EntryPair(String name, int value) {
53 this(name, value, true);
55 public EntryPair(String name, int value, boolean fwd) {
57 this.value = value;
  /packages/apps/Dialer/java/com/android/dialer/proguard/
UsedByReflection.java 26 * be removed by tools like ProGuard. Use the value parameter to mention a file that uses the
33 String value(); method in interface:UsedByReflection
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/
transparent.pass.cpp 21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member in struct:is_transparent
28 static_assert ( !is_transparent<std::plus<int>>::value, "" );
29 static_assert ( !is_transparent<std::plus<std::string>>::value, "" );
30 static_assert ( is_transparent<std::plus<void>>::value, "" );
31 static_assert ( is_transparent<std::plus<>>::value, "" );
33 static_assert ( !is_transparent<std::minus<int>>::value, "" );
34 static_assert ( !is_transparent<std::minus<std::string>>::value, "" );
35 static_assert ( is_transparent<std::minus<void>>::value, "" );
36 static_assert ( is_transparent<std::minus<>>::value, "" );
38 static_assert ( !is_transparent<std::multiplies<int>>::value, "" );
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member in struct:is_transparent
28 static_assert ( !is_transparent<std::bit_and<int>>::value, "" );
29 static_assert ( !is_transparent<std::bit_and<std::string>>::value, "" );
30 static_assert ( is_transparent<std::bit_and<void>>::value, "" );
31 static_assert ( is_transparent<std::bit_and<>>::value, "" );
33 static_assert ( !is_transparent<std::bit_or<int>>::value, "" );
34 static_assert ( !is_transparent<std::bit_or<std::string>>::value, "" );
35 static_assert ( is_transparent<std::bit_or<void>>::value, "" );
36 static_assert ( is_transparent<std::bit_or<>>::value, "" );
38 static_assert ( !is_transparent<std::bit_xor<int>>::value, "" );
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
transparent.pass.cpp 21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member in struct:is_transparent
28 static_assert ( !is_transparent<std::less<int>>::value, "" );
29 static_assert ( !is_transparent<std::less<std::string>>::value, "" );
30 static_assert ( is_transparent<std::less<void>>::value, "" );
31 static_assert ( is_transparent<std::less<>>::value, "" );
33 static_assert ( !is_transparent<std::less_equal<int>>::value, "" );
34 static_assert ( !is_transparent<std::less_equal<std::string>>::value, "" );
35 static_assert ( is_transparent<std::less_equal<void>>::value, "" );
36 static_assert ( is_transparent<std::less_equal<>>::value, "" );
38 static_assert ( !is_transparent<std::equal_to<int>>::value, "" );
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
transparent.pass.cpp 21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member in struct:is_transparent
28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" );
29 static_assert ( !is_transparent<std::logical_and<std::string>>::value, "" );
30 static_assert ( is_transparent<std::logical_and<void>>::value, "" );
31 static_assert ( is_transparent<std::logical_and<>>::value, "" );
33 static_assert ( !is_transparent<std::logical_or<int>>::value, "" );
34 static_assert ( !is_transparent<std::logical_or<std::string>>::value, "" );
35 static_assert ( is_transparent<std::logical_or<void>>::value, "" );
36 static_assert ( is_transparent<std::logical_or<>>::value, "" );
38 static_assert ( !is_transparent<std::logical_not<int>>::value, "" );
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/arithmetic.operations/
transparent.pass.cpp 21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member in struct:is_transparent
28 static_assert ( !is_transparent<std::plus<int>>::value, "" );
29 static_assert ( !is_transparent<std::plus<std::string>>::value, "" );
30 static_assert ( is_transparent<std::plus<void>>::value, "" );
31 static_assert ( is_transparent<std::plus<>>::value, "" );
33 static_assert ( !is_transparent<std::minus<int>>::value, "" );
34 static_assert ( !is_transparent<std::minus<std::string>>::value, "" );
35 static_assert ( is_transparent<std::minus<void>>::value, "" );
36 static_assert ( is_transparent<std::minus<>>::value, "" );
38 static_assert ( !is_transparent<std::multiplies<int>>::value, "" );
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member in struct:is_transparent
28 static_assert ( !is_transparent<std::bit_and<int>>::value, "" );
29 static_assert ( !is_transparent<std::bit_and<std::string>>::value, "" );
30 static_assert ( is_transparent<std::bit_and<void>>::value, "" );
31 static_assert ( is_transparent<std::bit_and<>>::value, "" );
33 static_assert ( !is_transparent<std::bit_or<int>>::value, "" );
34 static_assert ( !is_transparent<std::bit_or<std::string>>::value, "" );
35 static_assert ( is_transparent<std::bit_or<void>>::value, "" );
36 static_assert ( is_transparent<std::bit_or<>>::value, "" );
38 static_assert ( !is_transparent<std::bit_xor<int>>::value, "" );
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/comparisons/
transparent.pass.cpp 21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member in struct:is_transparent
28 static_assert ( !is_transparent<std::less<int>>::value, "" );
29 static_assert ( !is_transparent<std::less<std::string>>::value, "" );
30 static_assert ( is_transparent<std::less<void>>::value, "" );
31 static_assert ( is_transparent<std::less<>>::value, "" );
33 static_assert ( !is_transparent<std::less_equal<int>>::value, "" );
34 static_assert ( !is_transparent<std::less_equal<std::string>>::value, "" );
35 static_assert ( is_transparent<std::less_equal<void>>::value, "" );
36 static_assert ( is_transparent<std::less_equal<>>::value, "" );
38 static_assert ( !is_transparent<std::equal_to<int>>::value, "" );
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/logical.operations/
transparent.pass.cpp 21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member in struct:is_transparent
28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" );
29 static_assert ( !is_transparent<std::logical_and<std::string>>::value, "" );
30 static_assert ( is_transparent<std::logical_and<void>>::value, "" );
31 static_assert ( is_transparent<std::logical_and<>>::value, "" );
33 static_assert ( !is_transparent<std::logical_or<int>>::value, "" );
34 static_assert ( !is_transparent<std::logical_or<std::string>>::value, "" );
35 static_assert ( is_transparent<std::logical_or<void>>::value, "" );
36 static_assert ( is_transparent<std::logical_or<>>::value, "" );
38 static_assert ( !is_transparent<std::logical_not<int>>::value, "" );
    [all...]
  /system/bt/osi/test/
properties_test.cc 28 char value[PROPERTY_VALUE_MAX] = {0}; local
29 osi_property_get("very.useful.test", value, "very_useful_value");
30 ASSERT_STREQ(value, "very_useful_value");
34 char value[PROPERTY_VALUE_MAX] = "nothing_interesting"; local
35 int ret = osi_property_set("very.useful.set.test", value);
44 int32_t value = 42; local
45 int32_t rvalue = osi_property_get_int32("very.useful.test", value);
46 ASSERT_EQ(rvalue, value);
50 char value[PROPERTY_VALUE_MAX] = "42"; local
51 int ret = osi_property_set("very.useful.set.test", value);
    [all...]
  /system/bt/service/common/android/bluetooth/
advertise_settings.cc 39 int32_t value; local
40 status_t status = parcel->readInt32(&value);
43 mode_ = static_cast<AdvertiseSettings::Mode>(value);
45 status = parcel->readInt32(&value);
48 tx_power_level_ = static_cast<AdvertiseSettings::TxPowerLevel>(value);
50 status = parcel->readInt32(&value);
53 connectable_ = static_cast<bool>(value);
55 status = parcel->readInt32(&value);
58 timeout_ = ::base::TimeDelta::FromMilliseconds(value);
scan_settings.cc 51 int value; local
52 status_t status = parcel->readInt32(&value);
54 mode_ = static_cast<ScanSettings::Mode>(value);
56 status = parcel->readInt32(&value);
58 callback_type_ = static_cast<ScanSettings::CallbackType>(value);
60 status = parcel->readInt32(&value);
62 result_type_ = static_cast<ScanSettings::ResultType>(value);
68 status = parcel->readInt32(&value);
70 match_mode_ = static_cast<ScanSettings::MatchMode>(value);
72 status = parcel->readInt32(&value);
    [all...]
  /system/core/libcutils/include/cutils/
config_utils.h 33 const char *value; member in struct:cnode
43 cnode* config_node(const char *name, const char *value);
48 /* look up a child by name and return the boolean value */
51 /* look up a child by name and return the string value */
55 void config_set(cnode *root, const char *name, const char *value);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
OrganizationParser.java 74 String value = this.lexer.getRest(); local
76 organization.setOrganization(value.trim());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
BaseLongEncodedValue.java 32 package org.jf.dexlib2.base.value;
37 import org.jf.dexlib2.iface.value.EncodedValue;
38 import org.jf.dexlib2.iface.value.LongEncodedValue;
46 long value = getValue(); local
47 int hashCode = (int)value;
48 return hashCode*31 + (int)(value>>>32);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
ImmutableBooleanEncodedValue.java 32 package org.jf.dexlib2.immutable.value;
34 import org.jf.dexlib2.base.value.BaseBooleanEncodedValue;
35 import org.jf.dexlib2.iface.value.BooleanEncodedValue;
41 protected final boolean value; field in class:ImmutableBooleanEncodedValue
43 private ImmutableBooleanEncodedValue(boolean value) {
44 this.value = value;
47 public static ImmutableBooleanEncodedValue forBoolean(boolean value) {
48 return value?TRUE_VALUE:FALSE_VALUE;
55 @Override public boolean getValue() { return value; }
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
MutableIntBenchmark.java 26 int[] value = new int[1]; local
30 value = new int[] { 5 };
35 value[0]++;
41 sum += value[0];
47 AtomicInteger value = new AtomicInteger(); local
51 value = new AtomicInteger(5);
56 value.incrementAndGet();
62 sum += value.intValue();
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableHighSpeedVideoConfiguration.java 47 public void marshal(HighSpeedVideoConfiguration value, ByteBuffer buffer) {
48 buffer.putInt(value.getWidth());
49 buffer.putInt(value.getHeight());
50 buffer.putInt(value.getFpsMin());
51 buffer.putInt(value.getFpsMax());
52 buffer.putInt(value.getBatchSizeMax());
MarshalQueryableStreamConfiguration.java 45 public void marshal(StreamConfiguration value, ByteBuffer buffer) {
46 buffer.putInt(value.getFormat());
47 buffer.putInt(value.getWidth());
48 buffer.putInt(value.getHeight());
49 buffer.putInt(value.isInput() ? 1 : 0);
MarshalQueryableStreamConfigurationDuration.java 54 public void marshal(StreamConfigurationDuration value, ByteBuffer buffer) {
55 buffer.putLong(value.getFormat() & MASK_UNSIGNED_INT); // unsigned int -> long
56 buffer.putLong(value.getWidth());
57 buffer.putLong(value.getHeight());
58 buffer.putLong(value.getDuration());
  /art/cmdline/detail/
cmdline_parser_detail.h 30 // SupportsInsertionOperator<T, TStream>::value will evaluate to a boolean,
31 // whose value is true if the TStream class supports the << operator against T,
37 static std::true_type InsertionOperatorTest(TStream& os, const T& value,
38 std::remove_reference<decltype(os << value)>* = 0); // NOLINT [whitespace/operators] [3]
44 static constexpr bool value = member in struct:art::detail::SupportsInsertionOperator
45 decltype(InsertionOperatorTest(FakeReference<TStream2>(), std::declval<T2>()))::value;
62 static constexpr bool value = member in struct:art::detail::SupportsEqualityOperatorImpl
63 decltype(EqualityOperatorTest(std::declval<TLeft>(), std::declval<TRight>()))::value;
72 static constexpr bool value = true; member in struct:art::detail::SupportsEqualityOperatorImpl
75 // SupportsEqualityOperatorImpl<T1, T2>::value will evaluate to a boolean
95 stream << value; local
    [all...]
  /art/runtime/base/
to_str.h 29 explicit ToStr(const T& value) {
31 os << value; local
  /art/runtime/
memory_region_test.cc 63 uint32_t value = 0xDEADBEEF; local
68 uint32_t masked_value = value & length_mask;
84 // Flip the value to try different edge bit combinations.
85 value = ~value;

Completed in 1141 milliseconds

<<11121314151617181920>>