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:Exclusive
(Results
1 - 25
of
27
) sorted by relevance
1
2
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-aat-layout-feat-table.hh
84
Exclusive
= 0x8000, /* If set, the feature settings are mutually exclusive. */
enumerator
109
if (featureFlags &
Exclusive
)
in get_selector_infos()
132
bool is_exclusive () const { return featureFlags &
Exclusive
; }
in is_exclusive()
/third_party/skia/src/ports/
H
A
D
SkScalerContext_win_dw.cpp
56
class SK_SCOPED_CAPABILITY
Exclusive
{
class
58
explicit
Exclusive
(SkSharedMutex* maybe_lock) SK_ACQUIRE(*maybe_lock)
64
~
Exclusive
() SK_RELEASE_CAPABILITY() {
in SK_RELEASE_CAPABILITY()
100
Exclusive
l(maybe_dw_mutex(*typeface));
in is_hinted()
171
Exclusive
l(maybe_dw_mutex(*typeface));
in has_bitmap_strike()
443
Exclusive
l(maybe_dw_mutex(*typeface));
in generateAdvance()
455
Exclusive
l(maybe_dw_mutex(*typeface));
in generateAdvance()
513
Exclusive
l(maybe_dw_mutex(*typeface));
in getBoundingBox()
614
Exclusive
l(maybe_dw_mutex(*this->getDWriteTypeface()));
in generateColorMetrics()
1006
Exclusive
in drawDWMask()
[all...]
/third_party/rust/crates/clap/src/builder/
H
A
D
arg_settings.rs
48
Exclusive
,
96
Exclusive
=> Flags::EXCLUSIVE
H
A
D
arg.rs
775
self.setting(ArgSettings::
Exclusive
)
in exclusive()
777
self.unset_setting(ArgSettings::
Exclusive
)
in exclusive()
4042
self.is_set(ArgSettings::
Exclusive
)
in is_exclusive_set()
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/
H
A
D
MegaDroneEngine.cpp
54
return builder.setSharingMode(oboe::SharingMode::
Exclusive
)
in createPlaybackStream()
/third_party/node/deps/cares/src/lib/
H
A
D
ares_event_win32.h
91
ULONG
Exclusive
;
member
H
A
D
ares_event_win32.c
124
*
Exclusive
= TRUE; // Auto cancel duplicates for same socket
339
ed->afd_poll_info.
Exclusive
= TRUE;
in ares_evsys_win32_afd_enqueue()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
H
A
D
DuplexEngine.cpp
56
->setSharingMode(oboe::SharingMode::
Exclusive
);
in defaultBuilder()
/third_party/skia/third_party/externals/oboe/include/oboe/
H
A
D
Definitions.h
177
Exclusive
= 0, // AAUDIO_SHARING_MODE_EXCLUSIVE,
member in oboe::SharingMode
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
H
A
D
HelloOboeEngine.cpp
120
return builder.setSharingMode(oboe::SharingMode::
Exclusive
)
in createPlaybackStream()
/third_party/skia/modules/audioplayer/
H
A
D
SkAudioPlayer_oboe.cpp
32
builder.setSharingMode(oboe::SharingMode::
Exclusive
);
in OboeAudioPlayer()
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
H
A
D
LiveEffectEngine.cpp
156
->setSharingMode(oboe::SharingMode::
Exclusive
)
in setupCommonStreamParameters()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
H
A
D
Game.cpp
180
builder.setSharingMode(SharingMode::
Exclusive
);
in openStream()
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/
H
A
D
SimpleMultiPlayer.cpp
84
builder.setSharingMode(SharingMode::
Exclusive
);
in openStream()
/third_party/skia/third_party/externals/oboe/src/common/
H
A
D
QuirksManager.cpp
37
if (stream.getSharingMode() == SharingMode::
Exclusive
) {
in clipBufferSize()
H
A
D
Utilities.cpp
118
case SharingMode::
Exclusive
: return "
Exclusive
";
in convertToText()
/third_party/libuv/src/win/
H
A
D
poll.c
104
/* Setting
Exclusive
to TRUE makes the other poll request return if there is
in uv__fast_poll_submit_poll_req()
106
afd_poll_info->
Exclusive
= TRUE;
in uv__fast_poll_submit_poll_req()
556
afd_poll_info.
Exclusive
= TRUE;
in uv__poll_close()
/third_party/node/deps/uv/src/win/
H
A
D
poll.c
102
/* Setting
Exclusive
to TRUE makes the other poll request return if there is
in uv__fast_poll_submit_poll_req()
104
afd_poll_info->
Exclusive
= TRUE;
in uv__fast_poll_submit_poll_req()
555
afd_poll_info.
Exclusive
= TRUE;
in uv__poll_close()
/third_party/libuv/include/uv/
H
A
D
win.h
223
ULONG
Exclusive
;
member
/third_party/node/deps/v8/src/execution/arm/
H
A
D
simulator-arm.h
502
Exclusive
,
member in v8::internal::Simulator::MonitorAccess
H
A
D
simulator-arm.cc
6342
if (access_state_ == MonitorAccess::
Exclusive
) {
in NotifyLoad()
6352
access_state_ = MonitorAccess::
Exclusive
;
in NotifyLoadExcl()
6358
if (access_state_ == MonitorAccess::
Exclusive
) {
in NotifyStore()
6372
if (access_state_ == MonitorAccess::
Exclusive
) {
in NotifyStoreExcl()
6405
access_state_ = MonitorAccess::
Exclusive
;
in NotifyLoadExcl_Locked()
6411
if (access_state_ == MonitorAccess::
Exclusive
) {
in NotifyStore_Locked()
6430
if (access_state_ == MonitorAccess::
Exclusive
) {
in NotifyStoreExcl_Locked()
/third_party/node/deps/v8/src/execution/ppc/
H
A
D
simulator-ppc.h
505
Exclusive
,
member in v8::internal::Simulator::MonitorAccess
/third_party/node/deps/uv/include/uv/
H
A
D
win.h
222
ULONG
Exclusive
;
member
/third_party/skia/third_party/externals/oboe/src/aaudio/
H
A
D
AAudioLoader.cpp
299
static_assert((int32_t)SharingMode::
Exclusive
== AAUDIO_SHARING_MODE_EXCLUSIVE, ERRMSG);
/third_party/node/deps/v8/src/execution/arm64/
H
A
D
simulator-arm64.cc
6181
if (access_state_ == MonitorAccess::
Exclusive
) {
6190
access_state_ = MonitorAccess::
Exclusive
;
6196
if (access_state_ == MonitorAccess::
Exclusive
) {
6205
if (access_state_ == MonitorAccess::
Exclusive
) {
6238
access_state_ = MonitorAccess::
Exclusive
;
6244
if (access_state_ == MonitorAccess::
Exclusive
) {
6253
if (access_state_ == MonitorAccess::
Exclusive
) {
Completed in 38 milliseconds
1
2