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:SetDoubleValue
(Results
1 - 18
of
18
) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/src/
H
A
D
verifier_test.cc
849
values.back().
SetDoubleValue
(13.7);
in TEST_F()
875
values[0].
SetDoubleValue
(2.9);
in TEST_F()
876
values[1].
SetDoubleValue
(0.73);
in TEST_F()
877
values[2].
SetDoubleValue
(10.0);
in TEST_F()
878
values[3].
SetDoubleValue
(1234.56);
in TEST_F()
904
values[i].
SetDoubleValue
(static_cast<double>(i) / 1.7);
in TEST_F()
934
values.back().
SetDoubleValue
(13.7);
in TEST_F()
960
values[0].
SetDoubleValue
(2.9);
in TEST_F()
961
values[1].
SetDoubleValue
(0.73);
in TEST_F()
962
values[2].
SetDoubleValue
(10.
in TEST_F()
[all...]
H
A
D
tokenizer.h
63
void
SetDoubleValue
(double val) { double_value_ = val; }
in SetDoubleValue()
function in amber::Token
H
A
D
buffer_test.cc
301
values[0].
SetDoubleValue
(2.8);
in TEST_F()
302
values[1].
SetDoubleValue
(1234.567);
in TEST_F()
H
A
D
tokenizer.cc
239
tok->
SetDoubleValue
(val);
in NextToken()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H
A
D
engine_vulkan.cc
487
values[0].
SetDoubleValue
(static_cast<double>(x));
in DoDrawRect()
488
values[1].
SetDoubleValue
(static_cast<double>(y + height));
in DoDrawRect()
490
values[2].
SetDoubleValue
(static_cast<double>(x));
in DoDrawRect()
491
values[3].
SetDoubleValue
(static_cast<double>(y));
in DoDrawRect()
493
values[4].
SetDoubleValue
(static_cast<double>(x + width));
in DoDrawRect()
494
values[5].
SetDoubleValue
(static_cast<double>(y + height));
in DoDrawRect()
496
values[6].
SetDoubleValue
(static_cast<double>(x + width));
in DoDrawRect()
497
values[7].
SetDoubleValue
(static_cast<double>(y));
in DoDrawRect()
567
values[c + 0].
SetDoubleValue
(static_cast<double>(x1));
in DoDrawGrid()
568
values[c + 1].
SetDoubleValue
(static_cas
in DoDrawGrid()
[all...]
H
A
D
vertex_buffer_test.cc
324
values[0].
SetDoubleValue
(-6.0);
in TEST_F()
325
values[1].
SetDoubleValue
(14.0);
in TEST_F()
326
values[2].
SetDoubleValue
(0.1171875);
in TEST_F()
341
values[0].
SetDoubleValue
(-6.0);
in TEST_F()
342
values[1].
SetDoubleValue
(14.0);
in TEST_F()
343
values[2].
SetDoubleValue
(0.1171875);
in TEST_F()
/third_party/vk-gl-cts/external/amber/src/include/amber/
H
A
D
value.h
38
void
SetDoubleValue
(double val) {
in SetDoubleValue()
function in amber::Value
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H
A
D
parser.cc
234
v.
SetDoubleValue
(val);
in ParseBufferData()
1576
value.
SetDoubleValue
(token->AsDouble());
in ParsePipelineSet()
2433
values[i].
SetDoubleValue
(token->AsDouble());
in ParseBufferInitializerFill()
2463
counter.
SetDoubleValue
(token->AsDouble());
in ParseBufferInitializerSeries()
2486
values[i].
SetDoubleValue
(value);
in ParseBufferInitializerSeries()
2487
counter.
SetDoubleValue
(value + token->AsDouble());
in ParseBufferInitializerSeries()
2935
v.
SetDoubleValue
(token->AsDouble());
in ParseValues()
/third_party/lame/ACM/tinyxml/
H
A
D
tinyxml.h
451
void
SetDoubleValue
( double value ); ///< Set the value from a double.
H
A
D
tinyxml.cpp
772
void TiXmlAttribute::
SetDoubleValue
( double value )
in SetDoubleValue()
function in TiXmlAttribute
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H
A
D
parser.cc
420
v.
SetDoubleValue
(token->AsDouble());
in ProcessVertexDataBlock()
H
A
D
command_parser.cc
504
v.
SetDoubleValue
(token->AsDouble());
in ParseValues()
/third_party/protobuf/src/google/protobuf/
H
A
D
map_test_util.h
559
map_val.
SetDoubleValue
(0.0);
in SetMapFieldsViaMapReflection()
651
map_val.
SetDoubleValue
(1.0);
in SetMapFieldsViaMapReflection()
801
map_val.
SetDoubleValue
(2.0);
in ModifyMapFieldsViaReflection()
H
A
D
map_field.cc
325
map_val->
SetDoubleValue
(other_it->second.GetDoubleValue());
in MergeFrom()
H
A
D
map_field.h
621
void
SetDoubleValue
(double value) {
in SetDoubleValue()
function in google::protobuf::MapValueRef
622
TYPE_CHECK(FieldDescriptor::CPPTYPE_DOUBLE, "MapValueRef::
SetDoubleValue
");
in SetDoubleValue()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H
A
D
tinyxml.cpp
764
attrib->
SetDoubleValue
( val );
in SetDoubleAttribute()
774
attrib->
SetDoubleValue
( val );
in SetDoubleAttribute()
1261
void TiXmlAttribute::
SetDoubleValue
( double _value )
H
A
D
tinyxml.h
839
void
SetDoubleValue
( double _value ); ///< Set the value from a double.
/third_party/protobuf/python/google/protobuf/pyext/
H
A
D
map_container.cc
265
value_ref->
SetDoubleValue
(value);
in PythonToMapValueRef()
Completed in 25 milliseconds