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:attrbuf
(Results
1 - 6
of
6
) sorted by relevance
/third_party/eudev/src/udev/
H
A
D
udev-event.c
123
char
attrbuf
[UTIL_PATH_SIZE], sbuf[UTIL_PATH_SIZE];
in udev_event_apply_format()
local
185
if (i >= sizeof(
attrbuf
))
in udev_event_apply_format()
187
memcpy(
attrbuf
, from, i);
in udev_event_apply_format()
188
attrbuf
[i] = '\0';
in udev_event_apply_format()
190
attr =
attrbuf
;
in udev_event_apply_format()
/third_party/ltp/testcases/lib/
H
A
D
tst_ns_ifmove.c
33
char
attrbuf
[512];
member
/third_party/ltp/testcases/kernel/containers/share/
H
A
D
ns_ifmove.c
45
char
attrbuf
[512];
member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H
A
D
ULocale.java
3638
StringBuilder
attrbuf
= new StringBuilder();
in getInstance()
3640
if (
attrbuf
.length() > 0) {
in getInstance()
3641
attrbuf
.append('-');
in getInstance()
3643
attrbuf
.append(attr);
in getInstance()
3645
kwds.put(LOCALE_ATTRIBUTE_KEY,
attrbuf
.toString());
in getInstance()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H
A
D
ULocale.java
4181
StringBuilder
attrbuf
= new StringBuilder();
in getInstance()
4183
if (
attrbuf
.length() > 0) {
in getInstance()
4184
attrbuf
.append('-');
in getInstance()
4186
attrbuf
.append(attr);
in getInstance()
4188
kwds.put(LOCALE_ATTRIBUTE_KEY,
attrbuf
.toString());
in getInstance()
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 15 milliseconds