Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/external/linux-tools-perf/util/
Dvalues.c6 void perf_read_values_init(struct perf_read_values *values) in perf_read_values_init()
26 void perf_read_values_destroy(struct perf_read_values *values) in perf_read_values_destroy()
43 static void perf_read_values__enlarge_threads(struct perf_read_values *values) in perf_read_values__enlarge_threads()
56 static int perf_read_values__findnew_thread(struct perf_read_values *values, in perf_read_values__findnew_thread()
78 static void perf_read_values__enlarge_counters(struct perf_read_values *values) in perf_read_values__enlarge_counters()
98 static int perf_read_values__findnew_counter(struct perf_read_values *values, in perf_read_values__findnew_counter()
117 void perf_read_values_add_value(struct perf_read_values *values, in perf_read_values_add_value()
130 struct perf_read_values *values) in perf_read_values__display_pretty()
176 struct perf_read_values *values) in perf_read_values__display_raw()
225 void perf_read_values_display(FILE *fp, struct perf_read_values *values, int raw) in perf_read_values_display()
/external/webkit/Source/WebCore/svg/properties/
DSVGListProperty.h56 void clearValues(PropertyType& values, ExceptionCode& ec) in clearValues()
77 unsigned numberOfItemsValues(PropertyType& values) const in numberOfItemsValues()
89 …ListItemType initializeValues(PropertyType& values, const ListItemType& newItem, ExceptionCode& ec) in initializeValues()
117 PropertyType& values = animatedList->values(); in initializeValuesAndWrappers() local
138 bool canGetItem(PropertyType& values, unsigned index, ExceptionCode& ec) in canGetItem()
148 ListItemType getItemValues(PropertyType& values, unsigned index, ExceptionCode& ec) in getItemValues()
160 PropertyType& values = animatedList->values(); in getItemValuesAndWrappers() local
182 …ListItemType insertItemBeforeValues(PropertyType& values, const ListItemType& newItem, unsigned in… in insertItemBeforeValues()
214 PropertyType& values = animatedList->values(); in insertItemBeforeValuesAndWrappers() local
239 bool canReplaceItem(PropertyType& values, unsigned index, ExceptionCode& ec) in canReplaceItem()
[all …]
DSVGPathSegListPropertyTearOff.h46 SVGPathSegList& values = m_animatedProperty->values(); in removeItemFromList() local
70 SVGPathSegList& values = m_animatedProperty->values(); in numberOfItems() local
83 SVGPathSegList& values = m_animatedProperty->values(); in initialize() local
98 SVGPathSegList& values = m_animatedProperty->values(); in insertItemBefore() local
111 SVGPathSegList& values = m_animatedProperty->values(); in replaceItem() local
126 SVGPathSegList& values = m_animatedProperty->values(); in appendItem() local
142 SVGPathSegList& values = m_animatedProperty->values(); in commitChange() local
DSVGAnimatedTransformListPropertyTearOff.h49 …f> create(SVGElement* contextElement, const QualifiedName& attributeName, SVGTransformList& values) in create()
55 …tyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, SVGTransformList& values) in SVGAnimatedTransformListPropertyTearOff()
DSVGPathSegListPropertyTearOff.cpp34 SVGPathSegList& values = m_animatedProperty->values(); in clear() local
49 SVGPathSegList& values = m_animatedProperty->values(); in getItem() local
60 SVGPathSegList& values = m_animatedProperty->values(); in removeItem() local
DSVGAnimatedListPropertyTearOff.h82 PropertyType& values() { return m_values; } in values() function
88 …ype> > create(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& values) in create()
95 …opertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& values) in SVGAnimatedListPropertyTearOff()
DSVGAnimatedPathSegListPropertyTearOff.h57 …Off> create(SVGElement* contextElement, const QualifiedName& attributeName, SVGPathSegList& values) in create()
63 …ertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, SVGPathSegList& values) in SVGAnimatedPathSegListPropertyTearOff()
DSVGTransformListPropertyTearOff.h47 SVGTransformList& values = m_animatedProperty->values(); in createSVGTransformFromMatrix() local
56 SVGTransformList& values = m_animatedProperty->values(); in consolidate() local
/external/webrtc/src/system_wrappers/source/
Ddata_log_c_helpers_unittest.c71 int values[kTestArrayLen] = {1, 2, 3, 4}; in WebRtcDataLogCHelper_TestInsertArray_int() local
81 float values[kTestArrayLen] = {1.0f, 2.0f, 3.0f, 4.0f}; in WebRtcDataLogCHelper_TestInsertArray_float() local
91 double values[kTestArrayLen] = {1.0, 2.0, 3.0, 4.0}; in WebRtcDataLogCHelper_TestInsertArray_double() local
101 int32_t values[kTestArrayLen] = {1, 2, 3, 4}; in WebRtcDataLogCHelper_TestInsertArray_int32() local
111 uint32_t values[kTestArrayLen] = {1, 2, 3, 4}; in WebRtcDataLogCHelper_TestInsertArray_uint32() local
121 int64_t values[kTestArrayLen] = {1, 2, 3, 4}; in WebRtcDataLogCHelper_TestInsertArray_int64() local
Ddata_log_c.cc61 const int* values, in WebRtcDataLog_InsertArray_int()
76 const float* values, in WebRtcDataLog_InsertArray_float()
91 const double* values, in WebRtcDataLog_InsertArray_double()
106 const int32_t* values, in WebRtcDataLog_InsertArray_int32()
121 const uint32_t* values, in WebRtcDataLog_InsertArray_uint32()
136 const int64_t* values, in WebRtcDataLog_InsertArray_int64()
/external/webkit/PerformanceTests/Parser/resources/
Drunner.js18 function computeAverage(values) { argument
25 function computeMax(values) { argument
34 function computeMedian(values) { argument
42 function computeMin(values) { argument
51 function computeStdev(values) { argument
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractMultimapTest.java210 Collection<Integer> values = multimap.get("bar"); in testGet0() local
217 Collection<Integer> values = multimap.get("bar"); in testGet1() local
226 Collection<Integer> values = multimap.get("foo"); in testGet2() local
235 Collection<Integer> values = multimap.get(nullKey()); in testGetNull() local
342 Collection<Integer> values = asList(2, nullValue()); in testReplaceValues() local
356 Collection<Integer> values = asList(); in testReplaceValuesEmpty() local
369 Collection<Integer> values = asList(2, nullValue()); in testReplaceValuesNull() local
382 Collection<Integer> values = asList(2, 4); in testReplaceValuesNotPresent() local
394 Collection<Integer> values = Lists.newArrayList(1, 2, 3, 2, 1); in testReplaceValuesDuplicates() local
503 Collection<Integer> values = multimap.values(); in testValues() local
[all …]
/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffVector.h45 inline AutoDiffVector(const ValueType& values) in AutoDiffVector()
67 inline AutoDiffVector(const ValueType& values, const JacobianType& jac) in AutoDiffVector()
95 inline const ValueType& values() const { return m_values; } in values() function
96 inline ValueType& values() { return m_values; } in values() function
/external/hamcrest/src/org/hamcrest/core/
DDescribedAs.java18 private final Object[] values; field in DescribedAs
22 public DescribedAs(String descriptionTemplate, Matcher<T> matcher, Object[] values) { in DescribedAs()
52 …ublic static <T> Matcher<T> describedAs(String description, Matcher<T> matcher, Object... values) { in describedAs()
/external/hamcrest/src/org/hamcrest/internal/
DSelfDescribingValueIterator.java8 private Iterator<T> values; field in SelfDescribingValueIterator
10 public SelfDescribingValueIterator(Iterator<T> values) { in SelfDescribingValueIterator()
/external/hamcrest/src/org/hamcrest/
DDescription.java30 T... values); in appendValueList()
36 Iterable<T> values); in appendValueList()
43 Iterable<? extends SelfDescribing> values); in appendList()
DBaseDescription.java56 … public <T> Description appendValueList(String start, String separator, String end, T... values) { in appendValueList()
60 …c <T> Description appendValueList(String start, String separator, String end, Iterable<T> values) { in appendValueList()
64 …e <T> Description appendValueList(String start, String separator, String end, Iterator<T> values) { in appendValueList()
68 … appendList(String start, String separator, String end, Iterable<? extends SelfDescribing> values)… in appendList()
/external/guava/guava-tests/test/com/google/common/cache/
DEmptyCachesTest.java193 Collection<Object> values = cache.asMap().values(); in testValues_nullToArray() local
226 Collection<Object> values = cache.asMap().values(); in testValues_clear() local
235 Collection<Object> values = cache.asMap().values(); in testValues_empty_remove() local
251 Collection<Object> values = cache.asMap().keySet(); in testValues_remove() local
/external/webkit/Source/WebCore/platform/graphics/filters/
DFEColorMatrix.cpp38 FEColorMatrix::FEColorMatrix(Filter* filter, ColorMatrixType type, const Vector<float>& values) in FEColorMatrix()
45 …lorMatrix> FEColorMatrix::create(Filter* filter, ColorMatrixType type, const Vector<float>& values) in create()
63 const Vector<float>& FEColorMatrix::values() const in values() function in WebCore::FEColorMatrix
68 bool FEColorMatrix::setValues(const Vector<float> &values) in setValues()
76 …e void matrix(double& red, double& green, double& blue, double& alpha, const Vector<float>& values) in matrix()
128 void effectType(ByteArray* pixelArray, const Vector<float>& values) in effectType()
/external/chromium/chrome/browser/tabs/
Dpinned_tab_codec.cc42 ListValue* values) { in EncodePinnedTab()
68 static void EncodePinnedTabs(Browser* browser, ListValue* values) { in EncodePinnedTabs()
101 ListValue values; in WritePinnedTabs() local
127 DictionaryValue* values = NULL; in ReadPinnedTabs() local
/external/aac/libAACenc/src/
Dbit_cnt.cpp109 static void FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11(const SHORT *RESTRICT values, in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
185 static void FDKaacEnc_count3_4_5_6_7_8_9_10_11(const SHORT *RESTRICT values, in FDKaacEnc_count3_4_5_6_7_8_9_10_11()
256 static void FDKaacEnc_count5_6_7_8_9_10_11(const SHORT *RESTRICT values, in FDKaacEnc_count5_6_7_8_9_10_11()
311 static void FDKaacEnc_count7_8_9_10_11(const SHORT *RESTRICT values, in FDKaacEnc_count7_8_9_10_11()
361 static void FDKaacEnc_count9_10_11(const SHORT *RESTRICT values, in FDKaacEnc_count9_10_11()
408 static void FDKaacEnc_count11(const SHORT *RESTRICT values, in FDKaacEnc_count11()
449 static void FDKaacEnc_countEsc(const SHORT *RESTRICT values, in FDKaacEnc_countEsc()
519 INT FDKaacEnc_bitCount(const SHORT *values, in FDKaacEnc_bitCount()
545 INT FDKaacEnc_countValues(SHORT *RESTRICT values, INT width, INT codeBook) in FDKaacEnc_countValues()
779 INT FDKaacEnc_codeValues(SHORT *RESTRICT values, INT width, INT codeBook, HANDLE_FDK_BITSTREAM hBi… in FDKaacEnc_codeValues()
/external/guava/guava/src/com/google/common/collect/
DAbstractSortedSetMultimap.java91 K key, Iterable<? extends V> values) { in replaceValues()
119 @Override public Collection<V> values() { in values() method in AbstractSortedSetMultimap
DLinkedHashMultimap.java187 <E> Collection<Map.Entry<K, E>> createEntries(Collection<E> values) { in createEntries()
205 @Override public boolean addAll(Collection<? extends V> values) { in addAll()
254 @Override public boolean removeAll(Collection<?> values) { in removeAll()
262 @Override public boolean retainAll(Collection<?> values) { in retainAll()
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp23.cpp12 void unexpanded_capture(Ts ...values) { in unexpanded_capture()
17 void implicit_capture(Ts ...values) { in implicit_capture()
23 void do_print(Ts... values) { in do_print()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DLinkedHashMultimap.java183 <E> Collection<Map.Entry<K, E>> createEntries(Collection<E> values) { in createEntries()
201 @Override public boolean addAll(Collection<? extends V> values) { in addAll()
250 @Override public boolean removeAll(Collection<?> values) { in removeAll()
258 @Override public boolean retainAll(Collection<?> values) { in retainAll()

12345678910>>...20