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:isX
(Results
1 - 5
of
5
) sorted by relevance
/third_party/typescript/tests/baselines/reference/
H
A
D
typeGuardIntersectionTypes.js
14
declare function
isX
(obj: any): obj is X;
19
if (
isX
(obj) || isY(obj) || isZ(obj)) {
22
if (
isX
(obj) && isY(obj) && isZ(obj)) {
116
if (
isX
(obj) || isY(obj) || isZ(obj)) {
119
if (
isX
(obj) && isY(obj) && isZ(obj)) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H
A
D
vktShaderRenderDerivateTests.cpp
1030
const bool
isX
= isDfdxFunc(m_definitions.func);
in verify()
local
1031
const float div =
isX
? float(result.getWidth()) : float(result.getHeight());
in verify()
1032
const tcu::Vec4 scale =
isX
? xScale : yScale;
in verify()
1335
const bool
isX
= isDfdxFunc(m_definitions.func);
in verify()
local
1336
const float div =
isX
? w : h;
in verify()
1337
const tcu::Vec4 scale =
isX
? xScale : yScale;
in verify()
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fShaderDerivateTests.cpp
1112
const bool
isX
= m_func == DERIVATE_DFDX;
in verify()
local
1113
const float div =
isX
? float(result.getWidth()) : float(result.getHeight());
in verify()
1114
const tcu::Vec4 scale =
isX
? xScale : yScale;
in verify()
1444
const bool
isX
= m_func == DERIVATE_DFDX;
in verify()
local
1445
const float div =
isX
? w : h;
in verify()
1446
const tcu::Vec4 scale =
isX
? xScale : yScale;
in verify()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H
A
D
vktShaderRenderDerivateTests.cpp
1003
const bool
isX
= isDfdxFunc(m_definitions.func);
in verify()
local
1004
const float div =
isX
? float(result.getWidth()) : float(result.getHeight());
in verify()
1005
const tcu::Vec4 scale =
isX
? xScale : yScale;
in verify()
1309
const bool
isX
= isDfdxFunc(m_definitions.func);
in verify()
local
1310
const float div =
isX
? w : h;
in verify()
1311
const tcu::Vec4 scale =
isX
? xScale : yScale;
in verify()
/third_party/skia/third_party/externals/freetype/src/psaux/
H
A
D
psintrp.c
891
FT_Bool
isX
= FT_BOOL( op1 == cf2_cmdHLINETO );
in cf2_interpT2CharString()
local
894
FT_TRACE4(( "%s\n",
isX
? " hlineto" : " vlineto" ));
in cf2_interpT2CharString()
901
if (
isX
)
in cf2_interpT2CharString()
906
isX
= !
isX
;
in cf2_interpT2CharString()
Completed in 13 milliseconds