Home
last modified time | relevance | path

Searched refs:values (Results 2126 - 2150 of 3194) sorted by relevance

1...<<81828384858687888990>>...128

/third_party/cups-filters/utils/
H A Dcups-browsed.c138 /* Timeout values in sec */
614 return (attr->values[element].integer); in ippGetInteger()
621 return (attr->values[element].boolean); in ippGetBoolean()
629 return (attr->values[element].string.text); in ippGetString()
1415 char *values[num_value]; in add_mimetype_attributes() local
1419 values[i]=malloc(sizeof(char) * (strlen(q) + 1)); in add_mimetype_attributes()
1420 snprintf(values[i], strlen(q) + 1, "%s", q); in add_mimetype_attributes()
1424 (const char * const *)values); in add_mimetype_attributes()
1427 free(values[k]); in add_mimetype_attributes()
1428 values[ in add_mimetype_attributes()
1487 char *values[num_value]; add_tagzero_attributes() local
1558 char *values[num_value]; add_keyword_attributes() local
1626 int values[num_value]; add_enum_attributes() local
1689 int values[num_value]; add_margin_attributes() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java80 * <li>surrounding spaces are removed from keywords and values</li>
550 private static Locale[] defaultCategoryLocales = new Locale[Category.values().length];
551 private static ULocale[] defaultCategoryULocales = new ULocale[Category.values().length];
557 for (Category cat: Category.values()) {
565 for (Category cat: Category.values()) {
604 for (Category cat : Category.values()) { in getDefault()
636 for (Category cat : Category.values()) { in setDefault()
681 for (Category cat : Category.values()) { in getDefault()
807 // Compare keyword values in compareTo()
1292 // Some values i in replace()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_clear.c736 /* Convert the depth value to 14-bit zmin/zmax values. */ in radv_get_htile_fast_clear_value()
1031 /* Load the clear color values. */ in build_clear_dcc_comp_to_single_shader()
1039 /* Store the clear color values. */ in build_clear_dcc_comp_to_single_shader()
1546 bool values[4] = {0}; in gfx8_get_fast_clear_parameters() local
1583 values[i] = clear_value->int32[i] != 0; in gfx8_get_fast_clear_parameters()
1591 values[i] = clear_value->uint32[i] != 0U; in gfx8_get_fast_clear_parameters()
1595 values[i] = clear_value->float32[i] != 0.0F; in gfx8_get_fast_clear_parameters()
1601 extra_value = values[i]; in gfx8_get_fast_clear_parameters()
1604 main_value = values[i]; in gfx8_get_fast_clear_parameters()
1616 if (values[ in gfx8_get_fast_clear_parameters()
[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp180 * @param values
183 int32_t ParseStringArray(const char *buffer, uint32_t &offset, std::vector<std::string> &values) in ParseStringArray() argument
199 values.push_back(value); in ParseStringArray()
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_utils.cpp532 bool VCardUtils::IsAllEmpty(std::vector<std::string> values) in IsAllEmpty() argument
534 for (auto value : values) { in IsAllEmpty()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dslogn.S38 | by k*log(2) + (log(F) + poly). The values of log(F) are calculated
51 | Note 1. There are 64 different possible values for F, thus 64 log(F)'s
52 | need to be tabulated. Moreover, the values of 1/F are also
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dslogn.S38 | by k*log(2) + (log(F) + poly). The values of log(F) are calculated
51 | Note 1. There are 64 different possible values for F, thus 64 log(F)'s
52 | need to be tabulated. Moreover, the values of 1/F are also
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dchp.c175 } while (reference_buf.values[0] != buf->values[0]); in chp_measurement_copy_block()
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py87 # init ubv and lbv to invalid values
543 return sum(self.alltotalcnt.values()) != sum(self.allpassedcnt.values())
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstat.c275 *ps->aggr[0].counts.values = avg_stats(&ps->res_stats); in evsel__copy_res_stats()
335 * not read the values from the second CPU. in check_per_pkg()
500 count = ps->aggr[0].counts.values; in perf_stat_process_counter()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dverifier_ref_tracking.c71 __array(values, void (void));
73 .values = {
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dchp.c175 } while (reference_buf.values[0] != buf->values[0]); in chp_measurement_copy_block()
/third_party/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc292 std::tuple<> values; in TEST() local
294 EXPECT_TRUE(TupleMatches(matchers, values)); in TEST()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DNumberRangeFormatterTest.java811 allRangePatterns.addAll(rangePatterns.values()); in checkAndReset()
816 allApproxPatterns.addAll(approxPatterns.values()); in checkAndReset()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp1012 Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)) in SetProperties() argument
1025 const PROPVARIANT &value = values[i]; in SetProperties()
H A D7zHandler.cpp750 Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)) in SetProperties() argument
763 const PROPVARIANT &value = values[i]; in SetProperties()
/third_party/json/tests/src/
H A Dunit-json_pointer.cpp127 // access to nonexisting values yield object creation
450 // error for nonprimitve values
452 CHECK_THROWS_WITH_AS(json({{"/1", {1, 2, 3}}}).unflatten(), "[json.exception.type_error.315] (/~11) values in object must be primitive", json::type_error&);
454 CHECK_THROWS_WITH_AS(json({{"/1", {1, 2, 3}}}).unflatten(), "[json.exception.type_error.315] values in object must be primitive", json::type_error&);
457 // error for conflicting values
465 // roundtrip for primitive values
475 // roundtrip for empty structured values (will be unflattened to null)
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.c66 * prevents a field from accidentally resolving to different values
485 if (e->values[i].val == ui) { in display_enum_field()
486 print(scope->state, "%s", e->values[i].display); in display_enum_field()
H A Disa.py379 self.values = {}
381 self.values[value.attrib['val']] = value.attrib['display']
424 # (distinguished by gen), so the values here are lists.
545 ''' Generate format values used by printf(..) and friends '''
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.h241 const void *values);
313 const void *values);
/third_party/node/deps/v8/third_party/jinja2/
H A Dfilters.py94 attribute values.
211 All values that are neither `none` nor `undefined` are automatically
364 :param attribute: Filter objects with unique values for this attribute.
443 on nested elements and attributes that may contain undefined values
774 The base is ignored for decimal numbers and non-string values.
800 """Apply the given values to a `printf-style`_ format string, like
801 ``string % values``.
856 values on the last iteration.
954 the values are sorted first so only one group is returned for each
986 _GroupTuple(key, list(values))
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dfilters.py156 All values that are neither `none` nor `undefined` are automatically
294 :param attribute: Filter objects with unique values for this attribute.
648 The base is ignored for decimal numbers and non-string values.
719 values on the last iteration.
851 return [_GroupTuple(key, list(values)) for key, values
/third_party/node/deps/v8/src/runtime/
H A Druntime-test-wasm.cc226 // TODO(wasm) Handle multiple return values. in RUNTIME_FUNCTION()
318 Handle<FixedArray> values = Handle<FixedArray>::cast(values_obj); in RUNTIME_FUNCTION() local
319 return *isolate->factory()->NewJSArrayWithElements(values); in RUNTIME_FUNCTION()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DTestNumberingScheme.java187 regionMap.values().forEach(c -> csvRanges.assign(c, true, ranges, OverwriteMode.NEVER)); in addRanges()
278 shortcodeMap.values().stream() in build()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-sample.c236 default_volume[i] = s->sample->volume.values[i]; in handle_get_default_volume()
318 default_volume[i] = s->sample->volume.values[i]; in handle_get_all()

Completed in 35 milliseconds

1...<<81828384858687888990>>...128