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:isPaused
(Results
1 - 25
of
29
) sorted by relevance
1
2
/third_party/node/test/parallel/
H
A
D
test-stream-readable-pause-and-resume.js
56
assert(readable.
isPaused
());
71
assert(!source3.
isPaused
());
H
A
D
test-tls-server-parent-constructor-options.js
22
assert.strictEqual(socket.
isPaused
(), false);
49
assert.strictEqual(socket.
isPaused
(), true);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
TransformFeedback_unittest.cpp
93
EXPECT_FALSE(mFeedback->
isPaused
());
in TEST_F()
96
EXPECT_TRUE(mFeedback->
isPaused
());
in TEST_F()
99
EXPECT_FALSE(mFeedback->
isPaused
());
in TEST_F()
H
A
D
TransformFeedback.h
77
bool
isPaused
() const;
H
A
D
TransformFeedback.cpp
202
bool TransformFeedback::
isPaused
() const
in isPaused()
function in gl::TransformFeedback
H
A
D
State.h
400
!curTransformFeedback->
isPaused
();
in isTransformFeedbackActiveUnpaused()
H
A
D
validationESEXT.cpp
488
!curTransformFeedback->
isPaused
())
in ValidateMultiDrawElementsIndirectEXT()
H
A
D
validationES3.cpp
4258
if (transformFeedback->
isPaused
())
in ValidatePauseTransformFeedback()
4285
if (!transformFeedback->
isPaused
())
in ValidateResumeTransformFeedback()
H
A
D
validationES31.cpp
497
!curTransformFeedback->
isPaused
())
in ValidateDrawArraysIndirect()
H
A
D
State.cpp
2427
*params = getCurrentTransformFeedback()->
isPaused
() ? GL_TRUE : GL_FALSE;
/third_party/node/deps/v8/src/inspector/
H
A
D
v8-debugger.cc
104
if (
isPaused
()) {
in disable()
133
return
isPaused
() && m_pausedContextGroupId == contextGroupId;
in isPausedInContextGroup()
180
if (
isPaused
()) return;
in setPauseOnNextCall()
208
if (
isPaused
()) return;
in breakProgram()
216
if (
isPaused
()) return;
in interruptAndBreak()
231
if (
isPaused
()) {
in continueProgram()
243
if (
isPaused
()) return;
in breakProgramOnAssert()
253
DCHECK(
isPaused
());
in stepIntoStatement()
262
DCHECK(
isPaused
());
in stepOverStatement()
270
DCHECK(
isPaused
());
in stepOutOfFunction()
[all...]
H
A
D
v8-debugger-agent-impl.cc
394
if (
isPaused
()) {
in enableImpl()
827
if (!
isPaused
()) return Response::ServerError(kDebuggerNotPaused);
in continueToLocation()
1142
if (
isPaused
() || !acceptsPause(false) || !m_breakpointsActive) return;
in schedulePauseOnNextStatement()
1150
if (
isPaused
() || !acceptsPause(false) || !m_breakpointsActive) return;
in cancelPauseOnNextStatement()
1159
if (
isPaused
()) return Response::Success();
in pause()
1172
if (!
isPaused
()) return Response::ServerError(kDebuggerNotPaused);
in resume()
1181
if (!
isPaused
()) return Response::ServerError(kDebuggerNotPaused);
in stepOver()
1198
if (!
isPaused
()) return Response::ServerError(kDebuggerNotPaused);
in stepInto()
1214
if (!
isPaused
()) return Response::ServerError(kDebuggerNotPaused);
in stepOut()
1259
if (!
isPaused
()) retur
in evaluateOnCallFrame()
1539
bool V8DebuggerAgentImpl::
isPaused
() const {
isPaused()
function in v8_inspector::__anon14707::V8DebuggerAgentImpl
[all...]
H
A
D
v8-debugger.h
88
bool
isPaused
() const { return m_pausedContextGroupId; }
in isPaused()
function in v8_inspector::V8Debugger
H
A
D
v8-debugger-agent-impl.h
199
bool
isPaused
() const;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H
A
D
TransformFeedback.cpp
56
if(isActive() && !
isPaused
())
in addVertexOffset()
72
bool TransformFeedback::
isPaused
() const
in isPaused()
function in es2::TransformFeedback
H
A
D
TransformFeedback.h
43
bool
isPaused
() const;
H
A
D
libGLESv3.cpp
328
if(transformFeedback && transformFeedback->isActive() && !transformFeedback->
isPaused
())
in DrawRangeElements()
2775
if(transformFeedback && transformFeedback->isActive() && !transformFeedback->
isPaused
())
in DrawElementsInstanced()
3330
if(transformFeedbackObject && transformFeedbackObject->isActive() && !transformFeedbackObject->
isPaused
())
in BindTransformFeedback()
3430
if(!transformFeedbackObject->isActive() || transformFeedbackObject->
isPaused
())
in PauseTransformFeedback()
3451
if(!transformFeedbackObject->isActive() || !transformFeedbackObject->
isPaused
())
in ResumeTransformFeedback()
H
A
D
Context.cpp
1891
*params = transformFeedback->
isPaused
();
in getBooleanv()
2451
*param = transformFeedback->
isPaused
();
in getTransformFeedbackiv()
2823
if (!transformFeedback->isActive() || transformFeedback->
isPaused
())
in applyRenderTarget()
3620
if(!cullSkipsDraw(mode) || (transformFeedback->isActive() && !transformFeedback->
isPaused
()))
in drawArrays()
3714
if(!cullSkipsDraw(internalMode) || (transformFeedback->isActive() && !transformFeedback->
isPaused
()))
in drawElements()
H
A
D
libGLESv2.cpp
1529
if(transformFeedback && transformFeedback->isActive() && !transformFeedback->
isPaused
())
in DrawElements()
1625
if(transformFeedback && transformFeedback->isActive() && !transformFeedback->
isPaused
())
in DrawElementsInstancedEXT()
1738
if(transformFeedback && transformFeedback->isActive() && !transformFeedback->
isPaused
())
in DrawElementsInstancedANGLE()
5369
if(transformFeedback && transformFeedback->isActive() && !transformFeedback->
isPaused
())
in UseProgram()
/third_party/skia/tools/skottie_ios_app/
H
A
D
SkiaViewController.h
16
- (bool)
isPaused
;
H
A
D
SkottieViewController.h
15
- (bool)
isPaused
;
/third_party/skia/modules/audioplayer/
H
A
D
SkAudioPlayer.h
45
bool
isPaused
() const { return this->state() == State::kPaused; }
in isPaused()
function in SkAudioPlayer
/third_party/node/lib/internal/streams/
H
A
D
readable.js
383
Readable.prototype.
isPaused
= function() {
/third_party/skia/tools/viewer/
H
A
D
Viewer.cpp
2456
bool
isPaused
= AnimTimer::kPaused_State == fAnimTimer.state();
in drawImGui()
local
2457
if (ImGui::Checkbox("Pause", &
isPaused
)) {
in drawImGui()
/third_party/node/lib/
H
A
D
net.js
1545
if (readable && !self.
isPaused
())
Completed in 51 milliseconds
1
2