OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STA
(Results
1 - 11
of
11
) sorted by null
/external/libchrome/base/threading/
thread.h
94
com_status_ = use_mta ? MTA :
STA
;
209
STA
,
thread.cc
80
if (com_status_ ==
STA
)
89
DCHECK((com_status_ !=
STA
) ||
234
com_initializer.reset((com_status_ ==
STA
) ?
/external/wpa_supplicant_8/hostapd/logwatch/
hostapd
29
if (my ($iface,$mac,$layer,$details) = ($line =~ /(.*?):
STA
(.*?) (.*?): (.*?)$/i)) {
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
APIInfo.java
27
public static final int
STA
= 0, STA_DRAFT = 0, STA_STABLE = 1, STA_DEPRECATED = 2,
86
public void setDraft() { setType(
STA
, STA_DRAFT); }
87
public void setStable() { setType(
STA
, STA_STABLE); }
88
public void setDeprecated() { setType(
STA
, STA_DEPRECATED); }
89
public void setObsolete() { setType(
STA
, STA_OBSOLETE); }
90
public void setInternal() { setType(
STA
, STA_INTERNAL); }
112
public boolean isDraft() { return getVal(
STA
) == STA_DRAFT; }
113
public boolean isStable() { return getVal(
STA
) == STA_STABLE; }
114
public boolean isDeprecated() { return getVal(
STA
) == STA_DEPRECATED; }
115
public boolean isObsolete() { return getVal(
STA
) == STA_OBSOLETE;
[
all
...]
CollectAPI.java
74
if (state != info.getVal(APIInfo.
STA
)) {
152
if (!filter.get(info.getVal(APIInfo.
STA
))) {
174
buf.append(APIInfo.getTypeValName(APIInfo.
STA
, info.getVal(APIInfo.
STA
)));
GatherAPIDataOld.java
274
info.setType(APIInfo.
STA
, tagStatus(doc, version));
381
System.err.println("bad doc: " + doc + " both: " + APIInfo.getTypeValName(APIInfo.
STA
, res) + " and: " + APIInfo.getTypeValName(APIInfo.
STA
, val));
GatherAPIData.java
350
info.setType(APIInfo.
STA
, tagStatus(doc, version));
490
+ APIInfo.getTypeValName(APIInfo.
STA
, res) + " and: "
491
+ APIInfo.getTypeValName(APIInfo.
STA
, val));
APIData.java
128
int
sta
= info.getVal(APIInfo.
STA
);
local
130
stats[cat * stanames.length +
sta
] += 1;
138
for (int
sta
= 0;
sta
< stanames.length; ++
sta
) {
139
int v = stats[cat * stanames.length +
sta
];
141
pw.println(" " + stanames[
sta
] + ": " + v);
CheckAPI.java
82
private static final int
STA
= 0, STA_DRAFT = 0, STA_STABLE = 1, STA_DEPRECATED = 2, STA_OBSOLETE = 3;
192
for (int i =
STA
; i < CAT; ++i) { // include status
195
if (i ==
STA
) {
291
setType(
STA
, tagStatus(doc));
[
all
...]
ReportAPI.java
248
if (lhs.get(i, true).equals(rhs.get(i, true)) == (i == APIInfo.
STA
)) {
252
int lstatus = lhs.getVal(APIInfo.
STA
);
/external/clang/lib/Analysis/
Consumed.cpp
663
if (SetTypestateAttr *
STA
= FunD->getAttr<SetTypestateAttr>()) {
665
StateMap->setState(PInfo.getVar(), mapSetTypestateAttrState(
STA
));
669
StateMap->setState(PInfo.getTmp(), mapSetTypestateAttrState(
STA
));
[
all
...]
Completed in 280 milliseconds