OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stemid
(Results
1 - 3
of
3
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java
229
String id = getId(),
stemId
= stem.getId();
230
return id.length() >
stemId
.length() && id.charAt(
stemId
.length()) == '.' && id.startsWith(
stemId
);
/external/selinux/libselinux/src/
label_file.h
258
* return the
stemid
given a string and a length
303
int
stemid
;
local
309
stemid
= find_stem(data, buf, stem_len);
310
if (
stemid
>= 0)
311
return
stemid
;
/external/selinux/libselinux/utils/
sefcontext_compile.c
87
* s32 -
stemid
associated with the regex
Completed in 755 milliseconds