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:testFailed
(Results
1 - 15
of
15
) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fNegativeShaderFramebufferFetchTests.cpp
79
bool
testFailed
= false;
in verifyProgramError()
local
89
testFailed
= (program.getProgramInfo().linkOk);
in verifyProgramError()
95
testFailed
= program.getShaderInfo(shaderType).compileOk;
in verifyProgramError()
101
testFailed
= (program.getProgramInfo().linkOk) && (program.getShaderInfo(shaderType).compileOk);
in verifyProgramError()
111
if (
testFailed
)
in verifyProgramError()
H
A
D
es31fNegativeShaderDirectiveTests.cpp
53
bool
testFailed
= false;
in verifyProgram()
local
60
testFailed
= !program.getProgramInfo().linkOk;
in verifyProgram()
65
testFailed
= program.getProgramInfo().linkOk;
in verifyProgram()
69
if (
testFailed
)
in verifyProgram()
81
bool
testFailed
= false;
in verifyShader()
local
94
testFailed
= !shader.getCompileStatus();
in verifyShader()
99
testFailed
= shader.getCompileStatus();
in verifyShader()
103
if (
testFailed
)
in verifyShader()
H
A
D
es31fNegativeComputeTests.cpp
88
bool
testFailed
= false;
in verifyLinkError()
local
93
testFailed
= program.getProgramInfo().linkOk;
in verifyLinkError()
95
if (
testFailed
)
in verifyLinkError()
105
bool
testFailed
= false;
in verifyCompileError()
local
110
testFailed
= program.getShaderInfo(shaderType).compileOk;
in verifyCompileError()
112
if (
testFailed
)
in verifyCompileError()
684
bool
testFailed
= false;
in invalid_maximum_work_group_sizes()
local
688
testFailed
= (program.getProgramInfo().linkOk) && (program.getShaderInfo(glu::SHADERTYPE_COMPUTE).compileOk);
in invalid_maximum_work_group_sizes()
690
if (
testFailed
)
in invalid_maximum_work_group_sizes()
784
bool
testFailed
in invalid_layout_qualifiers()
local
[all...]
H
A
D
es31fNegativeSampleVariablesTests.cpp
50
bool
testFailed
= false;
in verifyShader()
local
63
testFailed
= !shader.getCompileStatus();
in verifyShader()
68
testFailed
= shader.getCompileStatus();
in verifyShader()
72
if (
testFailed
)
in verifyShader()
H
A
D
es31fNegativeShaderStorageTests.cpp
45
bool
testFailed
= false;
in verifyProgram()
local
49
testFailed
= program.getProgramInfo().linkOk;
in verifyProgram()
51
if (
testFailed
)
in verifyProgram()
H
A
D
es31fNegativeTessellationTests.cpp
365
bool
testFailed
= program.getProgramInfo().linkOk;
in tessellation_control_invalid_vertex_count()
local
367
if (
testFailed
)
in tessellation_control_invalid_vertex_count()
H
A
D
es31fTextureMultisampleTests.cpp
1750
bool
testFailed
= false;
1779
testFailed
= true;
1822
testFailed
= true;
1830
testFailed
= true;
1850
if (
testFailed
)
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H
A
D
esextcGPUShader5UniformBlocksArrayIndexing.cpp
217
bool
testFailed
= false;
in iterate()
local
223
testFailed
= true;
in iterate()
229
if (
testFailed
)
in iterate()
/third_party/skia/tests/
H
A
D
SubsetPath.cpp
28
bool SubsetPath::subset(bool
testFailed
, SkPath* sub) {
in subset()
argument
30
if (!
testFailed
) {
in subset()
H
A
D
SubsetPath.h
23
bool
testFailed
= true;
26
while (subsetContours.subset(
testFailed
, &minimal)) {
27
testFailed
= myPathTest(minimal);
29
testFailed
= true;
31
while (subsetVerbs.subset(
testFailed
, &minimal)) {
32
testFailed
= myPathTest(minimal);
40
bool subset(bool
testFailed
, SkPath* sub);
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/
H
A
D
DeqpTestRunnerTest.java
407
mockListener.
testFailed
(testId,
in testResultCode()
1056
mockListener.
testFailed
(EasyMock.eq(testIds[i]),
in testRun_unexecutableTests()
1982
* Test external interruption in
testFailed
().
2063
mockListener.
testFailed
(EasyMock.eq(testId), EasyMock.<String>notNull());
in testInterrupt_killReportTestFailed()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cShaderImageLoadStoreTests.cpp
8742
testFailed
= -1,
8894
if (
testFailed
== testShaderStage(fragmentShaderStage))
8902
if (
testFailed
== testShaderStage(geometryShaderStage))
8910
if (
testFailed
== testShaderStage(tesselationControlShaderStage))
8919
if (
testFailed
== testShaderStage(tesselationEvalutaionShaderStage))
8928
if (
testFailed
== testShaderStage(vertexShaderStage))
9544
*
testFailed
when test result is negative;
9674
result =
testFailed
;
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
junit-4.10.jar
META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/
...
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H
A
D
DeqpTestRunner.java
361
mSink.
testFailed
(testId, errorLog.toString());
in forwardFinalizedPendingResult()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H
A
D
vktShaderRenderTextureFunctionTests.cpp
3238
bool
testFailed
= false;
3255
testFailed
= true;
3260
if (
testFailed
)
Completed in 47 milliseconds