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:AUTOLOAD
(Results
1 - 25
of
33
) sorted by relevance
1
2
/third_party/cups-filters/scripting/perl/
H
A
D
CUPS.pm
56
sub
AUTOLOAD
{
subroutine
57
# This
AUTOLOAD
is used to 'autoload' constants from the constant()
59
# to the
AUTOLOAD
in AutoLoader.
62
our $
AUTOLOAD
;
63
($constname = $
AUTOLOAD
) =~ s/.*:://;
68
$AutoLoader::
AUTOLOAD
= $
AUTOLOAD
;
69
goto &AutoLoader::
AUTOLOAD
;
79
*$
AUTOLOAD
= sub () { $val };
82
*$
AUTOLOAD
[all...]
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H
A
D
x86asm.pl
20
#
AUTOLOAD
is this context has quite unpleasant side effect, namely
24
sub ::
AUTOLOAD
25
{ my $opcode = $
AUTOLOAD
;
33
&generic($opcode,@_) or die "undefined subroutine \&$
AUTOLOAD
";
H
A
D
s390x.pm
21
our @EXPORT_OK=qw(
AUTOLOAD
LABEL INCLUDE stfle stck);
109
our $
AUTOLOAD
;
131
sub
AUTOLOAD
{
subroutine
134
for ($
AUTOLOAD
) {
/third_party/openssl/crypto/perlasm/
H
A
D
x86asm.pl
20
#
AUTOLOAD
is this context has quite unpleasant side effect, namely
24
sub ::
AUTOLOAD
25
{ my $opcode = $
AUTOLOAD
;
33
&generic($opcode,@_) or die "undefined subroutine \&$
AUTOLOAD
";
H
A
D
s390x.pm
21
our @EXPORT_OK=qw(
AUTOLOAD
LABEL INCLUDE stfle stck);
109
our $
AUTOLOAD
;
131
sub
AUTOLOAD
{
subroutine
134
for ($
AUTOLOAD
) {
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H
A
D
Ordinals.pm
891
our $
AUTOLOAD
;
894
sub
AUTOLOAD
{
subroutine
896
my $funcname = $
AUTOLOAD
;
/third_party/openssl/util/perl/OpenSSL/
H
A
D
Ordinals.pm
891
our $
AUTOLOAD
;
894
sub
AUTOLOAD
{
subroutine
896
my $funcname = $
AUTOLOAD
;
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H
A
D
sha1-armv4-large.pl
340
sub
AUTOLOAD
() # thunk [simplified] x86-style perlasm
subroutine
341
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H
A
D
sha256-armv4.pl
319
sub
AUTOLOAD
() # thunk [simplified] x86-style perlasm
subroutine
320
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H
A
D
sha512-armv8.pl
455
sub
AUTOLOAD
() # thunk [simplified] x86-style perlasm
subroutine
456
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H
A
D
sha1-x86_64.pl
576
sub
AUTOLOAD
() # thunk [simplified] 32-bit style perlasm
subroutine
577
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://;
/third_party/openssl/crypto/sha/asm/
H
A
D
sha256-armv4.pl
319
sub
AUTOLOAD
() # thunk [simplified] x86-style perlasm
subroutine
320
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H
A
D
sha1-armv4-large.pl
340
sub
AUTOLOAD
() # thunk [simplified] x86-style perlasm
subroutine
341
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H
A
D
sha512-armv8.pl
461
sub
AUTOLOAD
() # thunk [simplified] x86-style perlasm
subroutine
462
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H
A
D
sha1-x86_64.pl
576
sub
AUTOLOAD
() # thunk [simplified] 32-bit style perlasm
subroutine
577
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://;
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H
A
D
aesni-sha1-x86_64.pl
184
sub
AUTOLOAD
() # thunk [simplified] 32-bit style perlasm
subroutine
185
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://;
H
A
D
aesni-sha256-x86_64.pl
291
sub
AUTOLOAD
() # thunk [simplified] 32-bit style perlasm
subroutine
292
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://;
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H
A
D
chacha-ppc.pl
81
sub
AUTOLOAD
() # thunk [simplified] x86-style perlasm
subroutine
82
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H
A
D
chacha-armv8.pl
61
sub
AUTOLOAD
() # thunk [simplified] x86-style perlasm
subroutine
62
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H
A
D
chacha-armv4.pl
54
sub
AUTOLOAD
() # thunk [simplified] x86-style perlasm
subroutine
55
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
/third_party/openssl/crypto/aes/asm/
H
A
D
aesni-sha1-x86_64.pl
184
sub
AUTOLOAD
() # thunk [simplified] 32-bit style perlasm
subroutine
185
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://;
H
A
D
aesni-sha256-x86_64.pl
291
sub
AUTOLOAD
() # thunk [simplified] 32-bit style perlasm
subroutine
292
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://;
/third_party/openssl/crypto/chacha/asm/
H
A
D
chacha-ppc.pl
81
sub
AUTOLOAD
() # thunk [simplified] x86-style perlasm
subroutine
82
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H
A
D
chacha-armv8.pl
61
sub
AUTOLOAD
() # thunk [simplified] x86-style perlasm
subroutine
62
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H
A
D
chacha-armv4.pl
54
sub
AUTOLOAD
() # thunk [simplified] x86-style perlasm
subroutine
55
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
Completed in 32 milliseconds
1
2