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:nodes
(Results
1 - 6
of
6
) sorted by relevance
/drivers/hdf_core/framework/utils/src/
H
A
D
hdf_map.c
57
node->next = map->
nodes
[idx];
in MapAddNode()
58
map->
nodes
[idx] = node;
in MapAddNode()
64
struct MapNode **
nodes
= NULL;
in MapResize()
local
68
nodes
= (struct MapNode **)OsalMemCalloc(size * sizeof(*
nodes
));
in MapResize()
69
if (
nodes
== NULL) {
in MapResize()
73
tmp = map->
nodes
;
in MapResize()
75
map->
nodes
=
nodes
;
in MapResize()
146
if (map->nodeSize > 0 && map->
nodes
!
in MapSet()
[all...]
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H
A
D
ModifyNode.js
160
let
nodes
= ModifyNode.getInheritList(root, node);
162
for (i in
nodes
) {
163
ret.push(
nodes
[i].name_);
/drivers/hdf_core/interfaces/inner_api/utils/
H
A
D
hdf_map.h
21
struct MapNode **
nodes
; /**< Map node bucket */
member
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H
A
D
audio_common_vdi.c
336
struct AudioRouteNodeVdi *
nodes
= NULL;
in AudioCommonSinkToVdiSinkVdi()
local
342
nodes
= (struct AudioRouteNodeVdi *)OsalMemCalloc(route->sinksLen * sizeof(struct AudioRouteNodeVdi));
in AudioCommonSinkToVdiSinkVdi()
343
if (
nodes
== NULL) {
in AudioCommonSinkToVdiSinkVdi()
344
AUDIO_FUNC_LOGE("
nodes
null");
in AudioCommonSinkToVdiSinkVdi()
347
vdiRoute->sinks =
nodes
;
in AudioCommonSinkToVdiSinkVdi()
354
/*
nodes
release by AudioCommonFreeVdiRouteVdi */
in AudioCommonSinkToVdiSinkVdi()
364
struct AudioRouteNodeVdi *
nodes
= NULL;
in AudioCommonSourceToVdiSourceVdi()
local
370
nodes
= (struct AudioRouteNodeVdi *)OsalMemCalloc(route->sourcesLen * sizeof(struct AudioRouteNodeVdi));
in AudioCommonSourceToVdiSourceVdi()
371
if (
nodes
== NULL) {
in AudioCommonSourceToVdiSourceVdi()
372
AUDIO_FUNC_LOGE("
nodes
nul
in AudioCommonSourceToVdiSourceVdi()
[all...]
/drivers/hdf_core/adapter/khdf/linux/model/network/wifi/
H
A
D
Makefile
45
$(HDF_WIFI_FRAMEWORKS_ROOT)/$(MESSAGE_PATH)/
nodes
/local_node.o \
/drivers/hdf_core/adapter/khdf/liteos/model/network/wifi/
H
A
D
Makefile
87
LOCAL_SRCS += $(PLATFORM_PATH)/src/message/
nodes
/local_node.c \
Completed in 3 milliseconds