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:inheader
(Results
1 - 3
of
3
) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/
H
A
D
postscript.c
247
int
inheader
= 1; /* Are we still in the header, before first
in _print_ps()
local
461
if (
inheader
)
in _print_ps()
481
/* We need to distinguish with the $
inheader
variable
in _print_ps()
486
if (
inheader
) {
in _print_ps()
524
if (
inheader
)
in _print_ps()
535
if (!lastpassthru && !
inheader
) {
in _print_ps()
559
if (
inheader
) {
in _print_ps()
583
inheader
= 0;
in _print_ps()
720
(
inheader
|| option_get_section(o) == SECTION_PAGESETUP)) {
in _print_ps()
750
pdest = (
inheader
in _print_ps()
[all...]
/third_party/mesa3d/src/egl/generate/
H
A
D
eglFunctionList.py
79
def _eglFunc(name, method, static=None, public=False,
inheader
=None, prefix="dispatch_", extension=None, retval=None):
85
if
inheader
is None:
86
inheader
= (not static)
94
"
inheader
" :
inheader
,
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/
H
A
D
htmldiff.pl
300
my $
inheader
=0;
413
# $
inheader
= 1;
415
if ($
inheader
== 0) {
423
$
inheader
= 0;
431
if (($inelement == 0) && ($
inheader
== 0)) {
Completed in 3 milliseconds