| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
| D | Change.java | 41 private final Map<Column<?>, Assignment<?>> assignments = new LinkedHashMap<>(); field in Change.Builder 83 public static Change of(RangeTree ranges, Iterable<Assignment<?>> assignments) { in of()
|
| D | RangeTable.java | 384 List<Assignment<?>> assignments = row.getValue().entrySet().stream() in from() local 387 table.apply(Change.of(RangeTree.from(row.getKey()), assignments)); in from() local
|
| /third_party/rust/rust/compiler/rustc_mir_transform/src/ |
| D | ssa.rs | 19 assignments: IndexVec<Local, Set1<LocationExtended>>, field 70 let assignments = IndexVec::from_elem(Set1::Empty, &body.local_decls); in new() localVariable 132 pub fn assignments<'a, 'tcx>( in assignments() method 203 assignments: IndexVec<Local, Set1<LocationExtended>>, field
|
| D | dataflow_const_prop.rs | 403 assignments: FxHashMap<Location, ScalarTy<'tcx>>, field
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | pull_assignment_up.rs | 74 let assignments: Vec<_> = collector in pull_assignment_up() localVariable 102 assignments: Vec<(ast::BinExpr, ast::Expr)>, field
|
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/ |
| D | needless_late_init.rs | 163 let mut assignments = Vec::new(); in assignment_suggestions() localVariable
|
| /third_party/typescript/src/services/refactors/ |
| D | extractSymbol.ts | 1133 …const assignments = getPropertyAssignmentsForWritesAndVariableDeclarations(exposedVariableDeclarat… constant 1465 …const assignments = getPropertyAssignmentsForWritesAndVariableDeclarations(exposedVariableDeclarat… constant 1481 …const assignments: ObjectLiteralElementLike[] = getPropertyAssignmentsForWritesAndVariableDeclarat… constant
|
| /third_party/mesa3d/src/amd/compiler/ |
| D | aco_validate.cpp | 1337 const std::vector<Assignment>& assignments, const Location& loc, in validate_instr_defs() 1396 std::vector<Assignment> assignments(program->peekAllocationId()); in validate_ra() local
|
| D | aco_register_allocation.cpp | 105 std::vector<assignment> assignments; member
|
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/loops/ |
| D | manual_memcpy.rs | 54 let assignments = iter_a.into_iter().flatten().chain(iter_b); in check() localVariable
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| D | canonicalize_entry_point_io.cc | 372 ast::StatementList assignments; in CreateOutputStruct() local
|
| /third_party/rust/rust/compiler/rustc_ty_utils/src/ |
| D | layout.rs | 597 let mut assignments: IndexVec<GeneratorSavedLocal, SavedLocalEligibility> = in generator_saved_local_eligibility() localVariable
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cEnhancedLayoutsTests.cpp | 5715 std::string assignments; in test() local 20497 const GLchar* assignments = 0; in test() local 20788 const GLchar* assignments = ""; in test() local 21095 const GLchar* assignments = ""; in test() local 22309 const GLchar* assignments = ""; in test() local 23322 const GLchar* assignments = ""; in test() local 23575 const GLchar* assignments = ""; in test() local 24646 std::string assignments = " chichi = uni_chichi;\n" in test() local 24953 const GLchar* assignments = ""; in test() local 26140 const GLchar* assignments = ""; in test() local [all …]
|
| /third_party/mesa3d/src/nouveau/compiler/nak/ |
| D | assign_regs.rs | 168 assignments: HashMap<SSAValue, u32>, field
|
| /third_party/rust/rust/compiler/rustc_ast_lowering/src/ |
| D | expr.rs | 1065 let mut assignments = vec![]; in lower_expr_assign() localVariable
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| D | vktTransformFeedbackSimpleTests.cpp | 4328 const std::string assignments = in initPrograms() local
|