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:OldName
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
IceMangling.cpp
38
void incrementSubstitutions(ManglerVector &
OldName
) {
in incrementSubstitutions()
argument
41
ManglerVector NewName(
OldName
.size() * 2);
in incrementSubstitutions()
44
const size_t OldLen =
OldName
.size();
in incrementSubstitutions()
46
if (
OldName
[OldPos] == '\0')
in incrementSubstitutions()
48
if (
OldName
[OldPos] == 'S') {
in incrementSubstitutions()
54
char Ch =
OldName
[Last];
in incrementSubstitutions()
67
NewName[NewPos++] =
OldName
[OldPos++]; // 'S'
in incrementSubstitutions()
71
assert(
OldName
[OldPos - 1] == 'S');
in incrementSubstitutions()
72
assert(
OldName
[OldPos + Length] == '_');
in incrementSubstitutions()
85
char Ch =
OldName
[OldPo
in incrementSubstitutions()
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
Update.cpp
294
return !DoesNameContainWildcard(
OldName
);
in Prepare()
319
unsigned num = CompareTwoNames(
OldName
, src);
in GetNewPath()
320
if (
OldName
[num] == 0)
in GetNewPath()
327
//
OldName
[num] != 0
in GetNewPath()
328
//
OldName
= "1\1a.txt"
in GetNewPath()
333
|| !IsPathSepar(
OldName
[num])
in GetNewPath()
334
||
OldName
[num + 1] != 0)
in GetNewPath()
H
A
D
Update.h
71
UString
OldName
;
member
H
A
D
ArchiveCommandLine.cpp
465
pair.
OldName
= oldName;
in AddRenamePair()
473
val += pair.
OldName
;
in AddRenamePair()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
SROA.cpp
2396
StringRef
OldName
= OldPtr->getName();
2398
size_t LastSROAPrefix =
OldName
.rfind(".sroa.");
2400
OldName
=
OldName
.substr(LastSROAPrefix + strlen(".sroa."));
2402
size_t IndexEnd =
OldName
.find_first_not_of("0123456789");
2403
if (IndexEnd != StringRef::npos &&
OldName
[IndexEnd] == '.') {
2405
OldName
=
OldName
.substr(IndexEnd + 1);
2406
size_t OffsetEnd =
OldName
.find_first_not_of("0123456789");
2407
if (OffsetEnd != StringRef::npos &&
OldName
[OffsetEn
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H
A
D
Record.cpp
2138
Init *
OldName
= getNameInit();
2140
if (NewName !=
OldName
) {
Completed in 11 milliseconds