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
defs:buf
(Results
1 - 9
of
9
) sorted by relevance
/applications/standard/calendardata/calendarmanager/napi/src/
H
A
D
module_register.cpp
64
extern "C" __attribute__((visibility("default"))) void NAPI_calendarManager_GetJSCode(const char**
buf
,
in NAPI_calendarManager_GetJSCode()
argument
76
extern "C" __attribute__((visibility("default"))) void NAPI_calendarManager_GetABCCode(const char**
buf
,
in NAPI_calendarManager_GetABCCode()
argument
H
A
D
napi_util.cpp
121
char*
buf
= new (std::nothrow) char[STR_TAIL_LENGTH + maxLen];
in GetValue()
local
/applications/standard/contacts_data/contacts/src/
H
A
D
native_module.cpp
47
extern "C" __attribute__((visibility("default"))) void NAPI_contact_GetJSCode(const char**
buf
,
in NAPI_contact_GetJSCode()
argument
59
extern "C" __attribute__((visibility("default"))) void NAPI_contact_GetABCCode(const char**
buf
,
in NAPI_contact_GetABCCode()
argument
/applications/sample/camera/launcher/launcher/src/main/cpp/
H
A
D
main_ability_slice.cpp
77
char
buf
[TMP_BUF_SIZE] = { 0 };
in SetTail()
local
H
A
D
swipe_view.h
58
char
buf
[TMP_BUF_SIZE] = { 0 };
variable
/applications/sample/camera/communication/wpa_cli/src/
H
A
D
wpa_cli_sample.c
46
static void DumpString(const char *
buf
, int len, const char *tag)
in DumpString()
argument
94
char
buf
[4096];
in CliRecvPending()
local
/applications/sample/camera/setting/setting/src/main/cpp/
H
A
D
setting_wifi_input_password_ability_slice.cpp
172
char
buf
[8] = {0};
in AddInputKeyBoardZero()
local
196
char
buf
[8] = {0};
in SetScrollView()
local
H
A
D
wpa_work.c
90
static void ProcessScanResult(const char *
buf
, int len)
in ProcessScanResult()
argument
323
char
buf
[4096];
in CliRecvPending()
local
[all...]
/applications/standard/settings/napi/settings/
H
A
D
napi_settings.cpp
100
char *
buf
= new (std::nothrow) char[size + 1];
in unwrap_string_from_js()
local
Completed in 8 milliseconds