Home
last modified time | relevance | path

Searched refs:next (Results 1 – 4 of 4) sorted by relevance

/build/rust/tests/test_bin_cargo_crate/crate/
Dbuild.rs63 if pieces.next() != Some("rustc 1") { in rustc_minor_version()
67 let next_var = match pieces.next() { in rustc_minor_version()
/build/rust/tests/test_cxx_rust/src/
Dmain.rs57 let next = buf.chunks.get(buf.pos); in next_chunk() localVariable
59 next.map_or(&[], Vec::as_slice) in next_chunk()
/build/rust/tests/test_rlib_cargo_crate/crate/
Dbuild.rs92 if pieces.next() != Some("rustc 1") { in rustc_minor_version()
96 let next_var = match pieces.next() { in rustc_minor_version()
/build/config/compiler/
DBUILD.gn367 # On ohos, this isn't needed. gcc in the NDK knows to look next to
1429 # build reproducibility. Debuggers look for pdb files next to executables,