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:u_a
(Results
1 - 6
of
6
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H
A
D
ctrl_iface_common.c
56
struct sockaddr_un *
u_a
, *u_b;
in sockaddr_compare()
local
58
u_a
= (struct sockaddr_un *) a;
in sockaddr_compare()
62
os_memcmp(
u_a
->sun_path, u_b->sun_path,
in sockaddr_compare()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H
A
D
ctrl_iface_common.c
56
struct sockaddr_un *
u_a
, *u_b;
in sockaddr_compare()
local
58
u_a
= (struct sockaddr_un *) a;
in sockaddr_compare()
62
os_memcmp(
u_a
->sun_path, u_b->sun_path,
in sockaddr_compare()
/third_party/icu/icu4c/source/test/intltest/
H
A
D
ucharstrietest.cpp
416
u_a
=0x61,
enumerator
476
trie->next(
u_a
);
in TestHasUniqueValue()
495
trie->first(
u_a
);
in TestHasUniqueValue()
510
if(count!=2 || buffer.length()!=2 || buffer[0]!=
u_a
|| buffer[1]!=u_j) {
in TestGetNextUChars()
514
trie->next(
u_a
);
in TestGetNextUChars()
533
if(count!=1 || buffer.length()!=1 || buffer[0]!=
u_a
) {
in TestGetNextUChars()
536
trie->next(
u_a
);
in TestGetNextUChars()
559
trie->next(
u_a
);
in TestIteratorFromBranch()
608
trie->next(
u_a
);
in TestIteratorFromLinearMatch()
611
trie->next(
u_a
);
in TestIteratorFromLinearMatch()
[all...]
/third_party/icu/icu4c/source/common/
H
A
D
messagepattern.cpp
59
static const UChar
u_a
=0x61;
variable
1037
return (
u_a
<=c && c<=u_z) || (u_A<=c && c<=u_Z);
1060
((c=msg.charAt(index++))==
u_a
|| c==u_A) &&
1085
((c=msg.charAt(index++))==
u_a
|| c==u_A) &&
/third_party/node/deps/icu-small/source/common/
H
A
D
messagepattern.cpp
59
static const char16_t
u_a
=0x61;
variable
1037
return (
u_a
<=c && c<=u_z) || (u_A<=c && c<=u_Z);
1060
((c=msg.charAt(index++))==
u_a
|| c==u_A) &&
1085
((c=msg.charAt(index++))==
u_a
|| c==u_A) &&
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
messagepattern.cpp
59
static const UChar
u_a
=0x61;
variable
1037
return (
u_a
<=c && c<=u_z) || (u_A<=c && c<=u_Z);
1060
((c=msg.charAt(index++))==
u_a
|| c==u_A) &&
1085
((c=msg.charAt(index++))==
u_a
|| c==u_A) &&
Completed in 11 milliseconds