/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuConverterConfig.java | 158 "must specify at least one output type to be generated (possible values are: %s)", in IcuConverterConfig() 159 Arrays.asList(OutputType.values())); in IcuConverterConfig() 167 this.allLocaleIds = ImmutableSet.copyOf(builder.localeIdsMap.values()); in IcuConverterConfig()
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | psa_storage.py | 36 """Cache of known values of expressions.""" 39 """Expressions whose values are not present in `value_cache` yet.""" 47 values = c_build_helper.get_c_expression_values( 54 for e, v in zip(expressions, values): 131 * All integer values are encoded with standard sizes and in
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | HandlerOut.cpp | 272 HRESULT CSingleMethodProps::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)
in SetProperties() argument 278 RINOK(SetProperty(names[i], values[i]))
in SetProperties()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_query_perfcnt.c | 291 req.values_ptr = (uintptr_t)pquery->perfmon->values; in v3d_get_query_result_perfcnt() 294 fprintf(stderr, "Can't request perfmon counters values\n"); in v3d_get_query_result_perfcnt() 300 vresult->batch[i].u64 = pquery->perfmon->values[i]; in v3d_get_query_result_perfcnt()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_cp_reg_shadowing.c | 184 const uint32_t *values) in si_set_context_reg_array() 188 radeon_emit_array(values, num); in si_set_context_reg_array() 225 /* The register values are shadowed, so we won't need to set them again. */ in si_init_cp_reg_shadowing() 232 * which will load register values from memory on a context switch. in si_init_cp_reg_shadowing() 183 si_set_context_reg_array(struct radeon_cmdbuf *cs, unsigned reg, unsigned num, const uint32_t *values) si_set_context_reg_array() argument
|
/third_party/node/lib/internal/ |
H A D | mime.js | 176 *values() { 177 yield* this.#data.values(); 192 // not meant to be exposed to users, could inject invalid values 220 // Ignore parameters without values 231 // Handle quoted-string form of values 263 // Ignore parameters without values
|
/third_party/notofonts/scripts/ |
H A D | gather.py | 168 for result in results.values(): 169 for family in result.get("families", {}).values():
|
/third_party/libdrm/tests/proptest/ |
H A D | proptest.c | 115 printf(" %"PRId64, U642I64(prop->values[i])); in dump_prop() 122 printf(" %"PRIu64, prop->values[i]); in dump_prop()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-create-lowering.h | 81 Node* node, std::vector<Node*> values, MapRef initial_map, 116 std::vector<Node*> const& values,
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_shaderdefs.h | 433 uint32 values[2]; member 451 uint32 values[5]; member
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | CsvParserTest.java | 78 // Without whitespace trimming any quotes in "unquoted" values are not permitted. in testQuoting_illegal() 99 // Newlines become literals in quoted values. in testMultiline() 119 // If not configured for multiline values, this is an unterminated quoted value. in testMultiline_illegal() 159 private void assertSingleRow(CsvParser parser, String line, String... values) { in assertSingleRow() argument 162 assertThat(rows.get(0)).containsExactlyElementsIn(values).inOrder(); in assertSingleRow()
|
/third_party/python/Tools/c-analyzer/c_parser/parser/ |
H A D | _func_body.py | 160 _, qual, typespec, _ = vartype.values() 261 _, qual, typespec, _ = data.values()
|
/third_party/pulseaudio/src/tests/ |
H A D | cpu-mix-test.c | 94 m[0].volume.values[i] = PA_VOLUME_NORM; in run_mix_test() 101 m[1].volume.values[i] = PA_VOLUME_NORM; in run_mix_test()
|
/third_party/python/Lib/multiprocessing/ |
H A D | sharedctypes.py | 233 def __setslice__(self, start, stop, values): 235 self._obj[start:stop] = values
|
/third_party/python/Include/internal/ |
H A D | pycore_object.h | 248 extern int _PyObject_StoreInstanceAttribute(PyObject *obj, PyDictValues *values, 250 PyObject * _PyObject_GetInstanceAttribute(PyObject *obj, PyDictValues *values, 283 * values with 0/NULL in function pointer cast. Compilers do not show
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 36 cl::values(clEnumValN(GVDT_None, "none", "do not display graphs."), 52 cl::values(clEnumValN(GVDT_None, "none", "do not display graphs."),
|
/third_party/skia/resources/sksl/es2_conformance/ |
H A D | import_conformance_tests.py | 29 # Each case can contain expected input/output values, sometimes in [bracketed|lists] and 49 values = (pp.Keyword("values") + variable 67 caseItem = pp.Group(values | expectation | code | reqGlsl100) | ignoredCaseItem 131 elif caseItem == 'values': 245 # Verify output values inside ${OUTPUT}.
|
/third_party/skia/src/core/ |
H A D | SkReadBuffer.h | 136 bool readIntArray(int32_t* values, size_t size); 138 bool readScalarArray(SkScalar* values, size_t size);
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
H A D | webgpu_cpp.cpp | 35 {% for value in type.values %} 49 {% for value in type.values %}
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-ucd-table.py | 40 assert not any(v for v in dm.values() if len(v) not in (1,2)) 41 dm1 = sorted(set(v for v in dm.values() if len(v) == 1))
|
/third_party/skia/tools/skpbench/ |
H A D | sheet.py | 38 help="result to use for cell values") 123 lambda col: reduce(operator.add, col.values()) / len(col), 126 lambda col: reduce(operator.mul, col.values()) ** (1.0 / len(col)),
|
/third_party/typescript/tests/baselines/reference/ |
H A D | doYouNeedToChangeYourTargetLibraryES2015.js | 26 const testArrayValues = [""].values(); 124 var testArrayValues = [""].values();
|
H A D | instantiateContextualTypes.js | 8 function fn<a>(values: A<a>, value: a) : void { 189 function fn(values, value) {
|
/third_party/vixl/tools/test_generator/ |
H A D | parser.py | 51 input_values Dictionnary of (values, default) tuples. 78 values, default = self.input_values[identifier] 84 return input_constructor(name, values, default) 128 "values": [ 157 (json_input_type["values"], json_input_type["default"]) 294 # If the fields are not present, give them default values (empty list,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/ |
H A D | abseil.podspec.gen.py | 193 def write_indented_list(f, leading, values): 194 """Writes leading values in an indented style.""" 196 f.write((",\n" + " " * len(leading)).join("'{}'".format(v) for v in values))
|