Home
last modified time | relevance | path

Searched refs:values (Results 1251 - 1275 of 2267) sorted by relevance

1...<<51525354555657585960>>...91

/third_party/skia/bench/
H A Dnanobench.cpp1350 SkTArray<double> values; local
1354 bench->getGpuStats(canvas, &keys, &values);
1358 dmsaaStats.dumpKeyValuePairs(&keys, &values);
1396 // dump to json, only SKPBench currently returns valid keys / values
1397 SkASSERT(keys.count() == values.count());
1399 log.appendMetric(keys[j].c_str(), values[j]);
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeStateApiTests.cpp76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in init()
83 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in init()
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init()
101 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init()
109 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init()
117 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init()
902 m_log << TestLog::Section("", "GL_INVALID_OPERATION or GL_INVALID_ENUM is generated if attachment is not one of the accepted values for the current binding of target."); in init()
1031 GLint values[32]; in init()
1034 deMemset(&values[0], 0xcd, sizeof(values)); in init()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_gnutls.c1112 char *values, *token, *context = NULL; in tls_match_suffix() local
1118 values = os_strdup(match); in tls_match_suffix()
1119 if (!values) in tls_match_suffix()
1123 while ((token = str_token(values, ";", &context))) { in tls_match_suffix()
1130 os_free(values); in tls_match_suffix()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_gnutls.c1112 char *values, *token, *context = NULL; in tls_match_suffix() local
1118 values = os_strdup(match); in tls_match_suffix()
1119 if (!values) in tls_match_suffix()
1123 while ((token = str_token(values, ";", &context))) { in tls_match_suffix()
1130 os_free(values); in tls_match_suffix()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3369 //we not only test the value, but some values in a small range around it in checkRounding()
6643 void NumberFormatTest::expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount, in expectPositions() argument
6672 if (values[i*3] == id && in expectPositions()
6673 values[i*3+1] == start && in expectPositions()
6674 values[i*3+2] == limit) { in expectPositions()
6688 assertTrue((UnicodeString) "missing [" + values[i*3] + "," + values[i*3+1] + "," + values[i*3+2] + "]", found[i]); in expectPositions()
6691 assertTrue("no expected values were missing", ok); in expectPositions()
7905 double values[] in TestRoundingScientific10542() local
7925 double values[] = {-3006.0, -3005, -3004, 3014, 3015, 3016}; TestRoundingScientific10542() local
7968 double values[] = {1e25, 1e25 + 1e15, 1e25 - 1e15}; TestRoundingScientific10542() local
7988 double values[] = {-1e25, -1e25 + 1e15, -1e25 - 1e15}; TestRoundingScientific10542() local
8008 double values[] = {1e-25, 1e-25 + 1e-35, 1e-25 - 1e-35}; TestRoundingScientific10542() local
8028 double values[] = {-1e-25, -1e-25 + 1e-35, -1e-25 - 1e-35}; TestRoundingScientific10542() local
8060 verifyRounding( DecimalFormat& format, const double *values, const char * const *expected, const DecimalFormat::ERoundingMode *roundingModes, const char * const *descriptions, int32_t valueSize, int32_t roundingModeSize) verifyRounding() argument
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c246 memcpy(load->value, constant->values, in vtn_const_ssa_value()
334 /* Types for all SPIR-V SSA values are set as part of a pre-pass so the in vtn_push_nir_ssa()
1632 * values so they need a real glsl_type. in vtn_handle_type()
1887 memcpy(c->values, null_value, in vtn_null_constant()
1984 val->constant->values[0].b = u32val.u32 != 0; in vtn_handle_constant()
1996 val->constant->values[0].u64 = vtn_u64_literal(&w[3]); in vtn_handle_constant()
1999 val->constant->values[0].u32 = w[3]; in vtn_handle_constant()
2002 val->constant->values[0].u16 = w[3]; in vtn_handle_constant()
2005 val->constant->values[0].u8 = w[3]; in vtn_handle_constant()
2013 &val->constant->values[ in vtn_handle_constant()
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp648 // Sample from given values using linear interpolation at a given position as if values were laid to range [0, 1]
650 static float linearSample (const std::vector<T>& values, float position) in linearSample() argument
655 const float floatNdx = (float)(values.size() - 1) * position; in linearSample()
660 DE_ASSERT(lowerNdx >= 0 && lowerNdx < (int)values.size()); in linearSample()
661 DE_ASSERT(higherNdx >= 0 && higherNdx < (int)values.size()); in linearSample()
664 return tcu::mix((float)values[lowerNdx], (float)values[higherNdx], interpolationFactor); in linearSample()
671 std::vector<deUint64> values(samples.size()); in calculateSingleOperationStatistics()
674 values[nd in calculateSingleOperationStatistics()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_deshake_opencl.c70 decomposed into various values (translation, scale, rotation) and the values are
133 // Groups together the ringbuffers that store absolute distortion / position values
185 // Returned from function that determines start and end values for iteration
215 // Stores a 1d array of normalised gaussian kernel values for convolution
218 // Buffer for error values used in RANSAC code
823 // Normalize the gaussian values in make_gauss_kernel()
833 // means specifying negative indices or indices past the end of the values in the
848 AVFifo *values, in ringbuf_float_at()
858 clip_end = deshake_ctx->smooth_window - av_fifo_can_write(values) in ringbuf_float_at()
846 ringbuf_float_at( DeshakeOpenCLContext *deshake_ctx, AVFifo *values, float *val, int offset ) ringbuf_float_at() argument
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h163 // management as Action objects can now be copied like plain values.
216 // This partial specialization defines the default values for pointer
225 // The following specializations define the default values for
647 // This partial specialization allows a user to set default values for
1226 explicit ReturnRoundRobinAction(std::vector<T> values) { in ReturnRoundRobinAction() argument
1227 GTEST_CHECK_(!values.empty()) in ReturnRoundRobinAction()
1229 state_->values = std::move(values); in ReturnRoundRobinAction()
1240 T ret_val = values[i++]; in Next()
1241 if (i == values in Next()
1245 std::vector<T> values; global() member
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DULocale.java78 * <li>surrounding spaces are removed from keywords and values</li>
518 private static Locale[] defaultCategoryLocales = new Locale[Category.values().length];
519 private static ULocale[] defaultCategoryULocales = new ULocale[Category.values().length];
525 for (Category cat: Category.values()) {
533 for (Category cat: Category.values()) {
571 for (Category cat : Category.values()) { in getDefault()
603 for (Category cat : Category.values()) { in setDefault()
647 for (Category cat : Category.values()) { in getDefault()
768 // Compare keyword values in compareTo()
1946 * values ar
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_clear.c194 bool values[4] = {}; /* whether to clear to 0 or 1 */ in gfx8_get_dcc_clear_parameters() local
204 /* 128-bit fast clear with different R,G,B values is unsupported. */ in gfx8_get_dcc_clear_parameters()
233 values[i] = color->i[i] != 0; in gfx8_get_dcc_clear_parameters()
241 values[i] = color->ui[i] != 0U; in gfx8_get_dcc_clear_parameters()
245 values[i] = color->f[i] != 0.0F; in gfx8_get_dcc_clear_parameters()
251 alpha_value = values[i]; in gfx8_get_dcc_clear_parameters()
254 color_value = values[i]; in gfx8_get_dcc_clear_parameters()
268 /* Check if all color values are equal if they are present. */ in gfx8_get_dcc_clear_parameters()
271 values[i] != color_value) in gfx8_get_dcc_clear_parameters()
606 /* Convert depthValue to 14-bit zmin/zmax uint values in si_get_htile_clear_value()
[all...]
/third_party/python/Modules/
H A D_winapi.c789 PyObject *keys, *values; in getenvironment() local
802 values = PyMapping_Values(environment); in getenvironment()
803 if (!values) { in getenvironment()
808 if (PyList_GET_SIZE(values) != envsize) { in getenvironment()
817 PyObject* value = PyList_GET_ITEM(values, i); in getenvironment()
867 PyObject* value = PyList_GET_ITEM(values, i); in getenvironment()
883 Py_XDECREF(values); in getenvironment()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterTest.java115 * Verify that exactly the digit characters have decimal digit values. in TestLetterNumber()
2176 /* new character range with Joining_Group values */ in TestAdditionalProperties()
2194 /* undefined UProperty values */ in TestAdditionalProperties()
2286 // There are intentionally invalid property integer values ("which"). in TestAdditionalProperties()
2351 double values[][] = { in TestNumericProperties()
2416 for (int i = 0; i < values.length; ++ i) { in TestNumericProperties()
2417 int c = (int)values[i][0]; in TestNumericProperties()
2422 if (type != values[i][1]) { in TestNumericProperties()
2424 + ") = " + type + " should be " + (int)values[i][1]); in TestNumericProperties()
2426 if (0.000001 <= Math.abs(nv - values[ in TestNumericProperties()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java112 * Verify that exactly the digit characters have decimal digit values. in TestLetterNumber()
1529 // Test with both char & int values. in TestCodePoint()
2180 /* new character range with Joining_Group values */ in TestAdditionalProperties()
2198 /* undefined UProperty values */ in TestAdditionalProperties()
2290 // There are intentionally invalid property integer values ("which"). in TestAdditionalProperties()
2355 double values[][] = { in TestNumericProperties()
2420 for (int i = 0; i < values.length; ++ i) { in TestNumericProperties()
2421 int c = (int)values[i][0]; in TestNumericProperties()
2426 if (type != values[i][1]) { in TestNumericProperties()
2428 + ") = " + type + " should be " + (int)values[ in TestNumericProperties()
[all...]
/build/hb/util/loader/
H A Dgenerate_targets_gn.py78 for part_labels in parts_targets.values():
/build/
H A Dprint_python_deps.py29 module_paths = (m.__file__ for m in sys.modules.values()
/build/tools/component_tools/static_check/
H A Dcsct.py155 table.add_rows(gn_errs.values.tolist())
/third_party/gn/src/base/win/
H A Dregistry.h20 // are "values", which are <name, data> pairs, with an associated data type.
63 // Returns the number of values for this key, or 0 if the number cannot be
77 // Deletes an empty subkey. If the subkey has subkeys or values then this
99 // |values| initially and adds further strings to the list. Returns
101 LONG ReadValues(const char16_t* name, std::vector<std::u16string>* values);
180 // Reads in the current values.
193 // Current values.
232 // Reads in the current values.
/third_party/ffmpeg/tests/checkasm/
H A Dvf_blend.c70 struct FilterParams *param, double *values); \
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBISymbolTable.java180 RBBISymbolTableEntry[] syms = fHashTable.values().toArray(new RBBISymbolTableEntry[0]); in rbbiSymtablePrint()
/third_party/alsa-lib/include/
H A Dtopology.h139 * Where the meanings and values for min, step and mute are exactly the same
362 * invert "0" # Whether control values are inverted
425 * All the enumerated text values are listed in the values list.<br>
914 const int **values; /*!< control value items */ member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DNumberSkeletonTest.java345 for (RoundingMode mode : RoundingMode.values()) { in roundingModeNames()
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
H A DCurrencyDataParser.java68 for (ElementType type : values()) { in forName()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberSkeletonTest.java357 for (RoundingMode mode : RoundingMode.values()) { in roundingModeNames()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBISymbolTable.java181 RBBISymbolTableEntry[] syms = fHashTable.values().toArray(new RBBISymbolTableEntry[0]); in rbbiSymtablePrint()

Completed in 50 milliseconds

1...<<51525354555657585960>>...91