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:guards
(Results
1 - 7
of
7
) sorted by relevance
/third_party/jerryscript/tools/
H
A
D
gen-magic-strings.py
80
# meaning that the given literal is referenced under the given
guards
at
90
for
guards
in guard_stack:
91
guard_set.update(
guards
)
117
# meaning that all the listed
guards
(conditionals) have to hold for the
129
guards
= guard_stack[-1]
130
guards
[-1] = '!(%s)' %
guards
[-1]
131
guards
.append(process_guard(elif_match.group(1)))
133
guards
= guard_stack[-1]
134
guards
[
[all...]
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H
A
D
lib.rs
186
let
guards
: Box<Vec<Option<MutexGuard<()>>>> =
in init()
188
GUARDS = mem::transmute(
guards
);
in init()
/third_party/node/deps/v8/src/regexp/
H
A
D
regexp-compiler.cc
1946
if (alternative.
guards
() != nullptr &&
in FilterOneByte()
1947
alternative.
guards
()->length() != 0) {
in FilterOneByte()
3048
ZoneList<Guard*>*
guards
= alternative.
guards
();
in AssertGuardsMentionRegisters()
local
3049
int guard_count = (
guards
== nullptr) ? 0 :
guards
->length();
in AssertGuardsMentionRegisters()
3051
DCHECK(!trace->mentions_reg(
guards
->at(j)->reg()));
in AssertGuardsMentionRegisters()
3075
if (choice_count == 1 && alternatives_->at(0).
guards
() == nullptr) {
in Emit()
3185
if (alt1.
guards
() != nullptr && alt1.
guards
()
in EmitOptimizedUnanchoredSearch()
3244
ZoneList<Guard*>*
guards
= alternative.
guards
();
EmitChoices()
local
3322
ZoneList<Guard*>*
guards
= alternative.
guards
();
EmitOutOfLineContinuation()
local
[all...]
H
A
D
regexp-nodes.h
187
// character and that has no
guards
on it.
594
ZoneList<Guard*>*
guards
() { return guards_; }
in guards()
function in v8::internal::GuardedAlternative
/third_party/python/Lib/test/support/
H
A
D
__init__.py
1016
def impl_detail(msg=None, **
guards
):
1017
if check_impl_detail(**
guards
):
1020
guardnames, default = _parse_guards(
guards
)
1029
def _parse_guards(
guards
):
1031
if not
guards
:
1033
is_true = list(
guards
.values())[0]
1034
assert list(
guards
.values()) == [is_true] * len(
guards
) # all True or all False
1035
return (
guards
, not is_true)
1039
def check_impl_detail(**
guards
)
[all...]
/third_party/skia/include/private/
H
A
D
SkSafe_math.h
42
#error Hmm. Looks like math.h has changed its header
guards
.
/third_party/node/deps/v8/src/objects/
H
A
D
backing-store.cc
397
bool
guards
= is_wasm_memory && trap_handler::IsTrapHandlerEnabled();
in TryAllocateAndPartiallyCommitMemory()
local
400
bool
guards
= false;
in TryAllocateAndPartiallyCommitMemory()
local
421
size_t reservation_size = GetReservationSize(
guards
, byte_capacity);
in TryAllocateAndPartiallyCommitMemory()
459
(
guards
? kNegativeGuardSize : 0);
in TryAllocateAndPartiallyCommitMemory()
461
DCHECK(!
guards
);
in TryAllocateAndPartiallyCommitMemory()
500
guards
, // has_guard_regions
in TryAllocateAndPartiallyCommitMemory()
Completed in 12 milliseconds