Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Once
(Results
1 - 25
of
34
) sorted by relevance
1
2
/third_party/rust/crates/lazy-static.rs/src/
H
A
D
core_lazy.rs
10
use self::spin::
Once
;
12
pub struct Lazy<T: Sync>(
Once
<T>);
15
pub const INIT: Self = Lazy(
Once
::INIT);
H
A
D
inline_lazy.rs
14
use self::std::sync::
Once
;
19
pub struct Lazy<T: Sync>(Cell<Option<T>>,
Once
);
35
// The `
Once
` will catch and propagate panics
in get()
/third_party/rust/crates/proc-macro2/src/
H
A
D
detection.rs
2
use std::sync::
Once
;
5
static INIT:
Once
=
Once
::new();
37
// The
Once
is to prevent the possibility of this ordering:
/third_party/rust/crates/regex/bench/src/ffi/
H
A
D
tcl.rs
5
use std::sync::
Once
;
10
static ONCE:
Once
=
Once
::new();
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H
A
D
lib.rs
100
use std::sync::
Once
;
102
static INIT:
Once
=
Once
::new();
/third_party/rust/crates/serde/test_suite/tests/macros/
H
A
D
mod.rs
63
fn into_iter(self) -> iter::
Once
<Token>;
in into_iter()
67
fn into_iter(self) -> iter::
Once
<Token> {
in into_iter()
/third_party/rust/crates/libloading/tests/
H
A
D
functions.rs
20
static ONCE: ::std::sync::
Once
= ::std::sync::
Once
::new();
in make_helpers()
/third_party/rust/crates/syn/examples/lazy-static/lazy-static/src/
H
A
D
lib.rs
128
static ONCE: std::sync::
Once
= std::sync::
Once
::new();
in lazy_static()
/third_party/rust/crates/rust-openssl/openssl-errors/src/
H
A
D
lib.rs
65
pub use std::sync::
Once
;
270
static INIT: $crate::export::
Once
= $crate::export::
Once
::new();
in id()
/third_party/rust/crates/rust-cexpr/tests/
H
A
D
clang.rs
312
use std::sync::
Once
;
in fix_bug_9069()
314
static CHECK_FIX:
Once
=
Once
::new();
in fix_bug_9069()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/grammar/
H
A
D
grammar.go
73
//
Once
indicates the quantified term may appear exactly once.
74
Once
Quantifier = ""
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/grammar/
H
A
D
grammar.go
73
//
Once
indicates the quantified term may appear exactly once.
74
Once
Quantifier = ""
/third_party/spirv-tools/utils/vscode/src/grammar/
H
A
D
grammar.go
73
//
Once
indicates the quantified term may appear exactly once.
74
Once
Quantifier = ""
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
tests.rs
14
use std::sync::
Once
;
26
static CHECK_RUSTFMT:
Once
=
Once
::new();
in rustfmt()
/third_party/rust/crates/regex/src/
H
A
D
pool.rs
241
/// Puts a value back into the pool. Callers don't need to call this.
Once
/third_party/libunwind/libunwind/doc/
H
A
D
unw_resume.tex
37
\Func{access\_fpreg} accessor callbacks as needed.
Once
that is
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H
A
D
mod.rs
4154
use std::sync::
Once
;
4158
static ONCE:
Once
=
Once
::new();
in get_new_idx()
4180
static ONCE:
Once
=
Once
::new();
in get_new_ssl_idx()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H
A
D
sha1-ppc.pl
232
; block which crosses the boundary.
Once
found that block is aligned
/third_party/pcre2/pcre2/src/
H
A
D
pcre2_internal.h
1670
"
Once
", \
/third_party/openssl/crypto/sha/asm/
H
A
D
sha1-ppc.pl
232
; block which crosses the boundary.
Once
found that block is aligned
/third_party/protobuf/src/google/protobuf/
H
A
D
descriptor.h
212
Once
();
in Get()
219
void
Once
();
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/
H
A
D
parser.go
469
case schema.
Once
:
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
H
A
D
parser.go
469
case schema.
Once
:
/third_party/spirv-tools/utils/vscode/src/parser/
H
A
D
parser.go
469
case schema.
Once
:
/third_party/ffmpeg/tests/fate/
H
A
D
matroska.mak
174
# This test muxes DVB subtitles twice into Matroska:
Once
normally
Completed in 23 milliseconds
1
2