Home
last modified time | relevance | path

Searched refs:potential (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/clap/src/parser/
H A Dvalidator.rs464 potential: FlatMap<Id, Vec<Id>>,
469 let mut potential = FlatMap::new(); in with_args() variables
470 potential.extend_unchecked( in with_args()
479 Self { potential } in with_args()
494 for (other_arg_id, other_arg_id_conflicts) in self.potential.iter() { in gather_conflicts()
512 self.potential.get(arg_id).map(Vec::as_slice) in get_direct_conflicts()
/third_party/python/PCbuild/
H A Denv.bat5 rem tools should be the same version to avoid potential conflicts.
/third_party/spirv-tools/source/diff/
H A Ddiff.cpp50 // A set of potential id mappings that haven't been resolved yet. Any id in src
301 PotentialIdMap& potential,
698 PotentialIdMap& potential,
701 for (size_t src_index = 0; src_index < potential.src_ids.size();
703 for (size_t dst_index = 0; dst_index < potential.dst_ids.size();
705 const uint32_t src_id = potential.src_ids[src_index];
706 const uint32_t dst_id = potential.dst_ids[dst_index];
719 // Remove the ids from the potential list.
720 potential.src_ids[src_index] = 0;
721 potential
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp2351 // This is to avoid potential problems with very old glslang versions which did in interface_variable_exists_in_entry_point()
2661 // One potential way is to create a combinatorial explosion where N textures and M samplers are combined into N * M sampler2Ds, in handle()
3364 // There are potential false positives here where a literal is used in-place of an ID, in handle()
3583 auto &potential = potential_loop_variables[var.first]; in analyze_variable_scope() local
3585 if (potential == 0) in analyze_variable_scope()
3586 potential = block; in analyze_variable_scope()
3588 potential = ~(0u); in analyze_variable_scope()
/third_party/ltp/scripts/
H A Dcheckpatch.pl125 with potential errors corrected to the preferred
4053 # Check for potential 'bare' types
5369 # avoid parentheses around potential macro args
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex4823 % non-discardable item, therefore it is not a potential
5936 % Do not let the kern be a potential breakpoint, as it would be if it

Completed in 23 milliseconds