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:defaultAtts
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/
H
A
D
xmlparse.c
370
DEFAULT_ATTRIBUTE *
defaultAtts
;
member
3431
if (attId == elementType->
defaultAtts
[j].id) {
in storeAtts()
3432
isCdata = elementType->
defaultAtts
[j].isCdata;
in storeAtts()
3487
const DEFAULT_ATTRIBUTE *da = elementType->
defaultAtts
+ i;
in storeAtts()
6359
if (attId == type->
defaultAtts
[i].id)
in defineAttribute()
6367
type->
defaultAtts
= (DEFAULT_ATTRIBUTE *)MALLOC(
in defineAttribute()
6369
if (! type->
defaultAtts
) {
in defineAttribute()
6393
temp = (DEFAULT_ATTRIBUTE *)REALLOC(parser, type->
defaultAtts
,
in defineAttribute()
6398
type->
defaultAtts
= temp;
in defineAttribute()
6401
att = type->
defaultAtts
in defineAttribute()
[all...]
/third_party/python/Modules/expat/
H
A
D
xmlparse.c
363
DEFAULT_ATTRIBUTE *
defaultAtts
;
member
3388
if (attId == elementType->
defaultAtts
[j].id) {
in storeAtts()
3389
isCdata = elementType->
defaultAtts
[j].isCdata;
in storeAtts()
3444
const DEFAULT_ATTRIBUTE *da = elementType->
defaultAtts
+ i;
in storeAtts()
6391
if (attId == type->
defaultAtts
[i].id)
in defineAttribute()
6399
type->
defaultAtts
= (DEFAULT_ATTRIBUTE *)MALLOC(
in defineAttribute()
6401
if (! type->
defaultAtts
) {
in defineAttribute()
6425
temp = (DEFAULT_ATTRIBUTE *)REALLOC(parser, type->
defaultAtts
,
in defineAttribute()
6430
type->
defaultAtts
= temp;
in defineAttribute()
6433
att = type->
defaultAtts
in defineAttribute()
[all...]
Completed in 17 milliseconds