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:nInit
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
H
A
D
SkQP.java
17
protected native void
nInit
(AssetManager assetManager, String dataDir);
in nInit()
method in SkQP
H
A
D
SkQPActivity.java
42
// Note:
nInit
will initialize the mGMs, mBackends and mUnitTests fields.
in run()
44
impl.
nInit
(assetManager, outputDirPath);
in run()
H
A
D
SkQPRunner.java
54
mImpl.
nInit
(assetManager, mOutputDirectory);
in SkQPRunner()
/third_party/sqlite/src/
H
A
D
shell.c
3903
int
nInit
; /* Number of bytes in zInit */
member
3986
if( pRe->
nInit
){
in re_match()
3988
while( in.i+pRe->
nInit
<=in.mx
in re_match()
3990
strncmp((const char*)zIn+in.i, (const char*)pRe->zInit, pRe->
nInit
)!=0)
in re_match()
3994
if( in.i+pRe->
nInit
>in.mx ) return 0;
in re_match()
4480
pRe->
nInit
= j;
in re_compile()
4566
if( pRe->
nInit
>0 ){
in re_bytecode_func()
4568
for(i=0; i<pRe->
nInit
; i++){
in re_bytecode_func()
H
A
D
sqlite3.c
23291
u32
nInit
= countLookasideSlots(db->lookaside.pInit);
sqlite3LookasideUsed()
local
164025
int
nInit
= pList ? pList->nExpr : 0;
global()
local
[all...]
Completed in 162 milliseconds