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:pageInfo
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
dell1600n_net.c
635
struct PageInfo
pageInfo
;
in sane_get_parameters()
local
641
memcpy( &
pageInfo
, gOpenScanners[iHandle]->m_pageInfo.m_pBuf, sizeof(
pageInfo
) );
in sane_get_parameters()
643
width =
pageInfo
.m_width;
in sane_get_parameters()
644
height =
pageInfo
.m_height;
in sane_get_parameters()
648
pageInfo
.m_bytesRemaining,
in sane_get_parameters()
804
struct PageInfo
pageInfo
;
in sane_read()
local
824
memcpy( &
pageInfo
, gOpenScanners[iHandle]->m_pageInfo.m_pBuf, sizeof(
pageInfo
) );
in sane_read()
827
if (
pageInfo
in sane_read()
1799
struct PageInfo
pageInfo
;
ProcessPageData()
local
[all...]
/third_party/lzma/CPP/Windows/Control/
H
A
D
PropertyPage.cpp
87
const CPageInfo &
pageInfo
= pagesInfo[i];
in MyPropertySheet()
local
95
page.pszTemplate = MAKEINTRESOURCEA(
pageInfo
.ID);
in MyPropertySheet()
105
page.lParam = (LPARAM)
pageInfo
.Page;
in MyPropertySheet()
116
page.pszTemplate = MAKEINTRESOURCEW(
pageInfo
.ID);
in MyPropertySheet()
120
if (!
pageInfo
.Title.IsEmpty())
in MyPropertySheet()
122
page.pszTitle =
pageInfo
.Title;
in MyPropertySheet()
126
page.lParam = (LPARAM)
pageInfo
.Page;
in MyPropertySheet()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H
A
D
antora-prep.py
502
pageInfo
= {}
variable
537
pageInfo
[docFile.relpath] = docFile
546
for key in
pageInfo
:
550
docFile =
pageInfo
[key]
H
A
D
reflib.py
109
class
pageInfo
:
class
161
"""Print a single field of a
pageInfo
struct, possibly None.
172
"""Print out fields of a
pageInfo
struct
174
- pi -
pageInfo
175
- file - indexed by
pageInfo
"""
229
"""Return (creating if needed) the
pageInfo
entry in pageMap for name"""
231
pi =
pageInfo
()
270
"""Fill in missing fields in
pageInfo
structures, to the extent they can be
273
- pageMap - dictionary of
pageInfo
structures
275
- file - list of strings making up the file, indexed by
pageInfo
"""
[all...]
Completed in 3 milliseconds