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

<<11121314151617181920>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
OutputInt.java 21 * The value field.
27 public int value; field in class:OutputInt
30 * Constructs an <code>OutputInt</code> with value 0.
40 * Constructs an <code>OutputInt</code> with the given value.
42 * @param value the initial value
47 public OutputInt(int value) {
48 this.value = value;
59 return Integer.toString(value);
    [all...]
  /external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/
Const.java 16 private final double value; field in class:Const
18 public Const(final double value) {
19 this.value = value;
23 return value;
  /external/jsr305/ri/src/main/java/javax/annotation/
Syntax.java 11 * This annotation a value that is of a particular syntax, such as Java syntax
24 * Value indicating the particular syntax denoted by this annotation.
37 * Syntax names can be followed by a colon and a list of key value pairs,
41 String value(); method in interface:Syntax
  /external/junit/src/main/java/org/junit/experimental/categories/
Category.java 11 * The value is an array of arbitrary classes.
47 Class<?>[] value(); method in interface:Category
  /external/junit/src/main/java/org/junit/experimental/theories/
FromDataPoints.java 15 * name. DataPoint names can be given as the value parameter of the
32 * // This will be called with every value in 'regexStrings',
38 * &#064;FromDataPoints("forMatching") String value) {
40 * // regex, only the values in 'testStrings' as value, and none
53 String value(); method in interface:FromDataPoints
ParametersSuppliedBy.java 46 Class<? extends ParameterSupplier> value(); method in interface:ParametersSuppliedBy
  /external/libchrome/base/memory/
raw_scoped_refptr_mismatch_checker.h 32 value = (std::is_pointer<T>::value && enumerator in enum:base::internal::NeedsScopedRefptrButGetsRawPtr::__anon22539
33 (std::is_convertible<T, subtle::RefCountedBase*>::value ||
34 std::is_convertible<T, subtle::RefCountedThreadSafeBase*>::value))
40 enum { value = 0 }; enumerator in enum:base::internal::ParamsUseScopedRefptrCorrectly::__anon22540
45 enum { value = 1 }; enumerator in enum:base::internal::ParamsUseScopedRefptrCorrectly::__anon22541
50 enum { value = !NeedsScopedRefptrButGetsRawPtr<Head>::value && enumerator in enum:base::internal::ParamsUseScopedRefptrCorrectly::__anon22542
51 ParamsUseScopedRefptrCorrectly<std::tuple<Tail...>>::value };
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.modifiers/
remove_filename.pass.cpp 30 const char* value; member in struct:RemoveFilenameTestcase
64 path const p_orig(TC.value);
66 assert(p == TC.value);
replace_filename.pass.cpp 30 const char* value; member in struct:ReplaceFilenameTestcase
55 path p(TC.value);
56 assert(p == TC.value);
62 path p2(TC.value);
  /external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
transparent.pass.cpp 22 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...]
  /external/libcxx/test/std/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 22 static const bool value = sizeof(__test<_Tp>(0)) == 1; member in struct:is_transparent
27 static_assert ( !is_transparent<std::bit_and<int>>::value, "" );
28 static_assert ( !is_transparent<std::bit_and<std::string>>::value, "" );
29 static_assert ( is_transparent<std::bit_and<void>>::value, "" );
30 static_assert ( is_transparent<std::bit_and<>>::value, "" );
32 static_assert ( !is_transparent<std::bit_or<int>>::value, "" );
33 static_assert ( !is_transparent<std::bit_or<std::string>>::value, "" );
34 static_assert ( is_transparent<std::bit_or<void>>::value, "" );
35 static_assert ( is_transparent<std::bit_or<>>::value, "" );
37 static_assert ( !is_transparent<std::bit_xor<int>>::value, "" );
    [all...]
  /external/libcxx/test/std/utilities/function.objects/comparisons/
transparent.pass.cpp 22 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...]
  /external/libcxx/test/std/utilities/function.objects/logical.operations/
transparent.pass.cpp 22 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...]
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
tuple_size_incomplete.fail.cpp 31 static size_t value; member in class:std::tuple_size
37 static void value() {} function in class:std::tuple_size
45 // Test that tuple_size<const T> is not incomplete when tuple_size<T>::value
49 (void)std::tuple_size<const Dummy1>::value; // expected-note {{here}}
51 // Test that tuple_size<const T> is not incomplete when tuple_size<T>::value
54 // expected-error@__tuple:* 1 {{value of type 'void ()' is not implicitly convertible to}}
55 (void)std::tuple_size<const Dummy2>::value; // expected-note {{here}}
58 // complete but ::value isn't a constant expression convertible to size_t.
60 // expected-error@__tuple:* 1 {{no member named 'value'}}
61 (void)std::tuple_size<const Dummy3>::value; // expected-note {{here}
    [all...]
  /external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
in_place_index_init_list_args.pass.cpp 36 int value; member in struct:InitListArg
38 : size(il.size()), value(v) {}
45 static_assert(std::is_constructible<V, std::in_place_index_t<0>, IL>::value,
52 !std::is_constructible<V, std::in_place_index_t<0>, IL, int>::value,
60 !std::is_constructible<V, std::in_place_index_t<1>, IL>::value, "");
66 std::is_constructible<V, std::in_place_index_t<1>, IL, int>::value, "");
73 !std::is_constructible<V, std::in_place_index_t<2>, IL>::value, "");
96 static_assert(std::get<1>(v).value == 42, "");
in_place_type_init_list_args.pass.cpp 36 int value; member in struct:InitListArg
38 : size(il.size()), value(v) {}
46 std::is_constructible<V, std::in_place_type_t<InitList>, IL>::value,
54 int>::value,
62 !std::is_constructible<V, std::in_place_type_t<InitListArg>, IL>::value,
70 IL, int>::value,
78 !std::is_constructible<V, std::in_place_type_t<int>, IL>::value, "");
84 IL, int>::value,
103 static_assert(std::get<1>(v).value == 42, "");
  /external/libmojo/base/android/
event_log.cc 11 void EventLogWriteInt(int tag, int value) {
12 Java_EventLog_writeEvent(AttachCurrentThread(), tag, value); local
  /external/libmojo/base/android/java/src/org/chromium/base/annotations/
JNIAdditionalImport.java 34 Class<?>[] value(); method in interface:JNIAdditionalImport
JNINamespace.java 19 public String value(); method in interface:JNINamespace
NativeClassQualifiedName.java 24 public String value(); method in interface:NativeClassQualifiedName
UsedByReflection.java 13 * Use the value parameter to mention a file that calls this method.
23 String value(); method in interface:UsedByReflection
  /external/libmojo/mojo/public/cpp/bindings/tests/
array_unittest.cc 39 CopyableType value; local
40 value_ptrs.push_back(value.ptr());
41 array.push_back(value);
51 CopyableType value; local
52 value_ptrs.push_back(value.ptr());
53 array.push_back(value);
74 MoveOnlyType value; local
75 value_ptrs.push_back(value.ptr());
76 array.push_back(std::move(value));
86 MoveOnlyType value; local
    [all...]
  /external/libopus/silk/
sort.c 47 opus_int32 value; local
60 /* Sort vector elements by value, increasing order */
62 value = a[ i ];
63 for( j = i - 1; ( j >= 0 ) && ( value < a[ j ] ); j-- ) {
64 a[ j + 1 ] = a[ j ]; /* Shift value */
67 a[ j + 1 ] = value; /* Write value */
74 value = a[ i ];
75 if( value < a[ K - 1 ] ) {
76 for( j = K - 2; ( j >= 0 ) && ( value < a[ j ] ); j-- )
96 opus_int value; local
140 opus_int value; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.h 25 int value; member in struct:vp9_token
44 vp9_write_tree(w, tree, probs, token->value, token->len, 0);
  /external/libxml2/doc/examples/
reader1.c 27 const xmlChar *name, *value; local
33 value = xmlTextReaderConstValue(reader);
41 if (value == NULL)
44 if (xmlStrlen(value) > 40)
45 printf(" %.40s...\n", value);
47 printf(" %s\n", value);

Completed in 590 milliseconds

<<11121314151617181920>>