/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,
|
H A D | bytecode-graph-builder.cc | 22 #include "src/compiler/state-values-utils.h" 139 // Creates a new Phi node having {count} input values. 471 // values from all predecessors of the merge in question. They are indexed by 502 // Nodes representing values in the activation record. 595 bool StateValuesRequireUpdate(Node** state_values, Node** values, int count); 596 void UpdateStateValues(Node** state_values, Node** values, int count); 597 Node* GetStateValuesFromCache(Node** values, int count, 606 const NodeVector* values() const { return &values_; } in values() function in v8::internal::compiler::BytecodeGraphBuilder::Environment 607 NodeVector* values() { return &values_; } in values() function in v8::internal::compiler::BytecodeGraphBuilder::Environment 664 values() in Environment() 905 StateValuesRequireUpdate( Node** state_values, Node** values, int count) StateValuesRequireUpdate() argument 973 UpdateStateValues(Node** state_values, Node** values, int count) UpdateStateValues() argument 982 GetStateValuesFromCache( Node** values, int count, const BytecodeLivenessState* liveness) GetStateValuesFromCache() argument [all...] |
/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))
|
/third_party/skia/modules/canvaskit/tests/ |
H A D | util.js | 32 Promise.all(fetchPromises).then((values) => { 36 return callback(surface.getCanvas(), values, surface);
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_rdbstore.cpp | 637 const std::vector<NativeRdb::ValuesBucket> &values) in BatchInsert() 647 int32_t ret = rdbStore_->BatchInsert(outRowId, table, values); in BatchInsert() 659 const std::vector<ValuesBucket>& values) in BatchInsert() 669 int32_t ret = rdbStore_->BatchInsert(outInsertNum, cmd.GetTableName(), values); in BatchInsert() 882 ValuesBucket values; in UpdateLastVisitTime() local 884 values.PutLong(PhotoColumn::PHOTO_LAST_VISIT_TIME, MediaFileUtils::UTCTimeMilliSeconds()); in UpdateLastVisitTime() 887 int32_t ret = rdbStore_->Update(changedRows, PhotoColumn::PHOTOS_TABLE, values, whereClause, whereArgs); in UpdateLastVisitTime() 999 void MediaLibraryRdbStore::BuildValuesSql(const NativeRdb::ValuesBucket &values, vector<ValueObject> &bindArgs, in BuildValuesSql() argument 1003 values.GetAll(valuesMap); in BuildValuesSql() 1068 * Return changed rows on success, or negative values o 636 BatchInsert(int64_t &outRowId, const std::string &table, const std::vector<NativeRdb::ValuesBucket> &values) BatchInsert() argument 658 BatchInsert(MediaLibraryCommand &cmd, int64_t& outInsertNum, const std::vector<ValuesBucket>& values) BatchInsert() argument 1070 Update(ValuesBucket &values, const AbsRdbPredicates &predicates) Update() argument 1151 BuildInsertSystemAlbumSql(const ValuesBucket &values, const AbsRdbPredicates &predicates, string &sql, vector<ValueObject> &bindArgs) BuildInsertSystemAlbumSql() argument 1174 ValuesBucket values; PrepareSystemAlbums() local [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_acceleration_structure.c | 946 nir_ssa_def *values[3]; in get_vertices() local 953 values[j] = nir_ubfe(b, val, nir_imm_int(b, j * 10), nir_imm_int(b, 10)); in get_vertices() 956 values[j] = in get_vertices() 960 values[j] = nir_imm_intN_t(b, 0, comp_bits); in get_vertices() 966 values[j] = nir_fdiv(b, nir_i2f32(b, values[j]), in get_vertices() 968 values[j] = nir_fmax(b, values[j], nir_imm_float(b, -1.0)); in get_vertices() 970 vec = nir_vec(b, values, 3); in get_vertices() 973 values[ in get_vertices() 1288 nir_ssa_def *values[] = {nir_channel(&b, min_bound, 0), build_leaf_shader() local 1859 nir_ssa_def *values[] = { build_copy_shader() local [all...] |