HomeSort by relevance Sort by last modified time
    Searched defs:values (Results 201 - 225 of 6006) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SetMultimapReplaceValuesTester.java 41 List<V> values = Arrays.asList(v0, v1, v0); local
45 multimap().replaceValues(k, values);
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTransformValuesUnmodifiableIteratorTest.java 74 @Override public Collection<V> values() { method
77 return delegate.values();
80 return Iterators.unmodifiableIterator(delegate.values().iterator());
83 return delegate.values().removeAll(c);
86 return delegate.values().retainAll(c);
142 Collection<?> expectedValues = expected.values();
143 Collection<?> mapValues = map.values();
269 Collection<String> values = map.values();
270 values.remove("4")
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SimpleFormatter.java 18 * and formats only string values.
90 * Formats the given values.
92 public String format(CharSequence... values) {
93 return SimpleFormatterImpl.formatCompiledPattern(compiledPattern, values);
97 * Formats the given values, appending to the appendTo builder.
99 * @param appendTo Gets the formatted pattern and values appended.
101 * values[i] replaced pattern argument {i}.
102 * Can be null, or can be shorter or longer than values.
104 * @param values The argument values
140 String[] values = new String[getArgumentLimit()]; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SimpleFormatter.java 17 * and formats only string values.
92 * Formats the given values.
95 public String format(CharSequence... values) {
96 return SimpleFormatterImpl.formatCompiledPattern(compiledPattern, values);
100 * Formats the given values, appending to the appendTo builder.
102 * @param appendTo Gets the formatted pattern and values appended.
104 * values[i] replaced pattern argument {i}.
105 * Can be null, or can be shorter or longer than values.
107 * @param values The argument values
147 String[] values = new String[getArgumentLimit()]; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeUnit.java 36 * @return the available values
39 public static TimeUnit[] values() { method in class:TimeUnit
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
EnumImplicitMethods.java 39 * created {@link #values()} method that refers to the line of enum
42 public void values(Object o) { method in class:EnumImplicitMethods
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
ArrayInitializerExpr.java 37 private List<Expression> values; field in class:ArrayInitializerExpr
42 public ArrayInitializerExpr(List<Expression> values) {
43 setValues(values);
46 public ArrayInitializerExpr(Range range, List<Expression> values) {
48 setValues(values);
62 values = ensureNotNull(values);
63 return values;
66 public ArrayInitializerExpr setValues(List<Expression> values) {
67 this.values = values
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
ArrayInitializerExpr.java 34 private List<Expression> values; field in class:ArrayInitializerExpr
39 public ArrayInitializerExpr(List<Expression> values) {
40 setValues(values);
43 public ArrayInitializerExpr(int beginLine, int beginColumn, int endLine, int endColumn, List<Expression> values) {
45 setValues(values);
59 return values;
62 public void setValues(List<Expression> values) {
63 this.values = values;
64 setAsParentNodeOf(this.values);
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
NumberValue.java 17 package com.google.clearsilver.jsilver.values;
VariantValue.java 17 package com.google.clearsilver.jsilver.values;
23 * Base class for values of variant types (i.e. those that can be treated as different types at
51 // TODO: Cache the result for constant values (or just get rid of this class)
  /external/libbrillo/brillo/
map_utils.h 35 // Given an STL map, returns a vector containing all values from the map.
38 std::vector<typename T::mapped_type> values; local
39 values.reserve(map.size());
41 values.push_back(pair.second);
42 return values;
  /external/libchrome/base/trace_event/
heap_profiler_allocation_context.cc 64 const void* values[Backtrace::kMaxFrameCount]; local
66 values[i] = backtrace.frames[i].value;
69 reinterpret_cast<const char*>(values),
70 static_cast<int>(backtrace.frame_count * sizeof(*values)));
  /external/libffi/testsuite/libffi.call/
complex_int.c 53 void *values[MAX_ARGS]; local
64 values[0] = &tc_arg;
65 values[1] = &tc_int_arg_x;
66 values[2] = &tc_ptr_arg_y;
75 ffi_call(&cif, FFI_FN(f_complex), &tc_result, values);
float.c 24 void *values[MAX_ARGS]; local
33 values[0] = &si1;
35 values[1] = &f;
37 values[2] = &d;
39 values[3] = &ld;
52 ffi_call(&cif, FFI_FN(floating), &rint, values);
float1.c 28 void *values[MAX_ARGS]; local
34 values[0] = &f;
46 ffi_call(&cif, FFI_FN(dblit), &result[0].d, values);
float4.c 30 void *values[MAX_ARGS]; local
36 values[0] = &d;
48 ffi_call(&cif, FFI_FN(dblit), &result[0].d, values);
float_va.c 49 void *values[5]; local
71 values[0] = &firstarg;
72 values[1] = &doubles[0];
73 ffi_call(&cif, FFI_FN(float_va_fn), &resfp, values);
97 values[0] = &firstarg;
98 values[1] = &doubles[0];
99 values[2] = &doubles[1];
100 values[3] = &doubles[2];
101 ffi_call(&cif, FFI_FN(float_va_fn), &resfp, values);
promotion.c 21 void *values[MAX_ARGS]; local
33 values[0] = &sc;
34 values[1] = &ss;
35 values[2] = &uc;
36 values[3] = &us;
53 ffi_call(&cif, FFI_FN(promotion), &rint, values);
return_fl2.c 22 void *values[MAX_ARGS]; local
30 values[0] = &fl1;
31 values[1] = &fl2;
32 values[2] = &fl3;
33 values[3] = &fl4;
43 ffi_call(&cif, FFI_FN(return_fl), &rfl, values);
struct1.c 30 void *values[MAX_ARGS]; local
50 values[0] = &ts1_arg;
60 ffi_call(&cif, FFI_FN(struct1), ts1_result, values);
struct2.c 28 void *values[MAX_ARGS]; local
46 values[0] = &ts2_arg;
57 ffi_call(&cif, FFI_FN(struct2), ts2_result, values);
struct3.c 26 void *values[MAX_ARGS]; local
43 values[0] = &ts3_arg;
52 ffi_call(&cif, FFI_FN(struct3), ts3_result, values);
struct4.c 28 void *values[MAX_ARGS]; local
48 values[0] = &ts4_arg;
57 ffi_call (&cif, FFI_FN(struct4), ts4_result, values);
struct5.c 27 void *values[MAX_ARGS]; local
47 values[0] = &ts5_arg1;
48 values[1] = &ts5_arg2;
58 ffi_call (&cif, FFI_FN(struct5), ts5_result, values);
struct6.c 27 void *values[MAX_ARGS]; local
46 values[0] = &ts6_arg;
57 ffi_call(&cif, FFI_FN(struct6), ts6_result, values);

Completed in 561 milliseconds

1 2 3 4 5 6 7 891011>>