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:SetName
(Results
1 - 25
of
63
) sorted by relevance
1
2
3
/third_party/vk-gl-cts/external/amber/src/src/
H
A
D
script_test.cc
31
p->
SetName
("my_pipeline");
in TEST_F()
43
shader->
SetName
("Shader1");
in TEST_F()
49
shader->
SetName
("Shader2");
in TEST_F()
80
shader->
SetName
("My Shader");
in TEST_F()
89
shader1->
SetName
("My Shader");
in TEST_F()
96
shader2->
SetName
("My Shader");
in TEST_F()
105
shader->
SetName
("My Shader");
in TEST_F()
129
shader1->
SetName
("My Shader");
in TEST_F()
138
shader2->
SetName
("My Fragment");
in TEST_F()
153
pipeline->
SetName
("my_pipelin
in TEST_F()
[all...]
H
A
D
shader_compiler_test.cc
103
shader.
SetName
("TestShader");
in TEST_F()
122
shader.
SetName
("TestShader");
in TEST_F()
142
shader.
SetName
("BadTestShader");
in TEST_F()
159
shader.
SetName
("BadTestShader");
in TEST_F()
208
shader.
SetName
("TestShader");
in TEST_F()
232
shader.
SetName
("TestShader");
in TEST_F()
251
shader.
SetName
("BadTestShader");
in TEST_F()
272
shader.
SetName
(kShaderName);
in TEST_F()
286
pipeline.
SetName
("pipeline");
in TEST_F()
299
shader.
SetName
("TestShade
in TEST_F()
[all...]
H
A
D
pipeline_test.cc
178
v.
SetName
("my_shader");
in TEST_F()
264
buf->
SetName
("MyBuffer");
in TEST_F()
274
c.
SetName
("my_shader");
in TEST_F()
341
p.
SetName
("my_pipeline");
in TEST_F()
355
vtex_buf->
SetName
("vertex_buffer");
in TEST_F()
363
idx_buf->
SetName
("Index Buffer");
in TEST_F()
367
buf1->
SetName
("buf1");
in TEST_F()
371
buf2->
SetName
("buf2");
in TEST_F()
416
p.
SetName
("my_pipeline");
in TEST_F()
440
a_buf->
SetName
("buf
in TEST_F()
[all...]
H
A
D
shader.h
33
void
SetName
(const std::string& name) { name_ = name; }
in SetName()
function in amber::Shader
H
A
D
sampler.h
57
void
SetName
(const std::string& name) { name_ = name; }
in SetName()
function in amber::FilterType::AddressMode::BorderColor::Sampler
H
A
D
pipeline.cc
474
buf->
SetName
(kGeneratedPushConstantBuffer);
in CreatePushConstantBuffer()
493
buf->
SetName
(kGeneratedColorBuffer);
in GenerateDefaultColorAttachmentBuffer()
508
buf->
SetName
(kGeneratedDepthBuffer);
in GenerateDefaultDepthStencilAttachmentBuffer()
874
buffer->
SetName
(GetName() + "_pod_buffer_" +
in GenerateOpenCLPodBuffers()
944
literal_sampler->
SetName
("literal." + std::to_string(info.descriptor_set) +
in GenerateOpenCLLiteralSamplers()
H
A
D
buffer.h
101
void
SetName
(const std::string& name) { name_ = name; }
in SetName()
function in amber::Buffer
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H
A
D
error_support_test.cc
23
errors.
SetName
("foo");
in TEST()
27
errors.
SetName
("bar_sibling");
in TEST()
28
errors.
SetName
("bar");
in TEST()
35
errors.
SetName
("no_error_here");
in TEST()
38
errors.
SetName
("bang");
in TEST()
H
A
D
error_support.h
29
// Push / Pop operations for the path segments; after Push, either
SetName
or
36
void
SetName
(const char* name);
H
A
D
error_support.cc
19
void ErrorSupport::
SetName
(const char* name) {
in SetName()
function in v8_crdtp::ErrorSupport
H
A
D
dispatch_test.cc
274
errors.
SetName
("foo");
in TEST()
276
errors.
SetName
("bar");
in TEST()
278
errors.
SetName
("baz");
in TEST()
/third_party/gptfdisk/
H
A
D
gptpart.cc
172
SetName
(t.TypeName());
180
void GPTPart::
SetName
(const string & theName) {
function in GPTPart
181
SetName
((UnicodeString) theName.c_str());
182
} // GPTPart::
SetName
()
186
void GPTPart::
SetName
(const UnicodeString & theName) {
function in GPTPart
188
cerr << "Bogus UTF-16 name found in GPTPart::
SetName
()! Name not changed!\n";
193
} // GPTPart::
SetName
()
201
void GPTPart::
SetName
(const string & theName) {
function in GPTPart
265
} // GPTPart::
SetName
(), UTF-8 version
271
SetName
(partitionTyp
[all...]
H
A
D
gptpart.h
81
void
SetName
(const std::string & theName);
83
void
SetName
(const UnicodeString & theName);
H
A
D
gpttext.h
50
int
SetName
(uint32_t partNum);
H
A
D
gpttext.cc
346
int GPTDataTextUI::
SetName
(uint32_t partNum) {
in SetName()
function in GPTDataTextUI
357
partitions[partNum].
SetName
(theName);
in SetName()
364
} // GPTDataTextUI::
SetName
()
in SetName()
640
SetName
(GetPartNum());
in MainMenu()
H
A
D
mbr.cc
159
newPart.
SetName
(newPart.GetTypeName());
in AsGPT()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H
A
D
parser.cc
90
pipeline->
SetName
(kDefaultPipelineName);
in GenerateDefaultPipeline()
135
shader->
SetName
("vk_shader_" + std::to_string(script_->GetShaders().size()));
in ProcessShaderBlock()
304
b->
SetName
("indices");
in ProcessIndicesBlock()
439
buffer->
SetName
("Vertices" + std::to_string(i));
in ProcessVertexDataBlock()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H
A
D
name_editing_test.cc
64
neb->
SetName
(new_name);
in TestChangeOneName()
112
neb->
SetName
(new_name);
in TestModifyNameTableAndRevert()
209
neb->
SetName
(new_name);
/third_party/node/deps/v8/include/
H
A
D
v8-function.h
59
void
SetName
(Local<String> name);
/third_party/node/deps/v8/include/v8-include/
H
A
D
v8-function.h
59
void
SetName
(Local<String> name);
/third_party/node/src/large_pages/
H
A
D
node_large_page.cc
320
static void
SetName
(void* mem, size_t size, const char* name) {
in SetName()
function in node::__anon15405::MemoryMapPointer
405
MemoryMapPointer::
SetName
(start, size, "nodejs Large Page");
in MoveTextRegionToLargePages()
/third_party/skia/third_party/externals/d3d12allocator/src/
H
A
D
D3D12MemAlloc.h
844
void
SetName
(LPCWSTR Name);
1033
void
SetName
(LPCWSTR Name);
H
A
D
D3D12Sample.cpp
578
CHECK_HR( g_DepthStencilBuffer->
SetName
(L"Depth/Stencil Resource Heap") );
in InitD3D()
700
g_ConstantBufferUploadHeap[i]->
SetName
(L"Constant Buffer Upload Resource Heap");
in InitD3D()
828
g_VertexBuffer->
SetName
(L"Vertex Buffer Resource Heap");
in InitD3D()
856
vBufferUploadHeap->
SetName
(L"Vertex Buffer Upload Resource Heap");
in InitD3D()
937
g_IndexBuffer->
SetName
(L"Index Buffer Resource Heap");
in InitD3D()
963
CHECK_HR( iBufferUploadHeap->
SetName
(L"Index Buffer Upload Resource Heap") );
in InitD3D()
1019
g_CbPerObjectUploadHeaps[i]->
SetName
(L"Constant Buffer Upload Resource Heap");
in InitD3D()
1081
g_Texture->
SetName
(L"g_Texture");
in InitD3D()
1117
textureUpload->
SetName
(L"textureUpload");
in InitD3D()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H
A
D
name_table.h
500
virtual void
SetName
(const UChar* name);
501
virtual void
SetName
(const std::vector<uint8_t>& name_bytes);
502
virtual void
SetName
(const std::vector<uint8_t>& name_bytes,
/third_party/benchmark/include/benchmark/
H
A
D
benchmark.h
1283
void
SetName
(const std::string& name);
1548
this->
SetName
(#BaseClass "/" #Method); \
1559
this->
SetName
(#BaseClass "<" #a ">/" #Method); \
1570
this->
SetName
(#BaseClass "<" #a "," #b ">/" #Method); \
1582
this->
SetName
(#BaseClass "<" #__VA_ARGS__ ">/" #Method); \
Completed in 21 milliseconds
1
2
3