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:oldA
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/
H
A
D
xmlparse.c
6810
const ATTRIBUTE_ID *
oldA
= (ATTRIBUTE_ID *)hashTableIterNext(&iter);
in dtdCopy()
local
6812
if (!
oldA
)
in dtdCopy()
6817
name = poolCopyString(&(newDtd->pool),
oldA
->name);
in dtdCopy()
6825
newA->maybeTokenized =
oldA
->maybeTokenized;
in dtdCopy()
6826
if (
oldA
->prefix) {
in dtdCopy()
6827
newA->xmlns =
oldA
->xmlns;
in dtdCopy()
6828
if (
oldA
->prefix == &oldDtd->defaultPrefix)
in dtdCopy()
6832
oldA
->prefix->name, 0);
in dtdCopy()
/third_party/python/Modules/expat/
H
A
D
xmlparse.c
6842
const ATTRIBUTE_ID *
oldA
= (ATTRIBUTE_ID *)hashTableIterNext(&iter);
in dtdCopy()
local
6844
if (!
oldA
)
in dtdCopy()
6849
name = poolCopyString(&(newDtd->pool),
oldA
->name);
in dtdCopy()
6857
newA->maybeTokenized =
oldA
->maybeTokenized;
in dtdCopy()
6858
if (
oldA
->prefix) {
in dtdCopy()
6859
newA->xmlns =
oldA
->xmlns;
in dtdCopy()
6860
if (
oldA
->prefix == &oldDtd->defaultPrefix)
in dtdCopy()
6864
oldA
->prefix->name, 0);
in dtdCopy()
Completed in 35 milliseconds