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:PROTOTYPE
(Results
1 - 10
of
10
) sorted by relevance
/third_party/python/Lib/ctypes/test/
H
A
D
test_pointers.py
68
PROTOTYPE
= CFUNCTYPE(c_int, POINTER(c_int))
78
callback =
PROTOTYPE
(func)
/third_party/icu/icu4c/source/i18n/
H
A
D
transreg.cpp
442
PROTOTYPE
,
enumerator
455
Transliterator* prototype; // For
PROTOTYPE
484
if (entryType ==
PROTOTYPE
) {
in ~TransliteratorEntry()
501
if (entryType ==
PROTOTYPE
) {
in adoptPrototype()
504
entryType =
PROTOTYPE
;
in adoptPrototype()
510
if (entryType ==
PROTOTYPE
) {
in setFactory()
1303
case TransliteratorEntry::
PROTOTYPE
:
in instantiateEntry()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
transreg.cpp
443
PROTOTYPE
,
enumerator
456
Transliterator* prototype; // For
PROTOTYPE
485
if (entryType ==
PROTOTYPE
) {
in ~TransliteratorEntry()
502
if (entryType ==
PROTOTYPE
) {
in adoptPrototype()
505
entryType =
PROTOTYPE
;
in adoptPrototype()
511
if (entryType ==
PROTOTYPE
) {
in setFactory()
1318
case TransliteratorEntry::
PROTOTYPE
:
in instantiateEntry()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
transreg.cpp
447
PROTOTYPE
,
enumerator
460
Transliterator* prototype; // For
PROTOTYPE
489
if (entryType ==
PROTOTYPE
) {
in ~TransliteratorEntry()
506
if (entryType ==
PROTOTYPE
) {
in adoptPrototype()
509
entryType =
PROTOTYPE
;
in adoptPrototype()
515
if (entryType ==
PROTOTYPE
) {
in setFactory()
1303
case TransliteratorEntry::
PROTOTYPE
:
in instantiateEntry()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H
A
D
errno.rs
465
pub const
PROTOTYPE
: Self = Self::from_errno(errno::EPROTOTYPE);
consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H
A
D
errno.rs
875
pub const
PROTOTYPE
: Self = Self(c::EPROTOTYPE);
consts
/third_party/node/deps/v8/src/ast/
H
A
D
ast.cc
291
kind_ =
PROTOTYPE
;
in ObjectLiteralProperty()
H
A
D
ast.h
1225
PROTOTYPE
, // Property is __proto__.
1239
bool IsPrototype() const { return kind() ==
PROTOTYPE
; }
in IsPrototype()
H
A
D
prettyprinter.cc
1222
case ObjectLiteral::Property::
PROTOTYPE
:
in PrintObjectProperties()
1223
prop_kind = "
PROTOTYPE
";
in PrintObjectProperties()
/third_party/node/deps/v8/src/interpreter/
H
A
D
bytecode-generator.cc
3139
case ObjectLiteral::Property::
PROTOTYPE
: {
in VisitObjectLiteral()
3293
case ObjectLiteral::Property::
PROTOTYPE
:
in VisitObjectLiteral()
Completed in 31 milliseconds